mirror of
https://gh.wpcy.net/https://github.com/syntatis/kubrick.git
synced 2026-04-24 21:32:44 +08:00
36 lines
738 B
JSON
36 lines
738 B
JSON
{
|
|
"name": "syntatis/kubrick",
|
|
"license": "MIT",
|
|
"description": "Classic WordPress Admin UI",
|
|
"keywords": [
|
|
"admin-dashboard",
|
|
"react-components",
|
|
"wordpress"
|
|
],
|
|
"homepage": "https://github.com/syntatis/kubrick#README",
|
|
"authors": [
|
|
{
|
|
"name": "Thoriq Firdaus",
|
|
"homepage": "https://github.com/tfirdaus",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"config": {
|
|
"allow-plugins": {
|
|
"roots/wordpress-core-installer": true,
|
|
"composer/installers": true
|
|
},
|
|
"preferred-install": "stable",
|
|
"process-timeout": 0,
|
|
"sort-packages": true
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"require": {
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"composer/installers": "^2.2",
|
|
"roots/wordpress": "6.6"
|
|
}
|
|
}
|