diff options
author | Remi Collet <remi@remirepo.net> | 2022-06-02 13:59:19 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-06-02 13:59:19 +0200 |
commit | 32d15e0e947a5469241113c3b8c8d781db679c3d (patch) | |
tree | afc0f30be2d7afa3a94c315f6718b1ce8c996248 /src/Php82 | |
parent | 9efdce187a35827027acdff2201c92da9f0ad130 (diff) |
update to 1.26.0
provides symfony/polyfill-php81
Diffstat (limited to 'src/Php82')
-rw-r--r-- | src/Php82/composer.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/Php82/composer.json b/src/Php82/composer.json new file mode 100644 index 0000000..e8fbb1f --- /dev/null +++ b/src/Php82/composer.json @@ -0,0 +1,36 @@ +{ + "name": "symfony/polyfill-php82", + "type": "library", + "description": "Symfony polyfill backporting some PHP 8.2+ 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\\Php82\\": "" }, + "files": [ "bootstrap.php" ], + "classmap": [ "Resources/stubs" ] + }, + "minimum-stability": "dev", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + } +} |