Skip to content

Commit

Permalink
Revert "Make it explicit that the pcntl extension is required"
Browse files Browse the repository at this point in the history
This reverts commit c913158.
  • Loading branch information
sebastianbergmann committed Dec 23, 2023
1 parent 2b78ffb commit 19e047a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"sort-packages": true
},
"require": {
"php": ">=8.2",
"ext-pcntl": "*"
"php": ">=8.2"
},
"require-dev": {
"ext-pcntl": "*",
"phpunit/phpunit": "^11.0"
},
"autoload": {
Expand All @@ -44,6 +44,9 @@
"tests/_fixture/"
]
},
"suggest": {
"ext-pcntl": "*"
},
"extra": {
"branch-alias": {
"dev-main": "5.0-dev"
Expand Down

0 comments on commit 19e047a

Please sign in to comment.