forked from pluspol-interactive/ppi_tvplus_linkvalidator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
40 lines (40 loc) · 1.19 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
38
39
40
{
"name": "t3voila/tvplus-linkvalidator",
"type": "typo3-cms-extension",
"description": "Allows the Link Validator to check links inside TemplaVoilà! Plus elements.",
"keywords": [
"TYPO3",
"extension",
"TemplaVoila"
],
"homepage": "https://templavoila.plus/",
"license": ["GPL-2.0+"],
"authors": [
{
"name": "Alexander Opitz",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"typo3/cms-core": "^8.7.0 || ^9.5.0 || ^10.4.0 || ^11.5.0 || ^12.3.0",
"typo3/cms-linkvalidator": "^8.7.0 || ^9.5.0 || ^10.4.0 || ^11.5.0 || ^12.3.0",
"templavoilaplus/templavoilaplus": "^8.1.0 || ^11.0.0",
"php": "^7.2"
},
"autoload": {
"psr-4": {
"T3voila\\TvplusLinkvalidator\\": "Classes/"
}
},
"replace": {
"templavoilaplus/ppi_tvplus_linkvalidator": "0.2.0",
"typo3-ter/ppi_tvplus_linkvalidator": "0.2.0",
"typo3-ter/t3voila_tvplus_linkvalidator": "self.version"
},
"extra": {
"typo3/cms": {
"extension-key": "t3voila_tvplus_linkvalidator"
}
}
}