Files
DBWrapper/composer.json
2017-09-22 00:29:58 +02:00

17 lines
406 B
JSON

{
"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/" }
}
}