Skip to content

Commit

Permalink
Bump dependencies for Laravel 11 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored Mar 2, 2024
1 parent b712add commit 1d64ebd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@
],
"require": {
"php": "^8.1",
"illuminate/contracts": "^8.0|^9.0|^10.0",
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
"livewire/livewire": "^3.0",
"spatie/laravel-package-tools": "^1.4.3"
},
"require-dev": {
"brianium/paratest": "^6.2",
"nunomaduro/collision": "^5.3",
"orchestra/testbench": "^6.15|^7.0|^8.0",
"phpunit/phpunit": "^9.3",
"vimeo/psalm": "^4.4"
"brianium/paratest": "^6.2|^7.4",
"nunomaduro/collision": "^5.3|^8.0",
"orchestra/testbench": "^6.15|^7.0|^8.0|^9.0",
"phpunit/phpunit": "^9.3|^10.5",
"vimeo/psalm": "^4.4|^5.22"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1d64ebd

Please sign in to comment.