mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-15 17:56:14 +05:30
Merge branch 'release/1.0.4' into develop
This commit is contained in:
commit
d22e489626
@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.0.4 (released 2013-02-21)
|
||||||
|
|
||||||
|
* Fixed the SQL example for SessionInterface::getScopes()
|
||||||
|
|
||||||
## 1.0.3 (released 2013-02-20)
|
## 1.0.3 (released 2013-02-20)
|
||||||
|
|
||||||
* Changed all instances of the "authentication server" to "authorization server"
|
* Changed all instances of the "authentication server" to "authorization server"
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "lncd/oauth2",
|
"name": "lncd/oauth2",
|
||||||
"description": "OAuth 2.0 Framework",
|
"description": "OAuth 2.0 Framework",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"homepage": "https://github.com/lncd/OAuth2",
|
"homepage": "https://github.com/lncd/OAuth2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"require": {
|
"require": {
|
||||||
|
Loading…
Reference in New Issue
Block a user