Skip to content

Commit 07ce7c3

Browse files
author
Farhad.Zand
committed
add some tests and fix consumer fix composer
1 parent e521137 commit 07ce7c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"illuminate/queue": "^9.0|^10.0",
99
"php-amqplib/php-amqplib": "^3.6.0",
1010
"illuminate/support": "^9.18|^10.0",
11-
"ext-pcntl": "Required to use all features of the queue consumer."
11+
"ext-pcntl": "*"
1212
},
1313
"require-dev": {
1414
"ext-json": "*",
@@ -45,5 +45,6 @@
4545
],
4646
"minimum-stability": "dev",
4747
"suggest": {
48+
4849
}
4950
}

0 commit comments

Comments
 (0)