Skip to content

Commit

Permalink
Merge pull request #20 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 70e1890 + bad0603 commit 546715b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Config/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<descriptive locale="fr_FR">
<title>Paypal</title>
</descriptive>
<version>2.0</version>
<version>1.0</version>
<author>
<name>Thelia</name>
<email>[email protected]</email>
Expand Down
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "thelia/paypal-module",
"type": "thelia-module",
"license": "LGPL V3",
"description": "Paypal module for Thelia ecommerce solution",
"authors": [
{
"name": "Thelia",
"email": "[email protected]",
"homepage": "https://github.com/thelia-modules"
}
],
"require": {
"thelia/installer": "~1.0"
},
"extra": {
"installer-name": "Paypal"
}
}

0 comments on commit 546715b

Please sign in to comment.