Skip to content

Commit

Permalink
Laravel 10.x Compatibility (#321)
Browse files Browse the repository at this point in the history
* Bump dependencies for Laravel 10

* Relax constraints

---------

Co-authored-by: Barry vd. Heuvel <[email protected]>
  • Loading branch information
laravel-shift and barryvdh authored Feb 5, 2023
1 parent 03b8bc8 commit 243c720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"php": "^8.0",
"illuminate/support": "^9.0",
"illuminate/support": "^9|^10",
"studio-42/elfinder": "~2.1.49",
"barryvdh/elfinder-flysystem-driver": "^0.4.2"
},
Expand Down

0 comments on commit 243c720

Please sign in to comment.