{
    "name": "nahid\/qarray",
    "description": "QArray is a PHP abstraction for querying array",
    "keywords": [
        "array",
        "query",
        "php"
    ],
    "homepage": "https:\/\/github.com\/nahid\/qarray",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Nahid Bin Azhar",
            "email": "nahid.dns@gmail.com"
        }
    ],
    "require": {
        "php": ">=7.4",
        "myclabs\/deep-copy": "^1.8",
        "ext-json": "*"
    },
    "require-dev": {
        "phpunit\/phpunit": "^5.0 || ^6.0",
        "symfony\/var-dumper": "^3.4"
    },
    "autoload": {
        "psr-4": {
            "ReviewX\\Nahid\\QArray\\": "src\/"
        },
        "files": [
            "helpers\/qarray.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "ReviewX\\Nahid\\JsonQ\\Tests\\": "tests\/"
        }
    },
    "minimum-stability": "stable",
    "prefer-stable": true
}