forked from dmitryd/typo3-realurl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
43 lines (43 loc) · 1.03 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
{
"name": "dmitryd/typo3-realurl",
"type": "typo3-cms-extension",
"description": "Speaking URLs for TYPO3",
"homepage": "https://github.com/dmitryd/typo3-realurl",
"version": "2.1.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"
],
"replace": {
"realurl": "self.version",
"typo3-ter/realurl": "self.version"
},
"require": {
"typo3/cms-core": ">=6.2.0,<8.1.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": "dmitry.dulepov@gmail.com",
"homepage": "http://www.dmitry-dulepov.com/"
}
]
}