diff --git a/composer.json b/composer.json index d31e52aaa..77b529833 100644 --- a/composer.json +++ b/composer.json @@ -5,16 +5,10 @@ "description": "Symfony Demo Application", "minimum-stability": "stable", "prefer-stable": true, - "replace": { - "symfony/polyfill-php72": "*", - "symfony/polyfill-php73": "*", - "symfony/polyfill-php74": "*", - "symfony/polyfill-php80": "*", - "symfony/polyfill-php81": "*", - "symfony/polyfill-php82": "*" - }, "require": { "php": ">=8.2", + "ext-ctype": "*", + "ext-iconv": "*", "ext-pdo_sqlite": "*", "doctrine/dbal": "^4.0", "doctrine/doctrine-bundle": "^2.11", @@ -66,6 +60,16 @@ "symfony/stopwatch": "^7", "symfony/web-profiler-bundle": "^7" }, + "replace": { + "symfony/polyfill-ctype": "*", + "symfony/polyfill-iconv": "*", + "symfony/polyfill-php72": "*", + "symfony/polyfill-php73": "*", + "symfony/polyfill-php74": "*", + "symfony/polyfill-php80": "*", + "symfony/polyfill-php81": "*", + "symfony/polyfill-php82": "*" + }, "config": { "allow-plugins": { "symfony/flex": true, diff --git a/composer.lock b/composer.lock index ee7ab11b7..a78d9f6ad 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "fa92525884804b6f1abfc37d14ef882e", + "content-hash": "053d3b4bab2213aebd2d000bac677a7c", "packages": [ { "name": "composer/semver", @@ -5039,85 +5039,6 @@ ], "time": "2025-02-04T08:22:58+00:00" }, - { - "name": "symfony/polyfill-ctype", - "version": "v1.32.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638", - "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638", - "shasum": "" - }, - "require": { - "php": ">=7.2" - }, - "provide": { - "ext-ctype": "*" - }, - "suggest": { - "ext-ctype": "For best performance" - }, - "type": "library", - "extra": { - "thanks": { - "url": "https://github.com/symfony/polyfill", - "name": "symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for ctype functions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "ctype", - "polyfill", - "portable" - ], - "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.32.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-09-09T11:45:10+00:00" - }, { "name": "symfony/polyfill-intl-grapheme", "version": "v1.32.0", @@ -10839,6 +10760,8 @@ "prefer-lowest": false, "platform": { "php": ">=8.2", + "ext-ctype": "*", + "ext-iconv": "*", "ext-pdo_sqlite": "*" }, "platform-dev": {},