From 144a2fbde11d35cdbb67469f2cbcad5aee72a764 Mon Sep 17 00:00:00 2001 From: Jason McCreary Date: Fri, 3 Apr 2020 08:54:56 -0400 Subject: [PATCH] Bump constraints for Laravel 7 --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 142a2c2e0..1307d15c9 100644 --- a/composer.json +++ b/composer.json @@ -19,15 +19,15 @@ ], "license": "MIT", "require": { - "illuminate/support": "^5.8|^6.0", - "illuminate/container": "^5.8|^6.0", - "illuminate/database": "^5.8|^6.0", - "illuminate/events": "^5.8|^6.0", + "illuminate/support": "^5.8|^6.0|^7.0", + "illuminate/container": "^5.8|^6.0|^7.0", + "illuminate/database": "^5.8|^6.0|^7.0", + "illuminate/events": "^5.8|^6.0|^7.0", "mongodb/mongodb": "^1.4" }, "require-dev": { - "phpunit/phpunit": "^6.0|^7.0|^8.0", - "orchestra/testbench": "^3.1|^4.0", + "phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0", + "orchestra/testbench": "^3.1|^4.0|^5.0", "mockery/mockery": "^1.0", "doctrine/dbal": "^2.5", "phpunit/phpcov": "^6.0",