Skip to content

Commit 6f921f5

Browse files
authored
Fix PresetCommand
1 parent 8454f8b commit 6f921f5

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
@@ -4,7 +4,8 @@
44
"keywords": ["laravel", "preset", "bulma"],
55
"license": "MIT",
66
"require": {
7-
"laravel/framework": "^7.0"
7+
"laravel/framework": "^7.0",
8+
"laravel/ui": "1.2.0"
89
},
910
"autoload": {
1011
"psr-4": {

0 commit comments

Comments
 (0)