mmk2410
/
my-todo-list
Archived
1
0
Fork 0

Initial setup

This commit is contained in:
Marcel Kapfer 2021-09-16 22:15:56 +02:00
commit d88b89209b
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
3 changed files with 2119 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
vendor/

8
composer.json Normal file
View File

@ -0,0 +1,8 @@
{
"autoload": {
"psr-4": {"MMK2410\\MyTodoList\\": "src/"}
},
"require-dev": {
"phpunit/phpunit": "^9"
}
}

2110
composer.lock generated Normal file

File diff suppressed because it is too large Load Diff