forked from jasperweyne/PiwigoOpenIdConnect
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2fe22b7
commit dde1483
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "jasperweyne/piwigo_oidc", | ||
"description": "A Piwigo plugin for OpenID Connect authentication of users.", | ||
"license": "apache-2.0", | ||
"authors": [ | ||
{ | ||
"name": "Jasper Weyne", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"jumbojett/openid-connect-php": "^0.9.1" | ||
"name": "jasperweyne/piwigo_oidc", | ||
"description": "A Piwigo plugin for OpenID Connect authentication of users.", | ||
"license": "apache-2.0", | ||
"authors": [ | ||
{ | ||
"name": "Jasper Weyne", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"jumbojett/openid-connect-php": "^0.9.10" | ||
} | ||
} |