Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

symfony/symfony 3.3.* compatible #47

Open
rawburner opened this issue Dec 5, 2017 · 3 comments
Open

symfony/symfony 3.3.* compatible #47

rawburner opened this issue Dec 5, 2017 · 3 comments

Comments

@rawburner
Copy link

I have this error

Problem 1 - Conclusion: don't install asm/translation-loader-bundle v1.0.7 - Conclusion: don't install asm/translation-loader-bundle v1.0.6 - Conclusion: don't install asm/translation-loader-bundle v1.0.5 - Conclusion: don't install asm/translation-loader-bundle v1.0.4 - Conclusion: don't install asm/translation-loader-bundle v1.0.3 - Conclusion: don't install asm/translation-loader-bundle v1.0.2 - Conclusion: don't install asm/translation-loader-bundle v1.0.1 - Conclusion: remove symfony/symfony v3.3.14 - Installation request for asm/translation-loader-bundle ^1.0 -> satisfiable by asm/translation-loader-bundle[v1.0, v1.0.1, v1.0.2, v1.0.3, v1.0.4, v1.0.5, v1.0.6, v1.0.7]. - Conclusion: don't install symfony/symfony v3.3.14
Can we fix it?

@xabbuh
Copy link
Collaborator

xabbuh commented Dec 5, 2017

Can you show your composer.json file and describe what you did to end up with this error message?

@rawburner
Copy link
Author

rawburner commented Dec 6, 2017

This is my current composer.json:

{
    "name": "symfony/framework-standard-edition",
    "license": "MIT",
    "type": "project",
    "description": "The \"Symfony Standard Edition\" distribution",
    "autoload": {
        "psr-4": { "": "src/" },
        "classmap": [ "app/AppKernel.php", "app/AppCache.php" ]
    },
    "autoload-dev": {
        "psr-4": { "Tests\\": "tests/" },
        "files": [ "vendor/symfony/symfony/src/Symfony/Component/VarDumper/Resources/functions/dump.php" ]
    },
    "require": {
        "php": ">=7.1.9",
        "beberlei/assert": "^2.7",
        "doctrine/doctrine-bundle": "^1.6",
        "doctrine/orm": "^2.5",
        "friendsofsymfony/user-bundle": "^2.0",
        "gedmo/doctrine-extensions": "^2.4",
        "incenteev/composer-parameter-handler": "^2.0",
        "jms/serializer": "^1.9",
        "lexik/translation-bundle": "^4.0",
        "pugx/multi-user-bundle": "^2.0",
        "sensio/distribution-bundle": "^5.0.19",
        "sensio/framework-extra-bundle": "^3.0.2",
        "symfony/assetic-bundle": "^2.8",
        "symfony/monolog-bundle": "^3.1.0",
        "symfony/polyfill-apcu": "^1.0",
        "symfony/swiftmailer-bundle": "^2.3.10",
        "symfony/symfony": "3.3.*",
        "twig/twig": "^1.0||^2.0"
    },
    "require-dev": {
        "sensio/generator-bundle": "^3.0",
        "symfony/phpunit-bridge": "^3.0"
    },
    "scripts": {
        "symfony-scripts": [
            "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
            "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
            "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
        ],
        "post-install-cmd": [
            "@symfony-scripts"
        ],
        "post-update-cmd": [
            "@symfony-scripts"
        ]
    },
    "config": {
        "platform": {
            "php": "7.1.9"
        },
        "sort-packages": true
    },
    "extra": {
        "symfony-app-dir": "app",
        "symfony-bin-dir": "bin",
        "symfony-var-dir": "var",
        "symfony-web-dir": "web",
        "symfony-tests-dir": "tests",
        "symfony-assets-install": "relative",
        "incenteev-parameters": {
            "file": "app/config/parameters.yml"
        },
        "branch-alias": {
            "dev-master": "3.3-dev"
        }
    }
}

At first I did a composer update and then composer require asm/translation-loader-bundle

@xabbuh
Copy link
Collaborator

xabbuh commented Dec 6, 2017

Ah indeed, there is no stable release supporting Symfony 3 yet. For now, you can use composer require asm/translation-loader-bundle:^1.0@dev.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants