initial commit

This commit is contained in:
norb 2025-12-17 21:38:05 +01:00
commit 0db3e92ee6
Signed by: norb
GPG key ID: 07FD40171026409B
59 changed files with 3384 additions and 0 deletions

18
composer.json Executable file
View file

@ -0,0 +1,18 @@
{
"name": "verua/assessment",
"license": "AGPL-3.0-or-later",
"autoload": {
"psr-4": {
"VeruA\\": "src/"
}
},
"authors": [
{
"name": "norb",
"email": "norbert.wagner@verua.ch"
}
],
"require": {
"monolog/monolog": "^3.9"
}
}