Skip to content

Commit

Permalink
Try to solve guzzle error during sdk update
Browse files Browse the repository at this point in the history
  • Loading branch information
xrousset78800 authored Mar 19, 2021
1 parent 2077f65 commit 7a11ea1
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 @@ -19,7 +19,7 @@
"php": ">=5.5",
"doctrine/cache": "~1.0",
"doctrine/collections": "~1.0",
"guzzlehttp/guzzle": "~3.0"
"guzzlehttp/guzzle": "^6"
},
"require-dev": {
"sami/sami": "^1.0",
Expand Down

2 comments on commit 7a11ea1

@felixalchemy
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@xavier, could you replace your last commit with
`"guzzle/guzzle": "~3.0"``

@jygaulier
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Xavier & Félix.
Try to see if branch 6.x (https://github.com/alchemy-fr/Phraseanet-PHP-SDK/tree/6.x) is ok.
6.x and 7.x uses current gz6 / gz7, while 0.9, 1.x, ... still use the obsolete gz3
The BIG diff is that no plugins (cache, log, ...) are supported since those were gz3 specific.

Please sign in to comment.