Skip to content

Commit cbe65cd

Browse files
authored
Merge pull request #14 from RostyslavMatviyiv/master
[TASK] Support php 8.1
2 parents 8a1b165 + 8266078 commit cbe65cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"require": {
18-
"php": ">=7.2 <7.5",
18+
"php": "^7.2 || ^8.1",
1919
"symfony/yaml": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
2020
"typo3/cms-core": "^9.0 || ^10.0 || ^11.0",
2121
"helhum/typo3-console": "^5.0 || ^6.0 || ^7.0",

0 commit comments

Comments
 (0)