|
|
@ -1,8 +1,8 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"name": "daggerhart/openid-connect-generic-wordpress",
|
|
|
|
"name": "daggerhart/openid-connect-generic",
|
|
|
|
"type": "wordpress-plugin",
|
|
|
|
"type": "wordpress-plugin",
|
|
|
|
"license": "GPL",
|
|
|
|
"license": "GPL-2.0-only",
|
|
|
|
"description": "",
|
|
|
|
"description": "OpenID Connect generic WordPress plugin.",
|
|
|
|
"homepage": "https://github.com/daggerhart/openid-connect-generic",
|
|
|
|
"homepage": "https://github.com/daggerhart/openid-connect-generic",
|
|
|
|
"authors": [
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -20,6 +20,6 @@
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3",
|
|
|
|
"php": ">=5.3.3",
|
|
|
|
"composer/installers": "~1.0",
|
|
|
|
"composer/installers": "~1.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|