Skip to content

Commit

Permalink
Update composer.json for Laravel 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sshaik305 authored Nov 21, 2023
1 parent 4becaa2 commit e659077
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 @@ -5,8 +5,8 @@
"require": {
"nimbusoft/flysystem-openstack-swift": "^1.0",
"biigle/laravel-cached-openstack": "^1.5",
"illuminate/support": "^9.0",
"illuminate/filesystem": "^9.0"
"illuminate/support": "^9.0 || ^10.0",
"illuminate/filesystem": "^9.0 || ^10.0"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit e659077

Please sign in to comment.