commit 1163f17037c580a4ebf198425d7f8d5ff264b61e Author: philipp lang Date: Wed Feb 25 00:57:21 2026 +0100 Initial commit diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..e4128cb --- /dev/null +++ b/composer.json @@ -0,0 +1,16 @@ +{ + "name": "zoomyboy/kplan", + "type": "library", + "autoload": { + "psr-4": { + "Zoomyboy\\Kplan\\": "src/" + } + }, + "authors": [ + { + "name": "Philipp Lang", + "email": "philipp@zoomyboy.de" + } + ], + "require": {} +} diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000..666f1b0 --- /dev/null +++ b/composer.lock @@ -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" +}