forked from jweiland-net/yellowpages2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 941 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
{
"name": "jweiland/yellowpages2",
"type": "typo3-cms-extension",
"description": "With this extension you can build your own industry directory",
"version": "1.0.5",
"license": "GPL-2.0+",
"keywords": ["typo3", "TYPO3 CMS", "yellowpages", "industry", "directory"],
"homepage": "http://www.jweiland.net",
"authors": [
{
"name": "Stefan Froemken",
"email": "[email protected]",
"role": "Lead Developer"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/jweiland-net/yellowpages2/issues",
"source": "https://github.com/jweiland-net/yellowpages2"
},
"require": {
"php": ">=5.3.7 <6.0",
"typo3/cms-core": ">=6.2.14,<8.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8.0"
},
"autoload": {
"psr-4": {
"JWeiland\\Yellowpages2\\": "Classes"
}
}
}