diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-25 08:12:11 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-25 08:12:11 +0200 |
commit | 4cf135b12d922e0f39adc24a07f226052aa2d720 (patch) | |
tree | a7f9dc650a4e894e5d2e5465000c179a1d2a66fa /installed.json | |
parent | 560dce44ab4539b4d1496ea3b8c2797faedaebc0 (diff) |
update to 3.88.0
Diffstat (limited to 'installed.json')
-rw-r--r-- | installed.json | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/installed.json b/installed.json index 22b433b..a1c0e19 100644 --- a/installed.json +++ b/installed.json @@ -2264,6 +2264,89 @@ "install-path": "../symfony/polyfill-php81" }, { + "name": "symfony/polyfill-php84", + "version": "v1.33.0", + "version_normalized": "1.33.0.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php84.git", + "reference": "d8ced4d875142b6a7426000426b8abc631d6b191" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/d8ced4d875142b6a7426000426b8abc631d6b191", + "reference": "d8ced4d875142b6a7426000426b8abc631d6b191", + "shasum": "" + }, + "require": { + "php": ">=7.2" + }, + "time": "2025-06-24T13:30:11+00:00", + "type": "library", + "extra": { + "thanks": { + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" + } + }, + "installation-source": "dist", + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php84\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php84/tree/v1.33.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "install-path": "../symfony/polyfill-php84" + }, + { "name": "symfony/process", "version": "v6.4.25", "version_normalized": "6.4.25.0", |