-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 1.11 KB
/
composer.json
File metadata and controls
33 lines (33 loc) · 1.11 KB
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
29
30
31
32
33
{
"name": "empaphy/polyphill-php",
"description": "A metapackage for PHP that installs the polyfills you need, and removes those that are redundant.",
"type": "metapackage",
"keywords": ["compatibility", "polyfill", "portable", "shim"],
"license": "MIT",
"support": {
"issues": "https://github.com/empaphy/polyphill-php/issues",
"wiki": "https://github.com/empaphy/polyphill-php/wiki"
},
"require": {
"php": "~7.2.0",
"symfony/polyfill-php73": "^1",
"symfony/polyfill-php74": "^1",
"symfony/polyfill-php80": "^1",
"symfony/polyfill-php81": "^1",
"symfony/polyfill-php82": "^1",
"symfony/polyfill-php83": "^1",
"symfony/polyfill-php84": "^1",
"symfony/polyfill-php85": "^1"
},
"conflicts": {
"symfony/polyfill-php55": "<1.10.0"
},
"provide": {
"symfony/polyfill-php54": "*",
"symfony/polyfill-php55": ">=1.10.0",
"symfony/polyfill-php56": "*",
"symfony/polyfill-php70": "*",
"symfony/polyfill-php71": "*",
"symfony/polyfill-php72": "*"
}
}