Estado original vindo do servidor de origem via tar.gz, antes da rodada de conformidade com a knowledge-base e fixes de GLPI 11. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
27 lines
765 B
JSON
27 lines
765 B
JSON
{
|
|
"name": "rodolpholopes/glpi-butterfly",
|
|
"description": "Customize GLPI login branding with themes, logos, and CSS.",
|
|
"license": "GPL v2+",
|
|
"require-dev": {
|
|
"consolidation/robo": "^2.2",
|
|
"glpi-project/coding-standard": "^0.8",
|
|
"pear/archive_tar": "^1.4",
|
|
"phpcompatibility/php-compatibility": "^9.3",
|
|
"scssphp/scssphp": "^1.10",
|
|
"squizlabs/php_codesniffer": "^3.5"
|
|
},
|
|
"scripts": {
|
|
"build": "robo build",
|
|
"lint": "phpcs",
|
|
"lint:fix": "phpcbf"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
},
|
|
"platform": {
|
|
"php": "7.4.0"
|
|
},
|
|
"sort-packages": true
|
|
}
|
|
}
|