Passage en symfony3 strict
Showing
+6 -6
... | @@ -22,12 +22,12 @@ | ... | @@ -22,12 +22,12 @@ |
], | ], | ||
"require": { | "require": { | ||
"php": ">=5.4", | "php": ">=5.4", | ||
"symfony/symfony": "~2.8|~3.0", | "doctrine/doctrine-bundle": "^1.6", | ||
"doctrine/orm": "~2.2,>=2.2.3", | "doctrine/orm": "^2.5", | ||
"doctrine/doctrine-bundle": "~1.2", | "sensio/framework-extra-bundle": "^3.0.2", | ||
"symfony/assetic-bundle": "~2.3", | "symfony/monolog-bundle": "^3.1.0", | ||
"symfony/monolog-bundle": "~2.4|~3.0", | "symfony/symfony": "^3.0", | ||
"sensio/framework-extra-bundle": "~3.0", | "symfony/assetic-bundle": "^2.3", | ||
"irstea/theme-bundle": "^1.5 || ^2.0", | "irstea/theme-bundle": "^1.5 || ^2.0", | ||
"knplabs/knp-gaufrette-bundle": "~0.1", | "knplabs/knp-gaufrette-bundle": "~0.1", | ||
"ramsey/uuid": "~2.8", | "ramsey/uuid": "~2.8", | ||
... | ... |
Please register or sign in to comment