From e92b4fafe4c14fbf68c6cf482c5c0a5fa67fa21e Mon Sep 17 00:00:00 2001 From: Donald Green Date: Tue, 22 Oct 2019 15:47:50 -0700 Subject: [PATCH] downgrade to the latest omnipay version 2.5.x --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 131eb49..b9a0de1 100644 --- a/composer.json +++ b/composer.json @@ -2,14 +2,14 @@ "name": "medlmobileenterprises/omnipay-cybersource-so", "type": "library", "require": { - "omnipay/common": "~3.0", + "omnipay/common": "^2.0", "ext-json": "*", "cybersource/sdk-php": "^1.0" }, "require-dev": { - "omnipay/tests": "~3.0", - "squizlabs/php_codesniffer": "^3", - "phpunit/phpunit": "^6" + "omnipay/tests": "^2.0", + "squizlabs/php_codesniffer": "^1", + "phpunit/phpunit": "^3" }, "license": "MIT", "autoload": {