From ee92e156682153fd1f8b346df721de9b0aa19d1d Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 22 Jan 2021 21:51:59 +1100 Subject: [PATCH] Update framework dependencies --- composer.json | 4 ++++ composer.lock | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 08837d4042a5..64c7c67b4d26 100644 --- a/composer.json +++ b/composer.json @@ -183,6 +183,10 @@ { "type": "vcs", "url": "https://github.com/davidbankes/omnipay-firstdata.git" + }, + { + "type": "vcs", + "url": "https://github.com/hillelcoren/omnipay-authorizenet" } ] } diff --git a/composer.lock b/composer.lock index bfe231056bca..e29979251c62 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": "9def12c786458c271816b1e2c24d754f", + "content-hash": "0dd03f115e3c89e9594b6965d0b469f4", "packages": [ { "name": "abdala/omnipay-pagseguro", @@ -14335,5 +14335,6 @@ "ext-json": "*", "ext-zip": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" }