theiconic / php-ga-measurement-protocol

Send data to Google Analytics from the server using PHP. Implements GA measurement protocol.
MIT License
655 stars 136 forks source link

Composer Dependency Problem #79

Open rl-mikey opened 4 years ago

rl-mikey commented 4 years ago
theiconic/php-ga-measurement-protocol v2.7.1 requires guzzlehttp/guzzle ^6.0 -> no matching package found.

Reason is because guzzlehttp/guzzle no longer exists here, it has been moved to guzzle/guzzle.

The packages should be identical, any chance of having the composer file updated?