Update composer.json

This commit is contained in:
Namhyeon Go 2018-12-29 13:12:31 +09:00
parent 56fe3eeeb6
commit c06132fbe7

12
composer.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "gnh1201/reasonableframework",
"description": "Reasonable Framework is PHP framework for make solid and secure web development.",
"license": "LGPL-3.0",
"authors": [
{
"name": "Go Namhyeon",
"email": "gnh1201@gmail.com"
}
],
"require": {}
}