Skip to content

Commit f4b200f

Browse files
committedSep 7, 2020
Because of Laravel 8 compatibility needs
1 parent 5b2e49f commit f4b200f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
],
2020
"require": {
2121
"php": ">=7.2",
22-
"illuminate/support": "^6.0|^7.0",
23-
"illuminate/filesystem": "^6.0|^7.0",
22+
"illuminate/support": "^6.0|^7.0|^8.0",
23+
"illuminate/filesystem": "^6.0|^7.0|^8.0",
2424
"phpseclib/phpseclib": "^2.0"
2525
},
2626
"require-dev": {
27-
"illuminate/console": "^6.0|^7.0",
27+
"illuminate/console": "^6.0|^7.0|^8.0",
2828
"mockery/mockery": "~1.0",
2929
"phpunit/phpunit": "~5.5"
3030
},
3131
"extra": {
3232
"branch-alias": {
33-
"dev-master": "6.0-dev"
33+
"dev-master": "6.x-dev"
3434
},
3535
"laravel": {
3636
"providers": [

0 commit comments

Comments
 (0)
Please sign in to comment.