Skip to content

Commit

Permalink
Increase illuminate dependency requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Feb 25, 2025
1 parent e8cb33e commit e53c360
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 @@ -25,12 +25,12 @@
"filament/filament": "^3.2.57",
"filament/spatie-laravel-settings-plugin": "^3.2",
"guzzlehttp/guzzle": "^7.8",
"illuminate/cache": "^11.23.0",
"illuminate/console": "^11.23.0",
"illuminate/database": "^11.23.0",
"illuminate/events": "^11.23.0",
"illuminate/queue": "^11.23.0",
"illuminate/support": "^11.23.0",
"illuminate/cache": "^11.35.0",
"illuminate/console": "^11.35.0",
"illuminate/database": "^11.35.0",
"illuminate/events": "^11.35.0",
"illuminate/queue": "^11.35.0",
"illuminate/support": "^11.35.0",
"laravel/sanctum": "^4.0",
"nesbot/carbon": "^2.70",
"spatie/laravel-data": "^4.11",
Expand Down

0 comments on commit e53c360

Please sign in to comment.