You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Composer based usage specifying ext-json in composer.json require field would be better than the runtime validation used in AbstractChargeBee, allowing composer to check for the presence of the extensions at install time rather than seeing the error at runtime.
Hello,
For Composer based usage specifying
ext-json
in composer.json require field would be better than the runtime validation used in AbstractChargeBee, allowing composer to check for the presence of the extensions at install time rather than seeing the error at runtime.chargebee-php/lib/AbstractChargeBee.php
Line 7 in 6d94561
chargebee-php/composer.json
Line 8 in 6d94561
I can submit this as a PR if relevant.
The text was updated successfully, but these errors were encountered: