initial commit
This commit is contained in:
commit
0db3e92ee6
59 changed files with 3384 additions and 0 deletions
18
composer.json
Executable file
18
composer.json
Executable 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue