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/lhh/vendor/flyingluscas/correios-php/composer.json
{
    "name": "flyingluscas/correios-php",
    "type": "library",
    "description": "Uma maneira fácil de interagir com as principais funcionalidades dos Correios.",
    "keywords": [
        "flyingluscas",
        "correios-php",
        "correios",
        "frete",
        "calculo",
        "rastreio",
        "cep"
    ],
    "homepage": "https://github.com/flyingluscas/correios-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",
        "guzzlehttp/guzzle": "~7.2|~6.5"
    },
    "require-dev": {
        "phpunit/phpunit": "~5.7",
        "squizlabs/php_codesniffer": "~3.5"
    },
    "autoload": {
        "psr-4": {
            "FlyingLuscas\\Correios\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "FlyingLuscas\\Correios\\": "tests"
        }
    },
    "scripts": {
        "test": "phpunit --colors=always",
        "check-style": "phpcs -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src",
        "fix-style": "phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "2.0-dev"
        }
    },
    "config": {
        "sort-packages": true
    }
}