lijnam / wc_hbl_payment_gateway

Himalayan Bank Payment Gateway Plugin for WooCommerce
GNU General Public License v3.0
3 stars 4 forks source link

WPCS isn't a required package in production #24

Closed sanzeeb3 closed 3 years ago

sanzeeb3 commented 3 years ago

The plugin doesn't require wpcs to work.

https://github.com/lijnam/wc_hbl_payment_gateway/blob/44ac9042d57a937725b8d4c7c934c8cec7da5e79/composer.json#L12

The packages that are only required during development should be under require-dev

lijnam commented 3 years ago

fixed with https://github.com/lijnam/wc_hbl_payment_gateway/pull/25