Skip to content

Commit

Permalink
Moved PCNTL extension to "require-dev" and "suggest" composer sections
Browse files Browse the repository at this point in the history
It's required only for tests and synchronous client
  • Loading branch information
kukulich committed Dec 13, 2022
1 parent cd7067e commit b0e6d25
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,17 @@
],
"require": {
"php": "^7.1 || ^8.0",
"ext-pcntl": "*",
"react/event-loop": "^1.0 || ^0.5 || ^0.4",
"react/promise": "~2.2"
},
"require-dev": {
"ext-pcntl": "*",
"phpunit/phpunit": "^9.5 || ^7.5.20",
"symfony/process": "^6.1 || ^4.4"
},
"suggest": {
"ext-pcntl": "For using synchronous AMQP/RabbitMQ client"
},
"autoload": {
"psr-4": {
"Bunny\\": "src/Bunny/"
Expand Down

0 comments on commit b0e6d25

Please sign in to comment.