2022-07-22 01:36:13 +00:00
|
|
|
{
|
2022-07-23 02:16:33 +00:00
|
|
|
"name": "arokettu/random-polyfill",
|
2022-07-23 02:52:56 +00:00
|
|
|
"description": "Random Extension Polyfill for PHP",
|
2022-07-23 03:52:35 +00:00
|
|
|
"keywords": ["random", "polyfill"],
|
2022-07-22 01:36:13 +00:00
|
|
|
"type": "library",
|
2022-07-23 02:11:35 +00:00
|
|
|
"license": "BSD-3-Clause",
|
2022-07-23 03:52:35 +00:00
|
|
|
"homepage": "https://sandfox.dev/php/random-polyfill.html",
|
|
|
|
"support": {
|
2022-11-10 21:21:43 +00:00
|
|
|
"issues": "https://github.com/arokettu/php-random-polyfill/issues",
|
|
|
|
"source": "https://github.com/arokettu/php-random-polyfill",
|
2022-07-23 03:52:35 +00:00
|
|
|
"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/"
|
|
|
|
}],
|
2022-07-22 01:36:13 +00:00
|
|
|
"config": {
|
2022-07-22 21:08:21 +00:00
|
|
|
"allow-plugins": {
|
2022-07-23 14:45:59 +00:00
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": true,
|
|
|
|
"composer/package-versions-deprecated": true
|
2022-07-22 21:08:21 +00:00
|
|
|
},
|
2022-07-22 01:36:13 +00:00
|
|
|
"sort-packages": true
|
|
|
|
},
|
|
|
|
"autoload": {
|
2022-08-03 22:56:23 +00:00
|
|
|
"psr-0": {
|
|
|
|
"Arokettu\\Random\\": "src",
|
2022-07-22 01:36:13 +00:00
|
|
|
"Random\\": "src"
|
|
|
|
}
|
|
|
|
},
|
2022-07-23 05:24:38 +00:00
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"Arokettu\\Random\\Tests\\": "tests"
|
|
|
|
}
|
|
|
|
},
|
2022-07-22 01:36:13 +00:00
|
|
|
"require": {
|
2022-07-23 02:52:56 +00:00
|
|
|
"php": "^7.1 | ^8.0",
|
2022-09-14 20:34:25 +00:00
|
|
|
"arokettu/unsigned": "^1.0.1",
|
2022-07-31 15:09:34 +00:00
|
|
|
"symfony/polyfill-php80": "^1.22",
|
2022-11-10 10:18:06 +00:00
|
|
|
"symfony/polyfill-php81": "^1.22",
|
|
|
|
"symfony/polyfill-php82": "^1.27"
|
2022-07-22 01:36:13 +00:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-02-23 21:08:22 +00:00
|
|
|
"phpunit/phpunit": "^7.5 | ^8.5 | 9.5.*",
|
2022-07-22 21:08:21 +00:00
|
|
|
"psy/psysh": "*",
|
2023-02-18 07:45:10 +00:00
|
|
|
"sandfox.dev/code-standard": "^1",
|
2022-07-22 21:08:21 +00:00
|
|
|
"squizlabs/php_codesniffer": "*",
|
|
|
|
"vimeo/psalm": "^4.24"
|
2022-07-23 02:14:59 +00:00
|
|
|
},
|
|
|
|
"provide": {
|
2022-08-19 21:33:11 +00:00
|
|
|
"ext-random": "8.2.0"
|
2022-08-25 23:39:19 +00:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-gmp": "For significantly faster calculation"
|
2022-07-22 01:36:13 +00:00
|
|
|
}
|
|
|
|
}
|