{
    "name": "diablomedia/zendframework1-config",
    "description": "Zend Framework 1 Config component",
    "type": "library",
    "keywords": [
        "framework",
        "zf1"
    ],
    "homepage": "http://framework.zend.com/",
    "license": "BSD-3-Clause",
    "prefer-stable": true,
    "require": {
        "php": "^7.4 || ~8.0.0 || ~8.1.0",
        "diablomedia/zendframework1-exception": "^1.0.4",
        "diablomedia/zendframework1-json": "^1.0.6"
    },
    "autoload": {
        "psr-0": {
            "Zend_Config_": "src/"
        },
        "classmap": [
            "src/Zend/Config.php"
        ]
    },
    "autoload-dev": {
        "psr-0": {
            "Zend_": "tests/"
        }
    },
    "require-dev": {
        "phpunit/phpunit": "^9.5.10",
        "phpstan/phpstan": "1.2.0",
        "friendsofphp/php-cs-fixer": "3.3.2",
        "maglnet/composer-require-checker": "^3.0.0",
        "phpro/grumphp-shim": "^1.5.0"
    },
    "archive": {
        "exclude": [
            "/tests"
        ]
    },
    "scripts": {
        "test": "phpunit",
        "test-with-coverage": "phpunit --coverage-clover=clover.xml",
        "phpstan": "phpstan analyze -c phpstan.neon --no-progress --ansi",
        "style-check": "php-cs-fixer fix --dry-run -vv"
    },
    "suggest": {
        "ext-SimpleXML": "Used for reading/writing XML config files",
        "ext-dom": "Used for reading/writing XML config files",
        "diablomedia/zendframework1-xml": "Required if reading/writing XML config files"
    }
}
