{
    "name": "nfephp-org/sped-ibpt",
    "type": "library",
    "description": "API para a comunicação com o servidor Restful do IBPT.",
    "keywords": ["nfe","nfce","IBPT","nfephp"],
    "homepage": "https://github.com/nfephp-org/sped-ibpt",
    "license": ["GPL-3.0+","LGPL-3.0+", "MIT"],
    "authors": [
        {
            "name": "Roberto L. Machado",
            "email": "linux.rlm@gmail.com.br",
            "homepage": "http://www.nfephp.org",
            "role": "Developer"
        },
        {
            "name": "Comunidade NFePHP",
            "homepage": "https://github.com/nfephp-org/sped-ibpt/graphs/contributors"
        }
    ],
    "require": {
        "php" : ">=7.0",
        "ext-curl": "*",
        "ext-json": "*",
        "ext-mbstring": "*",
        "ext-openssl": "*"
    },
    "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\\Ibpt\\": "src/"
        } 
    },
    "autoload-dev": {
        "psr-4": {
            "NFePHP\\Ibpt\\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": {
            "v2.0": "2.0-dev"
        }
    },
    "minimum-stability": "stable"
}
