2023-02-16 12:47:43 +09:00
|
|
|
{
|
|
|
|
|
"name": "egrajp/corelibs-composer-all",
|
|
|
|
|
"description": "CoreLibs in a composer package",
|
|
|
|
|
"type": "library",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
2023-02-16 13:02:27 +09:00
|
|
|
"CoreLibs\\": "src/"
|
2023-02-16 12:47:43 +09:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Clemens Schwaighofer",
|
|
|
|
|
"email": "clemens.schwaighofer@egplusww.com"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
|
"require": {}
|
|
|
|
|
}
|