annotate vendor/symfony/polyfill-php70/composer.json @ 5:12f9dff5fda9
tip
Update to Drupal core 8.7.1
author |
Chris Cannam |
date |
Thu, 09 May 2019 15:34:47 +0100 |
parents |
a9cd425dd02b |
children |
|
rev |
line source |
Chris@0
|
1 {
|
Chris@0
|
2 "name": "symfony/polyfill-php70",
|
Chris@0
|
3 "type": "library",
|
Chris@0
|
4 "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
|
Chris@0
|
5 "keywords": ["polyfill", "shim", "compatibility", "portable"],
|
Chris@0
|
6 "homepage": "https://symfony.com",
|
Chris@0
|
7 "license": "MIT",
|
Chris@0
|
8 "authors": [
|
Chris@0
|
9 {
|
Chris@0
|
10 "name": "Nicolas Grekas",
|
Chris@0
|
11 "email": "p@tchwork.com"
|
Chris@0
|
12 },
|
Chris@0
|
13 {
|
Chris@0
|
14 "name": "Symfony Community",
|
Chris@0
|
15 "homepage": "https://symfony.com/contributors"
|
Chris@0
|
16 }
|
Chris@0
|
17 ],
|
Chris@0
|
18 "require": {
|
Chris@0
|
19 "php": ">=5.3.3",
|
Chris@4
|
20 "paragonie/random_compat": "~1.0|~2.0|~9.99"
|
Chris@0
|
21 },
|
Chris@0
|
22 "autoload": {
|
Chris@0
|
23 "psr-4": { "Symfony\\Polyfill\\Php70\\": "" },
|
Chris@0
|
24 "files": [ "bootstrap.php" ],
|
Chris@0
|
25 "classmap": [ "Resources/stubs" ]
|
Chris@0
|
26 },
|
Chris@0
|
27 "minimum-stability": "dev",
|
Chris@0
|
28 "extra": {
|
Chris@0
|
29 "branch-alias": {
|
Chris@5
|
30 "dev-master": "1.11-dev"
|
Chris@0
|
31 }
|
Chris@0
|
32 }
|
Chris@0
|
33 }
|