-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·37 lines (37 loc) · 1.15 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "antimattr/google-bundle",
"type": "symfony-bundle",
"description": "Google Bundle for Symfony2",
"keywords": ["adwords", "analytics", "ecommerce", "enhanced ecommerce", "google", "impression", "product", "maps", "symfony"],
"homepage": "http://github.com/antimattr/google-bundle",
"license": "MIT",
"authors": [
{"name": "Matthew Fitzgerald", "email": "[email protected]"}
],
"require": {
"php": ">=5.3.0",
"antimattr/common-product": "~1.0@stable"
},
"require-dev": {
"antimattr/test-case": "~1.0@stable",
"phpunit/phpunit": "~4.0",
"fabpot/php-cs-fixer": "dev-master",
"symfony/dependency-injection": "~2.3",
"symfony/http-foundation": "~2.3"
},
"autoload": {
"psr-0": {
"AntiMattr\\GoogleBundle": ""
}
},
"autoload-dev": {
"psr-0": {
"AntiMattr\\TestCase\\": "vendor/antimattr/test-case/src",
"AntiMattr\\GoogleBundle\\Tests\\": "Tests/"
}
},
"archive": {
"exclude": ["bin", "Tests", "*phpunit.xml"]
},
"target-dir" : "AntiMattr/GoogleBundle"
}