🏗️ Init: Initialisation de la structure du nouveau portfolio…)

This commit is contained in:
2026-01-22 16:35:43 +01:00
parent dd4ed8c0e4
commit e2cdf70f66
15 changed files with 100 additions and 0 deletions

9
composer.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "portfolio/website",
"description": "Portfolio développeur web",
"type": "project",
"require": {
"php": ">=8.0",
"vlucas/phpdotenv": "^5.6"
}
}