Skip to content

Commit

Permalink
Bump dependencies for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Feb 29, 2024
1 parent 2bfea54 commit ce9b73f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"require": {
"php": "^8.0",
"laravel/scout": "^8.0|^9.0|^10.0",
"illuminate/bus": "^7.0|^8.0|^9.0|^10.0",
"illuminate/contracts": "^7.0|^8.0|^9.0|^10.0",
"illuminate/database": "^7.0|^8.0|^9.0|^10.0",
"illuminate/pagination": "^7.0|^8.0|^9.0|^10.0",
"illuminate/queue": "^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
"illuminate/bus": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/contracts": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/pagination": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/queue": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
"typesense/typesense-php": "^4.2"
},
"config": {
Expand All @@ -63,9 +63,9 @@
"typesense/typesense-php": "Required to use the Typesense php client."
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.0",
"phpunit/phpunit": "^8.0|^9.0|^10.5",
"mockery/mockery": "^1.3",
"orchestra/testbench": "^6.17|^7.0|^8.0",
"symfony/http-client": "^5.4"
"orchestra/testbench": "^6.17|^7.0|^8.0|^9.0",
"symfony/http-client": "^5.4|^7.0"
}
}

0 comments on commit ce9b73f

Please sign in to comment.