Skip to content

Commit

Permalink
Merge pull request #87 from getsentry/stable-release
Browse files Browse the repository at this point in the history
Preparation to release 1.0
  • Loading branch information
Jean85 authored Nov 7, 2017
2 parents 962bba7 + 19e40e6 commit e4aa264
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e4aa264

Please sign in to comment.