Route/composer.json
2025-04-13 17:44:14 +02:00

21 lines
495 B
JSON

{
"name": "williamaak/route",
"description": " A lightweight routing system for handling HTTP requests.",
"type": "library",
"require": {
"php": ">=8.1.0"
},
"license": "WTFPL",
"authors": [
{
"name": "WilliamAAK",
"email": "54738571+WilliamAAK@users.noreply.github.com"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"WilliamAAK\\": "./"
}
}
}