Route2/composer.json
2025-04-19 23:23:34 +02:00

20 lines
436 B
JSON

{
"name": "wilaak/route2",
"description": "A simple routing library for PHP web applications.",
"type": "library",
"license": "WTFPL",
"authors": [
{
"name": "William",
"email": "54738571+Wilaak@users.noreply.github.com"
}
],
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"Wilaak\\Http\\": "src/"
}
},
"require": {}
}