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

Commit

Permalink
Add Magento 2.2 support, and drop 2.1 support
Browse files Browse the repository at this point in the history
Fixes #4
  • Loading branch information
tgerulaitis committed Nov 27, 2017
1 parent 00adcab commit 9fcc0d1
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 @@ -2,7 +2,7 @@
"name": "meanbee/magento2-csspreload",
"description": "Magento 2 module that allows loading of stylesheets with the preload attribute",
"type": "magento2-module",
"version": "1.0.0",
"version": "1.1.0",
"license": [
"Commercial"
],
Expand All @@ -13,7 +13,7 @@
}
},
"require": {
"magento/framework": "100.1.*",
"magento/framework": "^101.0.0",
"psr/log": "~1.0"
},
"authors": [
Expand All @@ -30,4 +30,4 @@
"Meanbee\\CSSPreload\\": "/src"
}
}
}
}

0 comments on commit 9fcc0d1

Please sign in to comment.