20 lines
372 B
JSON
20 lines
372 B
JSON
{
|
|
"name": "gullevek/corelibs",
|
|
"description": "CoreLibs",
|
|
"type": "library",
|
|
"authors": [
|
|
{
|
|
"name": "Clemens Schwaighofer",
|
|
"email": "clemens.schwaighofer@egplusww.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"classmap": [
|
|
"libs/"
|
|
]
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9"
|
|
}
|
|
}
|