Added composer.json
This commit is contained in:
parent
4d9b112bb5
commit
f792f53aa2
|
@ -0,0 +1 @@
|
|||
composer.lock
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"name": "besimple/soap-wsdl",
|
||||
"type": "library",
|
||||
"description": "Build and consume SOAP Common based web services",
|
||||
"keywords": [ "soap", "soap-wsdl" ],
|
||||
"homepage": "https://github.com/BeSimple/BeSimpleSoapWsdl",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Francis Besset",
|
||||
"email": "francis.besset@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Christian Kerl",
|
||||
"email": "christian-kerl@web.de"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": { "BeSimple\\SoapWsdl": "" }
|
||||
},
|
||||
"target-dir": "BeSimple/SoapWsdl",
|
||||
"minimum-stability": "dev",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "0.2-dev"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue