Skip to content

Commit

Permalink
Merge pull request #38 from Cosnavel/dependabot/composer/guzzlehttp/g…
Browse files Browse the repository at this point in the history
…uzzle-7.0.1

Bump guzzlehttp/guzzle from 6.5.3 to 7.0.1
  • Loading branch information
Cosnavel authored Sep 21, 2020
2 parents d5428ea + 42b04d5 commit 689f514
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 16 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"php": "^7.3",
"fideloper/proxy": "^4.2",
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^6.3",
"guzzlehttp/guzzle": "^7.0",
"laravel/framework": "^7.0",
"laravel/tinker": "^2.0"
},
Expand Down
112 changes: 102 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions config/insights.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@
*/

'requirements' => [
// 'min-quality' => 0,
// 'min-complexity' => 0,
// 'min-architecture' => 0,
// 'min-style' => 0,
// 'disable-security-check' => false,
// 'min-quality' => 0,
// 'min-complexity' => 0,
// 'min-architecture' => 0,
// 'min-style' => 0,
// 'disable-security-check' => false,
],

];

0 comments on commit 689f514

Please sign in to comment.