Skip to content

Commit 99707cb

Browse files
author
Philipp Kübler
committed
use illuminate packages
1 parent 0f50381 commit 99707cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
],
2121
"require": {
2222
"php": ">=7.3",
23-
"laravel/framework": "^6.0|^7.0|^8.0"
23+
"illuminate/support": "^6.0|^7.0|^8.0",
24+
"illuminate/view": "^6.0|^7.0|^8.0",
25+
"illuminate/http": "^6.0|^7.0|^8.0"
2426
},
2527
"require-dev": {
2628
"orchestra/testbench": "^5.0 || ^6.0",

0 commit comments

Comments
 (0)