implemented step 01

This commit is contained in:
2026-06-12 15:11:37 +02:00
parent 0751808967
commit a334da7231
18 changed files with 772 additions and 0 deletions

17
composer.json Normal file
View File

@ -0,0 +1,17 @@
{
"name": "webwizard/webwizard",
"description": "AI website concierge (MVP)",
"type": "project",
"license": "MIT",
"require": {
"php": ">=8.2"
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"config": {
"sort-packages": true
}
}