phpunit/phpunit v8.0.0
Showing
+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": "*", | ||
... | ... |
+9.89 KiB (+0%)
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.
Please register or sign in to comment