20 lines
458 B
JSON
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/"
|
|
}
|
|
}
|
|
}
|