1
|
{
|
2
|
"name": "illuminate/console",
|
3
|
"description": "The Illuminate Console package.",
|
4
|
"license": "MIT",
|
5
|
"homepage": "http://laravel.com",
|
6
|
"support": {
|
7
|
"issues": "https://github.com/laravel/framework/issues",
|
8
|
"source": "https://github.com/laravel/framework"
|
9
|
},
|
10
|
"authors": [
|
11
|
{
|
12
|
"name": "Taylor Otwell",
|
13
|
"email": "taylor@laravel.com"
|
14
|
}
|
15
|
],
|
16
|
"require": {
|
17
|
"php": ">=5.5.9",
|
18
|
"illuminate/contracts": "5.2.*",
|
19
|
"illuminate/support": "5.2.*",
|
20
|
"nesbot/carbon": "~1.20",
|
21
|
"symfony/console": "2.8.*|3.0.*"
|
22
|
},
|
23
|
"autoload": {
|
24
|
"psr-4": {
|
25
|
"Illuminate\\Console\\": ""
|
26
|
}
|
27
|
},
|
28
|
"extra": {
|
29
|
"branch-alias": {
|
30
|
"dev-master": "5.2-dev"
|
31
|
}
|
32
|
},
|
33
|
"suggest": {
|
34
|
"guzzlehttp/guzzle": "Required to use the ping methods on schedules (~5.3|~6.0).",
|
35
|
"mtdowling/cron-expression": "Required to use scheduling component (~1.0).",
|
36
|
"symfony/process": "Required to use scheduling component (2.8.*|3.0.*)."
|
37
|
},
|
38
|
"minimum-stability": "dev"
|
39
|
}
|