Rename
This commit is contained in:
+8
-5
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user