Expand metadata

master
Anton Smirnov 2022-07-23 06:52:35 +03:00
parent 1346a824e0
commit 2f07794458
2 changed files with 24 additions and 0 deletions

View File

@ -49,6 +49,16 @@ The library is compatible with `ext-random` as released in PHP 8.2.0 beta 1.
* If I have time
* Don't count on it
## Documentation
Read full documentation here: <https://sandfox.dev/php/random-polyfill.html>
Also on Read the Docs: <https://php-random-polyfill.readthedocs.io/>
## Support
Please file issues on our main repo at GitLab: <https://gitlab.com/sandfox/php-random-polyfill/-/issues>
## License
The library is available as open source under the terms of the [3-Clause BSD License].

View File

@ -1,8 +1,22 @@
{
"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://gitlab.com/sandfox/php-random-polyfill/-/issues",
"source": "https://gitlab.com/sandfox/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