Skip to content

Commit

Permalink
Merge pull request #79 from Moongazer/fix/php-requirement
Browse files Browse the repository at this point in the history
Bugfix for version check: Set PHP requirement to <8.0 to allow all minor PHP versions until 7.4.x
  • Loading branch information
ekkeguembel authored Jul 12, 2023
2 parents 082817e + 94e4a3b commit f7bce8f
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 @@ -25,7 +25,7 @@
"docs": "https://docs.typo3.org/p/mautic/mautic-typo3/master/en-us/"
},
"require": {
"php": "<=7.4",
"php": "<8.0",
"typo3/cms-core": "^10.4.2 || ^11.5",
"typo3/cms-extbase": "^10.4.2 || ^11.5",
"leuchtfeuer/marketing-automation": "^1.3",
Expand Down

0 comments on commit f7bce8f

Please sign in to comment.