Skip to content

Commit

Permalink
Merge pull request #15 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
sarfraznawaz2005 committed Feb 27, 2024
2 parents e5bf128 + 266fb82 commit 1d22998
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 @@ -21,9 +21,9 @@
],
"require": {
"php": "^8.1",
"illuminate/support": "^10.0",
"illuminate/support": "^10.0|^11.0",
"league/flysystem": "^3.12",
"nesbot/carbon": "^2.66",
"nesbot/carbon": "^2.66|^3.0",
"composer/semver": "^3.3",
"alek13/slack": "^2.2",
"geerlingguy/ping": "^1.2"
Expand Down

0 comments on commit 1d22998

Please sign in to comment.