Skip to content

Commit

Permalink
Fix outdated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjen Miedema committed Sep 27, 2022
1 parent 9e02d80 commit b1a48c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"require": {
"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",
"msp/module-notifier": "^0.1"
"msp/module-notifier-event-api": "^0.2",
"msp/module-notifier-template-api": "^0.2",
"msp/module-notifier": "^0.2"
},
"suggest": {
"msp/module-notifier-queue": "Asynchronous messages queue manager for MSP Notifier"
Expand Down

0 comments on commit b1a48c8

Please sign in to comment.