Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1 from craigfleming/craigfleming-add-composer-json
Browse files Browse the repository at this point in the history
Create composer.json
  • Loading branch information
craigfleming authored Aug 22, 2017
2 parents e3be405 + 42fcb7e commit bb414e3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "meanbee/magento-shipping-rules",
"description": "Magento 1 extension that uses the power of the promotion rules system to create flat rate shipping methods based on conditions",
"homepage": "https://www.meanbee.com/magento-extensions/meanbee-shipping-rules.html",
"type": "magento-module",
"version": "2.7.4",
"authors": [
{
"name": "Meanbee",
"email": "[email protected]"
}
],
"require":{
"magento-hackathon/magento-composer-installer":"^3.0.0"
}
}

0 comments on commit bb414e3

Please sign in to comment.