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 @@ |
"ext-pdo": "*", | ||
"ext-curl": "*", | ||
"ext-mbstring": "*", | ||
"monolog/monolog": "^1.22", | ||
"guzzlehttp/guzzle": "^6.2" | ||
"monolog/monolog": "^1.23", | ||
"guzzlehttp/guzzle": "^6.3" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^4.8|^5.7|^6.1", | ||
"squizlabs/php_codesniffer": "^2.8" | ||
"phpunit/phpunit": "^4.8|^5.7|^6.5", | ||
"squizlabs/php_codesniffer": "^3.2" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment