Initial commit

This commit is contained in:
2026-07-05 21:52:31 +02:00
commit 93259f5b6d
35 changed files with 2389 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "Money Planner",
"description": "Persönliche Ausgaben planen",
"type": "project",
"license": "AGPL",
"authors": [
{
"name": "Nils Otterpohl"
}
],
"require": {},
"require-dev": {
"phpunit/phpunit": "^5.4"
}
}