-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 853 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 853 Bytes
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
{
"name": "fourlabs/gamp-bundle",
"type": "symfony-bundle",
"description": "Google Analytics Measurement Protocol bundle for Symfony",
"keywords": ["google", "analytics", "gamp", "tracking"],
"homepage": "https://fourlabs.co.uk",
"license": "MIT",
"authors": [
{
"name": "Four Labs",
"homepage": "https://fourlabs.co.uk"
},
{
"name": "Other contributors",
"homepage": "https://github.com/fourlabsldn/GampBundle/graphs/contributors"
}
],
"require": {
"php": ">=5.5",
"theiconic/php-ga-measurement-protocol": "^2.7",
"symfony/framework-bundle": "~2.4||~3.0||~4.0||~5.0"
},
"require-dev": {
"phpunit/phpunit": "^8.4"
},
"autoload": {
"psr-4": { "FourLabs\\GampBundle\\": "" }
}
}