Skip to content

Commit 11e8b61

Browse files
authored
Laravel 10 support
1 parent 39ae134 commit 11e8b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"ibis"
2020
],
2121
"require": {
22-
"illuminate/filesystem": "^7.0|^8.0|^9.0",
23-
"illuminate/support": "^7.0|^8.0|^9.0",
22+
"illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0",
23+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
2424
"mpdf/mpdf": "^8.1",
2525
"spatie/commonmark-highlighter": "^2.1|^3.0",
2626
"symfony/console": "^4.2|^5.0|^6.0"

0 commit comments

Comments
 (0)