69 lines
2.1 KiB
JSON
69 lines
2.1 KiB
JSON
{
|
|
"name": "laravel/lumen-framework",
|
|
"description": "The Laravel Lumen Framework.",
|
|
"keywords": ["framework", "laravel", "lumen"],
|
|
"license": "MIT",
|
|
"homepage": "https://lumen.laravel.com",
|
|
"support": {
|
|
"issues": "https://github.com/laravel/lumen-framework/issues",
|
|
"source": "https://github.com/laravel/lumen-framework"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Taylor Otwell",
|
|
"email": "taylorotwell@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"illuminate/auth": "5.5.*",
|
|
"illuminate/broadcasting": "5.5.*",
|
|
"illuminate/bus": "5.5.*",
|
|
"illuminate/cache": "5.5.*",
|
|
"illuminate/config": "5.5.*",
|
|
"illuminate/container": "5.5.*",
|
|
"illuminate/contracts": "5.5.*",
|
|
"illuminate/database": "5.5.*",
|
|
"illuminate/encryption": "5.5.*",
|
|
"illuminate/events": "5.5.*",
|
|
"illuminate/filesystem": "5.5.*",
|
|
"illuminate/hashing": "5.5.*",
|
|
"illuminate/http": "5.5.*",
|
|
"illuminate/pagination": "5.5.*",
|
|
"illuminate/pipeline": "5.5.*",
|
|
"illuminate/queue": "5.5.*",
|
|
"illuminate/support": "5.5.*",
|
|
"illuminate/translation": "5.5.*",
|
|
"illuminate/validation": "5.5.*",
|
|
"illuminate/view": "5.5.*",
|
|
"monolog/monolog": "~1.12",
|
|
"mtdowling/cron-expression": "~1.0",
|
|
"nikic/fast-route": "~1.2",
|
|
"symfony/http-kernel": "~3.3",
|
|
"symfony/http-foundation": "~3.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~5.7",
|
|
"mockery/mockery": "~0.9"
|
|
},
|
|
"suggest": {
|
|
"laravel/tinker": "Required to use the tinker console command (~1.0).",
|
|
"vlucas/phpdotenv": "Required to use .env files (~2.2)."
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Laravel\\Lumen\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/helpers.php"
|
|
]
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.5-dev"
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|