Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
iamfarhad authored Jan 2, 2023
1 parent 7130e03 commit d8dfd62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"type": "library",
"require": {
"php": "^8.1",
"php-amqplib/php-amqplib": "^3.4"
"php-amqplib/php-amqplib": "^3.4",
"illuminate/queue": "^9.0"
},
"require-dev": {
"ext-json": "*",
"illuminate/queue": "^9.0",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.7"
},
Expand Down

0 comments on commit d8dfd62

Please sign in to comment.