diff --git a/Changelog b/Changelog index feaeaf52e..0fec05d50 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2019-10-10 DariusIII + * Chg: Add omnipay/paypal for future usage * Fix: Fix download of zipped nzbs * Chg: Check for false in getZipped function 2019-10-09 DariusIII diff --git a/composer.json b/composer.json index f78cfa8b7..4a8af7134 100755 --- a/composer.json +++ b/composer.json @@ -129,6 +129,7 @@ "monicahq/laravel-cloudflare": "^1.3", "monolog/monolog": "^1.22", "nesbot/carbon": "^2.14", + "omnipay/paypal": "^3.0", "pear/net_nntp": "^1.5", "php-ffmpeg/php-ffmpeg": "^0.14", "php-http/guzzle6-adapter": "^1.1", diff --git a/composer.lock b/composer.lock index c41f60d6e..667ea354b 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": "256c55755fb8b0bfc1704b981052de57", + "content-hash": "3392a7dd0d3251c408ad7dfb0caa329e", "packages": [ { "name": "aharen/omdbapi", @@ -4376,6 +4376,66 @@ ], "time": "2018-05-15T08:36:43+00:00" }, + { + "name": "omnipay/paypal", + "version": "v3.0.2", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/omnipay-paypal.git", + "reference": "519db61b32ff0c1e56cbec94762b970ee9674f65" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/omnipay-paypal/zipball/519db61b32ff0c1e56cbec94762b970ee9674f65", + "reference": "519db61b32ff0c1e56cbec94762b970ee9674f65", + "shasum": "" + }, + "require": { + "omnipay/common": "^3" + }, + "require-dev": { + "omnipay/tests": "^3", + "phpro/grumphp": "^0.14", + "squizlabs/php_codesniffer": "^3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Omnipay\\PayPal\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Adrian Macneil", + "email": "adrian@adrianmacneil.com" + }, + { + "name": "Omnipay Contributors", + "homepage": "https://github.com/thephpleague/omnipay-paypal/contributors" + } + ], + "description": "PayPal gateway for Omnipay payment processing library", + "homepage": "https://github.com/thephpleague/omnipay-paypal", + "keywords": [ + "gateway", + "merchant", + "omnipay", + "pay", + "payment", + "paypal", + "purchase" + ], + "time": "2018-05-15T10:35:58+00:00" + }, { "name": "opis/closure", "version": "3.4.0",