mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
support 7.2+ from pecl and add readme stuff about libcrypto issues
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<dependencies>
|
||||
<required>
|
||||
<php>
|
||||
<min>5.5.0</min>
|
||||
<min>7.2.0</min>
|
||||
</php>
|
||||
<pearinstaller>
|
||||
<min>1.10.0</min>
|
||||
|
||||
@@ -22,5 +22,4 @@ if [ ! -d vendor ]; then
|
||||
$PHP_BINARY -c php.ini $COMPOSER_BINARY update
|
||||
fi
|
||||
|
||||
$launcher $PHP_BINARY --version
|
||||
$launcher $PHP_BINARY -c php.ini vendor/bin/phpunit tests --debug
|
||||
|
||||
Reference in New Issue
Block a user