Skip to content

Commit

Permalink
// Add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois Gaillard committed Jul 20, 2015
1 parent 052e07f commit f023b7b
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": "PrestaShop/modules/blockcategories",
"description": "Prestashop module blockcategories",
"homepage": "https://github.com/PrestaShop/blockcategories",
"license": "AFL - Academic Free License (AFL 3.0)",
"authors": [
{
"name": "PrestaShop SA",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.2"
},
"config": {
"preferred-install": "dist"
},
"type": "prestashop-module"
}

0 comments on commit f023b7b

Please sign in to comment.