Initial commit
This commit is contained in:
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"$schema": "https://getcomposer.org/schema.json",
|
||||
"name": "cleverogre/plugin",
|
||||
"version": "0.0.0",
|
||||
"title": "Example",
|
||||
"description": "Example plugin",
|
||||
"author": "CleverOgre",
|
||||
"license": "GPL-3.0+",
|
||||
"keywords": [
|
||||
"WordPress",
|
||||
"Plugin"
|
||||
],
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"composer/installers": true
|
||||
},
|
||||
"optimize-autoloader": true
|
||||
},
|
||||
"autoload": {
|
||||
"files": [
|
||||
"plugin.php"
|
||||
]
|
||||
},
|
||||
"require": {
|
||||
"cleverogre/plugin-framework": "dev-main"
|
||||
},
|
||||
"replace": {
|
||||
"wpengine/advanced-custom-fields-pro": "*"
|
||||
},
|
||||
"extra": {
|
||||
"installer-paths": {
|
||||
"acf/": [
|
||||
"wpengine/advanced-custom-fields-pro"
|
||||
],
|
||||
"lib/{$name}/": [
|
||||
"cleverogre/plugin-update-checker",
|
||||
"cleverogre/updatepulse-updater"
|
||||
]
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
}
|
||||
Reference in New Issue
Block a user