{ "name": "illuminate/console", "description": "The Illuminate Console package.", "license": "MIT", "homepage": "https://laravel.com", "support": { "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "require": { "php": "^8.1", "ext-mbstring": "*", "illuminate/collections": "^10.0", "illuminate/contracts": "^10.0", "illuminate/macroable": "^10.0", "illuminate/support": "^10.0", "illuminate/view": "^10.0", "nunomaduro/termwind": "^1.13", "symfony/console": "^6.2", "symfony/process": "^6.2" }, "autoload": { "psr-4": { "Illuminate\\Console\\": "" } }, "extra": { "branch-alias": { "dev-master": "10.x-dev" } }, "suggest": { "ext-pcntl": "Required to use signal trapping.", "dragonmantank/cron-expression": "Required to use scheduler (^3.3.2).", "guzzlehttp/guzzle": "Required to use the ping methods on schedules (^7.5).", "illuminate/bus": "Required to use the scheduled job dispatcher (^10.0).", "illuminate/container": "Required to use the scheduler (^10.0).", "illuminate/filesystem": "Required to use the generator command (^10.0).", "illuminate/queue": "Required to use closures for scheduled jobs (^10.0)." }, "config": { "sort-packages": true }, "minimum-stability": "dev" }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Concerns | Folder | 0755 |
|
|
Contracts | Folder | 0755 |
|
|
Events | Folder | 0755 |
|
|
Scheduling | Folder | 0755 |
|
|
View | Folder | 0755 |
|
|
resources | Folder | 0755 |
|
|
Application.php | File | 9.13 KB | 0644 |
|
BufferedConsoleOutput.php | File | 746 B | 0644 |
|
CacheCommandMutex.php | File | 2.18 KB | 0644 |
|
Command.php | File | 7.43 KB | 0644 |
|
CommandMutex.php | File | 647 B | 0644 |
|
ConfirmableTrait.php | File | 1.28 KB | 0644 |
|
ContainerCommandLoader.php | File | 1.78 KB | 0644 |
|
GeneratorCommand.php | File | 11.89 KB | 0644 |
|
LICENSE.md | File | 1.05 KB | 0644 |
|
OutputStyle.php | File | 2.77 KB | 0644 |
|
Parser.php | File | 4.6 KB | 0644 |
|
QuestionHelper.php | File | 2.48 KB | 0644 |
|
Signals.php | File | 3.57 KB | 0644 |
|
composer.json | File | 1.61 KB | 0644 |
|