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