maschmann / TranslationLoaderBundle

Symfony2 bundle with database translation loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

symfony/symfony 3.3.* compatible

rawburner opened this issue · comments

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?

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

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

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.