Skip to content

Commit 2a80ce9

Browse files
authored
Support laravel 7.x
1 parent 9f34de0 commit 2a80ce9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
],
1818
"require": {
1919
"php": "^7.1",
20-
"illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0",
21-
"illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0",
22-
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0",
23-
"symfony/var-dumper": "^4.1.1"
20+
"illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0|^7.0",
21+
"illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0|^7.0",
22+
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0",
23+
"symfony/var-dumper": "^5.0"
2424
},
2525
"require-dev": {
2626
"larapack/dd": "^1.0",

0 commit comments

Comments
 (0)