Upgrade dependencies and fix PHPCS errors.
Showing
... | ... | @@ -28,12 +28,12 @@ |
"ext-curl": "*", | ||
"ext-json": "*", | ||
"ext-mbstring": "*", | ||
"monolog/monolog": "^1.23", | ||
"monolog/monolog": "^1.24", | ||
"guzzlehttp/guzzle": "^6.3" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^4.8|^5.7|^6.5|^7.4", | ||
"squizlabs/php_codesniffer": "^3.3" | ||
"phpunit/phpunit": "^4.8|^5.7|^6.5|^7.4|^8.1", | ||
"squizlabs/php_codesniffer": "^3.4" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment