Skip to content

Commit

Permalink
Merge branch 'release/3.0.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Aug 5, 2015
2 parents e1ad489 + 965fcf3 commit ac5ab22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"license": "MIT",
"name": "authbucket/oauth2-symfony-bundle",
"require": {
"authbucket/oauth2-php": "3.x-dev",
"authbucket/oauth2-php": "~3.0",
"php": ">=5.5.9",
"psr/http-message": "~1.0",
"psr/log": "~1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
arguments:
- "@logger"
tags:
- { name: kernel.event_listener, event: kernel.exception, method: onKernelException, priority: -8 }
- { name: kernel.event_listener, event: kernel.exception, method: onKernelException, priority: -2 }

authbucket_oauth2.response_handler.factory:
class: AuthBucket\OAuth2\ResponseType\ResponseTypeHandlerFactory
Expand Down

0 comments on commit ac5ab22

Please sign in to comment.