mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-13 09:13:17 +03:00
26 lines
662 B
JSON
26 lines
662 B
JSON
{
|
|
"name": "pecee/simple-router",
|
|
"description": "Simple, fast PHP router that is easy to get integrated and in almost any project. Heavily inspired by the Laravel router.",
|
|
"keywords": [ "router", "routing", "laravel", "pecee" ],
|
|
"license": "MIT",
|
|
"support": {
|
|
"source": "https://github.com/skipperbent/simple-php-router/issues"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Simon Sessingø",
|
|
"email": "simon.sessingoe@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.7.7"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Pecee\\": "src/Pecee/"
|
|
}
|
|
}
|
|
} |