-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
30 lines (30 loc) · 1007 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
{
"name": "automizy/automizy-menu",
"description": "AutomizyMenuDescription",
"type": "library",
"keywords": [
"automizy-menu",
"automizy"
],
"homepage": "http://developers.automizy.com",
"authors":[
{ "name": "Gyorgy Reti", "email": "[email protected]" },
{ "name": "Dominik Sagi", "email": "[email protected]" },
{ "name": "Abel Enekes", "email": "[email protected]" },
{ "name": "Gabor Koncz", "email": "[email protected]" }
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/Automizy/Automizy-Menu/issues",
"wiki": "https://github.com/Automizy/Automizy-Menu/wiki",
"source": "https://github.com/Automizy/Automizy-Menu",
"docs": "http://developers.automizy.com"
},
"prefer-stable": true,
"config": {
"vendor-dir":".composer"
},
"require-dev":{
"zendframework/zend-i18n":"2.*"
}
}