SimpleRouter/composer.json
2020-01-14 11:14:24 +01:00

15 lines
379 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"
}
],
"minimum-stability": "dev",
"require": {}
}