summaryrefslogtreecommitdiff
path: root/vendor/mtdowling/jmespath.php/README.rst
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-20 16:44:35 +0300
committerAndrew Dolgov <[email protected]>2023-10-20 16:44:35 +0300
commit8bec661288b276c98bdb0e773e5f4d5275dc4c87 (patch)
tree8617ebe581c62fc46a7881aa61801ebce9d3c603 /vendor/mtdowling/jmespath.php/README.rst
parent540438c2eb5452bacad30c247906bfa287f2da1d (diff)
update AWK SDKHEADmaster
Diffstat (limited to 'vendor/mtdowling/jmespath.php/README.rst')
-rw-r--r--vendor/mtdowling/jmespath.php/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/mtdowling/jmespath.php/README.rst b/vendor/mtdowling/jmespath.php/README.rst
index b65ee46..bef8db4 100644
--- a/vendor/mtdowling/jmespath.php/README.rst
+++ b/vendor/mtdowling/jmespath.php/README.rst
@@ -4,7 +4,7 @@ jmespath.php
JMESPath (pronounced "jaymz path") allows you to declaratively specify how to
extract elements from a JSON document. *jmespath.php* allows you to use
-JMESPath in PHP applications with PHP data structures. It requires PHP 5.4 or
+JMESPath in PHP applications with PHP data structures. It requires PHP 7.2.5 or
greater and can be installed through `Composer <http://getcomposer.org/doc/00-intro.md>`_
using the ``mtdowling/jmespath.php`` package.