This commit is contained in:
Robert
2023-12-20 14:01:25 +01:00
parent 67a26f6684
commit b6100b2ab6
115 changed files with 9538 additions and 0 deletions

9
M5/emensa/composer.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "emensa/mvc",
"description": "routing script for module Datenbanken und Webtechnologien MVC",
"license": "proprietary",
"require": {
"eftec/bladeone": "^4.1",
"ext-mysqli": "*"
}
}