mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-17 17:47:12 +00:00
44 lines
933 B
JSON
44 lines
933 B
JSON
{
|
|
"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": "[email protected]"
|
|
}
|
|
],
|
|
"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": "[email protected]"
|
|
}
|
|
]
|
|
}
|
|
|