-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
37 lines (37 loc) · 1.07 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": "ameos/ameos_tarteaucitron",
"description": "Integrates tarteaucitron.js in TYPO3 (see : https://opt-out.ferank.eu )",
"type": "typo3-cms-extension",
"homepage": "https://github.com/ameos/ameos_tarteaucitron",
"require": {
"typo3/cms-core": "^9 | ^10.4 | ^11.5 | ^12.4 | ^13.1 | dev-master",
"typo3/cms-backend": "^9 | ^10.4 | ^11.5 | ^12.4 | ^13.1 | dev-master",
"typo3/cms-frontend": "^9 | ^10.4 | ^11.5 | ^12.4 | ^13.1 | dev-master",
"php": ">=7.0.0"
},
"keywords": [
"TYPO3",
"CMS",
"Tarte Au Citron",
"GDPR"
],
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Ameos Team",
"email": "[email protected]",
"homepage": "http://www.ameos.com/"
}
],
"extra": {
"typo3/cms": {
"extension-key": "ameos_tarteaucitron"
}
},
"autoload": {
"psr-4": {
"Ameos\\AmeosTarteaucitron\\": "Classes"
}
},
"non-feature-branches": ["development", "staging"]
}