Files
DBWrapper/composer.json

17 lines
401 B
JSON

{
"name": "jkanetwork/dbwrapper",
"type": "library",
"description": "MySQL, PgSQL and SQLite wrapper",
"keywords": ["mysql", "PgSQL", "sqlite", "wrapper"],
"license": "Apache-2.0",
"authors": [
{"name": "Kevin Puertas Ruiz", "email": "kevin01010@gmail.com"}
],
"require": {
"php": "^7.0"
},
"autoload": {
"files": ["src/dbwrapper.php"]
}
}