Skip to content

Commit 3c60759

Browse files
authored
Update composer.json (#47)
Allow for Laravel 8.x Application Usage.
1 parent 5cc4186 commit 3c60759

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
@@ -18,8 +18,8 @@
1818
],
1919
"require": {
2020
"php" : "^7.2",
21-
"illuminate/support": "~6.0|~7.0",
22-
"illuminate/http": "~6.0|~7.0",
21+
"illuminate/support": "~6.0|~7.0|~8.0",
22+
"illuminate/http": "~6.0|~7.0|~8.0",
2323
"symfony/dom-crawler": "^2.7|^3.0|^4.0|^5.0",
2424
"symfony/css-selector": "^2.7|^3.0|^4.0|^5.0"
2525
},

0 commit comments

Comments
 (0)