forked from meinfernbus/GoogleBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 910 Bytes
/
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
{
"name": "meinfernbus/google-bundle",
"description": "Fork of AntiMattr GoogleBundle. Static Google maps with caching, Adwords with remarketing & lots of other fixes.",
"keywords": ["google", "analytics", "adwords", "maps", "antimattr"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "antimattr",
"homepage": "https://github.com/antimattr"
},
{
"name": "EricReiche",
"homepage": "https://github.com/EricReiche"
},
{
"name": "MeinFernbus",
"homepage": "https://github.com/MeinFernbus"
}
],
"require": {
"php": ">=5.3.0",
"symfony/symfony": ">=2.1"
},
"autoload": {
"psr-0": {
"AntiMattr\\GoogleBundle": ""
}
},
"target-dir" : "AntiMattr/GoogleBundle"
}