friends-of-presta / fop_console

Prestashop Module providing a set of shell/terminal commands for developers (PrestaShop 1.7.5+)
Academic Free License v3.0
85 stars 36 forks source link

Guzzle json method is deprecated #176

Closed ghost closed 3 years ago

ghost commented 3 years ago

Describe the bug

Guzzle json method is deprecated for PSR-7, we can use

            $content = json_decode($response->getBody()->getContents());
            $version = $content->tag_name;

Fop Console Version

Fop console version 1.4.0

Prestashop Version

8.0

Php Version

Your server php version (7.4+)

Additional context

Capture d’écran de 2021-10-13 08-29-13

ghost commented 3 years ago

@SebSept

SebSept commented 3 years ago

good catch. I'll fix it asap

SebSept commented 3 years ago

are we supposed to support PrestaShop 8 ?

ghost commented 3 years ago

Not at the moment. It's better to note and correct when you see a problem.