Files
2026-07-15 10:22:44 -05:00

66 lines
1.7 KiB
JSON

{
"$schema": "https://getcomposer.org/schema.json",
"name": "cleverogre/ogre-captcha",
"version": "1.2.6",
"title": "Ogre CAPTCHA",
"description": "Protect your site with CAPTCHA",
"author": "CleverOgre",
"license": "GPL-3.0+",
"keywords": [
"WordPress",
"Plugin",
"Cap",
"CAPTCHA",
"Security"
],
"homepage": "https://cleverogre.com",
"repositories": {
"cleverogre/plugin-update-checker": {
"type": "vcs",
"url": "git@git.cleverogre.com:cleverogre/plugin-update-checker.git"
},
"cleverogre/updatepulse-updater": {
"type": "vcs",
"url": "git@git.cleverogre.com:cleverogre/updatepulse-updater.git"
},
"cleverogre/plugin-framework": {
"type": "vcs",
"url": "git@git.cleverogre.com:cleverogre/plugin-framework.git"
},
"advancedcustomfields": {
"type": "composer",
"url": "https://connect.advancedcustomfields.com"
}
},
"require": {
"cleverogre/plugin-framework": "dev-main"
},
"replace": {
"wpengine/advanced-custom-fields-pro": "*"
},
"config": {
"allow-plugins": {
"composer/installers": true
},
"optimize-autoloader": true
},
"extra": {
"installer-paths": {
"acf/": [
"wpengine/advanced-custom-fields-pro"
],
"lib/{$name}/": [
"cleverogre/plugin-update-checker",
"cleverogre/updatepulse-updater"
]
}
},
"autoload": {
"files": [
"ogre-captcha.php"
]
},
"minimum-stability": "dev",
"prefer-stable": true
}