Skip to content

Commit 4c9cf3e

Browse files
authored
Require PHP 7.4+ explicitly
1 parent 4e3989a commit 4c9cf3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
}
1111
},
1212
"require": {
13+
"php": "^7.4 | ^8.0",
1314
"phpunit/phpunit": "^8.4 | ^9.0"
1415
},
1516
"require-dev": {

0 commit comments

Comments
 (0)