zarinpal-composer-library icon indicating copy to clipboard operation
zarinpal-composer-library copied to clipboard

Compatible with Laravel-8 and update requirements | new version + support new zarinpal system Authority code

Open mrajaeim opened this issue 4 years ago • 2 comments

Compatible with Laravel-8 and update requirements Replace abandoned satooshi/php-coveralls with php-coveralls/php-coveralls

mrajaeim avatar Jul 25 '21 13:07 mrajaeim

How to use this fork as zarinpal/zarinpal

  • Fork THIS repository and add this code to your composer.json
"repositories": [
        {
            "type": "vcs",
            "url":"https://github.com/<Your_GitHub_Username>/zarinpal-composer-library"
        }
    ],
  • Append "zarinpal/zarinpal": "dev-master" to "require"
  • Execute command composer update
  • Generate GitHub Token key (open link that printed in console by composer for token generating)
  • Enter Token and Done!

mrajaeim avatar Jul 25 '21 14:07 mrajaeim

In latest commit I changed code to support new Zarinpal Authority code system

mrajaeim avatar Nov 28 '21 14:11 mrajaeim