Use trusty to enable HHVM and add PHP 7.2 to the mix.
Update composer dependencies and fix sniffed code.
Showing
... | @@ -22,12 +22,12 @@ | ... | @@ -22,12 +22,12 @@ |
"ext-pdo": "*", | "ext-pdo": "*", | ||
"ext-curl": "*", | "ext-curl": "*", | ||
"ext-mbstring": "*", | "ext-mbstring": "*", | ||
"monolog/monolog": "^1.22", | "monolog/monolog": "^1.23", | ||
"guzzlehttp/guzzle": "^6.2" | "guzzlehttp/guzzle": "^6.3" | ||
}, | }, | ||
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "^4.8|^5.7|^6.1", | "phpunit/phpunit": "^4.8|^5.7|^6.5", | ||
"squizlabs/php_codesniffer": "^2.8" | "squizlabs/php_codesniffer": "^3.2" | ||
}, | }, | ||
"autoload": { | "autoload": { | ||
"psr-4": { | "psr-4": { | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment