{
"keywords": [
"Doctrine DBAL Wrapper"
],
"autoload" : {
"psr-4" : {
"cymapgt\\Exception\\" : "src/Exception",
"cymapgt\\core\\utility\\db\\" : "src"
}
},
"autoload-dev" : {
"psr-4" : {
"cymapgt\\core\\utility\\db\\tests\\" : "tests"
}
},
"name" : "cymapgt/db",
"type" : "library",
"description" : "Light wrapper around Doctrine DBAL library",
"license" : "BSD-3-clause",
"require" : {
"php" : ">=7.2.0",
"doctrine/dbal" : "~2.9.0"
},
"require-dev" : {
"phpunit/phpunit" : "8.*"
},
"support" : {
"email" : "cogana@gmail.com",
"source" : "https://github.com/cymapgt/DB"
},
"authors" : [{
"name" : "Cyril Ogana",
"email" : "cogana@gmail.com",
"homepage" : "http://www.cymapk.com",
"role" : "Maintainer"
}],
"homepage" : "https://github.com/cymapgt/DB"
}
|