Smarty extended class is now included in checks and is fixed. Add the lib/ folder to the composer.json autoloader block so we can use the composer autoloader and not the one from CoreLibs Added an autoloader load test backend file
20 lines
371 B
JSON
20 lines
371 B
JSON
{
|
|
"name": "gullevek/corelibs",
|
|
"description": "CoreLibs",
|
|
"type": "library",
|
|
"authors": [
|
|
{
|
|
"name": "Clemens Schwaighofer",
|
|
"email": "clemens.schwaighofer@egplusww.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"classmap": [
|
|
"lib/"
|
|
]
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9"
|
|
}
|
|
}
|