mirror of
https://github.com/laravel/valet.git
synced 2026-02-04 16:10:08 +01:00
Use Symfony Lifecycle hooks to simplify calls to writer
Thanks to @dragoonis, we simplified this code down to just a single hook that's run when resolving the command. Co-Authored-By: Jacob Baker-Kretzmar <bakerkretzmar@users.noreply.github.com> Co-Authored-By: Andy Newhouse <hi@andymnewhouse.me> Co-Authored-By: Tony Messias <tonyzrp@gmail.com>
This commit is contained in:
@@ -32,7 +32,8 @@
|
||||
"symfony/console": "^3.0|^4.0|^5.0|^6.0",
|
||||
"symfony/process": "^3.0|^4.0|^5.0|^6.0",
|
||||
"tightenco/collect": "^5.3|^6.0|^7.0|^8.0",
|
||||
"guzzlehttp/guzzle": "^6.0|^7.4"
|
||||
"guzzlehttp/guzzle": "^6.0|^7.4",
|
||||
"symfony/event-dispatcher": "^5.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "^1.2.3",
|
||||
|
||||
Reference in New Issue
Block a user