Commit b95c033c authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Mise à jour de PHPUnit en 4.8.

Showing with 2 additions and 2 deletions
+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."
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment