{ "name": "aws/crt", "description": "AWS Common Runtime for PHP", "type": "library", "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" } ] }