composer.json currently has knplabs/github-api at ^1.4, meaning 1.7.1 is installed. That seems to be from July 2016 - https://github.com/KnpLabs/php-github-api/tree/1.7.1
Installing that results in...
Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.
Looking at this, it seems knplabs/github-api should actually be a require not a require-dev dependancy... Used in php/apsearch.php.
So it needs moving, and then upgrading...
composer.jsoncurrently hasknplabs/github-apiat^1.4, meaning1.7.1is installed. That seems to be from July 2016 - https://github.com/KnpLabs/php-github-api/tree/1.7.1Installing that results in...
Looking at this, it seems
knplabs/github-apishould actually be arequirenot arequire-devdependancy... Used inphp/apsearch.php.So it needs moving, and then upgrading...