-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
42 lines (42 loc) · 1.18 KB
/
composer.json
File metadata and controls
42 lines (42 loc) · 1.18 KB
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
34
35
36
37
38
39
40
41
42
{
"name": "raindrop/soap-bundle",
"type": "symfony-bundle",
"description": "Symfony Raindrop SoapBundle",
"keywords": ["soap", "wsdl"],
"homepage": "https://github.com/raindropdevs",
"license": "MIT",
"authors": [
{
"name": "Raindrop Dev Team",
"homepage": "https://github.com/raindropdevs/RaindropSoapBundle/graphs/contributors"
}
],
"minimum-stability": "dev",
"repositories": [
{
"type": "package",
"package": {
"name": "nusphere/nusoap",
"version": "0.1.0",
"source": {
"url": "https://github.com/tinoadams/NuSOAP.git",
"type": "git",
"reference": "master"
},
"autoload": {
"classmap": ["lib/"]
}
}
}
],
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "2.1.*",
"symfony/monolog-bundle": ">=2.1,<3",
"nusphere/nusoap": "0.1.0"
},
"autoload": {
"psr-0": { "Raindrop\\SoapBundle": "" }
},
"target-dir": "Raindrop/SoapBundle"
}