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 authored and markcameron committed Mar 18, 2024
1 parent 00be3ed commit 8141eda
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 @@ -16,8 +16,8 @@
"php": "^8.1",
"tedivm/jshrink": "~1.0",
"natxet/cssmin": "3.*",
"illuminate/filesystem": "^10.0",
"illuminate/support": "^10.0"
"illuminate/filesystem": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0"
},
"require-dev": {
"phpspec/phpspec": "^7.4",
Expand Down

0 comments on commit 8141eda

Please sign in to comment.