mirror of
https://gitlab.com/CodeSolutionsProject/DBWrapper.git
synced 2026-02-22 04:44:40 +01:00
Add composer.json
This commit is contained in:
16
composer.json
Normal file
16
composer.json
Normal 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/" }
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user