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

Rétrograde phpunit en 7.5 pour rester compatible avec PHP 7.1.

Showing with 2 additions and 2 deletions
+2 -2
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
}, },
"require-dev": { "require-dev": {
"mikey179/vfsstream": "^1.6", "mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^8.5" "phpunit/phpunit": "^7.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.5/phpunit.xsd" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.5/phpunit.xsd"
bootstrap="vendor/autoload.php" bootstrap="vendor/autoload.php"
executionOrder="depends,defects" executionOrder="depends,defects"
forceCoversAnnotation="true" forceCoversAnnotation="true"
......
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