{
    "name": "gettext/php-scanner",
    "type": "library",
    "description": "PHP scanner for gettext",
    "keywords": ["php", "gettext", "i18n", "translation", "scanner"],
    "homepage": "https://github.com/php-gettext/PHP-Scanner",
    "license": "MIT",
    "authors": [
        {
            "name": "Oscar Otero",
            "email": "oom@oscarotero.com",
            "homepage": "http://oscarotero.com",
            "role": "Developer"
        }
    ],
    "support": {
        "email": "oom@oscarotero.com",
        "issues": "https://github.com/php-gettext/PHP-Scanner/issues"
    },
    "require": {
        "php": ">=7.2",
        "nikic/php-parser": "^4.2",
        "gettext/gettext": "^5.5.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^8.0",
        "squizlabs/php_codesniffer": "^3.0",
        "oscarotero/php-cs-fixer-config": "^1.0",
        "friendsofphp/php-cs-fixer": "^2.15"
    },
    "autoload": {
        "psr-4": {
            "Gettext\\Scanner\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Gettext\\Tests\\": "tests"
        }
    },
    "scripts": {
        "test": [
            "phpunit",
            "phpcs"
        ],
        "cs-fix": "php-cs-fixer fix"
    }
}
