Skip to content

Commit aab9c3b

Browse files
authored
refactor: updated composer.json for laravel 8
1 parent fb9402c commit aab9c3b

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
@@ -16,7 +16,8 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=7.2.5|^8.0"
19+
"php": ">=7.2.5|^8.0",
20+
"laravel/ui": "^3.0"
2021
},
2122
"autoload": {
2223
"psr-4": {

0 commit comments

Comments
 (0)