Skip to content

Commit 243c720

Browse files
Laravel 10.x Compatibility (#321)
* Bump dependencies for Laravel 10 * Relax constraints --------- Co-authored-by: Barry vd. Heuvel <[email protected]>
1 parent 03b8bc8 commit 243c720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"require": {
1818
"php": "^8.0",
19-
"illuminate/support": "^9.0",
19+
"illuminate/support": "^9|^10",
2020
"studio-42/elfinder": "~2.1.49",
2121
"barryvdh/elfinder-flysystem-driver": "^0.4.2"
2222
},

0 commit comments

Comments
 (0)