Update composer.json

This commit is contained in:
Namhyeon Go 2020-01-21 20:56:05 +09:00 committed by GitHub
parent dff6b47d25
commit cfd1173178
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": "ReasonableFramework is RVHM structured PHP Web Framework, Securely, Compatibility.", "description": "ReasonableFramework is RVHM structured PHP Web Framework, securely and compatibility",
"license": "LGPL-3.0", "license": "LGPL-3.0",
"authors": [ "authors": [
{ {
@ -8,14 +8,7 @@
"email": "gnh1201@gmail.com" "email": "gnh1201@gmail.com"
} }
], ],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/bozhinov/pChart2.0-for-PHP7"
}
],
"require": { "require": {
"bozhinov/pChart2.0-for-PHP7": "dev-master", "phpoffice/phpspreadsheet": "dev-master"
"phpoffice/phpspreadsheet": "dev-master",
} }
} }