require composer to load awscrt extension

This commit is contained in:
Dengke Tang
2023-02-21 14:28:55 -08:00
parent 56009e8c03
commit e5e998aba9
+4 -3
View File
@@ -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": [