Skip to content

Commit

Permalink
Merge pull request #71 from TomasVotruba/tv-laravel-11
Browse files Browse the repository at this point in the history
Allow Laravel 11
  • Loading branch information
freekmurze authored Jan 11, 2024
2 parents 8400360 + 05f05c1 commit 7f23584
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
],
"require": {
"php": "^8.0",
"illuminate/cache": "^8.49|^9.0|^10.0",
"illuminate/contracts": "^8.37|^9.0|^10.0",
"illuminate/support": "^8.49|^9.0|^10.0",
"illuminate/view": "^8.49|^9.0|^10.0",
"illuminate/cache": "^8.49|^9.0|^10.0|^11.0",
"illuminate/contracts": "^8.37|^9.0|^10.0|^11.0",
"illuminate/support": "^8.49|^9.0|^10.0|^11.0",
"illuminate/view": "^8.49|^9.0|^10.0|^11.0",
"league/commonmark": "^2.2",
"spatie/commonmark-shiki-highlighter": "^2.0",
"spatie/laravel-package-tools": "^1.4.3"
Expand Down

0 comments on commit 7f23584

Please sign in to comment.