From 9b75f6d81e9434b95a6358c3e398dfae6d78b617 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2020 15:04:06 +0100 Subject: [PATCH] Update dependency flow/jsonpath to ^0.5.0 (#324) Co-authored-by: WhiteSource Renovate --- api/composer.json | 2 +- api/composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/api/composer.json b/api/composer.json index c60da5b..af48096 100644 --- a/api/composer.json +++ b/api/composer.json @@ -4,7 +4,7 @@ "slim/slim": "^3.5" }, "require-dev": { - "flow/jsonpath": "^0.4.0", + "flow/jsonpath": "^0.5.0", "vlucas/phpdotenv": "^3.6.0", "codeception/codeception": "^3.1", "codeception/phpbuiltinserver": "^1.5" diff --git a/api/composer.lock b/api/composer.lock index 5e22e03..0b3615c 100644 --- a/api/composer.lock +++ b/api/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": "eac2610222ab64259ce9214196c2971c", + "content-hash": "794b716cea364d4f546df5f65aeb4adf", "packages": [ { "name": "container-interop/container-interop", @@ -699,16 +699,16 @@ }, { "name": "flow/jsonpath", - "version": "0.4.0", + "version": "0.5.0", "source": { "type": "git", "url": "https://github.com/FlowCommunications/JSONPath.git", - "reference": "f0222818d5c938e4ab668ab2e2c079bd51a27112" + "reference": "b9738858c75d008c1211612b973e9510f8b7f8ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FlowCommunications/JSONPath/zipball/f0222818d5c938e4ab668ab2e2c079bd51a27112", - "reference": "f0222818d5c938e4ab668ab2e2c079bd51a27112", + "url": "https://api.github.com/repos/FlowCommunications/JSONPath/zipball/b9738858c75d008c1211612b973e9510f8b7f8ea", + "reference": "b9738858c75d008c1211612b973e9510f8b7f8ea", "shasum": "" }, "require": { @@ -716,7 +716,7 @@ }, "require-dev": { "peekmo/jsonpath": "dev-master", - "phpunit/phpunit": "^4.0" + "phpunit/phpunit": "^7.0" }, "type": "library", "autoload": { @@ -736,7 +736,7 @@ } ], "description": "JSONPath implementation for parsing, searching and flattening arrays", - "time": "2018-03-04T16:39:47+00:00" + "time": "2019-07-15T17:23:22+00:00" }, { "name": "guzzlehttp/guzzle",