From b411b01d673f2d70cf8edf8693352c6ff831bd8c Mon Sep 17 00:00:00 2001 From: Denis Smetannikov Date: Sun, 28 Jan 2024 18:03:00 +0400 Subject: [PATCH] Update version of jbzoo/cli dependency (#49) --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 06ca56c..b4b5f9b 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,7 @@ "jbzoo/data" : "^7.1", "jbzoo/utils" : "^7.1", - "jbzoo/cli" : "^7.1.3", + "jbzoo/cli" : "^7.1.8", "jbzoo/markdown" : "^7.0", "symfony/console" : ">=6.4" diff --git a/composer.lock b/composer.lock index 6168359..378ddd3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e859cadbd8f2ff4b911e85cbb24e2ab9", + "content-hash": "a92f562020ecc69ff3835f40189081ae", "packages": [ { "name": "bluepsyduck/symfony-process-manager", @@ -65,16 +65,16 @@ }, { "name": "jbzoo/cli", - "version": "7.1.7", + "version": "7.1.8", "source": { "type": "git", "url": "https://github.com/JBZoo/Cli.git", - "reference": "d0cb410dd37e5f87497637ab3e8e9451ae798fc4" + "reference": "7577c4d88d9724103269696a4c7726ec68211279" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/JBZoo/Cli/zipball/d0cb410dd37e5f87497637ab3e8e9451ae798fc4", - "reference": "d0cb410dd37e5f87497637ab3e8e9451ae798fc4", + "url": "https://api.github.com/repos/JBZoo/Cli/zipball/7577c4d88d9724103269696a4c7726ec68211279", + "reference": "7577c4d88d9724103269696a4c7726ec68211279", "shasum": "" }, "require": { @@ -136,9 +136,9 @@ ], "support": { "issues": "https://github.com/JBZoo/Cli/issues", - "source": "https://github.com/JBZoo/Cli/tree/7.1.7" + "source": "https://github.com/JBZoo/Cli/tree/7.1.8" }, - "time": "2024-01-28T12:35:45+00:00" + "time": "2024-01-28T13:57:00+00:00" }, { "name": "jbzoo/data",