yii2mod / yii2-cashier

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

rename tables, require php 7.1, update tests #11

Closed ihorchepurnyi closed 6 years ago

ihorchepurnyi commented 6 years ago
  1. Rename table subscription -> subscriptions
  2. Require php 7.1, added type hints, return types
  3. Rename columns in the subscriptions table
  4. Update tests