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

20 lines
458 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": {},
"autoload": {
"psr-0": {
"Steampixel": "src/"
}
}
}