* Add JMESPath lib.

This commit is contained in:
dingguodong
2021-06-15 11:07:22 +08:00
parent daec205b9a
commit 15987dd308
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -17,3 +17,5 @@ tmp/extension/*
.gitignore
.DS_Store
vendor/
composer.lock
+2 -1
View File
@@ -7,6 +7,7 @@
"php": "~5.2||~7.0",
"ext-json" : "*",
"ext-mbstring" : "*",
"ext-curl" : "*"
"ext-curl" : "*",
"mtdowling/jmespath.php": "2.6.*"
}
}