From 47850df6284973b555c1f58d0d5b877ad2e49280 Mon Sep 17 00:00:00 2001
From: Grzegorz Rola <grola@seostudio.pl>
Date: Wed, 16 Aug 2023 17:01:42 +0200
Subject: [PATCH] feature(init): init

---
 composer.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index ce3c566..f78379a 100644
--- a/composer.json
+++ b/composer.json
@@ -10,8 +10,7 @@
         }
     ],
     "require": {
-        "php": ">=7.0",
-        "psr/log": "^1.1"
+        "php": ">=7.0"
     },
     "require-dev": {
         "phpunit/phpunit": "<7",
-- 
GitLab