Skip to content

Commit c3d2d41

Browse files
authored
Update composer.json
1 parent 55bcb30 commit c3d2d41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
}
3434
},
3535
"require": {
36-
"php": ">=7.1"
36+
"php": ">=7.1|^8"
3737
},
3838
"require-dev": {
39-
"phpunit/phpunit": "^7.0|~9.0",
40-
"mockery/mockery": "~1.0"
39+
"phpunit/phpunit": "^7.0|^9.0",
40+
"mockery/mockery": "^1.0"
4141
},
4242
"scripts": {
4343
"test": "vendor/bin/phpunit"

0 commit comments

Comments
 (0)