21 lines
403 B
JSON
21 lines
403 B
JSON
{
|
|
"name": "willysoft/route",
|
|
"description": "Minimal PHP Router",
|
|
"type": "library",
|
|
"require": {
|
|
"php": ">=8.1.0"
|
|
},
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "noreply",
|
|
"email": "noreply@willy.club"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WillySoft\\": "./"
|
|
}
|
|
}
|
|
} |