{
    "name": "northwestern-sysdev/lodash-php",
    "description": "A port of Lodash to PHP (forked)",
    "keywords": [
        "lodash",
        "utility",
        "utilities",
        "php-library",
        "utility-library",
        "php-utility"
    ],
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Pierre du Plessis",
            "email": "open-source@solidworx.co"
        }
    ],
    "autoload": {
        "files": [
            "src/bootstrap.php"
        ]
    },
    "require": {
        "php": ">=8.2",
        "sebastian/comparator": "^1.2 | ^2.0 | ^2.1 | ^3.0 | ^4.0 | ^5.0 | ^6.0",
        "symfony/property-access": "^2.7 | ^3.0 | ^4.0 | ^5.0"
    },
    "require-dev": {
        "phpdocumentor/reflection-docblock": "^5.3 ",
        "bamarni/composer-bin-plugin": "^1.2",
        "phpstan/phpdoc-parser": "^1.6"
    },
    "scripts": {
        "post-install-cmd": ["@composer bin all install --ansi"],
        "post-update-cmd": ["@composer bin all update --ansi"]
    },
    "config": {
        "allow-plugins": {
            "bamarni/composer-bin-plugin": true
        }
    }
}
