Update composer.json

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

View File

@ -8,7 +8,15 @@
"email": "gnh1201@gmail.com"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/bozhinov/pChart2.0-for-PHP7"
}
],
"require": {
"bozhinov/pChart2.0-for-PHP7": "*"
"bozhinov/pChart2.0-for-PHP7": "dev-master"
}
}