feat: first commit
This commit is contained in:
31
composer.json
Executable file
31
composer.json
Executable file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user