Added composer.json

This commit is contained in:
Francis Besset 2013-01-15 22:30:56 +01:00
parent 51e6f0f689
commit 17d0652959
1 changed files with 35 additions and 0 deletions

35
composer.json Normal file
View File

@ -0,0 +1,35 @@
{
"name": "besimple/soap-common",
"type": "library",
"description": "Build and consume SOAP Common based web services",
"keywords": [ "soap", "soap-common" ],
"homepage": "https://github.com/BeSimple/BeSimpleSoapCommon",
"license": "MIT",
"authors": [
{
"name": "Francis Besset",
"email": "francis.besset@gmail.com"
},
{
"name": "Christian Kerl",
"email": "christian-kerl@web.de"
},
{
"name": "Andreas Schamberger",
"email": "mail@andreass.net"
}
],
"require": {
"php": ">=5.3.0",
"ass/xmlsecurity": "dev-master"
},
"require-dev": {
"mikey179/vfsStream": "dev-master"
},
"autoload": {
"psr-0": {
"BeSimple\\SoapCommon": "BeSimple/SoapCommon/src/"
}
},
"target-dir": "BeSimple/SoapCommon"
}