Projekt angefangen

This commit is contained in:
Elias Kleppinger 2024-11-07 18:10:01 +01:00
commit e63c635800
No known key found for this signature in database
GPG Key ID: 1B7744E660C00214
3 changed files with 21 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
vendor/

2
bin/versa Normal file
View File

@ -0,0 +1,2 @@
<?php

18
platform/composer.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "versadigitale/platform",
"description": "Anwendungsserver der modularen versa digitale Anwendungsplatform",
"type": "platform",
"license": "MIT",
"autoload": {
"psr-4": {
"Versa\\Platform\\": "src/"
}
},
"authors": [
{
"name": "Elias Kleppinger",
"email": "e.kleppinger@buero-digitale.de"
}
],
"require": {}
}