From ec185491410bf448261478ce1e9d1965630b5d1d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2019 04:20:03 +0000 Subject: [PATCH] Update flow/jsonpath requirement from ^0.4.0 to ^0.5.0 Updates the requirements on [flow/jsonpath](https://github.com/FlowCommunications/JSONPath) to permit the latest version. - [Release notes](https://github.com/FlowCommunications/JSONPath/releases) - [Commits](https://github.com/FlowCommunications/JSONPath/compare/0.4.0...0.5.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 0a01915..c6b7290 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "require": { "php": "^7.2", - "flow/jsonpath": "^0.4.0", + "flow/jsonpath": "^0.5.0", "justinrainbow/json-schema": "^5.0" }, "conflict": {