dev/composer.json
2024-09-12 09:32:34 -05:00

21 lines
409 B
JSON

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