|
1 | 1 | { |
2 | | - "name": "aws/aws-sdk-php-zf2", |
3 | | - "description": "Zend Framework 2 Module that allows easy integration the AWS SDK for PHP", |
4 | | - "type": "library", |
5 | | - "license": "Apache", |
6 | | - "keywords": ["aws", "zf2", "amazon", "zend", "s3", "dynamodb", "ec2", "cloudfront", "sqs"], |
7 | | - "require": { |
8 | | - "php": ">=5.5", |
9 | | - "aws/aws-sdk-php": "3.*", |
10 | | - "zendframework/zend-filter": "2.*", |
11 | | - "zendframework/zend-servicemanager": "2.7.* || 3.*", |
12 | | - "zendframework/zend-session": "2.*", |
13 | | - "zendframework/zend-version": "2.*", |
14 | | - "zendframework/zend-view": "2.*" |
| 2 | + "name": "aws/aws-sdk-php-zf2", |
| 3 | + "description": "Zend Framework 2 Module that allows easy integration the AWS SDK for PHP", |
| 4 | + "type": "library", |
| 5 | + "license": "Apache", |
| 6 | + "keywords": [ |
| 7 | + "aws", |
| 8 | + "zf2", |
| 9 | + "amazon", |
| 10 | + "zend", |
| 11 | + "s3", |
| 12 | + "dynamodb", |
| 13 | + "ec2", |
| 14 | + "cloudfront", |
| 15 | + "sqs" |
| 16 | + ], |
| 17 | + "require": { |
| 18 | + "php": "^5.6 || ^7.0", |
| 19 | + "aws/aws-sdk-php": "3.*", |
| 20 | + "zendframework/zend-filter": "2.7.*", |
| 21 | + "zendframework/zend-servicemanager": "2.7.* || 3.*", |
| 22 | + "zendframework/zend-session": "2.7.*", |
| 23 | + "zendframework/zend-view": "^2.8" |
| 24 | + }, |
| 25 | + "require-dev": { |
| 26 | + "phpunit/phpunit": "4.*", |
| 27 | + "zendframework/zend-modulemanager": "2.7.*", |
| 28 | + "squizlabs/php_codesniffer": "~2.3" |
| 29 | + }, |
| 30 | + "autoload": { |
| 31 | + "psr-4": { |
| 32 | + "AwsModule\\": "src/" |
15 | 33 | }, |
16 | | - "require-dev": { |
17 | | - "phpunit/phpunit": "4.*", |
18 | | - "zendframework/zend-modulemanager": "2.*", |
19 | | - "squizlabs/php_codesniffer": "~2.3" |
20 | | - }, |
21 | | - "autoload": { |
22 | | - "psr-4": { |
23 | | - "AwsModule\\": "src/" |
24 | | - }, |
25 | | - "classmap": [ |
26 | | - "./Module.php" |
27 | | - ] |
28 | | - }, |
29 | | - "autoload-dev": { |
30 | | - "psr-4": { |
31 | | - "AwsModule\\Tests\\": "tests/" |
32 | | - } |
| 34 | + "classmap": [ |
| 35 | + "./Module.php" |
| 36 | + ] |
| 37 | + }, |
| 38 | + "autoload-dev": { |
| 39 | + "psr-4": { |
| 40 | + "AwsModule\\Tests\\": "tests/" |
33 | 41 | } |
| 42 | + } |
34 | 43 | } |
0 commit comments