summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/composer.json
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
committerAndrew Dolgov <[email protected]>2022-11-23 21:14:33 +0300
commit0c8af4992cb0f7589dcafaad65ada12753c64594 (patch)
tree18e83d068c3e7dd2499331de977782b382279396 /vendor/aws/aws-sdk-php/composer.json
initial
Diffstat (limited to 'vendor/aws/aws-sdk-php/composer.json')
-rw-r--r--vendor/aws/aws-sdk-php/composer.json73
1 files changed, 73 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/composer.json b/vendor/aws/aws-sdk-php/composer.json
new file mode 100644
index 0000000..07687fb
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/composer.json
@@ -0,0 +1,73 @@
+{
+ "name": "aws/aws-sdk-php",
+ "homepage": "http://aws.amazon.com/sdkforphp",
+ "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
+ "keywords": ["aws","amazon","sdk","s3","ec2","dynamodb","cloud","glacier"],
+ "type": "library",
+ "license": "Apache-2.0",
+ "authors": [
+ {
+ "name": "Amazon Web Services",
+ "homepage": "http://aws.amazon.com"
+ }
+ ],
+ "support": {
+ "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
+ "issues": "https://github.com/aws/aws-sdk-php/issues"
+ },
+ "require": {
+ "php": ">=5.5",
+ "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
+ "guzzlehttp/psr7": "^1.8.5 || ^2.3",
+ "guzzlehttp/promises": "^1.4.0",
+ "mtdowling/jmespath.php": "^2.6",
+ "ext-pcre": "*",
+ "ext-json": "*",
+ "ext-simplexml": "*",
+ "aws/aws-crt-php": "^1.0.2"
+ },
+ "require-dev": {
+ "composer/composer" : "^1.10.22",
+ "ext-openssl": "*",
+ "ext-dom": "*",
+ "ext-pcntl": "*",
+ "ext-sockets": "*",
+ "phpunit/phpunit": "^4.8.35 || ^5.6.3 || ^9.5",
+ "behat/behat": "~3.0",
+ "doctrine/cache": "~1.4",
+ "aws/aws-php-sns-message-validator": "~1.0",
+ "nette/neon": "^2.3",
+ "andrewsville/php-token-reflection": "^1.4",
+ "psr/cache": "^1.0",
+ "psr/simple-cache": "^1.0",
+ "paragonie/random_compat": ">= 2",
+ "sebastian/comparator": "^1.2.3 || ^4.0",
+ "yoast/phpunit-polyfills": "^1.0",
+ "dms/phpunit-arraysubset-asserts": "^0.4.0"
+ },
+ "suggest": {
+ "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
+ "ext-curl": "To send requests using cURL",
+ "ext-sockets": "To use client-side monitoring",
+ "doctrine/cache": "To use the DoctrineCacheAdapter",
+ "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications"
+ },
+ "autoload": {
+ "psr-4": {
+ "Aws\\": "src/"
+ },
+ "files": ["src/functions.php"]
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "Aws\\Test\\": "tests/"
+ },
+ "classmap": ["build/"]
+ },
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.0-dev"
+ }
+ }
+}
+