add iyzico package

pull/2/head
Uğur Arıcı 4 years ago
parent 927adcb607
commit dd8cee1704
  1. 1
      composer.json
  2. 54
      composer.lock

@ -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"
},

54
composer.lock generated

@ -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",

Loading…
Cancel
Save