Skip to content

Commit

Permalink
Merge pull request #14 from RostyslavMatviyiv/master
Browse files Browse the repository at this point in the history
[TASK] Support php 8.1
  • Loading branch information
bmack committed Dec 19, 2022
2 parents 8a1b165 + 8266078 commit cbe65cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
"require": {
"php": ">=7.2 <7.5",
"php": "^7.2 || ^8.1",
"symfony/yaml": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
"typo3/cms-core": "^9.0 || ^10.0 || ^11.0",
"helhum/typo3-console": "^5.0 || ^6.0 || ^7.0",
Expand Down

0 comments on commit cbe65cd

Please sign in to comment.