Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Changed league/oauth2-server ^ 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Nov 19, 2018
1 parent 69cc5e7 commit 702545a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
27 changes: 26 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 1.0.2 - TBD
## 1.1.1 - TBD

### Added

Expand All @@ -24,6 +24,31 @@ All notable changes to this project will be documented in this file, in reverse

- Nothing.

## 1.1.0 - 2018-11-19

### Added

- Nothing.

### Changed

- [#58](https://github.com/zendframework/zend-expressive-authentication-oauth2/pull/58)
Upgrades the `league/oauth2-server` library to 7.3.0 in order to use it with
[Swoole](https://www.swoole.co.uk/). This is provided by `league/oauth2-server`
thanks to [#960 AuthorizationServer stateless](https://github.com/thephpleague/oauth2-server/pull/960)

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

## 1.0.1 - 2018-10-31

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"require": {
"php": "^7.1",
"league/oauth2-server": "^7.0",
"league/oauth2-server": "^7.3.0",
"psr/container": "^1.0",
"psr/http-message": "^1.0.1",
"psr/http-server-middleware": "^1.0",
Expand Down

0 comments on commit 702545a

Please sign in to comment.