Update composer.json

This commit is contained in:
Namhyeon Go 2019-04-12 16:07:53 +09:00 committed by GitHub
parent 4d9b86d173
commit ef6339c7c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ {
"name": "gnh1201/reasonableframework", "name": "gnh1201/reasonableframework",
"description": "Reasonable Framework is PHP framework for make solid and secure web development.", "description": "ReasonableFramework is RVHM structured PHP Web Framework, Securely, Compatibility.",
"license": "LGPL-3.0", "license": "LGPL-3.0",
"authors": [ "authors": [
{ {
@ -8,5 +8,7 @@
"email": "gnh1201@gmail.com" "email": "gnh1201@gmail.com"
} }
], ],
"require": {} "require": {
"bozhinov/pChart2.0-for-PHP7": "*"
}
} }