{ "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" } ], "minimum-stability": "alpha", "require": { }, "require-dev": { "phpunit/phpunit": "^5" }, "conflict": { "phpunit/php-timer": ">=2" }, "autoload": { "classmap": [ "src/" ] }, "autoload-dev": { "classmap": [ "src/tests/" ] }, "scripts": { "test": "phpunit src/tests" }, "license": "Apache-2.0", "authors": [ { "name": "AWS Common Runtime Team", "email": "aws-sdk-common-runtime@amazon.com" } ] }