Skip to content

Commit 7c66fea

Browse files
committed
Require phpunit that is compatible with php 8.1
1 parent 1351bda commit 7c66fea

File tree

2 files changed

+223
-231
lines changed

2 files changed

+223
-231
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"webdevcave/simple-cache": "^1.0"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^11"
30+
"phpunit/phpunit": "^10"
3131
},
3232
"scripts": {
3333
"test": "./vendor/bin/phpunit ./tests"

0 commit comments

Comments
 (0)