Update dependency flow/jsonpath to ^0.5.0 (#324)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
This commit is contained in:
parent
809bb001d8
commit
9b75f6d81e
2 changed files with 8 additions and 8 deletions
|
@ -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"
|
||||
|
|
14
api/composer.lock
generated
14
api/composer.lock
generated
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue