Skip to content

Commit a7e5801

Browse files
authored
Merge pull request #666 from alister/patch-1
move ext-pcntl to suggested packages
2 parents d815829 + 3e66df6 commit a7e5801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
}],
1010
"require": {
1111
"php": "^7.1|^8.0",
12-
"ext-pcntl": "*",
1312

1413
"symfony/dependency-injection": "^4.3|^5.0",
1514
"symfony/event-dispatcher": "^4.3|^5.0",
@@ -32,6 +31,7 @@
3231
"emag-tech-labs/rabbitmq-bundle": "self.version"
3332
},
3433
"suggest": {
34+
"ext-pcntl": "*",
3535
"symfony/framework-bundle": "To use this lib as a full Symfony Bundle and to use the profiler data collector"
3636
},
3737
"extra": {

0 commit comments

Comments
 (0)