Skip to content

Commit c5e4960

Browse files
committed
Update composer.json
1 parent 55d4f4a commit c5e4960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
}
1919
],
2020
"require": {
21-
"php": "^7.0 || ^8.0"
21+
"php": ">=7.1"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "^7.5",
24+
"phpunit/phpunit": ">=8",
2525
"phpstan/phpstan": "^0.11.2"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)