From 5f8cbd0e404fc53fc5a98534a6b2cca728f73cb6 Mon Sep 17 00:00:00 2001 From: Brooke Bryan Date: Mon, 20 Mar 2017 11:59:37 +0000 Subject: [PATCH] Updated composer requirements (#7) --- composer.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index c3d8a7d..311f26e 100644 --- a/composer.json +++ b/composer.json @@ -4,13 +4,12 @@ "homepage": "http://fortifi.co", "license": "BSD-3-Clause", "require": { - "fortifi/fortifi-api": "~4", + "fortifi/fortifi-api": "~5", "league/oauth2-client": "~0.11", - "packaged/helpers": "~1.0" + "packaged/helpers": "~1.7" }, "require-dev": { - "fortifi/fortifi-api": "dev-develop as 4.1", - "phpunit/phpunit": "~4.6" + "phpunit/phpunit": "~4.8" }, "autoload": { "psr-4": {