Skip to content

Commit 4c3527c

Browse files
add composer.json
add composer.json
2 parents 4738768 + ac79621 commit 4c3527c

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

composer.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "prestashop/ps_googleanalytics",
3+
"description": "PrestaShop module ps_googleanalytics",
4+
"homepage": "https://github.com/PrestaShop/ps_googleanalytics",
5+
"license": "AFL - Academic Free License (AFL 3.0)",
6+
"authors": [
7+
{
8+
"name": "PrestaShop SA",
9+
"email": "contact@prestashop.com"
10+
}
11+
],
12+
"require": {
13+
"php": ">=5.4.0"
14+
},
15+
"config": {
16+
"preferred-install": "dist"
17+
},
18+
"type": "prestashop-module"
19+
}

0 commit comments

Comments
 (0)