forked from dmitryd/typo3-realurl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 945 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
33
34
35
36
37
38
39
{
"name": "dmitryd/typo3-realurl",
"type": "typo3-cms-extension",
"description": "Speaking URLs for TYPO3",
"homepage": "https://github.com/dmitryd/typo3-realurl",
"version": "2.0.0",
"license": "LGPL-3.0+",
"conflict": {
"bednee/cooluri": ">0.0.1",
"typo3-ter/cooluri": ">=0.0.1",
"typo3-ter/simulatestatic": ">0.0.1"
},
"keywords": [
"TYPO3",
"CMS",
"RealURL",
"typo3",
"realurl"
],
"require": {
"typo3/cms-core": ">=6.2.0,<8.0",
"php": ">=5.3.2"
},
"suggest": {
"typo3-ter/static-info-tables": ">=6.2.0"
},
"autoload": {
"psr-4": {
"DmitryDulepov\\Realurl\\": "Classes"
}
},
"authors": [
{
"name": "Dmitry Dulepov",
"email": "[email protected]",
"homepage": "http://www.dmitry-dulepov.com/"
}
]
}