Skip to content

Commit 3322061

Browse files
Laravel 8 support
1 parent 86f402b commit 3322061

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@
2121
}
2222
},
2323
"require": {
24-
"php": ">=7.1",
25-
"appstract/laravel-blade-directives": "^1.1",
26-
"laravel/framework": "~6.0|~7.0"
24+
"php": ">=7.1",
25+
"laravel/framework": "^7.0|^8.0"
2726
},
2827
"config": {
2928
"sort-packages": true

0 commit comments

Comments
 (0)