Skip to content

Commit

Permalink
Make ext-pcntl optional (#1481)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikn69 authored Feb 10, 2022
1 parent ce99f8a commit fd4eb36
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,10 +32,10 @@
"spatie/laravel-signal-aware-command": "^1.2",
"spatie/temporary-directory": "^2.0",
"symfony/console": "^6.0",
"symfony/finder": "^6.0",
"ext-pcntl": "*"
"symfony/finder": "^6.0"
},
"require-dev": {
"ext-pcntl": "*",
"composer-runtime-api": "^2.0",
"laravel/slack-notification-channel": "^2.4",
"league/flysystem-aws-s3-v3": "^2.0|^3.0",
Expand Down

0 comments on commit fd4eb36

Please sign in to comment.