-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
28 lines (28 loc) · 1.05 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "empaphy/polyphill-bcmath",
"description": "A metapackage that installs a bcmath polyfill if needed, and removes it if redundant.",
"type": "metapackage",
"keywords": ["bcmath", "compatibility", "portable", "polyfill", "shim"],
"homepage": "https://polyphill.empaphy.org/",
"license": "MIT",
"authors": [
{ "name": "Alwin Garside", "email": "[email protected]", "homepage": "https://yogarine.net" }
],
"support": {
"issues": "https://github.com/empaphy/polyphill-bcmath/issues",
"forum": "https://github.com/empaphy/polyphill/discussions",
"wiki": "https://github.com/empaphy/polyphill/wiki",
"source": "https://github.com/empaphy/polyphill-bcmath",
"docs": "https://polyphill.empaphy.org/",
"rss": "https://github.com/empaphy/polyphill-bcmath/releases.atom"
},
"require": {
"phpseclib/bcmath_compat": ">=1"
},
"require-dev": {
"roave/security-advisories": "dev-latest"
},
"provide": {
"phpseclib/bcmath_compat": "*"
}
}