File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 15
15
before_install :
16
16
- composer self-update
17
17
- 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
19
18
20
19
install : travis_wait travis_retry composer update --no-interaction --prefer-dist --prefer-stable $COMPOSER_OPTIONS
21
20
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.
14
14
- Re-sort the constructor's arguments of ` ExceptionListener `
15
15
- The ` SentrySymfonyClient ` is no longer an optional argument of ` ExceptionListener ` ; it's now required
16
16
### Fixed
17
- - Remove usage of create_function to avoid deprecations (#71 )
17
+ - Remove usage of ` create_function() ` to avoid deprecations (#71 )
18
18
- Fix a possible bug that could make Sentry crash if an error is triggered before loading a console command
19
19
- Fix a fatal error when the user token is not authenticated (#78 )
20
20
### Removed
Original file line number Diff line number Diff line change 20
20
},
21
21
"require" : {
22
22
"php" : " ^5.6|^7.0" ,
23
- "sentry/sentry" : " ^1.7 " ,
23
+ "sentry/sentry" : " ^1.8 " ,
24
24
"symfony/config" : " ^2.7|^3.0" ,
25
25
"symfony/console" : " ^2.7|^3.0" ,
26
26
"symfony/dependency-injection" : " ^2.7|^3.0" ,
You can’t perform that action at this time.
0 commit comments