Add composer.json

This commit is contained in:
joselucross
2017-09-22 00:29:58 +02:00
parent aedf9bf952
commit 409aab9ef6

16
composer.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "jkanetwork/dbwrapper",
"type": "library",
"description": "MySQL, PgSQL and SQLite wrapper",
"keywords": ["mysql", "PgSQL", "sqlite", "wrapper"],
"license": "APACHE",
"authors": [
{"name": "Kevin Puertas Ruiz", "email": "kevin01010@gmail.com"}
],
"require": {
"php": "^7.1"
},
"autoload": {
"psr-0": { "DBWrapper": "src/" }
}
}