diff --git a/.travis.yml b/.travis.yml index ae72a5e2..f24aa134 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,6 @@ cache: before_install: - composer self-update - composer global require hirak/prestissimo - - if [[ $TRAVIS_PHP_VERSION = '7.2' ]]; then composer remove --dev friendsofphp/php-cs-fixer --no-update --no-interaction; fi install: travis_wait travis_retry composer update --no-interaction --prefer-dist --prefer-stable $COMPOSER_OPTIONS diff --git a/CHANGELOG.md b/CHANGELOG.md index 93ddc142..db301798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Re-sort the constructor's arguments of `ExceptionListener` - The `SentrySymfonyClient` is no longer an optional argument of `ExceptionListener`; it's now required ### Fixed - - Remove usage of create_function to avoid deprecations (#71) + - Remove usage of `create_function()` to avoid deprecations (#71) - Fix a possible bug that could make Sentry crash if an error is triggered before loading a console command - Fix a fatal error when the user token is not authenticated (#78) ### Removed diff --git a/composer.json b/composer.json index 5b3a472c..8f1579ae 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ }, "require": { "php": "^5.6|^7.0", - "sentry/sentry": "^1.7", + "sentry/sentry": "^1.8", "symfony/config": "^2.7|^3.0", "symfony/console": "^2.7|^3.0", "symfony/dependency-injection": "^2.7|^3.0",