Skip to content

Commit

Permalink
update dependencies, fix some broken code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Dropelikeit committed May 20, 2020
1 parent fe659d5 commit f12aaba
Show file tree
Hide file tree
Showing 4 changed files with 472 additions and 409 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
}
],
"require": {
"illuminate/http": "^6.7",
"illuminate/support": "^6.7",
"illuminate/contracts": "^6.7",
"illuminate/http": "^5.2|^6.0|^7.0",
"illuminate/support": "^5.2|^6.0|^7.0",
"illuminate/contracts": "^5.2|^6.0|^7.0",
"jms/serializer": "^3.4",
"doctrine/cache": "^1.10"
},
Expand Down
Loading

0 comments on commit f12aaba

Please sign in to comment.