Skip to content

Commit

Permalink
Merge pull request LKaemmerling#3 from LKaemmerling/remove-unused-dep…
Browse files Browse the repository at this point in the history
…endencies

 Move Guzzle Dependency to require-dev
  • Loading branch information
LKaemmerling authored Sep 11, 2020
2 parents 637378e + 2807bdd commit 0530489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"require": {
"php": "^7.2",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.3",
"symfony/polyfill-apcu": "^1.6"
},
"require-dev": {
"phpunit/phpunit": "^8.4",
"guzzlehttp/guzzle": "^6.3",
"squizlabs/php_codesniffer": "^3.5"
},
"suggest": {
Expand Down

0 comments on commit 0530489

Please sign in to comment.