mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-09 11:42:28 +01:00
34 lines
724 B
JSON
34 lines
724 B
JSON
|
{
|
||
|
"name": "laravel/lumen",
|
||
|
"description": "The Laravel Lumen Framework.",
|
||
|
"keywords": ["framework", "laravel", "lumen"],
|
||
|
"license": "MIT",
|
||
|
"type": "project",
|
||
|
"require": {
|
||
|
"php": ">=5.5.9",
|
||
|
"laravel/lumen-framework": "5.1.*",
|
||
|
"vlucas/phpdotenv": "~1.0",
|
||
|
"rcrowe/twigbridge": "0.8.x"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "~4.0",
|
||
|
"fzaninotto/faker": "~1.0"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"App\\": "app/"
|
||
|
},
|
||
|
"classmap": [
|
||
|
"database/"
|
||
|
]
|
||
|
},
|
||
|
"autoload-dev": {
|
||
|
"classmap": [
|
||
|
"tests/"
|
||
|
]
|
||
|
},
|
||
|
"config": {
|
||
|
"preferred-install": "dist"
|
||
|
}
|
||
|
}
|