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/master
Browse files Browse the repository at this point in the history
Create composer.json
  • Loading branch information
bobbyshaw authored Aug 25, 2017
2 parents d6b1391 + 9b25cba commit 18a5ba1
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-vipmembership",
"description": "Magento 1 extension that provides a VIP product for people to purchase and that changes their customer group.",
"homepage": "https://www.meanbee.com/magento-extensions/vip-membership.html",
"type": "magento-module",
"version": "0.0.2",
"authors": [
{
"name": "Meanbee",
"email": "[email protected]"
}
],
"require":{
"magento-hackathon/magento-composer-installer":"^3.0.0"
}
}

0 comments on commit 18a5ba1

Please sign in to comment.