forked from djoos/EscapeWSSEAuthenticationBundle
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.json
30 lines (30 loc) · 924 Bytes
/
composer.json
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
{
"name": "mopa/wsse-authentication-bundle",
"type": "symfony-bundle",
"description": "a simple and easy way to implement WSSE authentication into Symfony2 applications",
"keywords": ["wsse", "symfony2", "authentication"],
"authors": [
{
"name": "Philipp A. Mohrenweiser",
"email": "[email protected]"
},
{
"name": "David Joos",
"homepage": "http://www.escapestudios.com/"
},
{
"name": "Community contributions",
"homepage": "https://github.com/mopastudios/MopaWSSEAuthenticationBundle/contributors"
}
],
"autoload": {
"psr-0": {
"Mopa\\Bundle\\WSSEAuthenticationBundle": ""
}
},
"target-dir": "Mopa/Bundle/WSSEAuthenticationBundle",
"require": {
"symfony/symfony": ">=2.1.0",
"kriswallsmith/buzz": ">=v0.9"
}
}