36 lines
736 B
JSON
36 lines
736 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-mbstring": "*",
|
||
|
"ext-json": "*",
|
||
|
"phpmailer/phpmailer": "^6.1",
|
||
|
"twig/twig": "^3.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"friendsofphp/php-cs-fixer": "^2.16"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Yoshihiro OKUMURA",
|
||
|
"email": "orrisroot@gmail.com"
|
||
|
}
|
||
|
]
|
||
|
}
|