Skip to content

Commit

Permalink
Added support for composer 2 + Craft 3.4+
Browse files Browse the repository at this point in the history
  • Loading branch information
goraxan committed Nov 30, 2021
1 parent 2ff1080 commit acefdaf
Show file tree
Hide file tree
Showing 4 changed files with 2,302 additions and 1,179 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "levinriegner/craft-push-notifications",
"description": "Enable sending push notifications from Craft",
"type": "craft-plugin",
"version": "0.3.2",
"version": "0.4.0",
"keywords": [
"craft",
"cms",
Expand All @@ -26,11 +26,11 @@
}
],
"require": {
"craftcms/cms": "^3.3",
"craftcms/cms": "^3.4",
"edamov/pushok": "^0.7.0",
"levinriegner/craft-jason": "1.0.3",
"nicmart/string-template": "^0.1.1",
"sly/notification-pusher": "^2.3"
"sly/notification-pusher": "dev-master#4847d2e3efe7091dcf5143af63aef00bb03db048"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit acefdaf

Please sign in to comment.