Skip to content

Commit

Permalink
Upgrade versions to be compatible with laravel 10 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serginyu authored Oct 20, 2023
1 parent dad4fb5 commit cc384ca
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.2.0",
"laravel/framework": "^9.0|^10.0"
"softonic/laravel-amqp": "^2.3.0",
"laravel/framework": "^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": "^7.0",
"orchestra/testbench": "^8.0",
"php-mock/php-mock-mockery": "^1.3"
},
"autoload": {
Expand Down

0 comments on commit cc384ca

Please sign in to comment.