SimpleRouter/composer.json
SteamPixel 26e9ec784f
Update composer.json
Updated author information
2020-01-15 09:18:00 +01:00

26 lines
669 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": "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-0": {
"Steampixel": "src/"
}
}
}