Skip to content
This repository was archived by the owner on Jun 23, 2021. It is now read-only.

Commit 1ff6b1c

Browse files
committed
Lower minimum illuminate/view to 5.8
1 parent cf573a5 commit 1ff6b1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"require": {
2727
"php": ">=7.2.5",
2828
"mnapoli/silly": "~1.0",
29-
"illuminate/view": "^6.0|^7.0|^8.0",
29+
"illuminate/support": "^5.8|^6.0|^7.0|^8.0",
30+
"illuminate/view": "^5.8|^6.0|^7.0|^8.0",
3031
"mnapoli/front-yaml": "^1.7.0",
3132
"windwalker/renderer": "3.*",
3233
"ext-json": "*",

0 commit comments

Comments
 (0)