fixing composer.json and updateing readme

isekai
Jonathan Daggerhart 7 years ago
parent ef6fac4e41
commit 93d41ee3c6

@ -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"
} }
} }

@ -20,6 +20,15 @@ Much of the documentation can be found on the Settings > OpenID Connect Generic
1. Activate the plugin 1. Activate the plugin
1. Visit Settings > OpenID Connect and configure to meet your needs 1. Visit Settings > OpenID Connect and configure to meet your needs
#### Composer
[OpenID Connect Generic on packagist](https://packagist.org/packages/daggerhart/openid-connect-generic)
Installation:
`composer require daggerhart/openid-connect-generic`
### Frequently Asked Questions ### Frequently Asked Questions
**What is the client's Redirect URI?** **What is the client's Redirect URI?**

Loading…
Cancel
Save