DB\IO dbReturn also sets internal num_rows, num_fields, field_names so the normal dbGet* calls can be used after dbReturn call JAVASCRIPT/STYLESHEET in config.master is now override able from .env file. Others will follow
21 lines
425 B
JSON
21 lines
425 B
JSON
{
|
|
"name": "gullevek/corelibs-dev",
|
|
"version": "dev-master",
|
|
"description": "CoreLibs: Development package",
|
|
"type": "library",
|
|
"authors": [
|
|
{
|
|
"name": "Clemens Schwaighofer",
|
|
"email": "clemens.schwaighofer@egplusww.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"classmap": [
|
|
"lib/"
|
|
]
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9"
|
|
}
|
|
}
|