mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-15 10:13:17 +03:00
26 lines
410 B
JSON
26 lines
410 B
JSON
{
|
|
"name": "pecee/simple-router-demo",
|
|
"description": "Simple router demo project",
|
|
"keywords": [
|
|
"simple-router",
|
|
"php",
|
|
"php-simple-router"
|
|
],
|
|
"license": "MIT",
|
|
"type": "project",
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"pecee/simple-router": "1.*"
|
|
},
|
|
"require-dev": {
|
|
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Demo\\": "app/"
|
|
}
|
|
}
|
|
} |