File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1515before_install :
1616 - composer self-update
1717 - composer global require hirak/prestissimo
18- - if [[ $TRAVIS_PHP_VERSION = '7.2' ]]; then composer remove --dev friendsofphp/php-cs-fixer --no-update --no-interaction; fi
1918
2019install : travis_wait travis_retry composer update --no-interaction --prefer-dist --prefer-stable $COMPOSER_OPTIONS
2120
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1414 - Re-sort the constructor's arguments of ` ExceptionListener `
1515 - The ` SentrySymfonyClient ` is no longer an optional argument of ` ExceptionListener ` ; it's now required
1616### Fixed
17- - Remove usage of create_function to avoid deprecations (#71 )
17+ - Remove usage of ` create_function() ` to avoid deprecations (#71 )
1818 - Fix a possible bug that could make Sentry crash if an error is triggered before loading a console command
1919 - Fix a fatal error when the user token is not authenticated (#78 )
2020### Removed
Original file line number Diff line number Diff line change 2020 },
2121 "require" : {
2222 "php" : " ^5.6|^7.0" ,
23- "sentry/sentry" : " ^1.7 " ,
23+ "sentry/sentry" : " ^1.8 " ,
2424 "symfony/config" : " ^2.7|^3.0" ,
2525 "symfony/console" : " ^2.7|^3.0" ,
2626 "symfony/dependency-injection" : " ^2.7|^3.0" ,
You can’t perform that action at this time.
0 commit comments