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

phpunit/phpunit v8.0.0

Showing with 4 additions and 3 deletions
+4 -3
......@@ -7,7 +7,7 @@
"shim"
],
"homepage": "https://phpunit.de/",
"version": "7.5.20",
"version": "8.0.0",
"license": [
"BSD-3-Clause"
],
......@@ -23,12 +23,13 @@
"phpunit"
],
"require": {
"php": "^7.1",
"php": "^7.2",
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*"
"ext-xml": "*",
"ext-xmlwriter": "*"
},
"suggest": {
"ext-soap": "*",
......
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
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