Skip to content

Commit ed0f028

Browse files
authored
fix(dependencies): require php 8.0 in composer.json (#9)
1 parent b942bbc commit ed0f028

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
@@ -6,7 +6,7 @@
66
"minimum-stability": "dev",
77
"prefer-stable": true,
88
"require": {
9-
"php": ">=7.2.5",
9+
"php": ">=8.0.0",
1010
"ext-ctype": "*",
1111
"ext-iconv": "*",
1212
"composer/package-versions-deprecated": "1.11.99.4",

0 commit comments

Comments
 (0)