You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.7 KiB
JSON
59 lines
1.7 KiB
JSON
{
|
|
"name": "arokettu/random-polyfill",
|
|
"description": "Random Extension Polyfill for PHP",
|
|
"keywords": ["random", "polyfill"],
|
|
"type": "library",
|
|
"license": "BSD-3-Clause",
|
|
"homepage": "https://sandfox.dev/php/random-polyfill.html",
|
|
"support": {
|
|
"issues": "https://github.com/arokettu/php-random-polyfill/issues",
|
|
"source": "https://github.com/arokettu/php-random-polyfill",
|
|
"docs": "https://php-random-polyfill.readthedocs.io/",
|
|
"chat": "https://gitter.im/arokettu/community"
|
|
},
|
|
"authors": [{
|
|
"name": "Anton Smirnov",
|
|
"email": "sandfox@sandfox.me",
|
|
"role": "developer",
|
|
"homepage": "https://sandfox.me/"
|
|
}],
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true,
|
|
"composer/package-versions-deprecated": true
|
|
},
|
|
"sort-packages": true
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Arokettu\\Random\\": "src",
|
|
"Random\\": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Arokettu\\Random\\Tests\\": "tests"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "^7.1 | ^8.0",
|
|
"arokettu/unsigned": "^1.0.1",
|
|
"symfony/polyfill-php80": "^1.22",
|
|
"symfony/polyfill-php81": "^1.22",
|
|
"symfony/polyfill-php82": "^1.27"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.5 | ^8.5 | 9.5.*",
|
|
"psy/psysh": "*",
|
|
"sandfox.dev/code-standard": "^1",
|
|
"squizlabs/php_codesniffer": "*",
|
|
"vimeo/psalm": "^4.24"
|
|
},
|
|
"provide": {
|
|
"ext-random": "8.2.0"
|
|
},
|
|
"suggest": {
|
|
"ext-gmp": "For significantly faster calculation"
|
|
}
|
|
}
|