mirror of
https://github.com/WilliamAAK/Route2.git
synced 2025-04-19 16:17:18 +00:00
20 lines
447 B
JSON
20 lines
447 B
JSON
{
|
|
"name": "williamaak/route2",
|
|
"description": "A simple routing system for PHP web applications.",
|
|
"type": "library",
|
|
"license": "WTFPL",
|
|
"authors": [
|
|
{
|
|
"name": "William",
|
|
"email": "54738571+WilliamAAK@users.noreply.github.com"
|
|
}
|
|
],
|
|
"minimum-stability": "stable",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WilliamAAK\\Http\\": "src/"
|
|
}
|
|
},
|
|
"require": {}
|
|
}
|