Skip to content

Commit

Permalink
Merge pull request #33 from umutphp/32-adding-support-for-laravel-11
Browse files Browse the repository at this point in the history
Add Laravel 11 Support
  • Loading branch information
umutphp authored Aug 6, 2024
2 parents 0019948 + a52400a commit 821252e
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": "^7.4|^8.0|^8.1|^8.2|^8.3",
"illuminate/collections": "^8.0|^9.0|^10.0",
"illuminate/contracts": "^8.0|^9.0|^10.0",
"illuminate/collections": "^8.0|^9.0|^10.0|^11.0",
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
"spatie/laravel-package-tools": "^1.4.3"
},
"require-dev": {
Expand Down

0 comments on commit 821252e

Please sign in to comment.