Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit a7efae6

Browse files
committed
Fix laravel 7 support
1 parent b097006 commit a7efae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"keywords": ["laravel", "preset", "tailwindcss"],
55
"license": "MIT",
66
"require": {
7-
"laravel/framework": "^8.0",
8-
"laravel/ui": "^3.0"
7+
"laravel/framework": "^7.0|^8.0",
8+
"laravel/ui": "^2.0|^3.0"
99
},
1010
"autoload": {
1111
"psr-4": {

0 commit comments

Comments
 (0)