mirror of
https://gitlab.com/CodeSolutionsProject/DBWrapper.git
synced 2026-02-14 17:11:33 +01:00
17 lines
397 B
JSON
17 lines
397 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.0"
|
|
},
|
|
"autoload": {
|
|
"files": ["src/dbwrapper.php"]
|
|
}
|
|
}
|