Skip to content

Commit 04895db

Browse files
committed
Rollbacks changes
1 parent 983d96f commit 04895db

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.2",
20-
"laravel-zero/framework": "^11.0"
19+
"php": "^8.2.0",
20+
"laravel-zero/framework": "^11.0.0"
2121
},
2222
"require-dev": {
2323
"laravel/pint": "^1.15.1",

config/commands.php

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,28 @@
4343
//
4444
],
4545

46+
/*
47+
|--------------------------------------------------------------------------
48+
| Hidden Commands
49+
|--------------------------------------------------------------------------
50+
|
51+
| Your application commands will always be visible on the application list
52+
| of commands. But you can still make them "hidden" specifying an array
53+
| of commands below. All "hidden" commands can still be run/executed.
54+
|
55+
*/
56+
57+
'hidden' => [
58+
NunoMaduro\LaravelConsoleSummary\SummaryCommand::class,
59+
Symfony\Component\Console\Command\DumpCompletionCommand::class,
60+
Symfony\Component\Console\Command\HelpCommand::class,
61+
Illuminate\Console\Scheduling\ScheduleRunCommand::class,
62+
Illuminate\Console\Scheduling\ScheduleListCommand::class,
63+
Illuminate\Console\Scheduling\ScheduleFinishCommand::class,
64+
Illuminate\Foundation\Console\VendorPublishCommand::class,
65+
LaravelZero\Framework\Commands\StubPublishCommand::class,
66+
],
67+
4668
/*
4769
|--------------------------------------------------------------------------
4870
| Removed Commands

0 commit comments

Comments
 (0)