Skip to content

Commit c9090ad

Browse files
committed
Loosen PHP version constraint
1 parent bba2063 commit c9090ad

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
"license": "GPL-2.0-or-later",
2323
"require": {
24-
"php": ">=7.2.0 <7.4",
24+
"php": "^7.2",
2525
"typo3/cms-core": "^9.5"
2626
},
2727
"require-dev": {

0 commit comments

Comments
 (0)