Skip to content

Commit

Permalink
Merge pull request #15 from swisnl/feature/add-laravel11-support
Browse files Browse the repository at this point in the history
feat: add laravel 11 support
  • Loading branch information
rolfvandekrol authored Jul 2, 2024
2 parents 6b7bb6a + 5f98ef1 commit d8aa5e6
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 @@ -17,8 +17,8 @@
}
],
"require": {
"php": "^8.1",
"laravel/framework": "^10.0",
"php": "^8.1 | ^8.2 | ^8.3",
"laravel/framework": "^10.0|^11.0",
"spatie/laravel-package-tools": "^1.15",
"celtic/lti": "^5.0"
},
Expand Down

0 comments on commit d8aa5e6

Please sign in to comment.