Skip to content

Commit 1f6c8f2

Browse files
authored
Merge pull request #130 from slevomat/master
Moved `PCNTL` extension to `require-dev` and `suggest` composer sections
2 parents cd7067e + b0e6d25 commit 1f6c8f2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,17 @@
2626
],
2727
"require": {
2828
"php": "^7.1 || ^8.0",
29-
"ext-pcntl": "*",
3029
"react/event-loop": "^1.0 || ^0.5 || ^0.4",
3130
"react/promise": "~2.2"
3231
},
3332
"require-dev": {
33+
"ext-pcntl": "*",
3434
"phpunit/phpunit": "^9.5 || ^7.5.20",
3535
"symfony/process": "^6.1 || ^4.4"
3636
},
37+
"suggest": {
38+
"ext-pcntl": "For using synchronous AMQP/RabbitMQ client"
39+
},
3740
"autoload": {
3841
"psr-4": {
3942
"Bunny\\": "src/Bunny/"

0 commit comments

Comments
 (0)