We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d815829 commit 3e66df6Copy full SHA for 3e66df6
composer.json
@@ -9,7 +9,6 @@
9
}],
10
"require": {
11
"php": "^7.1|^8.0",
12
- "ext-pcntl": "*",
13
14
"symfony/dependency-injection": "^4.3|^5.0",
15
"symfony/event-dispatcher": "^4.3|^5.0",
@@ -32,6 +31,7 @@
32
31
"emag-tech-labs/rabbitmq-bundle": "self.version"
33
},
34
"suggest": {
+ "ext-pcntl": "*",
35
"symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector"
36
37
"extra": {
0 commit comments