diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..3c22225 --- /dev/null +++ b/composer.json @@ -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/" } + } +}