#Senthil-php-version

1 messages · Page 1 of 1 (latest)

brave spear
#

Gotcha, you should be able to just pin whatever version you're working with then.

midnight cradle
#

How do I find that out?

brave spear
#

Can you try this command and see if it outputs the package version you currently have?

composer show stripe/stripe-php

midnight cradle
#

Yes it does. versions : * v7.108.0

brave spear
#

If that's the version you're developing on, then it's the probably the best one to pin. We don't have any specific version recommendations.

midnight cradle
#

ok sounds great. Thanks for your help and answering a composer question for me. I should have checked composer help first!