HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33
System: Linux li317-225.members.linode.com 3.10.0-1062.12.1.el7.x86_64 #1 SMP Tue Feb 4 23:02:59 UTC 2020 x86_64
User: apache (48)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /var/www/hobbyistgarage/vendor/webmozart/assert/composer.json
{
    "name": "webmozart/assert",
    "description": "Assertions to validate method input/output with nice error messages.",
    "keywords": [
        "assert",
        "check",
        "validate"
    ],
    "license": "MIT",
    "authors": [
        {
            "name": "Bernhard Schussek",
            "email": "bschussek@gmail.com"
        }
    ],
    "require": {
        "php": "^5.3.3 || ^7.0 || ^8.0",
        "symfony/polyfill-ctype": "^1.8"
    },
    "require-dev": {
        "phpunit/phpunit": "^4.8.36 || ^7.5.13"
    },
    "conflict": {
        "vimeo/psalm": "<3.9.1",
        "phpstan/phpstan": "<0.12.20"
    },
    "autoload": {
        "psr-4": {
            "Webmozart\\Assert\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Webmozart\\Assert\\Tests\\": "tests/",
            "Webmozart\\Assert\\Bin\\": "bin/src"
        }
    }
}