36 lines
758 B
JSON
36 lines
758 B
JSON
{
|
|
"name": "niu-admin/temperature",
|
|
"type": "project",
|
|
"scripts": {
|
|
"fix-diff": [
|
|
"./vendor/bin/php-cs-fixer fix --dry-run --diff"
|
|
],
|
|
"fix": [
|
|
"./vendor/bin/php-cs-fixer fix"
|
|
]
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Orrisroot\\": "lib/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=7.4.0",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-rrd": "*",
|
|
"phpmailer/phpmailer": "^6.4",
|
|
"twig/twig": "^3.3"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^3.0"
|
|
},
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Yoshihiro OKUMURA",
|
|
"email": "orrisroot@gmail.com"
|
|
}
|
|
]
|
|
}
|