File: /home/pvruk.co.uk/public_html/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
}
}