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 27, 2024
1 parent 03d6b07 commit 25043bc
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 @@ -18,12 +18,12 @@
],
"require": {
"php": "^7.3|^8.0",
"illuminate/support": "^6.18|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^6.18|^7.0|^8.0|^9.0|^10.0|^11.0",
"spatie/server-side-rendering": "^0.3"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0"
"phpunit/phpunit": "^9.0|^10.5",
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 25043bc

Please sign in to comment.