Skip to content

Commit

Permalink
upgrade dependencies (security update)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Strahl committed Sep 15, 2020
1 parent cc45a34 commit e58a8f5
Show file tree
Hide file tree
Showing 2 changed files with 1,977 additions and 1,476 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"illuminate/support": "^5.2|^6.0|^7.0",
"illuminate/contracts": "^5.2|^6.0|^7.0",
"jms/serializer": "^3.4",
"doctrine/cache": "^1.10"
"doctrine/cache": "^1.10",
"php": "^7.3"
},
"autoload": {
"psr-4": {
Expand All @@ -36,6 +37,7 @@
}
},
"require-dev": {
"roave/security-advisories": "dev-master",
"friendsofphp/php-cs-fixer": "^2.16",
"phpunit/phpunit": "^8.5"
},
Expand Down
Loading

0 comments on commit e58a8f5

Please sign in to comment.