Skip to content

Commit

Permalink
Merge pull request #35 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
1giba authored Mar 30, 2024
2 parents 1afd45a + a9829bf commit 06544de
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 @@ -16,7 +16,7 @@
},
"require": {
"influxdb/influxdb-php": "^1.15",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0"
"illuminate/support": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"minimum-stability": "dev",
"extra": {
Expand Down

0 comments on commit 06544de

Please sign in to comment.