This commit is contained in:
Cooper Dalrymple
2026-06-04 13:05:07 -05:00
parent e5fadef788
commit bcfe35fa91
7 changed files with 55 additions and 27 deletions
+8 -5
View File
@@ -1,14 +1,17 @@
{
"$schema": "https://getcomposer.org/schema.json",
"name": "cleverogre/plugin",
"name": "cleverogre/ogre-captcha",
"version": "0.0.0",
"title": "Example",
"description": "Example plugin",
"title": "Ogre CAPTCHA",
"description": "Protect your site with CAPTCHA",
"author": "CleverOgre",
"license": "GPL-3.0+",
"keywords": [
"WordPress",
"Plugin"
"Plugin",
"Cap",
"CAPTCHA",
"Security"
],
"homepage": "https://cleverogre.com",
"repositories": {
@@ -45,7 +48,7 @@
},
"autoload": {
"files": [
"plugin.php"
"ogre-captcha.php"
]
}
}