-
-
Notifications
You must be signed in to change notification settings - Fork 761
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3e8bdfe
commit 06991d7
Showing
5 changed files
with
7 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
|
@@ -32,7 +32,8 @@ | |||||||
"spatie/laravel-signal-aware-command": "^1.2", | ||||||||
"spatie/temporary-directory": "^2.0", | ||||||||
"symfony/console": "^6.0", | ||||||||
"symfony/finder": "^6.0" | ||||||||
"symfony/finder": "^6.0", | ||||||||
"ext-pcntl": "*" | ||||||||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
erikn69
Contributor
|
if ($this->runningInConsole() && SignalRegistry::isSupported()) { | |
$this->handlesSignals[] = SIGINT; | |
} |
also on
symfony/console 6.0
is optionalhttps://github.com/symfony/console/blob/aebf06c512f010da304767292e593998cd97667a/composer.json#L18-L23
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
According to the documentation, this library is not compatible with Windows