- commit and push to origin
- create new github release, give it an incremented version
Need to add to composer.json the repository:
"repositories": [
{
"type": "vcs",
"url": "https://github.com/GratifyPay/plugin-php-sdk.git"
}
]
after that execute next command:
composer require gratifypay/gratify-php-sdk:^1.0
MERCHANT_ID="merchant_...." SECRET_KEY="gpKey_..." ./vendor/bin/phpunit tests