version update along with readmes. new composer.json to place on packagist
parent
f3096b6f14
commit
ef6fac4e41
@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"name": "daggerhart/openid-connect-generic-wordpress",
|
||||||
|
"type": "wordpress-plugin",
|
||||||
|
"license": "GPL",
|
||||||
|
"description": "",
|
||||||
|
"homepage": "https://github.com/daggerhart/openid-connect-generic",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Jonathan Daggerhart",
|
||||||
|
"email": "jonathan@daggerhart.com",
|
||||||
|
"homepage": "https://github.com/daggerhart"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"keywords": [
|
||||||
|
"wordpress",
|
||||||
|
"openid"
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"issues": "https://github.com/daggerhart/openid-connect-generic/issues"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"php": ">=5.3.3",
|
||||||
|
"composer/installers": "~1.0",
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue