Router/composer.json
2025-02-04 15:05:20 -05:00

23 lines
453 B
JSON

{
"name": "sharkk/router",
"description": "A simple node-based router.",
"version": "1.2.4",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Sharkk\\Router\\": "src/"
}
},
"authors": [
{
"name": "Sharkk",
"email": "email@sharkk.net"
}
],
"minimum-stability": "stable",
"require-dev": {
"phpunit/phpunit": "^11.5"
}
}