Because www folder is source base, if phpunit is installed outside it cannot find the classes
21 lines
423 B
JSON
21 lines
423 B
JSON
{
|
|
"name": "egrajp/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"
|
|
}
|
|
}
|