Skip to content

Commit

Permalink
dependency correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidoc26 committed Apr 20, 2022
1 parent 967466e commit 8935b22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4,262 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"ext-curl": "*",
"ext-gd": "*",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.3",
"symfony/var-dumper": "^5.3"
"guzzlehttp/guzzle": "^7.3"
},
"autoload": {
"psr-4": {
Expand All @@ -28,6 +27,7 @@
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.9"
"vimeo/psalm": "^4.9",
"symfony/var-dumper": "^6.0"
}
}
Loading

0 comments on commit 8935b22

Please sign in to comment.