Skip to content

Commit 0272c0c

Browse files
Merge pull request #179 from shahvirag/5.x
Add Laravel 8 support
2 parents f1bb01a + 60e80a4 commit 0272c0c

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
@@ -21,8 +21,8 @@
2121
},
2222
"require-dev": {
2323
"friendsofphp/php-cs-fixer": "^2.16",
24-
"illuminate/console": "~6||~7",
25-
"illuminate/support": "~6||~7",
24+
"illuminate/console": "~6||~7||~8",
25+
"illuminate/support": "~6||~7||~8",
2626
"phpunit/phpunit": "^8.0"
2727
},
2828
"autoload": {

0 commit comments

Comments
 (0)