-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 736 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 736 Bytes
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
{
"name": "manuelj555/wsse-server-bundle",
"type": "symfony-bundle",
"description": "Symfony Wsse Server Bundle",
"keywords": ["wsse", "security", "bundle", "authentication", "soap", "besimple"],
"license": "MIT",
"authors": [
{
"name": "Manuel Aguirre",
"email": "programador.manuel@gmail.com",
"homepage": "http://manuelj555.github.io/"
}
],
"require": {
"php": ">=5.3.3",
"symfony/framework-bundle": "~2.3|~3.0",
"besimple/soap": "0.2.*"
},
"autoload": {
"psr-4": { "Ku\\Bundle\\WsseServerBundle\\": "" }
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}