Skip to content

Commit 5562db7

Browse files
committed
Tell composer to require a current PHP version
1 parent 37269d3 commit 5562db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": ">=5.6"
24+
"php": ">=8.0"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "^5.7 | ^7.5 | ^8.0 | ^9.0",

0 commit comments

Comments
 (0)