Skip to content

Commit

Permalink
Support for Laravel 11 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingimmick authored Mar 18, 2024
1 parent 84a6e19 commit 4d1a141
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 @@ -24,8 +24,8 @@
},
"require": {
"php": "^8.0",
"illuminate/filesystem": "^9.30 || ^10.0",
"illuminate/support": "^9.0 || ^10.0",
"illuminate/filesystem": "^9.30 || ^10.0 || ^11.0",
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
"zing/esdk-obs-php": "^3.21.6",
"zing/flysystem-obs": "^2.2 || ^3.0"
},
Expand All @@ -34,7 +34,7 @@
"league/flysystem-read-only": "^3.3",
"mockery/mockery": "~1.3.3 || ^1.4.2",
"nunomaduro/larastan": "^1.0 || ^2.0",
"orchestra/testbench": "^7.0 || ^8.0",
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
"phpunit/phpunit": "^9.5 || ^10.0",
"zing/coding-standard": "^6.4 || ^7.0"
},
Expand Down

0 comments on commit 4d1a141

Please sign in to comment.