Initial boilerplate commit part 1.

This commit is contained in:
2026-03-31 08:23:46 +02:00
parent 9562f8f826
commit 44fb025c81
7 changed files with 906 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "yourname/portfolio",
"description": "Personal developer portfolio",
"type": "project",
"require": {
"php": ">=8.1",
"league/route": "^5.1",
"nyholm/psr7": "^1.8",
"laminas/laminas-httphandlerrunner": "^2.9",
"nyholm/psr7-server": "^1.1"
},
"autoload": {
"psr-4": {
"App\\": "src/"
}
}
}