Skip to content

Commit b29ebde

Browse files
committed
change version constraint in composer.json to reflect the compatibility change
1 parent 24f3aad commit b29ebde

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
@@ -18,7 +18,7 @@
1818
"source": "https://github.com/cebe/yii2-openapi"
1919
},
2020
"require": {
21-
"php": ">=7.2.0",
21+
"php": "^7.4 || ^8.0",
2222
"cebe/php-openapi": "^1.5.0",
2323
"yiisoft/yii2": "~2.0.48",
2424
"yiisoft/yii2-gii": "~2.0.0 | ~2.1.0 | ~2.2.0| ~2.3.0",

0 commit comments

Comments
 (0)