mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
require composer to load awscrt extension
This commit is contained in:
+4
-3
@@ -11,14 +11,15 @@
|
||||
}
|
||||
],
|
||||
"config": {
|
||||
"platform": {"php": "5.6"}
|
||||
"platform": {"php": "7.4"}
|
||||
},
|
||||
"minimum-stability": "alpha",
|
||||
"require": {
|
||||
"php": ">=5.5"
|
||||
"php": ">=5.5",
|
||||
"ext-awscrt": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit":"^4.8.35|^5.6.3"
|
||||
"phpunit/phpunit":"^5.6.3"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
|
||||
Reference in New Issue
Block a user