Skip to content

Commit 4d39e87

Browse files
committed
composer.json: relax phpunit version requirment to allow testing on PHP 8.0
1 parent 7845110 commit 4d39e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333
},
3434
"require-dev": {
35-
"phpunit/phpunit": "^10",
35+
"phpunit/phpunit": "*",
3636
"phpstan/phpstan": "^1",
3737
"php-coveralls/php-coveralls": "^2.4",
3838
"sweetrdf/quick-rdf": "^2",

0 commit comments

Comments
 (0)