diff --git a/composer.json b/composer.json index 33c5764a4..ffce28327 100644 --- a/composer.json +++ b/composer.json @@ -45,6 +45,7 @@ "symfony/event-dispatcher": "^6.4 || ^7.3 || ^8.0", "symfony/http-foundation": "^6.4 || ^7.3 || ^8.0", "symfony/http-kernel": "^6.4 || ^7.3 || ^8.0", + "symfony/polyfill-mbstring": "^1.33", "symfony/string": "^6.4 || ^7.3 || ^8.0", "symfony/uid": "^6.4 || ^7.3 || ^8.0", "webmozart/glob": "^3.0 || ^4.0" diff --git a/composer.lock b/composer.lock index 0d9bfb086..de83f8896 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": "52c43770c567e56e00cfcbd783f8656f", + "content-hash": "c4abe22a44b3ad2c1379b6aad3547437", "packages": [ { "name": "async-aws/core", @@ -1204,86 +1204,6 @@ ], "time": "2025-12-05T14:53:09+00:00" }, - { - "name": "meilisearch/meilisearch-php", - "version": "v1.16.1", - "source": { - "type": "git", - "url": "https://github.com/meilisearch/meilisearch-php.git", - "reference": "f9f63e0e7d12ffaae54f7317fa8f4f4dfa8ae7b6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/meilisearch/meilisearch-php/zipball/f9f63e0e7d12ffaae54f7317fa8f4f4dfa8ae7b6", - "reference": "f9f63e0e7d12ffaae54f7317fa8f4f4dfa8ae7b6", - "shasum": "" - }, - "require": { - "ext-json": "*", - "php": "^7.4 || ^8.0", - "php-http/discovery": "^1.7", - "psr/http-client": "^1.0", - "symfony/polyfill-php81": "^1.33" - }, - "require-dev": { - "http-interop/http-factory-guzzle": "^1.2.0", - "php-cs-fixer/shim": "^3.59.3", - "phpstan/phpstan": "^2.0", - "phpstan/phpstan-deprecation-rules": "^2.0", - "phpstan/phpstan-phpunit": "^2.0", - "phpstan/phpstan-strict-rules": "^2.0", - "phpunit/phpunit": "^9.5 || ^10.5", - "symfony/http-client": "^5.4|^6.0|^7.0" - }, - "suggest": { - "guzzlehttp/guzzle": "Use Guzzle ^7 as HTTP client", - "http-interop/http-factory-guzzle": "Factory for guzzlehttp/guzzle", - "symfony/http-client": "Use Symfony Http client" - }, - "type": "library", - "autoload": { - "psr-4": { - "MeiliSearch\\": "src/", - "Meilisearch\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Clémentine Urquizar", - "email": "clementine@meilisearch.com" - }, - { - "name": "Bruno Casali", - "email": "bruno@meilisearch.com" - }, - { - "name": "Laurent Cazanove", - "email": "lau.cazanove@gmail.com" - }, - { - "name": "Tomas Norkūnas", - "email": "norkunas.tom@gmail.com" - } - ], - "description": "PHP wrapper for the Meilisearch API", - "keywords": [ - "api", - "client", - "instant", - "meilisearch", - "php", - "search" - ], - "support": { - "issues": "https://github.com/meilisearch/meilisearch-php/issues", - "source": "https://github.com/meilisearch/meilisearch-php/tree/v1.16.1" - }, - "time": "2025-09-18T10:15:45+00:00" - }, { "name": "monolog/monolog", "version": "3.10.0", @@ -3925,86 +3845,6 @@ ], "time": "2024-12-23T08:48:59+00:00" }, - { - "name": "symfony/polyfill-php81", - "version": "v1.33.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", - "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", - "shasum": "" - }, - "require": { - "php": ">=7.2" - }, - "type": "library", - "extra": { - "thanks": { - "url": "https://github.com/symfony/polyfill", - "name": "symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php81\\": "" - }, - "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.1+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php81/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" - } - ], - "time": "2024-09-09T11:45:10+00:00" - }, { "name": "symfony/polyfill-php82", "version": "v1.33.0", diff --git a/src/adapter/etl-adapter-csv/composer.json b/src/adapter/etl-adapter-csv/composer.json index caa6b1234..190efa72d 100644 --- a/src/adapter/etl-adapter-csv/composer.json +++ b/src/adapter/etl-adapter-csv/composer.json @@ -12,7 +12,8 @@ ], "require": { "php": "~8.3.0 || ~8.4.0 || ~8.5.0", - "flow-php/etl": "self.version" + "flow-php/etl": "self.version", + "symfony/polyfill-mbstring": "^1.33" }, "config": { "optimize-autoloader": true, diff --git a/src/adapter/etl-adapter-xml/composer.json b/src/adapter/etl-adapter-xml/composer.json index 226f41da3..3ab491c6d 100644 --- a/src/adapter/etl-adapter-xml/composer.json +++ b/src/adapter/etl-adapter-xml/composer.json @@ -16,7 +16,8 @@ "ext-xml": "*", "ext-xmlreader": "*", "ext-xmlwriter": "*", - "flow-php/etl": "self.version" + "flow-php/etl": "self.version", + "symfony/polyfill-mbstring": "^1.33" }, "config": { "optimize-autoloader": true, diff --git a/src/bridge/symfony/telemetry-bundle/composer.json b/src/bridge/symfony/telemetry-bundle/composer.json index e1c956a07..6fe56f920 100644 --- a/src/bridge/symfony/telemetry-bundle/composer.json +++ b/src/bridge/symfony/telemetry-bundle/composer.json @@ -23,7 +23,8 @@ "symfony/console": "^6.4 || ^7.3 || ^8.0", "symfony/dependency-injection": "^6.4 || ^7.3 || ^8.0", "symfony/http-client-contracts": "^3.0", - "symfony/http-kernel": "^6.4 || ^7.3 || ^8.0" + "symfony/http-kernel": "^6.4 || ^7.3 || ^8.0", + "symfony/polyfill-mbstring": "^1.33" }, "require-dev": { "doctrine/dbal": "^3.6 || ^4.0", diff --git a/src/core/etl/composer.json b/src/core/etl/composer.json index 77417ee03..243195b01 100644 --- a/src/core/etl/composer.json +++ b/src/core/etl/composer.json @@ -27,6 +27,7 @@ }, "require-dev": { "ramsey/uuid": "^4.5", + "symfony/polyfill-mbstring": "^1.33", "symfony/uid": "^6.4 || ^7.3 || ^8.0" }, "config": { diff --git a/src/lib/filesystem/composer.json b/src/lib/filesystem/composer.json index c932d1bbf..3f56f8fd6 100644 --- a/src/lib/filesystem/composer.json +++ b/src/lib/filesystem/composer.json @@ -17,6 +17,7 @@ "php": "~8.3.0 || ~8.4.0 || ~8.5.0", "flow-php/telemetry": "self.version", "flow-php/types": "self.version", + "symfony/polyfill-mbstring": "^1.33", "webmozart/glob": "^3.0 || ^4.0" }, "config": { diff --git a/src/lib/parquet/composer.json b/src/lib/parquet/composer.json index 3d2e02baf..6bd6a9b14 100644 --- a/src/lib/parquet/composer.json +++ b/src/lib/parquet/composer.json @@ -17,7 +17,8 @@ "composer-runtime-api": "^2.0", "flow-php/snappy": "self.version", "flow-php/filesystem": "self.version", - "packaged/thrift": "^0.15.0" + "packaged/thrift": "^0.15.0", + "symfony/polyfill-mbstring": "^1.33" }, "config": { "optimize-autoloader": true, diff --git a/src/lib/telemetry/composer.json b/src/lib/telemetry/composer.json index 7069e3188..825c61986 100644 --- a/src/lib/telemetry/composer.json +++ b/src/lib/telemetry/composer.json @@ -11,7 +11,8 @@ "require": { "php": "~8.3.0 || ~8.4.0 || ~8.5.0", "composer-runtime-api": "^2.0", - "psr/clock": "^1.0" + "psr/clock": "^1.0", + "symfony/polyfill-mbstring": "^1.33" }, "config": { "optimize-autoloader": true, diff --git a/src/lib/types/composer.json b/src/lib/types/composer.json index 804e37626..65f04f2a0 100644 --- a/src/lib/types/composer.json +++ b/src/lib/types/composer.json @@ -7,7 +7,8 @@ "types" ], "require": { - "php": "~8.3.0 || ~8.4.0 || ~8.5.0" + "php": "~8.3.0 || ~8.4.0 || ~8.5.0", + "symfony/polyfill-mbstring": "^1.33" }, "config": { "optimize-autoloader": true,