mirror of
https://github.com/creode/mu-plugin-installer.git
synced 2026-07-27 15:19:12 +08:00
32 lines
787 B
JSON
32 lines
787 B
JSON
{
|
|
"name": "creode/mu-plugin-installer",
|
|
"description": "Facilitates WordPress MU-Plugin installation and separates them into different files.",
|
|
"type": "composer-plugin",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Creode\\MuPluginInstaller\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"class": "Creode\\MuPluginInstaller\\MUPluginInstallerPlugin"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Creode",
|
|
"email": "contact@creode.co.uk"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"composer-plugin-api": "^2.0",
|
|
"composer/installers": "^2.0"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "^2.0"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"composer/installers": true
|
|
}
|
|
}
|
|
}
|