summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-crt-php/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/aws-crt-php/composer.json')
-rw-r--r--vendor/aws/aws-crt-php/composer.json15
1 files changed, 8 insertions, 7 deletions
diff --git a/vendor/aws/aws-crt-php/composer.json b/vendor/aws/aws-crt-php/composer.json
index 4b96140..13e7ac6 100644
--- a/vendor/aws/aws-crt-php/composer.json
+++ b/vendor/aws/aws-crt-php/composer.json
@@ -1,6 +1,6 @@
{
"name": "aws/aws-crt-php",
- "homepage": "http://aws.amazon.com/sdkforphp",
+ "homepage": "https://github.com/awslabs/aws-crt-php",
"description": "AWS Common Runtime for PHP",
"keywords": ["aws","amazon","sdk","crt"],
"type": "library",
@@ -10,25 +10,26 @@
"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"
+ "phpunit/phpunit":"^4.8.35||^5.6.3||^9.5",
+ "yoast/phpunit-polyfills": "^1.0"
},
"autoload": {
"classmap": [
"src/"
]
},
+ "suggest": {
+ "ext-awscrt": "Make sure you install awscrt native extension to use any of the functionality."
+ },
"scripts": {
- "test": "./run_tests",
+ "test": "./dev-scripts/run_tests.sh",
"test-extension": "@test",
- "test-win": "run_tests"
+ "test-win": ".\\dev-scripts\\run_tests.bat"
},
"license": "Apache-2.0"
}