diff --git a/README.md b/README.md index 0437b8d..d78735a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ OpenID Connect support to the PHP League's OAuth2 Server. -This is a fork of ronvanderheijden/openid-connect. +This is a fork of [ronvanderheijden/openid-connect](https://github.com/ronvanderheijden/openid-connect). It's made to support only Laravel and laravel Passport. diff --git a/composer.json b/composer.json index 488ed1a..23cea3a 100644 --- a/composer.json +++ b/composer.json @@ -1,10 +1,14 @@ { - "name": "ronvanderheijden/openid-connect", + "name": "jeremy379/laravel-openid-connect", "type": "library", "description": "OpenID Connect support to the PHP League's OAuth2 Server. Compatible with Laravel Passport.", "license": "MIT", - "homepage": "https://github.com/ronvanderheijden/openid-connect", + "homepage": "https://github.com/jeremy379/laravel-openid-connect", "authors": [ + { + "name": "Jérémy Dillenbourg", + "email": "jeremy@dillenbourg.be" + }, { "name": "Ron van der Heijden", "email": "r.heijden@live.nl"