Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ec0697

Browse files
oriceonbarryvdh
andauthored
Laravel 8 support (barryvdh#94)
* Laravel 8 support * Update composer.json Co-authored-by: Barry vd. Heuvel <[email protected]>
1 parent 30868e3 commit 2ec0697

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
@@ -11,8 +11,8 @@
1111
],
1212
"require": {
1313
"php": ">=7",
14-
"illuminate/support": "^5.5|^6|^7",
15-
"illuminate/console": "^5.5|^6|^7",
14+
"illuminate/support": "^5.5|^6|^7|^8",
15+
"illuminate/console": "^5.5|^6|^7|^8",
1616
"symfony/process": "^3.2|^4|^5"
1717
},
1818
"autoload": {

0 commit comments

Comments
 (0)