Skip to content

Commit 4e6e67a

Browse files
committed
Require phpunit ^8.5, xml schema for 8.4 is not found anymore
1 parent 074c85d commit 4e6e67a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"ext-dom": "*"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^8.4",
30+
"phpunit/phpunit": "^8.5",
3131
"squizlabs/php_codesniffer": "^3.0",
3232
"friendsofphp/php-cs-fixer": "^2.4",
3333
"phpstan/phpstan": "^0.12"

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.4/phpunit.xsd"
2+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.5/phpunit.xsd"
33
bootstrap="./tests/bootstrap.php" colors="true" verbose="true" cacheResultFile="build/phpunit.result.cache">
44
<testsuites>
55
<testsuite name="Default">

0 commit comments

Comments
 (0)