yii2mod / yii2-cashier

Yii2 Cashier provides an interface to Stripe's subscription billing services.
MIT License
45 stars 23 forks source link

removes php 7.1 and adds 7.2, 7.3 and 7.4 to the travis build matrix #16

Closed kmindi closed 4 years ago

kmindi commented 4 years ago

Build fails because of PHP Cs Fixer things (could be fixed via a separate PR) and because API_Key is not available for tests, should be parametrized, maybe Stripe could provide one for this project that could be set as environment variable so its published with this source code. @igor-chepurnoi is there anything stopping this from being merged?