We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4738768 + ac79621 commit 4c3527cCopy full SHA for 4c3527c
1 file changed
composer.json
@@ -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