Skip to content

Commit

Permalink
更新guzzle库的版本,当前版本和Laravel最新版本冲突 不兼容 故作此修改变更
Browse files Browse the repository at this point in the history
  • Loading branch information
liusongsen committed Jan 11, 2021
1 parent 212e37f commit 1e920de
Show file tree
Hide file tree
Showing 65 changed files with 10,588 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "MIT",
"require": {
"php": ">=5.5.0",
"guzzlehttp/guzzle": "~6.0"
"guzzlehttp/guzzle": "^6.3.1|^7.0.1"
},
"extra": {
"branch-alias": {
Expand Down
361 changes: 361 additions & 0 deletions composer.lock

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

7 changes: 7 additions & 0 deletions vendor/autoload.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

// autoload.php @generated by Composer

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInit851c86224f6c01cd708ed14969276690::getLoader();

0 comments on commit 1e920de

Please sign in to comment.