Skip to content

Commit 754204c

Browse files
committed
update dependnacy on league/[email protected]
1 parent 7aa26c4 commit 754204c

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
All Notable changes to `oauth2-bitbucket` will be documented in this file
3+
4+
## 0.1.0 - 2015-08-20
5+
6+
### Added
7+
- Initial release!
8+
9+
### Deprecated
10+
- Nothing
11+
12+
### Fixed
13+
- Nothing
14+
15+
### Removed
16+
- Nothing
17+
18+
### Security
19+
- Nothing

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": ">=5.5.0",
22-
"league/oauth2-client": "1.0.0-beta2"
22+
"league/oauth2-client": "~1.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "~4.0",

0 commit comments

Comments
 (0)