Skip to content

Commit

Permalink
Merge pull request #43 from laravel-shift/l10-compatibility
Browse files Browse the repository at this point in the history
Laravel 10.x Compatibility
  • Loading branch information
jildertmiedema authored May 5, 2023
2 parents 40918fd + f4b0735 commit 75119f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "MIT",
"require": {
"php": ">=7.2.5",
"illuminate/support": "^8.0 | ^9.0"
"illuminate/support": "^8.0 | ^9.0|^10.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
Expand Down

1 comment on commit 75119f7

@thorvictor
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, can we add compatibility to Laravel 11? Thanks

Please sign in to comment.