bcosca / fatfree

A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!
2.66k stars 446 forks source link

Package guzzle/guzzle is abandoned #1150

Closed olaulau closed 5 years ago

olaulau commented 5 years ago

Hi ;

When installing FatFree with composer, it says that guzzle/guzzle is abandoned. Maybe dependencies should be updated ?

composer require bcosca/fatfree 
Using version ^3.6 for bcosca/fatfree
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
  - Installing bcosca/fatfree (3.6.5): Loading from cache
Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.
Writing lock file
Generating autoload files
ikkez commented 5 years ago

There is no guzzle requirement in the fatfree repo itself. Check your projects composer.json or maybe other 3rd party libs.

olaulau commented 5 years ago

oh my bad ... sorry :-/