Skip to content

Commit e4aa264

Browse files
authored
Merge pull request #87 from getsentry/stable-release
Preparation to release 1.0
2 parents 962bba7 + 19e40e6 commit e4aa264

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ cache:
1515
before_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

2019
install: travis_wait travis_retry composer update --no-interaction --prefer-dist --prefer-stable $COMPOSER_OPTIONS
2120

CHANGELOG.md

+1-1
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
- Fix a fatal error when the user token is not authenticated (#78)
2020
### Removed

composer.json

+1-1
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)