forked from platinumpixs/aws-symfony2-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 873 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
31
32
33
34
35
36
{
"name": "platinumpixs/aws-symfony2-bundle",
"homepage": "https://github.com/platinumpixs/aws-symfony2-bundle",
"description": "A simple Symfony 2 bundle for including the AWS SDK for PHP.",
"keywords": [
"symfony",
"symfony 2",
"aws",
"amazon",
"sdk",
"s3",
"ec2",
"dynamodb"
],
"type": "library",
"license": "Apache-2.0",
"authors": [
{
"name": "Platinum Pixs",
"homepage": "http://www.platinumpixs.com"
}
],
"require": {
"php": ">=5.3.7",
"aws/aws-sdk-php": "3.*",
"symfony/symfony": "2.*"
},
"minimum-stability": "dev",
"autoload": {
"psr-0": { "PlatinumPixs\\Aws": "" }
},
"target-dir": "PlatinumPixs/Aws",
"require-dev": {
"phpunit/phpunit": "4.1.*"
}
}