Skip to content

Commit b5d3957

Browse files
committed
fix version conflicts
1 parent fd4a0aa commit b5d3957

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",
23-
"illuminate/support": "^7.0",
22+
"illuminate/filesystem": "^7.0|^8.0",
23+
"illuminate/support": "^7.0|^8.0",
2424
"symfony/console": "^4.2|^5.0",
2525
"mpdf/mpdf": "^8.0",
2626
"spatie/commonmark-highlighter": "^2.1"

0 commit comments

Comments
 (0)