SimpleRouter/composer.json
2021-07-15 15:00:36 -05:00

31 lines
764 B
JSON

{
"name": "splashsky/simplerouter",
"description": "A very light, easy-to-use router for small PHP apps.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "@Splashsky",
"email": "sky@surf.gg",
"homepage": "https://surf.gg"
},
{
"name": "Christoph Stitz",
"email": "info@steampixel.de",
"homepage": "https://steampixel.de/"
},
{
"name": "Maximilian Götz",
"email": "contact@maxbits.net",
"homepage": "https://www.maxbits.net/"
}
],
"minimum-stability": "dev",
"require": {},
"autoload": {
"psr-4": {
"Splashsky\\": "src/"
}
}
}