switch composer.json to symfony3

This commit is contained in:
Julien Fastré 2018-04-24 14:32:17 +02:00
parent 193460a9a6
commit 81314fe515

View File

@ -19,25 +19,11 @@
}
],
"require": {
"php": "~5.6|~7",
"twig/extensions": "~1.0",
"symfony/assetic-bundle": "~2.3",
"symfony/monolog-bundle": "^2.7",
"symfony/yaml": "~2.7",
"symfony/symfony": "~2.8",
"doctrine/dbal": "~2.5",
"doctrine/orm": "~2.5",
"doctrine/common": "~2.4",
"doctrine/doctrine-bundle": "~1.2",
"chill-project/main": "dev-upgrade-sf3",
"chill-project/custom-fields": "dev-upgrade-sf3@dev",
"doctrine/doctrine-fixtures-bundle": "~2.2",
"champs-libres/composer-bundle-migration": "~1.0",
"doctrine/doctrine-migrations-bundle": "~1.1",
"doctrine/migrations": "~1.0"
"chill-project/custom-fields": "dev-upgrade-sf3@dev"
},
"require-dev": {
"symfony/phpunit-bridge": "~2.7",
"symfony/phpunit-bridge": "~3",
"fzaninotto/faker": "~1",
"phpunit/phpunit": "~5.6"
},