digitemp-rrdgraph/composer.json

36 lines
756 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": ">=8.0",
"ext-json": "*",
"ext-mbstring": "*",
"ext-rrd": "*",
"phpmailer/phpmailer": "^6.5",
"twig/twig": "^3.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.2"
},
"license": "MIT",
"authors": [
{
"name": "Yoshihiro OKUMURA",
"email": "orrisroot@gmail.com"
}
]
}