Skip to content

Commit b1006bc

Browse files
committed
allow PHP 8.1, drop PHP 7.2
1 parent 84fe17e commit b1006bc

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": "^7.2 || ~8.0.0"
24+
"php": "^7.3 || ~8.0.0 || ~8.1.0"
2525
},
2626
"require-dev": {
2727
"ergebnis/composer-normalize": "^2.13",

0 commit comments

Comments
 (0)