Skip to content

Commit

Permalink
composer json updated (#3)
Browse files Browse the repository at this point in the history
* composer json updated , dependencies in order to adapt library to laravel 9

* added laravel 8.0 support

Co-authored-by: Juan Lotito <[email protected]>
  • Loading branch information
Lotykun and Lotykun-Softonic authored Oct 3, 2022
1 parent e2a098b commit 5906047
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
},
"require": {
"php": "^8.0",
"laravel/framework": "^8.75",
"vladimir-yuldashev/laravel-queue-rabbitmq": "^11.3"
"laravel/framework": "^8.0|^9.0",
"vladimir-yuldashev/laravel-queue-rabbitmq": "^13.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"mockery/mockery": "^1.0",
"friendsofphp/php-cs-fixer": "^2.4",
"friendsofphp/php-cs-fixer": "^3.0",
"squizlabs/php_codesniffer": "^3",
"rector/rector": "^0.12.13",
"orchestra/testbench": "^6.23"
"orchestra/testbench": "^7.00"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5906047

Please sign in to comment.