-
Notifications
You must be signed in to change notification settings - Fork 15
/
composer.json
32 lines (32 loc) · 928 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
32
{
"name": "xynnn/google-tag-manager-bundle",
"type": "symfony-bundle",
"description": "Google Tag Manager Bundle for Symfony",
"keywords": ["Google Tag Manager", "Tag Manager"],
"homepage": "https://github.com/xyNNN/GoogleTagManagerBundle",
"license": "LGPL-3.0-only",
"authors": [
{
"name": "Philipp Bräutigam",
"email": "philipp.braeutigam@googlemail.com"
}
],
"minimum-stability": "stable",
"require": {
"php": "^8.1",
"symfony/dependency-injection": "^6.4||^7",
"symfony/http-kernel": "^6.4||^7",
"symfony/config": "^6.4||^7",
"symfony/templating": "^6.4||^7",
"twig/twig": "^2.0||^3.0",
"symfony/yaml": "^6.4||^7"
},
"require-dev": {
"phpunit/phpunit": "^9"
},
"autoload": {
"psr-4": {
"Xynnn\\GoogleTagManagerBundle\\": ""
}
}
}