Skip to content

Commit bbdbadc

Browse files
committed
Fix phpunit version #10
1 parent 7d6132b commit bbdbadc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"friendsofphp/php-cs-fixer": "^2.16",
2121
"overtrue/phplint": "^2.3",
2222
"phpstan/phpstan": "0.*",
23-
"phpunit/phpunit": "^8 || ^9",
23+
"phpunit/phpunit": "^7 || ^8 || ^9",
2424
"squizlabs/php_codesniffer": "^3.5"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)