-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 834 Bytes
/
composer.json
File metadata and controls
37 lines (37 loc) · 834 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
28
29
30
31
32
33
34
35
36
37
{
"name": "techdata/as2secure-bundle",
"type": "symfony-bundle",
"description": "AS2Secure (http://www.as2secure.com)_abstraction to allow use of library in Symfony2 applications.",
"keywords": [
"symfony",
"as2",
"as2secure"
],
"homepage": "https://github.com/TechData/As2Secure-Bundle",
"license": "GNU LGPL",
"authors": [
{
"name": "Westin Pigott",
"email": "westin.pigott@techdata.com"
}
],
"require": {
"php": ">=5.3.2",
"symfony/symfony": ">=2.3.0"
},
"autoload": {
"psr-0": {"TechData\\AS2SecureBundle": ""},
"classmap": [
"Models/Horde/",
"Models/Horde/MIME",
"Models/Mail"
]
},
"minimum-stability": "dev",
"target-dir": "TechData/AS2SecureBundle",
"extra": {
"branch-alias": {
"dev-master": "0.1-dev"
}
}
}