switch composer.json to sf 3

This commit is contained in:
Julien Fastré 2018-04-24 14:47:08 +02:00
parent 307ef4ae62
commit 491620946b

View File

@ -18,27 +18,14 @@
} }
], ],
"require": { "require": {
"twig/extensions": "^1.2",
"symfony/assetic-bundle": "~2.3",
"symfony/yaml": "~2.7",
"symfony/symfony": "~2.7",
"doctrine/dbal": "~2.5",
"doctrine/orm": "~2.4",
"doctrine/common": "~2.4",
"doctrine/doctrine-bundle": "~1.2",
"chill-project/main": "dev-upgrade-sf3@dev", "chill-project/main": "dev-upgrade-sf3@dev",
"chill-project/person": "dev-upgrade-sf3@dev", "chill-project/person": "dev-upgrade-sf3@dev"
"champs-libres/composer-bundle-migration": "~1.0",
"doctrine/doctrine-migrations-bundle": "~1.1",
"doctrine/migrations": "~1.0@dev",
"phpunit/phpunit": "^6.2"
}, },
"require-dev": { "require-dev": {
"doctrine/doctrine-fixtures-bundle": "~2.2", "doctrine/doctrine-fixtures-bundle": "~3",
"fzaninotto/faker": "~1", "fzaninotto/faker": "~1",
"monolog/monolog": "^1.14", "monolog/monolog": "^1.14",
"symfony/monolog-bundle": "^2.7", "phpunit/phpunit": "~6"
"sensio/generator-bundle": "^2.5"
}, },
"scripts": { "scripts": {
"post-install-cmd": [ "post-install-cmd": [