From a262356f8f1475cb63f78439fa152c9d7d7d1ef4 Mon Sep 17 00:00:00 2001 From: Brian Dillingham Date: Fri, 4 Oct 2019 15:47:08 -0400 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index cf2e8f6..5ca39a4 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "license": "MIT", "require": { "php": ">=7.1.0", - "watson/aggregate": "^1.0" + "watson/aggregate": "^2.0" }, "autoload": { "psr-4": { @@ -27,4 +27,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} \ No newline at end of file +}