forked from mikaelcom/WsdlToPhp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
33 lines (33 loc) · 1 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
{
"name": "wsdltophp/wsdltophp",
"description": "Generate hierarchical PHP classes based on a WSDL",
"version": "1.0.0",
"type": "library",
"keywords" : ["soap","wsdl","php","generator"],
"homepage" : "https://github.com/mikaelcom/WsdlToPhp",
"time" : "2013-09-06 10:28:27",
"license" : "MIT",
"authors" : [
{
"name": "Mikaël DELSOL",
"email": "[email protected]",
"homepage": "https://www.wsdltophp.com",
"role": "Owner"
},
{
"name": "Gemorroj",
"email": "[email protected]",
"role": "Contributor"
}
],
"support" : {
"email" : "[email protected]"
},
"require": {
"php" : ">=5.3.0",
"ext-soap": "*"
},
"autoload": {
"classmap": ["/"]
}
}