HEX
Server: Apache
System: Linux webd011.cluster130.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User: ezpgggd (105871)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/ezpgggd/www/wp-content/plugins/sg-security/vendor/pragmarx/random/composer.json
{
    "name": "pragmarx/random",
    "type": "library",
    "description": "Create random chars, numbers, strings",
    "keywords": [
        "pragmarx",
        "random",
        "randomize",
        "random string",
        "random number",
        "random pattern",
        "faker"
    ],
    "homepage": "https://github.com/antonioribeiro/random",
    "license": "MIT",
    "authors": [
        {
            "name": "Antonio Carlos Ribeiro",
            "email": "acr@antoniocarlosribeiro.com",
            "homepage": "https://antoniocarlosribeiro.com",
            "role": "Developer"
        }
    ],
    "require": {
        "php" : ">=7.0"
    },
    "require-dev": {
        "phpunit/phpunit" : "~6.4",
        "squizlabs/php_codesniffer": "^2.3",
        "fzaninotto/faker": "~1.7",
        "pragmarx/trivia": "~0.1"
    },
    "suggest": {
        "fzaninotto/faker": "Allows you to get dozens of randomized types",
        "pragmarx/trivia": "For the trivia database"
    },
    "autoload": {
        "psr-4": {
            "PragmaRX\\Random\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "PragmaRX\\Random\\": "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
    }
}