We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d3553 commit 6344f59Copy full SHA for 6344f59
src/Illuminate/Console/composer.json
@@ -32,7 +32,8 @@
32
},
33
"suggest": {
34
"dragonmantank/cron-expression": "Required to use scheduling component (^2.0).",
35
- "guzzlehttp/guzzle": "Required to use the ping methods on schedules (^6.0)."
+ "guzzlehttp/guzzle": "Required to use the ping methods on schedules (^6.0).",
36
+ "illuminate/filesystem": "Required to use the generator command (5.8.*)"
37
38
"config": {
39
"sort-packages": true
0 commit comments