mirror of
https://github.com/WilliamAAK/Route.git
synced 2025-04-16 09:17:20 +00:00
21 lines
495 B
JSON
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\\": "./"
|
|
}
|
|
}
|
|
} |