MOON
Server: Apache
System: Linux server1.studioinfinity.com.br 2.6.32-954.3.5.lve1.4.90.el6.x86_64 #1 SMP Tue Feb 21 12:26:30 UTC 2023 x86_64
User: artinside (517)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //home/artinside/public_html/raquel/vendor/flyingluscas/viacep-php/composer.json
{
    "name": "flyingluscas/viacep-php",
    "type": "library",
    "description": "ViaCEP PHP SDK",
    "keywords": [
        "flyingluscas",
        "viacep",
        "cep",
        "brazil",
        "zipcode",
        "address",
        "enderecos"
    ],
    "homepage": "https://github.com/flyingluscas/viacep-php",
    "license": "MIT",
    "authors": [
        {
            "name": "Lucas Pires",
            "email": "lucas.pires.mattos@gmail.com",
            "homepage": "https://github.com/flyingluscas",
            "role": "Developer"
        }
    ],
    "require": {
        "php": "~5.6|~7.0",
        "ext-json": "*",
        "guzzlehttp/guzzle": "~6.2"
    },
    "require-dev": {
        "codeclimate/php-test-reporter": "0.3.*",
        "phpunit/phpunit": "~4.0||~5.0",
        "squizlabs/php_codesniffer": "~2.3"
    },
    "autoload": {
        "psr-4": {
            "FlyingLuscas\\ViaCEP\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "FlyingLuscas\\ViaCEP\\": "tests"
        }
    },
    "scripts": {
        "test": "phpunit",
        "check-style": "phpcs -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests",
        "fix-style": "phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src tests"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.0-dev"
        }
    },
    "config": {
        "sort-packages": true
    }
}