Initial commit

This commit is contained in:
Cooper Dalrymple
2025-10-29 11:52:55 -05:00
parent 4acaaf406e
commit e3bb6e6039
17 changed files with 5761 additions and 3 deletions

36
composer.json Normal file
View File

@@ -0,0 +1,36 @@
{
"$schema": "https://getcomposer.org/schema.json",
"name": "cleverogre/ogre-suspension",
"version": "1.0.0",
"title": "OgreSuspension",
"description": "OgreSuspension will lock down a WordPress instance with a custom suspension page and prevent access to the admin dashboard. Use with caution!",
"author": "CleverOgre",
"license": "GPL-3.0+",
"keywords": [
"WordPress",
"Plugin",
"suspension",
"lockdown",
"shutdown",
"suspend"
],
"homepage": "https://cleverogre.com",
"repositories": {
"cleverogre/plugin-framework": {
"type": "vcs",
"url": "git@git.cleverogre.com:cleverogre/plugin-framework.git"
}
},
"require": {
"cleverogre/plugin-framework": "dev-main"
},
"replace": {
"yahnis-elsts/plugin-update-checker": "*",
"froger-me/wp-package-updater": "*",
"magicoli/wp-package-updater-lib": "*",
"wpengine/advanced-custom-fields-pro": "*"
},
"config": {
"optimize-autoloader": true
}
}