Skip to content

Commit ece5b42

Browse files
committed
Require Sentry client ^1.8
1 parent 689553c commit ece5b42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
### Removed
2020
- Drop deprecated fields from configuration; the same options can be used (since 0.8.3) under `sentry.options`

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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",

0 commit comments

Comments
 (0)