Skip to content

Commit 6344f59

Browse files
Nguyễn Xuân QuỳnhGrahamCampbell
authored andcommitted
GeneratorCommand requires filesystem (#27242)
1 parent 26d3553 commit 6344f59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Illuminate/Console/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
},
3333
"suggest": {
3434
"dragonmantank/cron-expression": "Required to use scheduling component (^2.0).",
35-
"guzzlehttp/guzzle": "Required to use the ping methods on schedules (^6.0)."
35+
"guzzlehttp/guzzle": "Required to use the ping methods on schedules (^6.0).",
36+
"illuminate/filesystem": "Required to use the generator command (5.8.*)"
3637
},
3738
"config": {
3839
"sort-packages": true

0 commit comments

Comments
 (0)