Skip to content

Commit

Permalink
Add Compatibility to laravel 10 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serginyu authored Oct 11, 2023
1 parent fdb3ca4 commit 4bfc925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"require": {
"php": "^8.1",
"softonic/laravel-amqp": "^2.2.0",
"laravel/framework": "^9.0"
"laravel/framework": "^9.0|^10.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
Expand Down

0 comments on commit 4bfc925

Please sign in to comment.