summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-crt-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-crt-php/composer.json
initial
Diffstat (limited to 'vendor/aws/aws-crt-php/composer.json')
-rw-r--r--vendor/aws/aws-crt-php/composer.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/vendor/aws/aws-crt-php/composer.json b/vendor/aws/aws-crt-php/composer.json
new file mode 100644
index 0000000..4b96140
--- /dev/null
+++ b/vendor/aws/aws-crt-php/composer.json
@@ -0,0 +1,34 @@
+{
+ "name": "aws/aws-crt-php",
+ "homepage": "http://aws.amazon.com/sdkforphp",
+ "description": "AWS Common Runtime for PHP",
+ "keywords": ["aws","amazon","sdk","crt"],
+ "type": "library",
+ "authors": [
+ {
+ "name": "AWS SDK Common Runtime Team",
+ "email": "[email protected]"
+ }
+ ],
+ "config": {
+ "platform": {"php": "5.6"}
+ },
+ "minimum-stability": "alpha",
+ "require": {
+ "php": ">=5.5"
+ },
+ "require-dev": {
+ "phpunit/phpunit":"^4.8.35|^5.4.3"
+ },
+ "autoload": {
+ "classmap": [
+ "src/"
+ ]
+ },
+ "scripts": {
+ "test": "./run_tests",
+ "test-extension": "@test",
+ "test-win": "run_tests"
+ },
+ "license": "Apache-2.0"
+}