Skip to content

Commit

Permalink
Made ext-pcntl optional, as it was in v8. (#1814)
Browse files Browse the repository at this point in the history
  • Loading branch information
den1n committed Jul 9, 2024
1 parent 4975649 commit 4927c2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"spatie/laravel-signal-aware-command": "^1.2|^2.0",
"spatie/temporary-directory": "^2.0",
"symfony/console": "^6.0|^7.0",
"symfony/finder": "^6.0|^7.0",
"ext-pcntl": "*"
"symfony/finder": "^6.0|^7.0"
},
"require-dev": {
"composer-runtime-api": "^2.0",
"ext-pcntl": "*",
"larastan/larastan": "^2.7.0",
"laravel/slack-notification-channel": "^2.5|^3.0",
"league/flysystem-aws-s3-v3": "^2.0|^3.0",
Expand Down

0 comments on commit 4927c2b

Please sign in to comment.