@lipagas/fleetops-engine
Version:
Fleet & Transport Management Extension for Fleetbase
22 lines (21 loc) • 473 B
JSON
{
"name": "igorw/get-in",
"description": "Functions for for hash map (assoc array) traversal.",
"keywords": ["hash-map", "assoc-array"],
"license": "MIT",
"authors": [
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
}
],
"require": {
"php": ">=5.4"
},
"autoload": {
"files": ["src/get_in.php"]
},
"extra": {
"branch-alias": { "dev-master": "1.0-dev" }
}
}