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