Skip to content

Commit

Permalink
Added again compatibility with Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviapa authored Oct 24, 2023
2 parents 0030888 + 1865f41 commit d70397c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"require": {
"php": "^8.1",
"softonic/laravel-amqp": "^2.3.0",
"laravel/framework": "^10.0"
"softonic/laravel-amqp": "^2.4",
"laravel/framework": "^9.0|^10.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
Expand All @@ -20,7 +20,7 @@
"squizlabs/php_codesniffer": "^3",
"rector/rector": "^0.11.20",
"laravel/legacy-factories": "^1.0.4",
"orchestra/testbench": "^8.0",
"orchestra/testbench": "^7.0|^8.0",
"php-mock/php-mock-mockery": "^1.3"
},
"autoload": {
Expand Down

0 comments on commit d70397c

Please sign in to comment.