From 1b0edda7fc7c584e4a9ce32e76666176a135323a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Helfensd=C3=B6rfer?= Date: Thu, 12 Mar 2020 10:00:35 +0100 Subject: [PATCH] Update composer.json --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 1be5191a..95ddf2a0 100644 --- a/composer.json +++ b/composer.json @@ -13,15 +13,15 @@ ], "require": { "php": ">=7.2.0", - "illuminate/database": "^6.0", - "illuminate/events": "^6.0", - "illuminate/support": "^6.0" + "illuminate/database": ">=6.0", + "illuminate/events": ">=6.0", + "illuminate/support": ">=6.0" }, "require-dev": { "d11wtq/boris": "^1.0", "doctrine/dbal": "*", - "mockery/mockery": "^1.0", - "phpunit/phpunit": "^8.0", + "mockery/mockery": ">=1.0", + "phpunit/phpunit": ">=8.0", "squizlabs/php_codesniffer": "^3.4" }, "autoload": {