forked from ThePhalcons/AmazonWebServicesBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 751 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 751 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
{
"name": "thephalcons/amazon-webservices-bundle",
"description": "A Symfony2 Bundle for interfacing with Amazon Web Services (AWS)",
"keywords": ["amazon", "aws", "web services", "aws-sdk-php"],
"license": "MIT",
"authors": [
{
"name": "El Mehdi Mouddene",
"email": "mouddene@gmail.com"
},
{
"name": "Mark Badolato",
"email": "mbadolato@cybernox.com"
}
],
"require": {
"php": ">=5.5",
"symfony/framework-bundle": "~2.3",
"aws/aws-sdk-php": "*"
},
"autoload": {
"psr-0": { "ThePhalcons\\AmazonWebServicesBundle": "" }
},
"target-dir": "ThePhalcons/AmazonWebServicesBundle"
}