From 4a6a53bd906a49881ee9ce5fcea14f71e7a74d31 Mon Sep 17 00:00:00 2001 From: codepuncher Date: Wed, 27 Dec 2023 15:34:56 +0000 Subject: [PATCH] Upgrade `omnipay/sagepay` from `3.2.0` to `4.1.1` --- composer.json | 4 ++-- composer.lock | 29 ++++++++++++++++++----------- 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index 73016ff..def0739 100644 --- a/composer.json +++ b/composer.json @@ -29,8 +29,8 @@ "require": { "php": "^8.1", "ext-curl": "*", - "league/omnipay": "^3.0", - "omnipay/sagepay": "^3.2" + "league/omnipay": "^3.2", + "omnipay/sagepay": "^4.1" }, "require-dev": { "itinerisltd/itineris-wp-coding-standards": "^0.4.0", diff --git a/composer.lock b/composer.lock index 7143b9f..c2b853f 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": "bdeab337d54d8ab2cb3477c32de00e9f", + "content-hash": "0a4a2c4f47f49905a3ce3c2e8189e8b6", "packages": [ { "name": "clue/stream-filter", @@ -646,29 +646,32 @@ }, { "name": "omnipay/sagepay", - "version": "3.2.0", + "version": "4.1.1", "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay-sagepay.git", - "reference": "570df6b7f47dc39635132723eb8cb8c474138a67" + "reference": "1b079bdc6b18332dd3d019d46d08feea80fbb133" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/omnipay-sagepay/zipball/570df6b7f47dc39635132723eb8cb8c474138a67", - "reference": "570df6b7f47dc39635132723eb8cb8c474138a67", + "url": "https://api.github.com/repos/thephpleague/omnipay-sagepay/zipball/1b079bdc6b18332dd3d019d46d08feea80fbb133", + "reference": "1b079bdc6b18332dd3d019d46d08feea80fbb133", "shasum": "" }, "require": { - "omnipay/common": "~3.0" + "omnipay/common": "~3.0", + "php": "^7.3|^8" }, "require-dev": { - "omnipay/tests": "~3.0", + "http-interop/http-factory-guzzle": "^1.2", + "omnipay/tests": "^4.1", + "phpspec/prophecy-phpunit": "^2.0", "squizlabs/php_codesniffer": "^3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "4.0-dev" } }, "autoload": { @@ -685,6 +688,10 @@ "name": "Adrian Macneil", "email": "adrian@adrianmacneil.com" }, + { + "name": "Jason Judge", + "email": "jason.judge@academe.co.uk" + }, { "name": "Omnipay Contributors", "homepage": "https://github.com/thephpleague/omnipay-sagepay/contributors" @@ -704,9 +711,9 @@ ], "support": { "issues": "https://github.com/thephpleague/omnipay-sagepay/issues", - "source": "https://github.com/thephpleague/omnipay-sagepay/tree/master" + "source": "https://github.com/thephpleague/omnipay-sagepay/tree/4.1.1" }, - "time": "2018-10-20T13:45:59+00:00" + "time": "2023-11-15T16:47:47+00:00" }, { "name": "php-http/discovery", @@ -2347,5 +2354,5 @@ "platform-overrides": { "php": "8.1" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }