-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·51 lines (51 loc) · 1.26 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "angle/common/s3-bundle",
"description": "A simple Symfony2 bundle for the API for AWS S3.",
"type": "symfony-bundle",
"keywords": [
"angle",
"s3",
"aws-sdk"
],
"homepage": "https://github.com/Angle/AngleCommonS3Bundle",
"license": "",
"authors": [
{
"name": "Alejandro Hernandez",
"email": "me@alexhdz.com",
"homepage": "http://www.alexhdz.com",
"role": "creator, manager, architect"
},
{
"name": "Edmundo Fuentes",
"email": "me@edmundofuentes.com",
"homepage": "http://www.edmundofuentes.com",
"role": "manager, developer"
},
{
"name": "Juan Paulo Lara",
"email": "jplarar@gmail.com",
"role": "developer"
},
{
"name": "Angle Consulting",
"email": "email@angle.mx",
"homepage": "http.://www.angle.mx",
"role": "owner"
}
],
"require": {
"php": ">=5.3",
"symfony/config": "2.*",
"symfony/dependency-injection": "2.*",
"aws/aws-sdk-php": "2.8.*"
},
"suggest": {
},
"require-dev": {
},
"autoload": {
"psr-0": { "Angle\\Common\\S3Bundle": "" }
},
"target-dir": "Angle/Common/S3Bundle"
}