From 78af7c5b82b5d41c705aa70898c5582a0025258c Mon Sep 17 00:00:00 2001 From: Daniel Craig Jallits Date: Fri, 23 Nov 2018 21:21:40 -0600 Subject: [PATCH] Allow for minor versions of monolog This would allow all minor versions of monolog from 1.23 going forward. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8f42092..5ba3400 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "require": { "php": ">=7.1.3", "illuminate/support": "5.6.*|5.7.*", - "monolog/monolog": "1.23.*" + "monolog/monolog": "^1.23" }, "require-dev": { "phpunit/phpunit": "^7.0",