add php-rrd to requires.

This commit is contained in:
Yoshihiro OKUMURA 2020-06-09 17:22:33 +09:00
parent 9535c06a4a
commit cf78855dcd
2 changed files with 5 additions and 4 deletions

View File

@ -14,11 +14,11 @@
"Orrisroot\\": "lib/"
}
},
"require": {
"php": ">=7.4.0",
"ext-mbstring": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-rrd": "*",
"phpmailer/phpmailer": "^6.1",
"twig/twig": "^3.0"
},

5
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "b766d7a4135dc7c7209935b75341a818",
"content-hash": "1af7cf1e0057fd467546c12f34cdec69",
"packages": [
{
"name": "phpmailer/phpmailer",
@ -2124,8 +2124,9 @@
"prefer-lowest": false,
"platform": {
"php": ">=7.4.0",
"ext-json": "*",
"ext-mbstring": "*",
"ext-json": "*"
"ext-rrd": "*"
},
"platform-dev": [],
"plugin-api-version": "1.1.0"