#Senthil-php-version
1 messages · Page 1 of 1 (latest)
How do I find that out?
Can you try this command and see if it outputs the package version you currently have?
composer show stripe/stripe-php
Yes it does. versions : * v7.108.0
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.
ok sounds great. Thanks for your help and answering a composer question for me. I should have checked composer help first!