-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
47 lines (47 loc) · 1.18 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
41
42
43
44
45
46
47
{
"name": "portrino/px_semantic",
"type": "typo3-cms-extension",
"description": "Structured Data Rendering for TYPO3. Easy Building of Linked Data API based on Hydra.",
"homepage": "http://www.portrino.de",
"keywords": [
"TYPO3",
"CMS",
"SemanticWeb",
"Google",
"RichSnippets",
"Hydra",
"Schema Org",
"StructuredData"
],
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Andre Wuttig",
"email": "[email protected]",
"homepage": "http://www.portrino.de",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/portrino/px_semantic/issues",
"source": "https://github.com/portrino/px_semantic"
},
"require": {
"php": ">= 5.5.0, <= 7.1.99",
"typo3/cms-core": ">= 6.2.16, <= 8.7.99"
},
"suggest": {
"api-platform/schema-generator": "~1.2.0"
},
"autoload": {
"psr-4": {
"Portrino\\PxSemantic\\": "Classes"
}
},
"replace": {
"typo3-ter/px_semantic": "self.version"
}
}