Skip to content

Commit

Permalink
Merge pull request #7 from sshaik305/master
Browse files Browse the repository at this point in the history
Update composer.json for Laravel 10 support
  • Loading branch information
mzur authored Nov 21, 2023
2 parents 4becaa2 + 061d814 commit c28f8b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"type": "library",
"require": {
"nimbusoft/flysystem-openstack-swift": "^1.0",
"biigle/laravel-cached-openstack": "^1.5",
"illuminate/support": "^9.0",
"illuminate/filesystem": "^9.0"
"biigle/laravel-cached-openstack": "^1.6",
"illuminate/support": "^9.0 || ^10.0",
"illuminate/filesystem": "^9.0 || ^10.0"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit c28f8b2

Please sign in to comment.