From 8c8655b74a66df2084ba00006c06dfdf9bfb8d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Mon, 6 Dec 2021 16:15:52 +0100 Subject: [PATCH] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 250aad2..b4ff84e 100644 --- a/composer.json +++ b/composer.json @@ -19,8 +19,8 @@ } }, "require": { - "illuminate/support": "^6.0|^7.11|^8.0", - "illuminate/database": "^6.0|^7.11|^8.0" + "illuminate/support": "^6.0|^7.11|^8.0|dev-master", + "illuminate/database": "^6.0|^7.11|^8.0|dev-master" }, "require-dev": { "orchestra/testbench": "^4.0|^5.2|^6.0"