prepare composer.json before migrate to symfony 3

This commit is contained in:
Tchama 2018-12-19 14:54:35 +01:00
parent f0c145f1be
commit d85a661253

View File

@ -2,7 +2,7 @@
"name": "chill-project/event", "name": "chill-project/event",
"description": "This bundle extend chill software. This bundle allow to define event and participation to those events.", "description": "This bundle extend chill software. This bundle allow to define event and participation to those events.",
"type": "symfony-bundle", "type": "symfony-bundle",
"license": "AGPL-3.0", "license": "AGPL-3.0-only",
"keywords" : ["chill", "social work"], "keywords" : ["chill", "social work"],
"homepage" : "https://git.framasoft.org/Chill-project/Chill-Group", "homepage" : "https://git.framasoft.org/Chill-project/Chill-Group",
"autoload": { "autoload": {
@ -21,28 +21,9 @@
} }
], ],
"require": { "require": {
"twig/extensions": "^1.2", "chill-project/person": "~1.5"
"symfony/assetic-bundle": "~2.3",
"symfony/framework-bundle": "~2.7",
"symfony/yaml": "~2.8",
"symfony/symfony": "~2.8",
"doctrine/dbal": "~2.5",
"doctrine/orm": "~2.4",
"doctrine/common": "~2.4",
"doctrine/doctrine-bundle": "~1.2",
"chill-project/main": "dev-master@dev",
"chill-project/person": "dev-master@dev",
"champs-libres/composer-bundle-migration": "~1.0",
"doctrine/doctrine-migrations-bundle": "~1.1",
"chill-project/custom-fields": "dev-master@dev",
"doctrine/migrations": "~1.0",
"monolog/monolog": "^1.14"
}, },
"require-dev": { "require-dev": {
"doctrine/doctrine-fixtures-bundle": "~2.2",
"fzaninotto/faker": "~1",
"symfony/monolog-bundle": "^2.7",
"sensio/generator-bundle": "^2.5"
}, },
"suggest" : { "suggest" : {
"chill-project/group": "dev-master@dev" "chill-project/group": "dev-master@dev"