Skip to content

Commit

Permalink
update for laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
georgetassiano committed Mar 12, 2024
1 parent 0ead37f commit 06084f5
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 @@ -8,8 +8,8 @@
],
"require": {
"ext-bcmath": "*",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/view": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/view": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"nesbot/carbon": ">1.22",
"dompdf/dompdf": "^2.0"
},
Expand Down

0 comments on commit 06084f5

Please sign in to comment.