add app folder

This commit is contained in:
Gregory Letellier
2023-11-14 10:52:52 +01:00
parent 9e6afc997a
commit a597f2e883
8 changed files with 16 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "kletellier/web",
"name": "kletellier/miniweb",
"description": "Mini website template",
"type": "project",
"license": "MIT",
@@ -26,13 +26,14 @@
},
"autoload": {
"psr-4": {
"App\\": "src"
"Kletellier\\MiniWeb\\": "src",
"App\\": "app"
},
"files": ["src/helpers.php"]
},
"autoload-dev": {
"psr-4": {
"App\\tests\\": "tests/"
"Kletellier\\MiniWeb\\tests\\": "tests/"
}
},
"config": {