SimpleRouter/composer.json
2020-01-14 15:17:35 +01:00

24 lines
562 B
JSON

{
"name": "steampixel/simple-php-router",
"description": "This is a simple and small PHP router that can handel the whole url routing for your project.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "SteamPixel",
"email": "info@steampixel.de"
},
{
"name": "Maximilian Götz",
"email": "contact@maxbits.net"
}
],
"minimum-stability": "dev",
"require": {},
"autoload": {
"psr-0": {
"Steampixel": "src/"
}
}
}