Skip to content

Commit cb40873

Browse files
authored
downgrade phpunit since it requires PHP 8.1 (#8)
1 parent a3abe8d commit cb40873

2 files changed

Lines changed: 378 additions & 254 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
2222
"phpstan/phpstan": "^1.12",
2323
"phpcompatibility/php-compatibility": "^9.3",
24-
"phpunit/phpunit": "^10.0",
24+
"phpunit/phpunit": "^9.0",
2525
"squizlabs/php_codesniffer": "^3.7",
2626
"roave/security-advisories": "dev-latest"
2727
},

0 commit comments

Comments
 (0)