From d6737849433aa7c477420b10e705e344dcaf6ce6 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 8 Oct 2019 22:36:18 +0200 Subject: [PATCH] Add league/omnipay and inkedcurtis/omnipay-coinpayments for future usage --- Changelog | 1 + composer.json | 2 + composer.lock | 333 +++++++++++++++++++++++++++++++++++++++++++++++++- 3 files changed, 335 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 83d4dc165..6a8f083ac 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2019-10-08 DariusIII + * Chg: Add league/omnipay and inkedcurtis/omnipay-coinpayments for future usage * Chg: Rename Redis alias to RedisManager for phpredis usage * Chg: Capabilities request will always return XML * Chg: Use bhuvidya/laravel-countries again diff --git a/composer.json b/composer.json index 7d5066ad7..cbd225486 100755 --- a/composer.json +++ b/composer.json @@ -107,6 +107,7 @@ "google/recaptcha": "^1.2", "guzzlehttp/guzzle": "^6.3", "imdbphp/imdbphp": "^6.0", + "inkedcurtis/omnipay-coinpayments": "^1.0", "intervention/image": "^2.4", "intervention/imagecache": "^2.3", "james-heinrich/getid3": "1.9.*", @@ -121,6 +122,7 @@ "laravel/tinker": "~1.0", "laravelcollective/html": "^6.0", "league/climate": "^3.4", + "league/omnipay": "^3", "marcreichel/igdb-laravel": "^0.10.0", "mhor/php-mediainfo": "^4.1", "monicahq/laravel-cloudflare": "^1.3", diff --git a/composer.lock b/composer.lock index c45e4e9a5..65ef832ac 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": "c40a3c207af554a7582b2694ea2d6e9d", + "content-hash": "2f4660c4e627b2c554084ac7d86a6949", "packages": [ { "name": "aharen/omdbapi", @@ -2051,6 +2051,56 @@ "description": "Library for retrieving film and tv information from IMDb", "time": "2019-09-13T17:38:18+00:00" }, + { + "name": "inkedcurtis/omnipay-coinpayments", + "version": "1.0", + "source": { + "type": "git", + "url": "https://github.com/InkedCurtis/omnipay-coinpayments.git", + "reference": "3eac0d9f70486d55ba1a8eba72dd1a2381d538e1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/InkedCurtis/omnipay-coinpayments/zipball/3eac0d9f70486d55ba1a8eba72dd1a2381d538e1", + "reference": "3eac0d9f70486d55ba1a8eba72dd1a2381d538e1", + "shasum": "" + }, + "require": { + "omnipay/common": "^3.0", + "php-http/guzzle6-adapter": "*" + }, + "require-dev": { + "omnipay/tests": "^3.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Omnipay\\Coinpayments\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Curtis", + "email": "wscrewey@hotmail.com" + } + ], + "description": "Coinpayments driver for the Omnipay payment processing library", + "homepage": "https://github.com/inkedcurtis/omnipay-coinpayments", + "keywords": [ + "bitcoin", + "coinpayments", + "gateway", + "merchant", + "omnipay", + "pay", + "payment" + ], + "time": "2018-07-21T14:00:19+00:00" + }, { "name": "intervention/image", "version": "2.5.0", @@ -3461,6 +3511,58 @@ ], "time": "2019-05-10T02:16:43+00:00" }, + { + "name": "league/omnipay", + "version": "v3.0.2", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/omnipay.git", + "reference": "9e10d91cbf84744207e13d4483e79de39b133368" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/omnipay/zipball/9e10d91cbf84744207e13d4483e79de39b133368", + "reference": "9e10d91cbf84744207e13d4483e79de39b133368", + "shasum": "" + }, + "require": { + "omnipay/common": "^3", + "php": "^5.6|^7", + "php-http/guzzle6-adapter": "^1.1|^2" + }, + "require-dev": { + "omnipay/tests": "^3" + }, + "type": "metapackage", + "extra": { + "branch-alias": { + "dev-master": "3.0.x-dev" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Macneil", + "email": "adrian@adrianmacneil.com" + }, + { + "name": "Barry vd. Heuvel", + "email": "barryvdh@gmail.com" + } + ], + "description": "Omnipay payment processing library", + "homepage": "https://omnipay.thephpleague.com/", + "keywords": [ + "checkout", + "creditcard", + "omnipay", + "payment" + ], + "time": "2019-03-20T14:28:28+00:00" + }, { "name": "marcreichel/igdb-laravel", "version": "v0.10.2", @@ -3664,6 +3766,88 @@ "description": "PHP wrapper around the mediainfo command", "time": "2018-07-03T21:29:10+00:00" }, + { + "name": "moneyphp/money", + "version": "v3.2.1", + "source": { + "type": "git", + "url": "https://github.com/moneyphp/money.git", + "reference": "f6085de6c565e98d2f9a7311a605987b54e06d5e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/moneyphp/money/zipball/f6085de6c565e98d2f9a7311a605987b54e06d5e", + "reference": "f6085de6c565e98d2f9a7311a605987b54e06d5e", + "shasum": "" + }, + "require": { + "ext-json": "*", + "php": ">=5.6" + }, + "require-dev": { + "cache/taggable-cache": "^0.4.0", + "doctrine/instantiator": "^1.0.5", + "ext-bcmath": "*", + "ext-gmp": "*", + "ext-intl": "*", + "florianv/exchanger": "^1.0", + "florianv/swap": "^3.0", + "leanphp/phpspec-code-coverage": "^3.0 || ^4.0", + "moneyphp/iso-currencies": "^3.0", + "php-http/message": "^1.4", + "php-http/mock-client": "^1.0.0", + "phpspec/phpspec": "^3.0", + "phpunit/phpunit": "^5.7 || ^6.4 || ^7.0", + "psr/cache": "^1.0", + "symfony/phpunit-bridge": "^4" + }, + "suggest": { + "ext-bcmath": "Calculate without integer limits", + "ext-gmp": "Calculate without integer limits", + "ext-intl": "Format Money objects with intl", + "florianv/exchanger": "Exchange rates library for PHP", + "florianv/swap": "Exchange rates library for PHP", + "psr/cache-implementation": "Used for Currency caching" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "psr-4": { + "Money\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com" + }, + { + "name": "Mathias Verraes", + "email": "mathias@verraes.net", + "homepage": "http://verraes.net" + }, + { + "name": "Frederik Bosch", + "email": "f.bosch@genkgo.nl" + } + ], + "description": "PHP implementation of Fowler's Money pattern", + "homepage": "http://moneyphp.org", + "keywords": [ + "Value Object", + "money", + "vo" + ], + "time": "2019-02-07T18:01:35+00:00" + }, { "name": "monicahq/laravel-cloudflare", "version": "1.3.0", @@ -4010,6 +4194,88 @@ ], "time": "2019-09-01T07:51:21+00:00" }, + { + "name": "omnipay/common", + "version": "v3.0.2", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/omnipay-common.git", + "reference": "66b7934abd2d54cde8b24c5d0b1a5e733339a7e9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/omnipay-common/zipball/66b7934abd2d54cde8b24c5d0b1a5e733339a7e9", + "reference": "66b7934abd2d54cde8b24c5d0b1a5e733339a7e9", + "shasum": "" + }, + "require": { + "moneyphp/money": "^3.1", + "php": "^5.6|^7", + "php-http/client-implementation": "^1", + "php-http/discovery": "^1.2.1", + "php-http/message": "^1.5", + "symfony/http-foundation": "^2.1|^3|^4" + }, + "require-dev": { + "omnipay/tests": "^3", + "php-http/mock-client": "^1", + "phpro/grumphp": "^0.14", + "squizlabs/php_codesniffer": "^3" + }, + "suggest": { + "league/omnipay": "The default Omnipay package provides a default HTTP Adapter." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Omnipay\\Common\\": "src/Common" + }, + "classmap": [ + "src/Omnipay.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Macneil", + "email": "adrian@adrianmacneil.com" + }, + { + "name": "Barry vd. Heuvel", + "email": "barryvdh@gmail.com" + }, + { + "name": "Omnipay Contributors", + "homepage": "https://github.com/thephpleague/omnipay-common/contributors" + }, + { + "name": "Jason Judge", + "email": "jason.judge@consil.co.uk" + }, + { + "name": "Del" + } + ], + "description": "Common components for Omnipay payment processing library", + "homepage": "https://github.com/thephpleague/omnipay-common", + "keywords": [ + "gateway", + "merchant", + "omnipay", + "pay", + "payment", + "purchase" + ], + "time": "2018-05-15T08:36:43+00:00" + }, { "name": "opis/closure", "version": "3.4.0", @@ -4548,6 +4814,71 @@ ], "time": "2019-02-26T17:04:09+00:00" }, + { + "name": "php-http/discovery", + "version": "1.7.0", + "source": { + "type": "git", + "url": "https://github.com/php-http/discovery.git", + "reference": "e822f86a6983790aa17ab13aa7e69631e86806b6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-http/discovery/zipball/e822f86a6983790aa17ab13aa7e69631e86806b6", + "reference": "e822f86a6983790aa17ab13aa7e69631e86806b6", + "shasum": "" + }, + "require": { + "php": "^7.1" + }, + "conflict": { + "nyholm/psr7": "<1.0" + }, + "require-dev": { + "akeneo/phpspec-skip-example-extension": "^4.0", + "php-http/httplug": "^1.0 || ^2.0", + "php-http/message-factory": "^1.0", + "phpspec/phpspec": "^5.1", + "puli/composer-plugin": "1.0.0-beta10" + }, + "suggest": { + "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories", + "puli/composer-plugin": "Sets up Puli which is recommended for Discovery to work. Check http://docs.php-http.org/en/latest/discovery.html for more details." + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.7-dev" + } + }, + "autoload": { + "psr-4": { + "Http\\Discovery\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com" + } + ], + "description": "Finds installed HTTPlug implementations and PSR-7 message factories", + "homepage": "http://php-http.org", + "keywords": [ + "adapter", + "client", + "discovery", + "factory", + "http", + "message", + "psr7" + ], + "time": "2019-06-30T09:04:27+00:00" + }, { "name": "php-http/guzzle6-adapter", "version": "v1.1.1",