Skip to content

Commit

Permalink
update dependnacy on league/oauth2-client@1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenmaguire committed Aug 20, 2015
1 parent 7aa26c4 commit 754204c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog
All Notable changes to `oauth2-bitbucket` will be documented in this file

## 0.1.0 - 2015-08-20

### Added
- Initial release!

### Deprecated
- Nothing

### Fixed
- Nothing

### Removed
- Nothing

### Security
- Nothing
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"require": {
"php": ">=5.5.0",
"league/oauth2-client": "1.0.0-beta2"
"league/oauth2-client": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
Expand Down

0 comments on commit 754204c

Please sign in to comment.