From 0f783a3e6fda9bc6408974946dfbc9295e105732 Mon Sep 17 00:00:00 2001 From: Chris Morrell Date: Tue, 3 Sep 2019 16:45:49 -0400 Subject: [PATCH] Updated compatibility --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 469df0f..45a02f4 100755 --- a/composer.json +++ b/composer.json @@ -15,12 +15,12 @@ "license": "MIT", "require": { "php": ">=7.1", - "glhd/aire": "^1.1.0", - "illuminate/support": "5.6.*|5.7.*|5.8.*" + "glhd/aire": "^1.6.0|dev-master", + "illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0" }, "require-dev": { - "orchestra/testbench": "~3.0", - "phpunit/phpunit": "^7.3", + "orchestra/testbench": "~3.0|~4.0", + "phpunit/phpunit": "^7.3|^8.0", "mockery/mockery": "^1.1", "symfony/css-selector": "^4.1", "symfony/dom-crawler": "^4.1",