diff options
author | Remi Collet <remi@remirepo.net> | 2022-01-04 11:58:30 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-01-04 11:58:30 +0100 |
commit | c978bf3389a97c1578b9e4379a23a228104d9ded (patch) | |
tree | 19bfd371f13d49f75e01795dc7ca4fe5a5042060 /src/Php81/composer.json | |
parent | 0b05d55855a6b7bd83388121b19b03a466ae9483 (diff) |
update to 1.23.2
Diffstat (limited to 'src/Php81/composer.json')
-rw-r--r-- | src/Php81/composer.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/Php81/composer.json b/src/Php81/composer.json new file mode 100644 index 0000000..c39ccf4 --- /dev/null +++ b/src/Php81/composer.json @@ -0,0 +1,36 @@ +{ + "name": "symfony/polyfill-php81", + "type": "library", + "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", + "keywords": ["polyfill", "shim", "compatibility", "portable"], + "homepage": "https://symfony.com", + "license": "MIT", + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "require": { + "php": ">=7.1" + }, + "autoload": { + "psr-4": { "Symfony\\Polyfill\\Php81\\": "" }, + "files": [ "bootstrap.php" ], + "classmap": [ "Resources/stubs" ] + }, + "minimum-stability": "dev", + "extra": { + "branch-alias": { + "dev-main": "1.23-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + } +} |