Skip to content

Commit

Permalink
add some tests and fix consumer fix composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad.Zand committed Nov 8, 2023
1 parent e521137 commit 07ce7c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"illuminate/queue": "^9.0|^10.0",
"php-amqplib/php-amqplib": "^3.6.0",
"illuminate/support": "^9.18|^10.0",
"ext-pcntl": "Required to use all features of the queue consumer."
"ext-pcntl": "*"
},
"require-dev": {
"ext-json": "*",
Expand Down Expand Up @@ -45,5 +45,6 @@
],
"minimum-stability": "dev",
"suggest": {

}
}

0 comments on commit 07ce7c3

Please sign in to comment.