We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd764e commit 73b0344Copy full SHA for 73b0344
composer.json
@@ -19,7 +19,7 @@
19
"ext-iconv": "*"
20
},
21
"require-dev": {
22
- "phpunit/phpunit": "^5.7.27",
+ "phpunit/phpunit": "^8.5.36",
23
"codacy/coverage": "^1.4.3"
24
25
"suggest": {
phpunit.xml
@@ -1,6 +1,6 @@
1
<phpunit
2
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/5.7/phpunit.xsd">
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.5/phpunit.xsd">
4
<testsuites>
5
<testsuite name="Project Test Suite">
6
<directory>tests</directory>
0 commit comments