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 5c4078a commit 93453c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
],
"require": {
"php": "^7.4|^8.0",
"illuminate/contracts": "^5.1|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^5.1|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/contracts": "^5.1|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^5.1|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"league/fractal": "^0.19.0|^0.20"
},
"require-dev": {
"illuminate/database": "^5.1|^6.0|^7.0|^8.0|^9.0|^10.0",
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0",
"illuminate/database": "^5.1|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0",
"mockery/mockery": "^0.9.5|^1.0",
"doctrine/dbal": "^2.5|^3.5",
"phpunit/phpunit": "^8.5|^9.0"
"phpunit/phpunit": "^8.5|^9.0|^10.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 93453c2

Please sign in to comment.