Skip to content

Commit

Permalink
Merge pull request #18 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
Scyllaly authored Jun 8, 2024
2 parents ed31f8a + 624f03a commit 5b7d5ec
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 @@
],
"require": {
"php": ">=5.5.5",
"illuminate/support": "5.*|6.*|7.*|8.*|^9.0|10.*"
"illuminate/support": "5.*|6.*|7.*|8.*|^9.0|10.*|^11.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8|^9.5.10|^10.0"
Expand Down

0 comments on commit 5b7d5ec

Please sign in to comment.