Skip to content

Commit 43cbcf1

Browse files
author
Julian Castaneda
committed
updated to support laravel 8
1 parent 05f989a commit 43cbcf1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
],
2020
"require": {
2121
"php": ">=7.1",
22-
"laravelcollective/html": "^5.6|^6|^7",
23-
"illuminate/database": "^5.6@dev|^6|^7",
24-
"illuminate/validation": "^5.6@dev|^6|^7"
22+
"laravelcollective/html": "^5.6|^6|^7|^8",
23+
"illuminate/database": "^5.6@dev|^6|^7|^8",
24+
"illuminate/validation": "^5.6@dev|^6|^7|^8"
2525
},
2626
"require-dev": {
2727
"orchestra/testbench": "~3.6"

0 commit comments

Comments
 (0)