Skip to content

Commit

Permalink
Merge pull request jakubkulhan#130 from slevomat/master
Browse files Browse the repository at this point in the history
Moved `PCNTL` extension to `require-dev` and `suggest` composer sections
  • Loading branch information
WyriHaximus authored Dec 15, 2022
2 parents cd7067e + b0e6d25 commit 1f6c8f2
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 1f6c8f2

Please sign in to comment.