Skip to content

Commit

Permalink
Handle missing support for PHP 8.x
Browse files Browse the repository at this point in the history
Make sure the extension is used only on PHP 7.4 systems, because the current version of mautic/api-library will fail during OAuth on PHP 8 systems.
  • Loading branch information
ekkeguembel authored Jun 14, 2023
2 parents 62cf01a + 3f49f95 commit db86dbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@
"docs": "https://docs.typo3.org/p/mautic/mautic-typo3/master/en-us/"
},
"require": {
"php": "<=7.4",
"typo3/cms-core": "^10.4.2 || ^11.5",
"typo3/cms-extbase": "^10.4.2 || ^11.5",
"leuchtfeuer/marketing-automation": "^1.3",
"mautic/api-library": "^2.15"
"mautic/api-library": "^3.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit db86dbd

Please sign in to comment.