Skip to content

Commit

Permalink
Merge pull request #2 from biigle/patch-1
Browse files Browse the repository at this point in the history
Add compatibility with Laravel 10 and 11
  • Loading branch information
mzur authored Nov 29, 2024
2 parents 4b3c887 + 2794ee4 commit 52187eb
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 @@ -4,8 +4,8 @@
"type": "library",
"require": {
"biigle/flysystem-elements": "^2.0",
"illuminate/support": "^9.0",
"illuminate/filesystem": "^9.0"
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
"illuminate/filesystem": "^9.0 || ^10.0 || ^11.0"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 52187eb

Please sign in to comment.