Deploy from Lumerel

This commit is contained in:
Lumerel Deploy
2026-02-18 03:29:50 +00:00
commit 9ceccc1dbd
9 changed files with 1204 additions and 0 deletions

18
composer.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "project/app",
"description": "A minimal PHP project",
"type": "project",
"require": {},
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"minimum-stability": "stable",
"prefer-stable": true
}