Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'aws/aws-crt-php/composer.json')
-rw-r--r--aws/aws-crt-php/composer.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/aws/aws-crt-php/composer.json b/aws/aws-crt-php/composer.json
new file mode 100644
index 00000000..4b96140e
--- /dev/null
+++ b/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": "aws-sdk-common-runtime@amazon.com"
+ }
+ ],
+ "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"
+}