This is copy of iyzico/iyzipay-php with some modifications to make it work with PHP 7.2+ rather than PHP 7.4+
- Removed type declarations from class properties
- Downgrade PHPUnit to 8
- Prepend
modanisa/tox-iyzi-client-versionheader
In your project composer.json file, add the following repository:
{
"repositories": [
{
"type": "github",
"url": "git@github.com:modanisa/iyzipay-php.git"
}
]
}Then, change the version of iyzico/iyzipay-php to dev-master (without changing the name):
{
"require": {
"iyzico/iyzipay-php": "dev-master"
}
}Finally, run composer update to update the package.