kubrick/composer.json
2025-06-22 12:13:17 +07:00

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"
}
}