From 95fffc00da29d1e097c5504eb0e40a3737e15c11 Mon Sep 17 00:00:00 2001 From: Jason Judge Date: Wed, 14 Jun 2017 15:17:11 +0100 Subject: [PATCH] Issue #27 Minimum version of omnipay-common is 2.4 due to notificationInterface --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 44ecbb8..7394fd6 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "psr-4": { "Omnipay\\Payone\\" : "src/" } }, "require": { - "omnipay/common": "~2.0" + "omnipay/common": "~2.4" }, "require-dev": { "omnipay/tests": "~2.0"