Skip to content

Commit dc8ee8e

Browse files
committed
Set phpunit version from ^8.0 to ^8
Ref: #261 Ref: https://phpunit.de/getting-started/phpunit-8.html Signed-off-by: William Desportes <williamdes@wdes.fr>
1 parent 1fe95d9 commit dc8ee8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require-dev": {
2323
"sami/sami": "^4.0",
2424
"phpunit/php-code-coverage": "*",
25-
"phpunit/phpunit": "^7.4 || ^8.0",
25+
"phpunit/phpunit": "^7.4 || ^8",
2626
"phpmyadmin/coding-standard": "^1.0"
2727
},
2828
"conflict": {

0 commit comments

Comments
 (0)