Added composer.json

This commit is contained in:
Francis Besset 2013-08-16 16:33:16 +02:00
parent 4d9b112bb5
commit f792f53aa2
2 changed files with 32 additions and 0 deletions

1
src/BeSimple/SoapWsdl/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
composer.lock

View File

@ -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"
}
}
}