Reorganized directories structure

This commit is contained in:
Francis Besset
2013-07-19 11:28:23 +02:00
parent 9328c98935
commit b78bf408bf
136 changed files with 179 additions and 365 deletions

View File

@ -21,12 +21,12 @@
],
"require": {
"php": ">=5.3.0",
"ext-soap": "*",
"besimple/soap-common": "dev-master"
},
"autoload": {
"psr-0": {
"BeSimple\\SoapServer": "BeSimple/SoapServer/src/"
}
"psr-0": { "BeSimple\\SoapServer": "" }
},
"target-dir": "BeSimple/SoapServer"
"target-dir": "BeSimple/SoapServer",
"minimum-stability": "dev"
}