Skip to content

Commit

Permalink
Bump dependencies for Laravel 11 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored Mar 25, 2024
1 parent aaa08fd commit e8a5357
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 @@ -20,13 +20,13 @@
"php": ">=7.3 | ^8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.3|^7.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0"
"illuminate/support": "^7.0|^8.0|^9.0|^10.0 | ^11.0"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"phpunit/phpunit": "^8.0|^9.0",
"phpunit/phpunit": "^8.0|^9.0 | ^10.5",
"mockery/mockery": "^1.0",
"orchestra/testbench": "^5.0|^6.0|^8.0"
"orchestra/testbench": "^5.0|^6.0|^8.0 | ^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e8a5357

Please sign in to comment.