streams/vendor/symfony/polyfill-php70/composer.json

38 lines
1 KiB
JSON
Raw Normal View History

2020-05-06 05:19:42 +00:00
{
2020-07-30 05:34:29 +00:00
"name": "symfony/polyfill-php70",
2020-05-06 05:19:42 +00:00
"type": "library",
2020-07-30 05:34:29 +00:00
"description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions",
"keywords": ["polyfill", "shim", "compatibility", "portable"],
2020-05-06 05:19:42 +00:00
"homepage": "https://symfony.com",
"license": "MIT",
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"require": {
2020-07-30 05:34:29 +00:00
"php": ">=5.3.3",
"paragonie/random_compat": "~1.0|~2.0|~9.99"
2020-05-06 05:19:42 +00:00
},
"autoload": {
2020-07-30 05:34:29 +00:00
"psr-4": { "Symfony\\Polyfill\\Php70\\": "" },
"files": [ "bootstrap.php" ],
"classmap": [ "Resources/stubs" ]
2020-05-06 05:19:42 +00:00
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
2020-07-30 05:34:29 +00:00
"dev-master": "1.18-dev"
2020-07-07 05:21:11 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2020-05-06 05:19:42 +00:00
}
}
}