Initial commit

This commit is contained in:
philipp lang 2026-02-25 00:57:21 +01:00
commit 1163f17037
2 changed files with 34 additions and 0 deletions

16
composer.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "zoomyboy/kplan",
"type": "library",
"autoload": {
"psr-4": {
"Zoomyboy\\Kplan\\": "src/"
}
},
"authors": [
{
"name": "Philipp Lang",
"email": "philipp@zoomyboy.de"
}
],
"require": {}
}

18
composer.lock generated Normal file
View File

@ -0,0 +1,18 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "4efdf1cf4ad45f0ba2a36fa21b1fc142",
"packages": [],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.6.0"
}