Skip to content

Commit

Permalink
Support Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Mar 9, 2024
1 parent 7a65dab commit d08ad4e
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 @@ -15,8 +15,8 @@
],
"require": {
"php": ">=8.1",
"illuminate/support": "^9|^10",
"illuminate/filesystem": "^9|^10",
"illuminate/support": "^9|^10|^11",
"illuminate/filesystem": "^9|^10|^11",
"pontedilana/php-weasyprint": "^1.3"
},
"require-dev": {
Expand Down

0 comments on commit d08ad4e

Please sign in to comment.