user2254602
user2254602

Reputation: 19

omnipay package guzzle/common is abandon

When I installed omnipay through composer I got the following errors. Are there any plans to use the latest version of Guzzle?

Package guzzle/common is abandoned, you should avoid using it. Use guzzle/guzzle instead.
Package guzzle/stream is abandoned, you should avoid using it. Use guzzle/guzzle instead.
Package guzzle/parser is abandoned, you should avoid using it. Use guzzle/guzzle instead.
Package guzzle/http is abandoned, you should avoid using it. Use guzzle/guzzle instead.
Package guzzle/plugin-mock is abandoned, you should avoid using it. Use guzzle/guzzle instead.

Upvotes: 1

Views: 1584

Answers (1)

greydnls
greydnls

Reputation: 342

Yes, Omnipay V3 will use Guzzle 5.0, rather than Guzzle 3. It was discussed here: https://github.com/thephpleague/omnipay/issues/235

Upvotes: 1

Related Questions