Skip to content

Commit

Permalink
Laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
trippo authored Mar 14, 2024
1 parent 9f00582 commit a1e2865
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 @@ -23,8 +23,8 @@
"php": "^8.1",
"composer/class-map-generator": "^1.0",
"datomatic/enum-helper": "^1.0",
"illuminate/translation": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/translation": "^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"laminas/laminas-code": "^4.0",
"jawira/case-converter": "^3.5"
},
Expand Down

0 comments on commit a1e2865

Please sign in to comment.