Initial commit
This commit is contained in:
36
composer.json
Normal file
36
composer.json
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user