Skip to content

Commit

Permalink
Merge pull request #1 from elgentos/master
Browse files Browse the repository at this point in the history
update composer.json for php 8.1 compatibilty
  • Loading branch information
giacmir authored Sep 1, 2022
2 parents 7888bab + 167ee34 commit 9e02d80
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 @@ -2,7 +2,7 @@
"name": "msp/module-notifier-event",
"description": "Event based rule engine for MSP Notifier",
"require": {
"php": "^7.0|^7.1|^7.2",
"php": "^7.0|^7.1|^7.2|^8.1",
"magento/magento2-base": "^2.2|^2.3",
"msp/module-notifier-event-api": "^0.1",
"msp/module-notifier-template-api": "^0.1",
Expand Down

0 comments on commit 9e02d80

Please sign in to comment.