Mise à jour de PHPUnit en 4.8.
Showing
+2 -2
... | @@ -21,7 +21,7 @@ | ... | @@ -21,7 +21,7 @@ |
{ "type": "composer", "url": "https://isdevtools.irstea.fr/satis" } | { "type": "composer", "url": "https://isdevtools.irstea.fr/satis" } | ||
], | ], | ||
"require": { | "require": { | ||
"php": ">=7.1", | "php": "^7.1", | ||
"doctrine/doctrine-bundle": "^1.6", | "doctrine/doctrine-bundle": "^1.6", | ||
"doctrine/orm": "^2.5", | "doctrine/orm": "^2.5", | ||
"sensio/framework-extra-bundle": "^3.0.2", | "sensio/framework-extra-bundle": "^3.0.2", | ||
... | @@ -36,7 +36,7 @@ | ... | @@ -36,7 +36,7 @@ |
"willdurand/js-translation-bundle": "~2.2" | "willdurand/js-translation-bundle": "~2.2" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "~4.5,<4.8" | "phpunit/phpunit": "^4.8" | ||
}, | }, | ||
"suggest": { | "suggest": { | ||
"white-october/pagerfanta-bundle": "Pour utiliser la page d'administration." | "white-october/pagerfanta-bundle": "Pour utiliser la page d'administration." | ||
... | ... |
Please register or sign in to comment