{
    "name": "nfephp-org/sped-gtin",
    "type": "library",
    "description": "Classes for validation of GTIN codes.",
    "keywords": ["nfe","nfce","sped","nfephp", "gtin"],
    "homepage": "https://github.com/nfephp-org/sped-gtin",
    "license": ["LGPL-3.0-or-later", "GPL-3.0-or-later", "MIT"],
    "authors": [
        {
            "name": "Roberto L. Machado",
            "email": "linux.rlm@gmail.com.br",
            "homepage": "https://github.com/nfephp-org",
            "role": "Developer"
        },
        {
            "name": "Comunidade NFePHP",
            "homepage": "https://github.com/nfephp-org/sped-gtin/graphs/contributors"
        }
    ],
    "require": {
        "php" : ">= 7.0"
    },
    "require-dev": {
        "squizlabs/php_codesniffer": "dev-master",
        "phpunit/phpunit": "^6",
        "scrutinizer/ocular": "^1.3",
        "phpstan/phpstan": "^0.12.99",
        "phpcompatibility/php-compatibility": "^9.3"
    },
    "autoload": {
        "psr-4": {
            "NFePHP\\Gtin\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "NFePHP\\Gtin\\Tests\\": "tests/"
        }
    },
    "scripts": {
        "test": "vendor/bin/phpunit -c phpunit.xml.dist",
        "phpcbf": "vendor/bin/phpcbf src/ tests/",
        "phpcs": "vendor/bin/phpcs src/ tests/",
        "stan": "vendor/bin/phpstan analyse src/ tests/"
    },
    "extra": {
        "branch-alias": {
            "v1.0": "1.0-dev"
        }
    },
    "minimum-stability": "stable"
}
