Skip to content

Commit

Permalink
Merge pull request #6 from Soldras/add-composer
Browse files Browse the repository at this point in the history
Add composer.json
  • Loading branch information
gillesbourgeat committed Oct 2, 2015
2 parents d9b1b3c + b31e78e commit ef038b0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "thelia/cmcic-module",
"type": "thelia-module",
"license": "LGPL V3",
"description": "Paypal module for Thelia ecommerce solution",
"authors": [
{
"name": "Thelia",
"email": "info@thelia.net",
"homepage": "https://github.com/thelia-modules"
}
],
"require": {
"thelia/installer": "~1.0"
},
"extra": {
"installer-name": "CmCIC"
}
}

0 comments on commit ef038b0

Please sign in to comment.