From 6c2de90ba0ff269c13718a66871bd16a174257ef Mon Sep 17 00:00:00 2001 From: Jose Manuel Cardona Date: Sat, 11 Dec 2021 20:55:34 +0100 Subject: [PATCH] Fix PSR/log --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3b9c310..238f200 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "require": { "php": ">=7.4", "fabpot/goutte": "^3.2", - "psr/log": "^1.0", + "psr/log": "^2.0", "illuminate/database": "^5.8 || ^6.0 || ^7.0 || ^8.0", "illuminate/events": "^5.8 || ^6.0 || ^7.0 || ^8.0", "ext-dom": "*",