Skip to content

Commit

Permalink
Merge pull request #40 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
grkamil authored Feb 27, 2024
2 parents d20f246 + 8c0e142 commit 010d95c
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 @@ -10,7 +10,7 @@
"require": {
"php": "^7.1.3|^8.0",
"monolog/monolog": "^1.23|^2.0|^3.2",
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0"
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0|^11.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 010d95c

Please sign in to comment.