From dd8cee1704697bf02f534d9a7bb6350efd6cbdd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ug=CC=86ur=20Ar=C4=B1c=C4=B1?= Date: Fri, 15 May 2020 12:38:01 +0300 Subject: [PATCH] add iyzico package --- composer.json | 1 + composer.lock | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 54 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4e81d21..6a6abc7 100644 --- a/composer.json +++ b/composer.json @@ -12,6 +12,7 @@ "fideloper/proxy": "^4.2", "fruitcake/laravel-cors": "^1.0", "guzzlehttp/guzzle": "^6.3", + "iyzico/iyzipay-php": "^2.0", "laravel/framework": "^7.0", "laravel/tinker": "^2.0" }, diff --git a/composer.lock b/composer.lock index f6e5613..e1018d7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6558f74828bca9ebecac73d90cea4b1a", + "content-hash": "e82746c9f0a6b64c7fc556e15766ab8a", "packages": [ { "name": "asm89/stack-cors", @@ -725,6 +725,58 @@ ], "time": "2019-07-01T23:21:34+00:00" }, + { + "name": "iyzico/iyzipay-php", + "version": "v2.0.48", + "source": { + "type": "git", + "url": "https://github.com/iyzico/iyzipay-php.git", + "reference": "4eaa6fe37d739055fd5bee1a6d59b3f47be07c41" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/iyzico/iyzipay-php/zipball/4eaa6fe37d739055fd5bee1a6d59b3f47be07c41", + "reference": "4eaa6fe37d739055fd5bee1a6d59b3f47be07c41", + "shasum": "" + }, + "require": { + "ext-curl": "*", + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.0", + "satooshi/php-coveralls": "~0.6.1" + }, + "type": "library", + "autoload": { + "psr-4": { + "": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "iyzico and contributors", + "homepage": "https://github.com/iyzico/iyzipay-php/contributors" + } + ], + "description": "iyzipay api php client", + "homepage": "https://www.iyzico.com", + "keywords": [ + "iyzico", + "iyzico.com", + "iyzipay", + "iyzipay api", + "iyzipay api php", + "iyzipay api php client", + "iyzipay php", + "payment processing" + ], + "time": "2020-04-15T15:25:32+00:00" + }, { "name": "laravel/framework", "version": "v7.11.0",