forked from zf1/zend-service-yahoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 888 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
{
"name": "zf1s/zend-service-yahoo",
"description": "Zend Framework 1 Service Yahoo package",
"keywords": ["framework", "zf1", "zend", "service", "yahoo"],
"homepage": "http://framework.zend.com/",
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.3",
"zf1s/zend-exception": "^1.15.5",
"zf1s/zend-http": "^1.15.5",
"zf1s/zend-rest": "^1.15.5",
"zf1s/zend-xml": "^1.15.5"
},
"autoload": {
"psr-0": {
"Zend_Service_Yahoo": "library/"
}
},
"suggest": {
"ext-dom": "Used in special situations or with special adapters",
"zf1s/zend-validate": "Used in special situations or with special adapters"
},
"replace": {
"zf1/zend-service-yahoo": "^1.12"
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
}
}