I'm trying to install GeneratorBundle for Symfony 2.6 with Composer.
I'm following the documentation.
But i get the following Composer error:
[UnexpectedValueException]
Could not parse version constraint >=1.9.1 I add "minimum-stability": "dev"
I tried to install AdmingeneratorGeneratorBundle, but there is the same problem.
Can you help me?
My composer.json
{
"name": "symfony/framework-standard-edition",
"minimum-stability": "dev",
"license": "MIT",
"type": "project",
"description": "The \"Symfony Standard Edition\" distribution",
"autoload": {
"psr-0": { "": "src/", "SymfonyStandard": "app/" }
},
"require": {
"php": ">=5.3.3",
"symfony/symfony": "2.6.",
"doctrine/orm": "~2.2,>=2.2.3, "doctrine/dbal": " "doctrine/doctrine-bundle": "~1.2",
"twig/extensions": "~1.0",
"symfony/assetic-bundle": "~2.3",
"symfony/swiftmailer-bundle": "~2.3",
"symfony/monolog-bundle": "~2.4",
"sensio/distribution-bundle": "~3.0,>=3.0.12",
"sensio/framework-extra-bundle": "~3.0,>=3.0.2",
"incenteev/composer-parameter-handler": "~2.0",
"doctrine/doctrine-fixtures-bundle": "2.2.",
"friendsofsymfony/user-bundle": "~1.3",
"sonata-project/admin-bundle": "~2.3",
"sonata-project/doctrine-orm-admin-bundle": "~2.3",
"jms/serializer-bundle": "~0.13",
"sonata-project/media-bundle": "~2.3",
"vich/uploader-bundle": "0.14.",
"iphp/filestore-bundle":"0.2.",
"sonata-project/easy-extends-bundle": "~2.1",
"sonata-project/notification-bundle": "~2.3",
"videlalvaro/php-amqplib": "~2.5",
"liip/monitor-bundle": "~2.0",
"sonata-project/doctrine-extensions": "~1.0",
"cedriclombardot/admingenerator-user-bundle": "~1.1",
"cedriclombardot/admingenerator-generator-bundle": "~1.2@dev",
"symfony2admingenerator/generator-bundle": "~2.0@dev"
},
"require-dev": {
"sensio/generator-bundle": "~2.3"
},
"scripts": {
"post-root-package-install": [
"SymfonyStandard\Composer::hookRootPackageInstall"
],
"post-install-cmd": [
"Incenteev\ParameterHandler\ScriptHandler::buildParameters",
"Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::buildBootstrap",
"Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache",
"Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::installAssets",
"Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::installRequirementsFile",
"Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::removeSymfonyStandardFiles"
],
"post-update-cmd": [
"Incenteev\ParameterHandler\ScriptHandler::buildParameters",
"Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::buildBootstrap",
"Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache",
"Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::installAssets",
"Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::installRequirementsFile",
"Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::removeSymfonyStandardFiles"
]
},
"config": {
"bin-dir": "bin"
},
"extra": {
"symfony-app-dir": "app",
"symfony-web-dir": "web",
"symfony-assets-install": "relative",
"incenteev-parameters": {
"file": "app/config/parameters.yml"
},
"branch-alias": {
"dev-master": "2.6-dev"
}
}
}
Maybe someone knows some other admin bundle for Symfony, regardless of sonataadminbundle? Something not very difficult