{ "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": { }, "require-dev": { "phpunit/phpunit": "^5" }, "conflict": { "phpunit/php-timer": ">=2" }, "autoload": { "classmap": [ "src/" ] }, "autoload-dev": { "classmap": [ "src/tests/" ] }, "scripts": { "test": "@php -d extension=modules/awscrt.so vendor/bin/phpunit src/tests" }, "license": "Apache-2.0" }