mirror of
https://github.com/oblakstudio/wp-plugin-installer.git
synced 2025-11-13 14:05:53 +08:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "oblak/wp-plugin-installer",
|
|
"description": "Simplifies the installation and activation of WordPress plugins",
|
|
"license": "GPL-2.0-only",
|
|
"type": "library",
|
|
"authors": [
|
|
{
|
|
"name": "Sibin Grasic",
|
|
"email": "sibin.grasic@oblak.studio"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">= 8.0",
|
|
"automattic/jetpack-constants": "^2 | ^3",
|
|
"woocommerce/action-scheduler": "^3.7",
|
|
"x-wp/admin-notice-manager": "^1.0",
|
|
"x-wp/helper-traits": "^1.18"
|
|
},
|
|
"require-dev": {
|
|
"oblak/wordpress-coding-standard": "^1",
|
|
"wp-cli/wp-cli": "^2.11"
|
|
},
|
|
"suggest": {
|
|
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Oblak\\WP\\": "src"
|
|
},
|
|
"files": [
|
|
"src/wppi-as-loader.php"
|
|
]
|
|
},
|
|
"config": {
|
|
"platform": {
|
|
"php": "8.0"
|
|
},
|
|
"allow-plugins": {
|
|
"automattic/jetpack-autoloader": true,
|
|
"dealerdirect/phpcodesniffer-composer-installer": true,
|
|
"ergebnis/composer-normalize": true
|
|
},
|
|
"classmap-authoritative": true,
|
|
"optimize-autoloader": true,
|
|
"sort-packages": true
|
|
}
|
|
}
|