Skip to content

Commit

Permalink
Account for bug in Laravel 10.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Mar 12, 2024
1 parent a60f30d commit da24f5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"type": "library",
"license": "MIT",
"require": {
"illuminate/support": "~5.8.28|^6|^7|^8|^9|^10|^11|12.x-dev|dev-master",
"illuminate/view": "~5.8.28|^6|^7|^8|^9|^10|^11|12.x-dev|dev-master",
"illuminate/events": "~5.8.28|^6|^7|^8|^9|^10|^11|12.x-dev|dev-master",
"illuminate/support": ">=5.8.28 <10.48.0 || >10.48.1 <12.0.0",
"illuminate/view": ">=5.8.28 <10.48.0 || >10.48.1 <12.0.0",
"illuminate/events": ">=5.8.28 <10.48.0 || >10.48.1 <12.0.0",
"ext-json": "*"
},
"require-dev": {
Expand Down

0 comments on commit da24f5f

Please sign in to comment.