diff --git a/composer.lock b/composer.lock index 51e8e931..ddd2a78c 100644 --- a/composer.lock +++ b/composer.lock @@ -1486,16 +1486,16 @@ }, { "name": "league/csv", - "version": "9.21.0", + "version": "9.22.0", "source": { "type": "git", "url": "https://github.com/thephpleague/csv.git", - "reference": "72196d11ebba22d868954cb39c0c7346207430cc" + "reference": "afc109aa11f3086b8be8dfffa04ac31480b36b76" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/csv/zipball/72196d11ebba22d868954cb39c0c7346207430cc", - "reference": "72196d11ebba22d868954cb39c0c7346207430cc", + "url": "https://api.github.com/repos/thephpleague/csv/zipball/afc109aa11f3086b8be8dfffa04ac31480b36b76", + "reference": "afc109aa11f3086b8be8dfffa04ac31480b36b76", "shasum": "" }, "require": { @@ -1505,19 +1505,23 @@ "require-dev": { "ext-dom": "*", "ext-xdebug": "*", - "friendsofphp/php-cs-fixer": "^3.64.0", - "phpbench/phpbench": "^1.3.1", - "phpstan/phpstan": "^1.12.11", + "friendsofphp/php-cs-fixer": "^3.69.0", + "phpbench/phpbench": "^1.4.0", + "phpstan/phpstan": "^1.12.18", "phpstan/phpstan-deprecation-rules": "^1.2.1", - "phpstan/phpstan-phpunit": "^1.4.1", - "phpstan/phpstan-strict-rules": "^1.6.1", - "phpunit/phpunit": "^10.5.16 || ^11.4.3", - "symfony/var-dumper": "^6.4.8 || ^7.1.8" + "phpstan/phpstan-phpunit": "^1.4.2", + "phpstan/phpstan-strict-rules": "^1.6.2", + "phpunit/phpunit": "^10.5.16 || ^11.5.7", + "symfony/var-dumper": "^6.4.8 || ^7.2.3" }, "suggest": { "ext-dom": "Required to use the XMLConverter and the HTMLConverter classes", "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters", - "ext-mbstring": "Needed to ease transcoding CSV using mb stream filters" + "ext-mbstring": "Needed to ease transcoding CSV using mb stream filters", + "ext-mysqli": "Requiered to use the package with the MySQLi extension", + "ext-pdo": "Required to use the package with the PDO extension", + "ext-pgsql": "Requiered to use the package with the PgSQL extension", + "ext-sqlite3": "Required to use the package with the SQLite3 extension" }, "type": "library", "extra": { @@ -1530,7 +1534,7 @@ "src/functions_include.php" ], "psr-4": { - "League\\Csv\\": "src/" + "League\\Csv\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -1569,7 +1573,7 @@ "type": "github" } ], - "time": "2025-01-08T19:27:58+00:00" + "time": "2025-02-28T10:00:39+00:00" }, { "name": "league/flysystem", @@ -2618,20 +2622,21 @@ }, { "name": "phpdocumentor/filesystem", - "version": "1.7.0", + "version": "1.7.1", "source": { "type": "git", "url": "https://github.com/phpDocumentor/filesystem.git", - "reference": "28a38af80ca5b4a492caca83051988d3741430d1" + "reference": "841245ca21cf225da9d9313e63c573f77828833e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/filesystem/zipball/28a38af80ca5b4a492caca83051988d3741430d1", - "reference": "28a38af80ca5b4a492caca83051988d3741430d1", + "url": "https://api.github.com/repos/phpDocumentor/filesystem/zipball/841245ca21cf225da9d9313e63c573f77828833e", + "reference": "841245ca21cf225da9d9313e63c573f77828833e", "shasum": "" }, "require": { - "php": "^8.1" + "php": "^8.1", + "webmozart/assert": "^1.3" }, "type": "library", "extra": { @@ -2655,9 +2660,9 @@ "homepage": "https://www.phpdoc.org", "support": { "issues": "https://github.com/phpDocumentor/filesystem/issues", - "source": "https://github.com/phpDocumentor/filesystem/tree/1.7.0" + "source": "https://github.com/phpDocumentor/filesystem/tree/1.7.1" }, - "time": "2025-01-29T20:10:47+00:00" + "time": "2025-02-28T16:16:01+00:00" }, { "name": "phpdocumentor/flyfinder", @@ -2712,26 +2717,27 @@ }, { "name": "phpdocumentor/guides", - "version": "1.7.0", + "version": "1.7.3", "source": { "type": "git", "url": "https://github.com/phpDocumentor/guides-core.git", - "reference": "ba5db0c601700065636509ba5bc82c7ce6440008" + "reference": "d6495e31d56f6d72e4e3b36bc7dfe0de22d04b64" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/guides-core/zipball/ba5db0c601700065636509ba5bc82c7ce6440008", - "reference": "ba5db0c601700065636509ba5bc82c7ce6440008", + "url": "https://api.github.com/repos/phpDocumentor/guides-core/zipball/d6495e31d56f6d72e4e3b36bc7dfe0de22d04b64", + "reference": "d6495e31d56f6d72e4e3b36bc7dfe0de22d04b64", "shasum": "" }, "require": { "doctrine/deprecations": "^1.1", "ext-json": "*", "ext-zlib": "*", - "league/flysystem": "^1.1 || ^3.0", + "league/flysystem": "^1.1.0 || ^3.29.1", "league/tactician": "^1.1", "league/uri": "^7.5.1", "php": "^8.1", + "phpdocumentor/filesystem": "^1.7.0", "phpdocumentor/flyfinder": "^1.1 || ^2.0", "psr/event-dispatcher": "^1.0", "symfony/clock": "^6.4.8", @@ -2764,22 +2770,22 @@ "homepage": "https://www.phpdoc.org", "support": { "issues": "https://github.com/phpDocumentor/guides-core/issues", - "source": "https://github.com/phpDocumentor/guides-core/tree/1.7.0" + "source": "https://github.com/phpDocumentor/guides-core/tree/1.7.3" }, - "time": "2025-01-29T20:10:47+00:00" + "time": "2025-03-07T16:16:23+00:00" }, { "name": "phpdocumentor/guides-restructured-text", - "version": "1.7.0", + "version": "1.7.3", "source": { "type": "git", "url": "https://github.com/phpDocumentor/guides-restructured-text.git", - "reference": "0fa9c191e720cf4386d0b78dbd02613d03666f91" + "reference": "945ce77217fb7e9a49e28f6c9343691a5ab93ba3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/guides-restructured-text/zipball/0fa9c191e720cf4386d0b78dbd02613d03666f91", - "reference": "0fa9c191e720cf4386d0b78dbd02613d03666f91", + "url": "https://api.github.com/repos/phpDocumentor/guides-restructured-text/zipball/945ce77217fb7e9a49e28f6c9343691a5ab93ba3", + "reference": "945ce77217fb7e9a49e28f6c9343691a5ab93ba3", "shasum": "" }, "require": { @@ -2807,9 +2813,9 @@ "description": "Adds reStructuredText Markup support to the phpDocumentor's Guides library.", "homepage": "https://www.phpdoc.org", "support": { - "source": "https://github.com/phpDocumentor/guides-restructured-text/tree/1.7.0" + "source": "https://github.com/phpDocumentor/guides-restructured-text/tree/1.7.3" }, - "time": "2025-01-29T20:10:47+00:00" + "time": "2025-03-07T15:51:49+00:00" }, { "name": "psr/cache", @@ -4389,16 +4395,16 @@ }, { "name": "symfony/http-client", - "version": "v6.4.18", + "version": "v6.4.19", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "394b440934056b8d9d6ba250001458e9d7998b7f" + "reference": "3294a433fc9d12ae58128174896b5b1822c28dad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/394b440934056b8d9d6ba250001458e9d7998b7f", - "reference": "394b440934056b8d9d6ba250001458e9d7998b7f", + "url": "https://api.github.com/repos/symfony/http-client/zipball/3294a433fc9d12ae58128174896b5b1822c28dad", + "reference": "3294a433fc9d12ae58128174896b5b1822c28dad", "shasum": "" }, "require": { @@ -4462,7 +4468,7 @@ "http" ], "support": { - "source": "https://github.com/symfony/http-client/tree/v6.4.18" + "source": "https://github.com/symfony/http-client/tree/v6.4.19" }, "funding": [ { @@ -4478,7 +4484,7 @@ "type": "tidelift" } ], - "time": "2025-01-28T15:49:13+00:00" + "time": "2025-02-13T09:55:13+00:00" }, { "name": "symfony/http-client-contracts",