Skip to content

Commit

Permalink
Bump dependencies for Laravel 12 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored Feb 19, 2025
1 parent 0f3a730 commit 6044efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"require": {
"php": ">=7.1",
"ext-json": "*",
"illuminate/support": "^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/support": "^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
"guzzlehttp/guzzle": "~6.0 || ^7.0.1 || ^7.1 || ^7.2 || ^7.3 || ^7.4 || ^7.5"
},
"require-dev": {
"symfony/http-foundation": "^5.0",
"symfony/http-foundation": "^5.0 || ^7.2",
"phpunit/phpunit": "^9.5 || ^10.5"
},
"autoload": {
Expand Down

0 comments on commit 6044efe

Please sign in to comment.