32 lines
633 B
JSON
Executable File
32 lines
633 B
JSON
Executable File
{
|
|
"name": "gbili/pdowithfilters",
|
|
"description": "PDO minimalistic abstraction allows for filtering sql query strings before execution",
|
|
"authors" : [
|
|
{
|
|
"name" : "Guillermo Pages",
|
|
"email" : "public.gullermo@gmail.com"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"db",
|
|
"req",
|
|
"PDO"
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Gbili\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Gbili\\": "tests/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=8.0.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9"
|
|
}
|
|
}
|