Skip to content
This repository was archived by the owner on Aug 30, 2020. It is now read-only.

Commit 30c5a48

Browse files
committed
add support for laravel 7.x
1 parent f527d4e commit 30c5a48

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
@@ -15,8 +15,8 @@
1515
}
1616
],
1717
"require": {
18-
"laravel/framework": "~5.5|^6.0",
19-
"laravelcollective/html": "^5.6|^6.0",
18+
"laravel/framework": "~5.5|^6.0|^7.0",
19+
"laravelcollective/html": "^5.6|^6.0|^7.0",
2020
"ramsey/uuid": "^3.7",
2121
"moontoast/math": "^1.1"
2222
},

0 commit comments

Comments
 (0)