mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 10:07:12 +00:00
* Updates to stub generation * More idiomatic fixes from PHP team * Moved tests from src/tests -> tests, got rid of extension-only tests * fixed up test paths, regenerated arginfo
35 lines
799 B
JSON
35 lines
799 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]"
|
|
}
|
|
],
|
|
"config": {
|
|
"platform": {"php": "5.6"}
|
|
},
|
|
"minimum-stability": "alpha",
|
|
"require": {
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5"
|
|
},
|
|
"conflict": {
|
|
"phpunit/php-timer": ">=2"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"test": "@php -d extension=modules/awscrt.so vendor/bin/phpunit tests"
|
|
},
|
|
"license": "Apache-2.0"
|
|
}
|