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