Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Commit

Permalink
Update package to support M2
Browse files Browse the repository at this point in the history
  • Loading branch information
tgerulaitis committed Nov 16, 2017
1 parent 2db7b67 commit 76bff39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "meanbee/magento2-serviceworker",
"description": "A Magento 2 extension that adds Service Worker support.",
"type": "magento2-module",
"version": "2.0.0",
"version": "2.1.0",
"license": [
"MIT"
],
Expand All @@ -19,10 +19,10 @@
}
},
"require": {
"magento/framework": "^100.1.2",
"magento/framework": "^102.0.0",
"magento/module-backend": "^100.1.1",
"magento/module-config": "^100.1.1",
"magento/module-cms": "^101.0.2"
"magento/module-config": "^102.0.0",
"magento/module-cms": "^103.0.0"
},
"autoload": {
"files": [
Expand Down

0 comments on commit 76bff39

Please sign in to comment.