Skip to content

Commit 3d3a1bc

Browse files
committed
feat: Laravel 8 support added
1 parent 5dbe65f commit 3d3a1bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^7.2.5",
19-
"illuminate/support": "^7.0",
20-
"infyomlabs/laravel-generator-helpers": "^2.0",
21-
"laravel/ui": "^2.0"
18+
"php": "^7.3",
19+
"illuminate/support": "^8.0",
20+
"infyomlabs/laravel-generator-helpers": "^1.0",
21+
"laravel/ui": "^3.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)