From 5fe5698881fa1cffdc5726707147e5c6c9d70850 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 22:14:13 +0000 Subject: [PATCH] build(deps): update adhocore/json-comment requirement || ^1.0 Updates the requirements on [adhocore/json-comment](https://github.com/adhocore/php-json-comment) to permit the latest version. - [Release notes](https://github.com/adhocore/php-json-comment/releases) - [Changelog](https://github.com/adhocore/php-json-comment/blob/main/CHANGELOG.md) - [Commits](https://github.com/adhocore/php-json-comment/compare/0.1.0...1.1.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a15c75d..72abad0 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "require": { "php": ">=7.1", "adhocore/cli": "^0.8.1", - "adhocore/json-comment": "^0.1", + "adhocore/json-comment": "^0.1 || ^1.0", "crazyfactory/docblocks": "^2.2", "symfony/finder": "^3.3.0", "twig/twig": "^2.4.0"