This commit is contained in:
2026-03-21 20:31:50 -04:00
parent 42896b96f8
commit 801546398f
5 changed files with 48 additions and 1 deletions

View File

@@ -19,6 +19,8 @@
},
"minimum-stability": "stable",
"require": {
"php": "^8.3"
"php": "^8.3",
"league/route": "^6.2",
"psr/http-server-handler": "^1.0"
}
}