thephpleague / omnipay-stripe

Stripe driver for the Omnipay PHP payment processing library
MIT License
184 stars 167 forks source link

unable to update to newest version 3.0.2 #133

Closed sfarkas1988 closed 5 years ago

sfarkas1988 commented 5 years ago

Hi, i updated the package in a project, but I'm not getting the new PaymentIntentsGateway.

I simply ran composer update omnipay/stripe and composer.lock shows me the correct details:

"name": "omnipay/stripe", "version": "v3.0.2", "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay-stripe.git", "reference": "769d8ab022c47d96e15414e885b292d934f848d8" },

The reference attribute points to an older version from june 2018: https://github.com/thephpleague/omnipay-stripe/tree/v3.0.2

The same date can be seen on packagist: https://packagist.org/packages/omnipay/stripe#v3.0.2

The correct reference for 3.0.2 should be de12e273338cb3b8e38e4041da6b80b9ff7ce0af in my view.

sfarkas1988 commented 5 years ago

I might have misunderstood something....