Router/composer.json

20 lines
388 B
JSON

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