Skip to content

Commit

Permalink
Merge pull request #57 from shokme/patch-1
Browse files Browse the repository at this point in the history
Support laravel 7.x
  • Loading branch information
mpociot authored Mar 4, 2020
2 parents 9f34de0 + 2a80ce9 commit 1f1d18a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
],
"require": {
"php": "^7.1",
"illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0",
"symfony/var-dumper": "^4.1.1"
"illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0|^7.0",
"illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0|^7.0",
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0",
"symfony/var-dumper": "^5.0"
},
"require-dev": {
"larapack/dd": "^1.0",
Expand Down

0 comments on commit 1f1d18a

Please sign in to comment.