mirror of
https://github.com/WilliamAAK/Route2.git
synced 2025-04-19 22:37:18 +00:00
21 lines
488 B
JSON
21 lines
488 B
JSON
{
|
|
"name": "williamaak/route2",
|
|
"description": "A simple routing system for PHP web applications.",
|
|
"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\\": "./"
|
|
}
|
|
}
|
|
} |