![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/aws/aws-crt-php/ |
{ "name": "aws/aws-crt-php", "homepage": "https://github.com/awslabs/aws-crt-php", "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": { "php": ">=5.5" }, "require-dev": { "phpunit/phpunit":"^4.8.35||^5.6.3||^9.5", "yoast/phpunit-polyfills": "^1.0" }, "autoload": { "classmap": [ "src/" ] }, "suggest": { "ext-awscrt": "Make sure you install awscrt native extension to use any of the functionality." }, "scripts": { "test": "./dev-scripts/run_tests.sh", "test-extension": "@test", "test-win": ".\\dev-scripts\\run_tests.bat" }, "license": "Apache-2.0" }