diff --git a/composer.lock b/composer.lock index e744c7e6..d7a98d7d 100644 --- a/composer.lock +++ b/composer.lock @@ -8,30 +8,30 @@ "packages": [ { "name": "doctrine/annotations", - "version": "1.14.2", + "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "ad785217c1e9555a7d6c6c8c9f406395a5e2882b" + "reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/ad785217c1e9555a7d6c6c8c9f406395a5e2882b", - "reference": "ad785217c1e9555a7d6c6c8c9f406395a5e2882b", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f", + "reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f", "shasum": "" }, "require": { - "doctrine/lexer": "^1 || ^2", + "doctrine/lexer": "^2 || ^3", "ext-tokenizer": "*", - "php": "^7.1 || ^8.0", + "php": "^7.2 || ^8.0", "psr/cache": "^1 || ^2 || ^3" }, "require-dev": { - "doctrine/cache": "^1.11 || ^2.0", - "doctrine/coding-standard": "^9 || ^10", - "phpstan/phpstan": "~1.4.10 || ^1.8.0", + "doctrine/cache": "^2.0", + "doctrine/coding-standard": "^10", + "phpstan/phpstan": "^1.8.0", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "symfony/cache": "^4.4 || ^5.4 || ^6", + "symfony/cache": "^5.4 || ^6", "vimeo/psalm": "^4.10" }, "suggest": { @@ -78,9 +78,9 @@ ], "support": { "issues": "https://github.com/doctrine/annotations/issues", - "source": "https://github.com/doctrine/annotations/tree/1.14.2" + "source": "https://github.com/doctrine/annotations/tree/2.0.1" }, - "time": "2022-12-15T06:48:22+00:00" + "time": "2023-02-02T22:02:53+00:00" }, { "name": "doctrine/cache", @@ -177,16 +177,16 @@ }, { "name": "doctrine/dbal", - "version": "3.5.2", + "version": "3.8.2", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "63e513cebbbaf96a6795e5c5ee34d205831bfc85" + "reference": "a19a1d05ca211f41089dffcc387733a6875196cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/63e513cebbbaf96a6795e5c5ee34d205831bfc85", - "reference": "63e513cebbbaf96a6795e5c5ee34d205831bfc85", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/a19a1d05ca211f41089dffcc387733a6875196cb", + "reference": "a19a1d05ca211f41089dffcc387733a6875196cb", "shasum": "" }, "require": { @@ -199,15 +199,17 @@ "psr/log": "^1|^2|^3" }, "require-dev": { - "doctrine/coding-standard": "11.0.0", - "jetbrains/phpstorm-stubs": "2022.3", - "phpstan/phpstan": "1.9.2", - "phpstan/phpstan-strict-rules": "^1.4", - "phpunit/phpunit": "9.5.27", + "doctrine/coding-standard": "12.0.0", + "fig/log-test": "^1", + "jetbrains/phpstorm-stubs": "2023.1", + "phpstan/phpstan": "1.10.57", + "phpstan/phpstan-strict-rules": "^1.5", + "phpunit/phpunit": "9.6.16", "psalm/plugin-phpunit": "0.18.4", - "squizlabs/php_codesniffer": "3.7.1", - "symfony/cache": "^5.4|^6.0", - "symfony/console": "^4.4|^5.4|^6.0", + "slevomat/coding-standard": "8.13.1", + "squizlabs/php_codesniffer": "3.8.1", + "symfony/cache": "^5.4|^6.0|^7.0", + "symfony/console": "^4.4|^5.4|^6.0|^7.0", "vimeo/psalm": "4.30.0" }, "suggest": { @@ -268,7 +270,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/3.5.2" + "source": "https://github.com/doctrine/dbal/tree/3.8.2" }, "funding": [ { @@ -284,29 +286,33 @@ "type": "tidelift" } ], - "time": "2022-12-19T08:17:34+00:00" + "time": "2024-02-12T18:36:36+00:00" }, { "name": "doctrine/deprecations", - "version": "v1.0.0", + "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/doctrine/deprecations.git", - "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de" + "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", - "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab", + "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab", "shasum": "" }, "require": { - "php": "^7.1|^8.0" + "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^9", - "phpunit/phpunit": "^7.5|^8.5|^9.5", - "psr/log": "^1|^2|^3" + "phpstan/phpstan": "1.4.10 || 1.10.15", + "phpstan/phpstan-phpunit": "^1.0", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "psalm/plugin-phpunit": "0.18.4", + "psr/log": "^1 || ^2 || ^3", + "vimeo/psalm": "4.30.0 || 5.12.0" }, "suggest": { "psr/log": "Allows logging deprecations via PSR-3 logger implementation" @@ -325,63 +331,67 @@ "homepage": "https://www.doctrine-project.org/", "support": { "issues": "https://github.com/doctrine/deprecations/issues", - "source": "https://github.com/doctrine/deprecations/tree/v1.0.0" + "source": "https://github.com/doctrine/deprecations/tree/1.1.3" }, - "time": "2022-05-02T15:47:09+00:00" + "time": "2024-01-30T19:34:25+00:00" }, { "name": "doctrine/doctrine-bundle", - "version": "2.8.0", + "version": "2.11.3", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineBundle.git", - "reference": "0421ebc069519a0f19b9c39e5dc18c359be0feab" + "reference": "492725310ae9a1b5b20d6ae09fb5ae6404616e68" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/0421ebc069519a0f19b9c39e5dc18c359be0feab", - "reference": "0421ebc069519a0f19b9c39e5dc18c359be0feab", + "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/492725310ae9a1b5b20d6ae09fb5ae6404616e68", + "reference": "492725310ae9a1b5b20d6ae09fb5ae6404616e68", "shasum": "" }, "require": { "doctrine/cache": "^1.11 || ^2.0", - "doctrine/dbal": "^3.4.0", + "doctrine/dbal": "^3.7.0 || ^4.0", "doctrine/persistence": "^2.2 || ^3", "doctrine/sql-formatter": "^1.0.1", "php": "^7.4 || ^8.0", - "symfony/cache": "^5.4 || ^6.0", - "symfony/config": "^5.4 || ^6.0", - "symfony/console": "^5.4 || ^6.0", - "symfony/dependency-injection": "^5.4 || ^6.0", + "symfony/cache": "^5.4 || ^6.0 || ^7.0", + "symfony/config": "^5.4 || ^6.0 || ^7.0", + "symfony/console": "^5.4 || ^6.0 || ^7.0", + "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0", "symfony/deprecation-contracts": "^2.1 || ^3", - "symfony/doctrine-bridge": "^5.4.7 || ^6.0.7", - "symfony/framework-bundle": "^5.4 || ^6.0", + "symfony/doctrine-bridge": "^5.4.19 || ^6.0.7 || ^7.0", + "symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0", + "symfony/polyfill-php80": "^1.15", "symfony/service-contracts": "^1.1.1 || ^2.0 || ^3" }, "conflict": { "doctrine/annotations": ">=3.0", - "doctrine/orm": "<2.11 || >=3.0", - "twig/twig": "<1.34 || >=2.0,<2.4" + "doctrine/orm": "<2.17 || >=4.0", + "twig/twig": "<1.34 || >=2.0 <2.4" }, "require-dev": { "doctrine/annotations": "^1 || ^2", - "doctrine/coding-standard": "^9.0", - "doctrine/orm": "^2.11 || ^3.0", + "doctrine/coding-standard": "^12", + "doctrine/deprecations": "^1.0", + "doctrine/orm": "^2.17 || ^3.0", "friendsofphp/proxy-manager-lts": "^1.0", - "phpunit/phpunit": "^9.5.26 || ^10.0", + "phpunit/phpunit": "^9.5.26", "psalm/plugin-phpunit": "^0.18.4", - "psalm/plugin-symfony": "^4", + "psalm/plugin-symfony": "^5", "psr/log": "^1.1.4 || ^2.0 || ^3.0", - "symfony/phpunit-bridge": "^6.1", - "symfony/property-info": "^5.4 || ^6.0", - "symfony/proxy-manager-bridge": "^5.4 || ^6.0", - "symfony/security-bundle": "^5.4 || ^6.0", - "symfony/twig-bridge": "^5.4 || ^6.0", - "symfony/validator": "^5.4 || ^6.0", - "symfony/web-profiler-bundle": "^5.4 || ^6.0", - "symfony/yaml": "^5.4 || ^6.0", + "symfony/phpunit-bridge": "^6.1 || ^7.0", + "symfony/property-info": "^5.4 || ^6.0 || ^7.0", + "symfony/proxy-manager-bridge": "^5.4 || ^6.0 || ^7.0", + "symfony/security-bundle": "^5.4 || ^6.0 || ^7.0", + "symfony/string": "^5.4 || ^6.0 || ^7.0", + "symfony/twig-bridge": "^5.4 || ^6.0 || ^7.0", + "symfony/validator": "^5.4 || ^6.0 || ^7.0", + "symfony/var-exporter": "^5.4 || ^6.2 || ^7.0", + "symfony/web-profiler-bundle": "^5.4 || ^6.0 || ^7.0", + "symfony/yaml": "^5.4 || ^6.0 || ^7.0", "twig/twig": "^1.34 || ^2.12 || ^3.0", - "vimeo/psalm": "^4.30" + "vimeo/psalm": "^5.15" }, "suggest": { "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", @@ -426,7 +436,7 @@ ], "support": { "issues": "https://github.com/doctrine/DoctrineBundle/issues", - "source": "https://github.com/doctrine/DoctrineBundle/tree/2.8.0" + "source": "https://github.com/doctrine/DoctrineBundle/tree/2.11.3" }, "funding": [ { @@ -442,7 +452,7 @@ "type": "tidelift" } ], - "time": "2022-12-28T16:35:32+00:00" + "time": "2024-02-10T20:56:20+00:00" }, { "name": "doctrine/event-manager", @@ -538,16 +548,16 @@ }, { "name": "doctrine/lexer", - "version": "2.1.0", + "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124" + "reference": "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/39ab8fcf5a51ce4b85ca97c7a7d033eb12831124", - "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6", + "reference": "861c870e8b75f7c8f69c146c7f89cc1c0f1b49b6", "shasum": "" }, "require": { @@ -555,11 +565,11 @@ "php": "^7.1 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^9 || ^10", + "doctrine/coding-standard": "^9 || ^12", "phpstan/phpstan": "^1.3", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6", "psalm/plugin-phpunit": "^0.18.3", - "vimeo/psalm": "^4.11 || ^5.0" + "vimeo/psalm": "^4.11 || ^5.21" }, "type": "library", "autoload": { @@ -596,7 +606,7 @@ ], "support": { "issues": "https://github.com/doctrine/lexer/issues", - "source": "https://github.com/doctrine/lexer/tree/2.1.0" + "source": "https://github.com/doctrine/lexer/tree/2.1.1" }, "funding": [ { @@ -612,20 +622,20 @@ "type": "tidelift" } ], - "time": "2022-12-14T08:49:07+00:00" + "time": "2024-02-05T11:35:39+00:00" }, { "name": "doctrine/persistence", - "version": "3.1.2", + "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/doctrine/persistence.git", - "reference": "b44d128311af55275dbed6a4558ca59a2b9f9387" + "reference": "63fee8c33bef740db6730eb2a750cd3da6495603" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/persistence/zipball/b44d128311af55275dbed6a4558ca59a2b9f9387", - "reference": "b44d128311af55275dbed6a4558ca59a2b9f9387", + "url": "https://api.github.com/repos/doctrine/persistence/zipball/63fee8c33bef740db6730eb2a750cd3da6495603", + "reference": "63fee8c33bef740db6730eb2a750cd3da6495603", "shasum": "" }, "require": { @@ -694,7 +704,7 @@ ], "support": { "issues": "https://github.com/doctrine/persistence/issues", - "source": "https://github.com/doctrine/persistence/tree/3.1.2" + "source": "https://github.com/doctrine/persistence/tree/3.2.0" }, "funding": [ { @@ -710,7 +720,7 @@ "type": "tidelift" } ], - "time": "2022-12-19T13:58:18+00:00" + "time": "2023-05-17T18:32:04+00:00" }, { "name": "doctrine/sql-formatter", @@ -766,16 +776,16 @@ }, { "name": "egulias/email-validator", - "version": "3.2.5", + "version": "3.2.6", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "b531a2311709443320c786feb4519cfaf94af796" + "reference": "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/b531a2311709443320c786feb4519cfaf94af796", - "reference": "b531a2311709443320c786feb4519cfaf94af796", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7", + "reference": "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7", "shasum": "" }, "require": { @@ -821,7 +831,7 @@ ], "support": { "issues": "https://github.com/egulias/EmailValidator/issues", - "source": "https://github.com/egulias/EmailValidator/tree/3.2.5" + "source": "https://github.com/egulias/EmailValidator/tree/3.2.6" }, "funding": [ { @@ -829,26 +839,26 @@ "type": "github" } ], - "time": "2023-01-02T17:26:14+00:00" + "time": "2023-06-01T07:04:22+00:00" }, { "name": "guzzlehttp/guzzle", - "version": "7.5.0", + "version": "7.8.1", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba" + "reference": "41042bc7ab002487b876a0683fc8dce04ddce104" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba", - "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104", + "reference": "41042bc7ab002487b876a0683fc8dce04ddce104", "shasum": "" }, "require": { "ext-json": "*", - "guzzlehttp/promises": "^1.5", - "guzzlehttp/psr7": "^1.9 || ^2.4", + "guzzlehttp/promises": "^1.5.3 || ^2.0.1", + "guzzlehttp/psr7": "^1.9.1 || ^2.5.1", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0", "symfony/deprecation-contracts": "^2.2 || ^3.0" @@ -857,10 +867,11 @@ "psr/http-client-implementation": "1.0" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.1", + "bamarni/composer-bin-plugin": "^1.8.2", "ext-curl": "*", - "php-http/client-integration-tests": "^3.0", - "phpunit/phpunit": "^8.5.29 || ^9.5.23", + "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999", + "php-http/message-factory": "^1.1", + "phpunit/phpunit": "^8.5.36 || ^9.6.15", "psr/log": "^1.1 || ^2.0 || ^3.0" }, "suggest": { @@ -873,9 +884,6 @@ "bamarni-bin": { "bin-links": true, "forward-command": false - }, - "branch-alias": { - "dev-master": "7.5-dev" } }, "autoload": { @@ -941,7 +949,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.5.0" + "source": "https://github.com/guzzle/guzzle/tree/7.8.1" }, "funding": [ { @@ -957,38 +965,37 @@ "type": "tidelift" } ], - "time": "2022-08-28T15:39:27+00:00" + "time": "2023-12-03T20:35:24+00:00" }, { "name": "guzzlehttp/promises", - "version": "1.5.2", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "b94b2807d85443f9719887892882d0329d1e2598" + "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598", - "reference": "b94b2807d85443f9719887892882d0329d1e2598", + "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223", + "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223", "shasum": "" }, "require": { - "php": ">=5.5" + "php": "^7.2.5 || ^8.0" }, "require-dev": { - "symfony/phpunit-bridge": "^4.4 || ^5.1" + "bamarni/composer-bin-plugin": "^1.8.2", + "phpunit/phpunit": "^8.5.36 || ^9.6.15" }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "1.5-dev" + "bamarni-bin": { + "bin-links": true, + "forward-command": false } }, "autoload": { - "files": [ - "src/functions_include.php" - ], "psr-4": { "GuzzleHttp\\Promise\\": "src/" } @@ -1025,7 +1032,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/1.5.2" + "source": "https://github.com/guzzle/promises/tree/2.0.2" }, "funding": [ { @@ -1041,26 +1048,26 @@ "type": "tidelift" } ], - "time": "2022-08-28T14:55:35+00:00" + "time": "2023-12-03T20:19:20+00:00" }, { "name": "guzzlehttp/psr7", - "version": "2.4.3", + "version": "2.6.2", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "67c26b443f348a51926030c83481b85718457d3d" + "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d", - "reference": "67c26b443f348a51926030c83481b85718457d3d", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221", + "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", "psr/http-factory": "^1.0", - "psr/http-message": "^1.0", + "psr/http-message": "^1.1 || ^2.0", "ralouphie/getallheaders": "^3.0" }, "provide": { @@ -1068,9 +1075,9 @@ "psr/http-message-implementation": "1.0" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.8.1", + "bamarni/composer-bin-plugin": "^1.8.2", "http-interop/http-factory-tests": "^0.9", - "phpunit/phpunit": "^8.5.29 || ^9.5.23" + "phpunit/phpunit": "^8.5.36 || ^9.6.15" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" @@ -1080,9 +1087,6 @@ "bamarni-bin": { "bin-links": true, "forward-command": false - }, - "branch-alias": { - "dev-master": "2.4-dev" } }, "autoload": { @@ -1144,7 +1148,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.4.3" + "source": "https://github.com/guzzle/psr7/tree/2.6.2" }, "funding": [ { @@ -1160,7 +1164,7 @@ "type": "tidelift" } ], - "time": "2022-10-26T14:07:24+00:00" + "time": "2023-12-03T20:05:35+00:00" }, { "name": "krinkle/intuition", @@ -1210,30 +1214,30 @@ }, { "name": "mediawiki/oauthclient", - "version": "1.2.0", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/wikimedia/mediawiki-oauthclient-php.git", - "reference": "ace642e67b8292a5e351c50daca7d3f2b25fa4cb" + "reference": "77db605711071ad1ef6afc0860216a53ef8a99b2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wikimedia/mediawiki-oauthclient-php/zipball/ace642e67b8292a5e351c50daca7d3f2b25fa4cb", - "reference": "ace642e67b8292a5e351c50daca7d3f2b25fa4cb", + "url": "https://api.github.com/repos/wikimedia/mediawiki-oauthclient-php/zipball/77db605711071ad1ef6afc0860216a53ef8a99b2", + "reference": "77db605711071ad1ef6afc0860216a53ef8a99b2", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", - "php": ">=7.2.9", + "php": ">=7.4", "psr/log": "^1.0" }, "require-dev": { - "mediawiki/mediawiki-codesniffer": "37.0.0", + "mediawiki/mediawiki-codesniffer": "41.0.0", "mediawiki/minus-x": "1.1.1", - "php-parallel-lint/php-console-highlighter": "0.5.0", - "php-parallel-lint/php-parallel-lint": "1.3.0", - "phpunit/phpunit": "^8.5" + "php-parallel-lint/php-console-highlighter": "1.0.0", + "php-parallel-lint/php-parallel-lint": "1.3.2", + "phpunit/phpunit": "9.5.28" }, "type": "library", "autoload": { @@ -1266,20 +1270,20 @@ "issues": "https://phabricator.wikimedia.org/tag/oauth/", "source": "https://github.com/wikimedia/oauthclient-php/" }, - "time": "2021-10-21T13:34:48+00:00" + "time": "2023-03-30T19:44:06+00:00" }, { "name": "monolog/monolog", - "version": "2.8.0", + "version": "2.9.2", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "720488632c590286b88b80e62aa3d3d551ad4a50" + "reference": "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/720488632c590286b88b80e62aa3d3d551ad4a50", - "reference": "720488632c590286b88b80e62aa3d3d551ad4a50", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/437cb3628f4cf6042cc10ae97fc2b8472e48ca1f", + "reference": "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f", "shasum": "" }, "require": { @@ -1294,7 +1298,7 @@ "doctrine/couchdb": "~1.0@dev", "elasticsearch/elasticsearch": "^7 || ^8", "ext-json": "*", - "graylog2/gelf-php": "^1.4.2", + "graylog2/gelf-php": "^1.4.2 || ^2@dev", "guzzlehttp/guzzle": "^7.4", "guzzlehttp/psr7": "^2.2", "mongodb/mongodb": "^1.8", @@ -1356,7 +1360,7 @@ ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/2.8.0" + "source": "https://github.com/Seldaek/monolog/tree/2.9.2" }, "funding": [ { @@ -1368,7 +1372,7 @@ "type": "tidelift" } ], - "time": "2022-07-24T11:55:47+00:00" + "time": "2023-10-27T15:25:26+00:00" }, { "name": "oojs/oojs-ui", @@ -1565,24 +1569,27 @@ }, { "name": "phpdocumentor/type-resolver", - "version": "1.6.2", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d" + "reference": "fad452781b3d774e3337b0c0b245dd8e5a4455fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/48f445a408c131e38cab1c235aa6d2bb7a0bb20d", - "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/fad452781b3d774e3337b0c0b245dd8e5a4455fc", + "reference": "fad452781b3d774e3337b0c0b245dd8e5a4455fc", "shasum": "" }, "require": { + "doctrine/deprecations": "^1.0", "php": "^7.4 || ^8.0", - "phpdocumentor/reflection-common": "^2.0" + "phpdocumentor/reflection-common": "^2.0", + "phpstan/phpdoc-parser": "^1.13" }, "require-dev": { "ext-tokenizer": "*", + "phpbench/phpbench": "^1.2", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.8", "phpstan/phpstan-phpunit": "^1.1", @@ -1614,28 +1621,30 @@ "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "support": { "issues": "https://github.com/phpDocumentor/TypeResolver/issues", - "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.2" + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.8.0" }, - "time": "2022-10-14T12:47:21+00:00" + "time": "2024-01-11T11:49:22+00:00" }, { "name": "phpstan/phpdoc-parser", - "version": "1.15.3", + "version": "1.25.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "61800f71a5526081d1b5633766aa88341f1ade76" + "reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/61800f71a5526081d1b5633766aa88341f1ade76", - "reference": "61800f71a5526081d1b5633766aa88341f1ade76", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/bd84b629c8de41aa2ae82c067c955e06f1b00240", + "reference": "bd84b629c8de41aa2ae82c067c955e06f1b00240", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { + "doctrine/annotations": "^2.0", + "nikic/php-parser": "^4.15", "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^1.5", @@ -1659,9 +1668,9 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.15.3" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.25.0" }, - "time": "2022-12-20T20:56:55+00:00" + "time": "2024-01-04T17:06:16+00:00" }, { "name": "psr/cache", @@ -1812,21 +1821,21 @@ }, { "name": "psr/http-client", - "version": "1.0.1", + "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/php-fig/http-client.git", - "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", - "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", + "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", "shasum": "" }, "require": { "php": "^7.0 || ^8.0", - "psr/http-message": "^1.0" + "psr/http-message": "^1.0 || ^2.0" }, "type": "library", "extra": { @@ -1846,7 +1855,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP clients", @@ -1858,27 +1867,27 @@ "psr-18" ], "support": { - "source": "https://github.com/php-fig/http-client/tree/master" + "source": "https://github.com/php-fig/http-client" }, - "time": "2020-06-29T06:28:15+00:00" + "time": "2023-09-23T14:17:50+00:00" }, { "name": "psr/http-factory", - "version": "1.0.1", + "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", - "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" + "reference": "e616d01114759c4c489f93b099585439f795fe35" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", - "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35", + "reference": "e616d01114759c4c489f93b099585439f795fe35", "shasum": "" }, "require": { "php": ">=7.0.0", - "psr/http-message": "^1.0" + "psr/http-message": "^1.0 || ^2.0" }, "type": "library", "extra": { @@ -1898,7 +1907,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interfaces for PSR-7 HTTP message factories", @@ -1913,31 +1922,31 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-factory/tree/master" + "source": "https://github.com/php-fig/http-factory/tree/1.0.2" }, - "time": "2019-04-30T12:38:16+00:00" + "time": "2023-04-10T20:10:41+00:00" }, { "name": "psr/http-message", - "version": "1.0.1", + "version": "2.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -1952,7 +1961,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", @@ -1966,9 +1975,9 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-message/tree/master" + "source": "https://github.com/php-fig/http-message/tree/2.0" }, - "time": "2016-08-06T14:39:51+00:00" + "time": "2023-04-04T09:54:51+00:00" }, { "name": "psr/link", @@ -2118,20 +2127,20 @@ }, { "name": "sensio/framework-extra-bundle", - "version": "v6.2.9", + "version": "v6.2.10", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", - "reference": "dcfac94d6bdcf95c126e8ccac2104917c7c8f135" + "reference": "2f886f4b31f23c76496901acaedfedb6936ba61f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/dcfac94d6bdcf95c126e8ccac2104917c7c8f135", - "reference": "dcfac94d6bdcf95c126e8ccac2104917c7c8f135", + "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/2f886f4b31f23c76496901acaedfedb6936ba61f", + "reference": "2f886f4b31f23c76496901acaedfedb6936ba61f", "shasum": "" }, "require": { - "doctrine/annotations": "^1.0", + "doctrine/annotations": "^1.0|^2.0", "php": ">=7.2.5", "symfony/config": "^4.4|^5.0|^6.0", "symfony/dependency-injection": "^4.4|^5.0|^6.0", @@ -2189,24 +2198,23 @@ "controllers" ], "support": { - "issues": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/issues", - "source": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/tree/v6.2.9" + "source": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/tree/v6.2.10" }, "abandoned": "Symfony", - "time": "2022-11-01T17:17:13+00:00" + "time": "2023-02-24T14:57:12+00:00" }, { "name": "symfony/asset", - "version": "v5.4.13", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/asset.git", - "reference": "9aa867206711cb6fcca51ef127ba52a018170be9" + "reference": "0e98032106d18e57f57176d616e3fae80db7a845" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/asset/zipball/9aa867206711cb6fcca51ef127ba52a018170be9", - "reference": "9aa867206711cb6fcca51ef127ba52a018170be9", + "url": "https://api.github.com/repos/symfony/asset/zipball/0e98032106d18e57f57176d616e3fae80db7a845", + "reference": "0e98032106d18e57f57176d616e3fae80db7a845", "shasum": "" }, "require": { @@ -2251,7 +2259,7 @@ "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/asset/tree/v5.4.13" + "source": "https://github.com/symfony/asset/tree/v5.4.35" }, "funding": [ { @@ -2267,20 +2275,20 @@ "type": "tidelift" } ], - "time": "2022-08-31T08:17:19+00:00" + "time": "2024-01-23T13:51:25+00:00" }, { "name": "symfony/cache", - "version": "v5.4.18", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "a33fa08a3f37bb44b90e60b9028796d6b811f9ef" + "reference": "db1adb004e2da984085d0178964eb6f319d3cba1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/a33fa08a3f37bb44b90e60b9028796d6b811f9ef", - "reference": "a33fa08a3f37bb44b90e60b9028796d6b811f9ef", + "url": "https://api.github.com/repos/symfony/cache/zipball/db1adb004e2da984085d0178964eb6f319d3cba1", + "reference": "db1adb004e2da984085d0178964eb6f319d3cba1", "shasum": "" }, "require": { @@ -2308,7 +2316,7 @@ "require-dev": { "cache/integration-tests": "dev-master", "doctrine/cache": "^1.6|^2.0", - "doctrine/dbal": "^2.13.1|^3.0", + "doctrine/dbal": "^2.13.1|^3|^4", "predis/predis": "^1.1", "psr/simple-cache": "^1.0|^2.0", "symfony/config": "^4.4|^5.0|^6.0", @@ -2348,7 +2356,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v5.4.18" + "source": "https://github.com/symfony/cache/tree/v5.4.35" }, "funding": [ { @@ -2364,7 +2372,7 @@ "type": "tidelift" } ], - "time": "2022-12-29T16:06:09+00:00" + "time": "2024-01-23T13:51:25+00:00" }, { "name": "symfony/cache-contracts", @@ -2447,16 +2455,16 @@ }, { "name": "symfony/config", - "version": "v5.4.11", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "ec79e03125c1d2477e43dde8528535d90cc78379" + "reference": "6b763438a22a4f20885e994ad6702f6a3f25430e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/ec79e03125c1d2477e43dde8528535d90cc78379", - "reference": "ec79e03125c1d2477e43dde8528535d90cc78379", + "url": "https://api.github.com/repos/symfony/config/zipball/6b763438a22a4f20885e994ad6702f6a3f25430e", + "reference": "6b763438a22a4f20885e994ad6702f6a3f25430e", "shasum": "" }, "require": { @@ -2506,7 +2514,7 @@ "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/config/tree/v5.4.11" + "source": "https://github.com/symfony/config/tree/v5.4.35" }, "funding": [ { @@ -2522,20 +2530,20 @@ "type": "tidelift" } ], - "time": "2022-07-20T13:00:38+00:00" + "time": "2024-01-23T13:51:25+00:00" }, { "name": "symfony/console", - "version": "v5.4.17", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "58422fdcb0e715ed05b385f70d3e8b5ed4bbd45f" + "reference": "dbdf6adcb88d5f83790e1efb57ef4074309d3931" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/58422fdcb0e715ed05b385f70d3e8b5ed4bbd45f", - "reference": "58422fdcb0e715ed05b385f70d3e8b5ed4bbd45f", + "url": "https://api.github.com/repos/symfony/console/zipball/dbdf6adcb88d5f83790e1efb57ef4074309d3931", + "reference": "dbdf6adcb88d5f83790e1efb57ef4074309d3931", "shasum": "" }, "require": { @@ -2600,12 +2608,12 @@ "homepage": "https://symfony.com", "keywords": [ "cli", - "command line", + "command-line", "console", "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v5.4.17" + "source": "https://github.com/symfony/console/tree/v5.4.35" }, "funding": [ { @@ -2621,20 +2629,20 @@ "type": "tidelift" } ], - "time": "2022-12-28T14:15:31+00:00" + "time": "2024-01-23T14:28:09+00:00" }, { "name": "symfony/dependency-injection", - "version": "v5.4.17", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "58f2988128d2d278280781db037677a32cf720db" + "reference": "45474d527212ca67cdb93f6c5e6da68f4bc67118" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/58f2988128d2d278280781db037677a32cf720db", - "reference": "58f2988128d2d278280781db037677a32cf720db", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/45474d527212ca67cdb93f6c5e6da68f4bc67118", + "reference": "45474d527212ca67cdb93f6c5e6da68f4bc67118", "shasum": "" }, "require": { @@ -2694,7 +2702,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v5.4.17" + "source": "https://github.com/symfony/dependency-injection/tree/v5.4.35" }, "funding": [ { @@ -2710,7 +2718,7 @@ "type": "tidelift" } ], - "time": "2022-12-28T13:55:51+00:00" + "time": "2024-01-29T20:37:36+00:00" }, { "name": "symfony/deprecation-contracts", @@ -2781,16 +2789,16 @@ }, { "name": "symfony/doctrine-bridge", - "version": "v5.4.17", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-bridge.git", - "reference": "e9fce4a5568337402b2b1106907140d56a9d2454" + "reference": "f1c8d1f75ede8ba6810498666159c50ca05beec0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/e9fce4a5568337402b2b1106907140d56a9d2454", - "reference": "e9fce4a5568337402b2b1106907140d56a9d2454", + "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/f1c8d1f75ede8ba6810498666159c50ca05beec0", + "reference": "f1c8d1f75ede8ba6810498666159c50ca05beec0", "shasum": "" }, "require": { @@ -2807,31 +2815,30 @@ "doctrine/dbal": "<2.13.1", "doctrine/lexer": "<1.1", "doctrine/orm": "<2.7.4", - "phpunit/phpunit": "<5.4.3", "symfony/cache": "<5.4", "symfony/dependency-injection": "<4.4", - "symfony/form": "<5.1", + "symfony/form": "<5.4.21|>=6,<6.2.7", "symfony/http-kernel": "<5", "symfony/messenger": "<4.4", "symfony/property-info": "<5", "symfony/proxy-manager-bridge": "<4.4.19", "symfony/security-bundle": "<5", "symfony/security-core": "<5.3", - "symfony/validator": "<5.2" + "symfony/validator": "<5.4.25|>=6,<6.2.12|>=6.3,<6.3.1" }, "require-dev": { "doctrine/annotations": "^1.10.4|^2", "doctrine/collections": "^1.0|^2.0", "doctrine/data-fixtures": "^1.1", - "doctrine/dbal": "^2.13.1|^3.0", - "doctrine/orm": "^2.7.4", + "doctrine/dbal": "^2.13.1|^3|^4", + "doctrine/orm": "^2.7.4|^3", "psr/log": "^1|^2|^3", "symfony/cache": "^5.4|^6.0", "symfony/config": "^4.4|^5.0|^6.0", "symfony/dependency-injection": "^4.4|^5.0|^6.0", "symfony/doctrine-messenger": "^5.1|^6.0", "symfony/expression-language": "^4.4|^5.0|^6.0", - "symfony/form": "^5.4.9|^6.0.9", + "symfony/form": "^5.4.21|^6.2.7", "symfony/http-kernel": "^5.0|^6.0", "symfony/messenger": "^4.4|^5.0|^6.0", "symfony/property-access": "^4.4|^5.0|^6.0", @@ -2841,7 +2848,7 @@ "symfony/stopwatch": "^4.4|^5.0|^6.0", "symfony/translation": "^4.4|^5.0|^6.0", "symfony/uid": "^5.1|^6.0", - "symfony/validator": "^5.2|^6.0", + "symfony/validator": "^5.4.25|~6.2.12|^6.3.1", "symfony/var-dumper": "^4.4|^5.0|^6.0" }, "suggest": { @@ -2878,7 +2885,7 @@ "description": "Provides integration for Doctrine with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/doctrine-bridge/tree/v5.4.17" + "source": "https://github.com/symfony/doctrine-bridge/tree/v5.4.35" }, "funding": [ { @@ -2894,20 +2901,20 @@ "type": "tidelift" } ], - "time": "2022-12-20T11:10:57+00:00" + "time": "2024-01-23T13:51:25+00:00" }, { "name": "symfony/dotenv", - "version": "v5.4.5", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/dotenv.git", - "reference": "83a2310904a4f5d4f42526227b5a578ac82232a9" + "reference": "4de488440104b99d2e7c0717ee432e760b061e32" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dotenv/zipball/83a2310904a4f5d4f42526227b5a578ac82232a9", - "reference": "83a2310904a4f5d4f42526227b5a578ac82232a9", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/4de488440104b99d2e7c0717ee432e760b061e32", + "reference": "4de488440104b99d2e7c0717ee432e760b061e32", "shasum": "" }, "require": { @@ -2949,7 +2956,7 @@ "environment" ], "support": { - "source": "https://github.com/symfony/dotenv/tree/v5.4.5" + "source": "https://github.com/symfony/dotenv/tree/v5.4.35" }, "funding": [ { @@ -2965,20 +2972,20 @@ "type": "tidelift" } ], - "time": "2022-02-15T17:04:12+00:00" + "time": "2024-01-23T13:51:25+00:00" }, { "name": "symfony/error-handler", - "version": "v5.4.17", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "b900446552833ad2f91ca7dd52aa8ffe78f66cb2" + "reference": "39225b1e47fdd91a6924b1e7d7a4523da2e1894b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/b900446552833ad2f91ca7dd52aa8ffe78f66cb2", - "reference": "b900446552833ad2f91ca7dd52aa8ffe78f66cb2", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/39225b1e47fdd91a6924b1e7d7a4523da2e1894b", + "reference": "39225b1e47fdd91a6924b1e7d7a4523da2e1894b", "shasum": "" }, "require": { @@ -3020,7 +3027,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v5.4.17" + "source": "https://github.com/symfony/error-handler/tree/v5.4.35" }, "funding": [ { @@ -3036,20 +3043,20 @@ "type": "tidelift" } ], - "time": "2022-12-13T09:43:00+00:00" + "time": "2024-01-23T13:51:25+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v5.4.17", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "8e18a9d559eb8ebc2220588f1faa726a2fcd31c9" + "reference": "7a69a85c7ea5bdd1e875806a99c51a87d3a74b38" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/8e18a9d559eb8ebc2220588f1faa726a2fcd31c9", - "reference": "8e18a9d559eb8ebc2220588f1faa726a2fcd31c9", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7a69a85c7ea5bdd1e875806a99c51a87d3a74b38", + "reference": "7a69a85c7ea5bdd1e875806a99c51a87d3a74b38", "shasum": "" }, "require": { @@ -3105,7 +3112,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.17" + "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.35" }, "funding": [ { @@ -3121,7 +3128,7 @@ "type": "tidelift" } ], - "time": "2022-12-12T15:54:21+00:00" + "time": "2024-01-23T13:51:25+00:00" }, { "name": "symfony/event-dispatcher-contracts", @@ -3204,16 +3211,16 @@ }, { "name": "symfony/expression-language", - "version": "v5.4.14", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", - "reference": "2f27d5b1e7926bba18e87719af75f696977cd58b" + "reference": "d59441c10a5a73cd9d4d778b8253595a16f6716d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/expression-language/zipball/2f27d5b1e7926bba18e87719af75f696977cd58b", - "reference": "2f27d5b1e7926bba18e87719af75f696977cd58b", + "url": "https://api.github.com/repos/symfony/expression-language/zipball/d59441c10a5a73cd9d4d778b8253595a16f6716d", + "reference": "d59441c10a5a73cd9d4d778b8253595a16f6716d", "shasum": "" }, "require": { @@ -3247,7 +3254,7 @@ "description": "Provides an engine that can compile and evaluate expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/expression-language/tree/v5.4.14" + "source": "https://github.com/symfony/expression-language/tree/v5.4.35" }, "funding": [ { @@ -3263,20 +3270,20 @@ "type": "tidelift" } ], - "time": "2022-10-07T08:01:20+00:00" + "time": "2024-01-23T13:51:25+00:00" }, { "name": "symfony/filesystem", - "version": "v5.4.13", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "ac09569844a9109a5966b9438fc29113ce77cf51" + "reference": "5a553607d4ffbfa9c0ab62facadea296c9db7086" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/ac09569844a9109a5966b9438fc29113ce77cf51", - "reference": "ac09569844a9109a5966b9438fc29113ce77cf51", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/5a553607d4ffbfa9c0ab62facadea296c9db7086", + "reference": "5a553607d4ffbfa9c0ab62facadea296c9db7086", "shasum": "" }, "require": { @@ -3311,7 +3318,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v5.4.13" + "source": "https://github.com/symfony/filesystem/tree/v5.4.35" }, "funding": [ { @@ -3327,20 +3334,20 @@ "type": "tidelift" } ], - "time": "2022-09-21T19:53:16+00:00" + "time": "2024-01-23T13:51:25+00:00" }, { "name": "symfony/finder", - "version": "v5.4.17", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "40c08632019838dfb3350f18cf5563b8080055fc" + "reference": "abe6d6f77d9465fed3cd2d029b29d03b56b56435" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/40c08632019838dfb3350f18cf5563b8080055fc", - "reference": "40c08632019838dfb3350f18cf5563b8080055fc", + "url": "https://api.github.com/repos/symfony/finder/zipball/abe6d6f77d9465fed3cd2d029b29d03b56b56435", + "reference": "abe6d6f77d9465fed3cd2d029b29d03b56b56435", "shasum": "" }, "require": { @@ -3374,7 +3381,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v5.4.17" + "source": "https://github.com/symfony/finder/tree/v5.4.35" }, "funding": [ { @@ -3390,20 +3397,20 @@ "type": "tidelift" } ], - "time": "2022-12-22T10:31:03+00:00" + "time": "2024-01-23T13:51:25+00:00" }, { "name": "symfony/form", - "version": "v5.4.17", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/form.git", - "reference": "6150f66dc921375a62e5da1cce3684aee657ddca" + "reference": "c827d421caccf467ef1a969e7412a8755fa88093" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/form/zipball/6150f66dc921375a62e5da1cce3684aee657ddca", - "reference": "6150f66dc921375a62e5da1cce3684aee657ddca", + "url": "https://api.github.com/repos/symfony/form/zipball/c827d421caccf467ef1a969e7412a8755fa88093", + "reference": "c827d421caccf467ef1a969e7412a8755fa88093", "shasum": "" }, "require": { @@ -3420,16 +3427,15 @@ "symfony/service-contracts": "^1.1|^2|^3" }, "conflict": { - "phpunit/phpunit": "<5.4.3", "symfony/console": "<4.4", "symfony/dependency-injection": "<4.4", - "symfony/doctrine-bridge": "<4.4", + "symfony/doctrine-bridge": "<5.4.21|>=6,<6.2.7", "symfony/error-handler": "<4.4.5", "symfony/framework-bundle": "<4.4", "symfony/http-kernel": "<4.4", - "symfony/translation": "<4.4", + "symfony/translation": "<5.4.35|>=6.0,<6.3.12|>=6.4,<6.4.3", "symfony/translation-contracts": "<1.1.7", - "symfony/twig-bridge": "<4.4" + "symfony/twig-bridge": "<5.4.21|>=6,<6.2.7" }, "require-dev": { "doctrine/collections": "^1.0|^2.0", @@ -3441,7 +3447,7 @@ "symfony/http-kernel": "^4.4|^5.0|^6.0", "symfony/intl": "^4.4|^5.0|^6.0", "symfony/security-csrf": "^4.4|^5.0|^6.0", - "symfony/translation": "^4.4|^5.0|^6.0", + "symfony/translation": "^5.4.35|~6.3.12|^6.4.3", "symfony/uid": "^5.1|^6.0", "symfony/validator": "^4.4.17|^5.1.9|^6.0", "symfony/var-dumper": "^4.4|^5.0|^6.0" @@ -3477,7 +3483,7 @@ "description": "Allows to easily create, process and reuse HTML forms", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/form/tree/v5.4.17" + "source": "https://github.com/symfony/form/tree/v5.4.35" }, "funding": [ { @@ -3493,20 +3499,20 @@ "type": "tidelift" } ], - "time": "2022-12-28T08:39:55+00:00" + "time": "2024-01-23T14:28:09+00:00" }, { "name": "symfony/framework-bundle", - "version": "v5.4.17", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", - "reference": "79dba90bd8a440488b63282ea27d2b30166e8841" + "reference": "89805687f360133f18bdedfb32138ce0ddd5383c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/79dba90bd8a440488b63282ea27d2b30166e8841", - "reference": "79dba90bd8a440488b63282ea27d2b30166e8841", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/89805687f360133f18bdedfb32138ce0ddd5383c", + "reference": "89805687f360133f18bdedfb32138ce0ddd5383c", "shasum": "" }, "require": { @@ -3520,7 +3526,7 @@ "symfony/event-dispatcher": "^5.1|^6.0", "symfony/filesystem": "^4.4|^5.0|^6.0", "symfony/finder": "^4.4|^5.0|^6.0", - "symfony/http-foundation": "^5.3|^6.0", + "symfony/http-foundation": "^5.4.24|^6.2.11", "symfony/http-kernel": "^5.4|^6.0", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "^1.16", @@ -3533,9 +3539,8 @@ "doctrine/persistence": "<1.3", "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", - "phpunit/phpunit": "<5.4.3", "symfony/asset": "<5.3", - "symfony/console": "<5.2.5", + "symfony/console": "<5.2.5|>=7.0", "symfony/dom-crawler": "<4.4", "symfony/dotenv": "<5.1", "symfony/form": "<5.2", @@ -3553,7 +3558,7 @@ "symfony/translation": "<5.3", "symfony/twig-bridge": "<4.4", "symfony/twig-bundle": "<4.4", - "symfony/validator": "<5.2", + "symfony/validator": "<5.3.11", "symfony/web-profiler-bundle": "<4.4", "symfony/workflow": "<5.2" }, @@ -3586,7 +3591,7 @@ "symfony/string": "^5.0|^6.0", "symfony/translation": "^5.3|^6.0", "symfony/twig-bundle": "^4.4|^5.0|^6.0", - "symfony/validator": "^5.2|^6.0", + "symfony/validator": "^5.3.11|^6.0", "symfony/web-link": "^4.4|^5.0|^6.0", "symfony/workflow": "^5.2|^6.0", "symfony/yaml": "^4.4|^5.0|^6.0", @@ -3628,7 +3633,7 @@ "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/framework-bundle/tree/v5.4.17" + "source": "https://github.com/symfony/framework-bundle/tree/v5.4.35" }, "funding": [ { @@ -3644,20 +3649,20 @@ "type": "tidelift" } ], - "time": "2022-12-20T11:10:57+00:00" + "time": "2024-01-23T14:28:09+00:00" }, { "name": "symfony/http-client", - "version": "v5.4.17", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "772129f800fc0bfaa6bd40c40934d544f0957d30" + "reference": "53e4cc088a5f3466dc77c9f121f17e8e02ecc9c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/772129f800fc0bfaa6bd40c40934d544f0957d30", - "reference": "772129f800fc0bfaa6bd40c40934d544f0957d30", + "url": "https://api.github.com/repos/symfony/http-client/zipball/53e4cc088a5f3466dc77c9f121f17e8e02ecc9c3", + "reference": "53e4cc088a5f3466dc77c9f121f17e8e02ecc9c3", "shasum": "" }, "require": { @@ -3683,6 +3688,7 @@ "guzzlehttp/promises": "^1.4", "nyholm/psr7": "^1.0", "php-http/httplug": "^1.0|^2.0", + "php-http/message-factory": "^1.0", "psr/http-client": "^1.0", "symfony/dependency-injection": "^4.4|^5.0|^6.0", "symfony/http-kernel": "^4.4.13|^5.1.5|^6.0", @@ -3714,8 +3720,11 @@ ], "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", "homepage": "https://symfony.com", + "keywords": [ + "http" + ], "support": { - "source": "https://github.com/symfony/http-client/tree/v5.4.17" + "source": "https://github.com/symfony/http-client/tree/v5.4.35" }, "funding": [ { @@ -3731,7 +3740,7 @@ "type": "tidelift" } ], - "time": "2022-12-13T11:07:37+00:00" + "time": "2024-01-29T14:02:34+00:00" }, { "name": "symfony/http-client-contracts", @@ -3813,16 +3822,16 @@ }, { "name": "symfony/http-foundation", - "version": "v5.4.17", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "b64a0e2df212d5849e4584cabff0cf09c5d6866a" + "reference": "f2ab692a22aef1cd54beb893aa0068bdfb093928" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b64a0e2df212d5849e4584cabff0cf09c5d6866a", - "reference": "b64a0e2df212d5849e4584cabff0cf09c5d6866a", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/f2ab692a22aef1cd54beb893aa0068bdfb093928", + "reference": "f2ab692a22aef1cd54beb893aa0068bdfb093928", "shasum": "" }, "require": { @@ -3869,7 +3878,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v5.4.17" + "source": "https://github.com/symfony/http-foundation/tree/v5.4.35" }, "funding": [ { @@ -3885,20 +3894,20 @@ "type": "tidelift" } ], - "time": "2022-12-14T08:23:03+00:00" + "time": "2024-01-23T13:51:25+00:00" }, { "name": "symfony/http-kernel", - "version": "v5.4.18", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "5da6f57a13e5d7d77197443cf55697cdf65f1352" + "reference": "949bc7721c83fa9f81fc6c9697db0aa340c64f4d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/5da6f57a13e5d7d77197443cf55697cdf65f1352", - "reference": "5da6f57a13e5d7d77197443cf55697cdf65f1352", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/949bc7721c83fa9f81fc6c9697db0aa340c64f4d", + "reference": "949bc7721c83fa9f81fc6c9697db0aa340c64f4d", "shasum": "" }, "require": { @@ -3907,7 +3916,7 @@ "symfony/deprecation-contracts": "^2.1|^3", "symfony/error-handler": "^4.4|^5.0|^6.0", "symfony/event-dispatcher": "^5.0|^6.0", - "symfony/http-foundation": "^5.3.7|^6.0", + "symfony/http-foundation": "^5.4.21|^6.2.7", "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-php73": "^1.9", "symfony/polyfill-php80": "^1.16" @@ -3981,7 +3990,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v5.4.18" + "source": "https://github.com/symfony/http-kernel/tree/v5.4.35" }, "funding": [ { @@ -3997,24 +4006,24 @@ "type": "tidelift" } ], - "time": "2022-12-29T18:54:08+00:00" + "time": "2024-01-30T20:00:46+00:00" }, { "name": "symfony/mailer", - "version": "v5.4.17", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "fd816412b76447890efedaf9ddfe8632589ce10c" + "reference": "664724b0fb4646dee30859d0ed9131a2d7633320" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/fd816412b76447890efedaf9ddfe8632589ce10c", - "reference": "fd816412b76447890efedaf9ddfe8632589ce10c", + "url": "https://api.github.com/repos/symfony/mailer/zipball/664724b0fb4646dee30859d0ed9131a2d7633320", + "reference": "664724b0fb4646dee30859d0ed9131a2d7633320", "shasum": "" }, "require": { - "egulias/email-validator": "^2.1.10|^3", + "egulias/email-validator": "^2.1.10|^3|^4", "php": ">=7.2.5", "psr/event-dispatcher": "^1", "psr/log": "^1|^2|^3", @@ -4028,7 +4037,7 @@ "symfony/http-kernel": "<4.4" }, "require-dev": { - "symfony/http-client-contracts": "^1.1|^2|^3", + "symfony/http-client": "^4.4|^5.0|^6.0", "symfony/messenger": "^4.4|^5.0|^6.0" }, "type": "library", @@ -4057,7 +4066,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v5.4.17" + "source": "https://github.com/symfony/mailer/tree/v5.4.35" }, "funding": [ { @@ -4073,20 +4082,20 @@ "type": "tidelift" } ], - "time": "2022-12-14T15:45:23+00:00" + "time": "2024-01-29T07:33:37+00:00" }, { "name": "symfony/mime", - "version": "v5.4.17", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "2a83d82efc91c3f03a23c8b47a896df168aa5c63" + "reference": "ee94d9b538f93abbbc1ee4ccff374593117b04a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/2a83d82efc91c3f03a23c8b47a896df168aa5c63", - "reference": "2a83d82efc91c3f03a23c8b47a896df168aa5c63", + "url": "https://api.github.com/repos/symfony/mime/zipball/ee94d9b538f93abbbc1ee4ccff374593117b04a9", + "reference": "ee94d9b538f93abbbc1ee4ccff374593117b04a9", "shasum": "" }, "require": { @@ -4101,15 +4110,15 @@ "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", "symfony/mailer": "<4.4", - "symfony/serializer": "<5.4.14|>=6.0,<6.0.14|>=6.1,<6.1.6" + "symfony/serializer": "<5.4.35|>=6,<6.3.12|>=6.4,<6.4.3" }, "require-dev": { - "egulias/email-validator": "^2.1.10|^3.1", + "egulias/email-validator": "^2.1.10|^3.1|^4", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", "symfony/dependency-injection": "^4.4|^5.0|^6.0", "symfony/property-access": "^4.4|^5.1|^6.0", "symfony/property-info": "^4.4|^5.1|^6.0", - "symfony/serializer": "^5.4.14|~6.0.14|^6.1.6" + "symfony/serializer": "^5.4.35|~6.3.12|^6.4.3" }, "type": "library", "autoload": { @@ -4141,7 +4150,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v5.4.17" + "source": "https://github.com/symfony/mime/tree/v5.4.35" }, "funding": [ { @@ -4157,20 +4166,20 @@ "type": "tidelift" } ], - "time": "2022-12-13T09:59:55+00:00" + "time": "2024-01-30T08:00:51+00:00" }, { "name": "symfony/monolog-bridge", - "version": "v5.4.17", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bridge.git", - "reference": "0280390d8232a5668b02e0d87e9fce0a535c4af9" + "reference": "83e7438fd2ead9af4fd2fac7bb9b6fc0e8823387" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/0280390d8232a5668b02e0d87e9fce0a535c4af9", - "reference": "0280390d8232a5668b02e0d87e9fce0a535c4af9", + "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/83e7438fd2ead9af4fd2fac7bb9b6fc0e8823387", + "reference": "83e7438fd2ead9af4fd2fac7bb9b6fc0e8823387", "shasum": "" }, "require": { @@ -4225,7 +4234,7 @@ "description": "Provides integration for Monolog with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/monolog-bridge/tree/v5.4.17" + "source": "https://github.com/symfony/monolog-bridge/tree/v5.4.35" }, "funding": [ { @@ -4241,34 +4250,34 @@ "type": "tidelift" } ], - "time": "2022-12-13T10:55:04+00:00" + "time": "2024-01-23T13:51:25+00:00" }, { "name": "symfony/monolog-bundle", - "version": "v3.8.0", + "version": "v3.10.0", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bundle.git", - "reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d" + "reference": "414f951743f4aa1fd0f5bf6a0e9c16af3fe7f181" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d", - "reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d", + "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/414f951743f4aa1fd0f5bf6a0e9c16af3fe7f181", + "reference": "414f951743f4aa1fd0f5bf6a0e9c16af3fe7f181", "shasum": "" }, "require": { - "monolog/monolog": "^1.22 || ^2.0 || ^3.0", - "php": ">=7.1.3", - "symfony/config": "~4.4 || ^5.0 || ^6.0", - "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0", - "symfony/http-kernel": "~4.4 || ^5.0 || ^6.0", - "symfony/monolog-bridge": "~4.4 || ^5.0 || ^6.0" + "monolog/monolog": "^1.25.1 || ^2.0 || ^3.0", + "php": ">=7.2.5", + "symfony/config": "^5.4 || ^6.0 || ^7.0", + "symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0", + "symfony/http-kernel": "^5.4 || ^6.0 || ^7.0", + "symfony/monolog-bridge": "^5.4 || ^6.0 || ^7.0" }, "require-dev": { - "symfony/console": "~4.4 || ^5.0 || ^6.0", - "symfony/phpunit-bridge": "^5.2 || ^6.0", - "symfony/yaml": "~4.4 || ^5.0 || ^6.0" + "symfony/console": "^5.4 || ^6.0 || ^7.0", + "symfony/phpunit-bridge": "^6.3 || ^7.0", + "symfony/yaml": "^5.4 || ^6.0 || ^7.0" }, "type": "symfony-bundle", "extra": { @@ -4306,7 +4315,7 @@ ], "support": { "issues": "https://github.com/symfony/monolog-bundle/issues", - "source": "https://github.com/symfony/monolog-bundle/tree/v3.8.0" + "source": "https://github.com/symfony/monolog-bundle/tree/v3.10.0" }, "funding": [ { @@ -4322,20 +4331,20 @@ "type": "tidelift" } ], - "time": "2022-05-10T14:24:36+00:00" + "time": "2023-11-06T17:08:13+00:00" }, { "name": "symfony/options-resolver", - "version": "v5.4.11", + "version": "v5.4.21", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "54f14e36aa73cb8f7261d7686691fd4d75ea2690" + "reference": "4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/54f14e36aa73cb8f7261d7686691fd4d75ea2690", - "reference": "54f14e36aa73cb8f7261d7686691fd4d75ea2690", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9", + "reference": "4fe5cf6ede71096839f0e4b4444d65dd3a7c1eb9", "shasum": "" }, "require": { @@ -4375,7 +4384,7 @@ "options" ], "support": { - "source": "https://github.com/symfony/options-resolver/tree/v5.4.11" + "source": "https://github.com/symfony/options-resolver/tree/v5.4.21" }, "funding": [ { @@ -4391,20 +4400,20 @@ "type": "tidelift" } ], - "time": "2022-07-20T13:00:38+00:00" + "time": "2023-02-14T08:03:56+00:00" }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.27.0", + "version": "v1.29.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "511a08c03c1960e08a883f4cffcacd219b758354" + "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354", - "reference": "511a08c03c1960e08a883f4cffcacd219b758354", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f", + "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f", "shasum": "" }, "require": { @@ -4415,9 +4424,6 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" @@ -4456,7 +4462,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0" }, "funding": [ { @@ -4472,20 +4478,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2024-01-29T20:11:03+00:00" }, { "name": "symfony/polyfill-intl-icu", - "version": "v1.27.0", + "version": "v1.29.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-icu.git", - "reference": "a3d9148e2c363588e05abbdd4ee4f971f0a5330c" + "reference": "07094a28851a49107f3ab4f9120ca2975a64b6e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/a3d9148e2c363588e05abbdd4ee4f971f0a5330c", - "reference": "a3d9148e2c363588e05abbdd4ee4f971f0a5330c", + "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/07094a28851a49107f3ab4f9120ca2975a64b6e1", + "reference": "07094a28851a49107f3ab4f9120ca2975a64b6e1", "shasum": "" }, "require": { @@ -4496,9 +4502,6 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" @@ -4543,7 +4546,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.29.0" }, "funding": [ { @@ -4559,20 +4562,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2024-01-29T20:12:16+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.27.0", + "version": "v1.29.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "639084e360537a19f9ee352433b84ce831f3d2da" + "reference": "a287ed7475f85bf6f61890146edbc932c0fff919" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da", - "reference": "639084e360537a19f9ee352433b84ce831f3d2da", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a287ed7475f85bf6f61890146edbc932c0fff919", + "reference": "a287ed7475f85bf6f61890146edbc932c0fff919", "shasum": "" }, "require": { @@ -4585,9 +4588,6 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" @@ -4630,7 +4630,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.29.0" }, "funding": [ { @@ -4646,20 +4646,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2024-01-29T20:11:03+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.27.0", + "version": "v1.29.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6" + "reference": "bc45c394692b948b4d383a08d7753968bed9a83d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6", - "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d", + "reference": "bc45c394692b948b4d383a08d7753968bed9a83d", "shasum": "" }, "require": { @@ -4670,9 +4670,6 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" @@ -4714,7 +4711,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0" }, "funding": [ { @@ -4730,20 +4727,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2024-01-29T20:11:03+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.27.0", + "version": "v1.29.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534" + "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534", - "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec", + "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec", "shasum": "" }, "require": { @@ -4757,9 +4754,6 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" @@ -4797,7 +4791,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0" }, "funding": [ { @@ -4813,20 +4807,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2024-01-29T20:11:03+00:00" }, { "name": "symfony/polyfill-php72", - "version": "v1.27.0", + "version": "v1.29.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "869329b1e9894268a8a61dabb69153029b7a8c97" + "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97", - "reference": "869329b1e9894268a8a61dabb69153029b7a8c97", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25", + "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25", "shasum": "" }, "require": { @@ -4834,9 +4828,6 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" @@ -4873,7 +4864,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-php72/tree/v1.29.0" }, "funding": [ { @@ -4889,20 +4880,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2024-01-29T20:11:03+00:00" }, { "name": "symfony/polyfill-php73", - "version": "v1.27.0", + "version": "v1.29.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9" + "reference": "21bd091060673a1177ae842c0ef8fe30893114d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9", - "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/21bd091060673a1177ae842c0ef8fe30893114d2", + "reference": "21bd091060673a1177ae842c0ef8fe30893114d2", "shasum": "" }, "require": { @@ -4910,9 +4901,6 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" @@ -4952,7 +4940,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-php73/tree/v1.29.0" }, "funding": [ { @@ -4968,20 +4956,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2024-01-29T20:11:03+00:00" }, { "name": "symfony/polyfill-php80", - "version": "v1.27.0", + "version": "v1.29.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" + "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", - "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", + "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", "shasum": "" }, "require": { @@ -4989,9 +4977,6 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" @@ -5035,7 +5020,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0" }, "funding": [ { @@ -5051,20 +5036,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2024-01-29T20:11:03+00:00" }, { "name": "symfony/polyfill-php81", - "version": "v1.27.0", + "version": "v1.29.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a" + "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a", - "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/c565ad1e63f30e7477fc40738343c62b40bc672d", + "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d", "shasum": "" }, "require": { @@ -5072,9 +5057,6 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.27-dev" - }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" @@ -5114,7 +5096,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.29.0" }, "funding": [ { @@ -5130,20 +5112,20 @@ "type": "tidelift" } ], - "time": "2022-11-03T14:55:06+00:00" + "time": "2024-01-29T20:11:03+00:00" }, { "name": "symfony/process", - "version": "v5.4.11", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1" + "reference": "cbc28e34015ad50166fc2f9c8962d28d0fe861eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/6e75fe6874cbc7e4773d049616ab450eff537bf1", - "reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1", + "url": "https://api.github.com/repos/symfony/process/zipball/cbc28e34015ad50166fc2f9c8962d28d0fe861eb", + "reference": "cbc28e34015ad50166fc2f9c8962d28d0fe861eb", "shasum": "" }, "require": { @@ -5176,7 +5158,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v5.4.11" + "source": "https://github.com/symfony/process/tree/v5.4.35" }, "funding": [ { @@ -5192,20 +5174,20 @@ "type": "tidelift" } ], - "time": "2022-06-27T16:58:25+00:00" + "time": "2024-01-23T13:51:25+00:00" }, { "name": "symfony/property-access", - "version": "v5.4.15", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", - "reference": "0f3e8f40a1d3da90f674b3dd772e4777ccde4273" + "reference": "f1341758d8046cfff0ac748a0cad238f917191d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-access/zipball/0f3e8f40a1d3da90f674b3dd772e4777ccde4273", - "reference": "0f3e8f40a1d3da90f674b3dd772e4777ccde4273", + "url": "https://api.github.com/repos/symfony/property-access/zipball/f1341758d8046cfff0ac748a0cad238f917191d4", + "reference": "f1341758d8046cfff0ac748a0cad238f917191d4", "shasum": "" }, "require": { @@ -5253,11 +5235,11 @@ "injection", "object", "property", - "property path", + "property-path", "reflection" ], "support": { - "source": "https://github.com/symfony/property-access/tree/v5.4.15" + "source": "https://github.com/symfony/property-access/tree/v5.4.35" }, "funding": [ { @@ -5273,20 +5255,20 @@ "type": "tidelift" } ], - "time": "2022-10-27T07:55:40+00:00" + "time": "2024-01-23T13:51:25+00:00" }, { "name": "symfony/property-info", - "version": "v5.4.17", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", - "reference": "12e1f7b3d73b1f3690aa524b92b5de9937507361" + "reference": "d30d48f366ad2bfbf521256be85eb1c182c29198" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-info/zipball/12e1f7b3d73b1f3690aa524b92b5de9937507361", - "reference": "12e1f7b3d73b1f3690aa524b92b5de9937507361", + "url": "https://api.github.com/repos/symfony/property-info/zipball/d30d48f366ad2bfbf521256be85eb1c182c29198", + "reference": "d30d48f366ad2bfbf521256be85eb1c182c29198", "shasum": "" }, "require": { @@ -5348,7 +5330,7 @@ "validator" ], "support": { - "source": "https://github.com/symfony/property-info/tree/v5.4.17" + "source": "https://github.com/symfony/property-info/tree/v5.4.35" }, "funding": [ { @@ -5364,20 +5346,20 @@ "type": "tidelift" } ], - "time": "2022-12-20T11:10:57+00:00" + "time": "2024-01-23T15:43:50+00:00" }, { "name": "symfony/routing", - "version": "v5.4.17", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "4ce2df9a469c19ba45ca6aca04fec1c358a6e791" + "reference": "86c5a06a61ddaf17efa1403542e3d7146af96203" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/4ce2df9a469c19ba45ca6aca04fec1c358a6e791", - "reference": "4ce2df9a469c19ba45ca6aca04fec1c358a6e791", + "url": "https://api.github.com/repos/symfony/routing/zipball/86c5a06a61ddaf17efa1403542e3d7146af96203", + "reference": "86c5a06a61ddaf17efa1403542e3d7146af96203", "shasum": "" }, "require": { @@ -5438,7 +5420,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v5.4.17" + "source": "https://github.com/symfony/routing/tree/v5.4.35" }, "funding": [ { @@ -5454,20 +5436,20 @@ "type": "tidelift" } ], - "time": "2022-12-20T11:10:57+00:00" + "time": "2024-01-30T13:10:15+00:00" }, { "name": "symfony/serializer", - "version": "v5.4.17", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "4ac4fae1cbad2655a0b05f327e7ce8ef310239fb" + "reference": "02acd86290077dab2f12ae91b3e9f141c079d84c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/4ac4fae1cbad2655a0b05f327e7ce8ef310239fb", - "reference": "4ac4fae1cbad2655a0b05f327e7ce8ef310239fb", + "url": "https://api.github.com/repos/symfony/serializer/zipball/02acd86290077dab2f12ae91b3e9f141c079d84c", + "reference": "02acd86290077dab2f12ae91b3e9f141c079d84c", "shasum": "" }, "require": { @@ -5479,10 +5461,10 @@ "conflict": { "doctrine/annotations": "<1.12", "phpdocumentor/reflection-docblock": "<3.2.2", - "phpdocumentor/type-resolver": "<1.4.0|>=1.7.0", + "phpdocumentor/type-resolver": "<1.4.0", "symfony/dependency-injection": "<4.4", "symfony/property-access": "<5.4", - "symfony/property-info": "<5.3.13", + "symfony/property-info": "<5.4.24|>=6,<6.2.11", "symfony/uid": "<5.3", "symfony/yaml": "<4.4" }, @@ -5498,8 +5480,8 @@ "symfony/http-foundation": "^4.4|^5.0|^6.0", "symfony/http-kernel": "^4.4|^5.0|^6.0", "symfony/mime": "^4.4|^5.0|^6.0", - "symfony/property-access": "^5.4|^6.0", - "symfony/property-info": "^5.3.13|^6.0", + "symfony/property-access": "^5.4.26|^6.3", + "symfony/property-info": "^5.4.24|^6.2.11", "symfony/uid": "^5.3|^6.0", "symfony/validator": "^4.4|^5.0|^6.0", "symfony/var-dumper": "^4.4|^5.0|^6.0", @@ -5541,7 +5523,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v5.4.17" + "source": "https://github.com/symfony/serializer/tree/v5.4.35" }, "funding": [ { @@ -5557,7 +5539,7 @@ "type": "tidelift" } ], - "time": "2022-12-20T11:10:57+00:00" + "time": "2024-01-30T08:00:51+00:00" }, { "name": "symfony/service-contracts", @@ -5644,16 +5626,16 @@ }, { "name": "symfony/string", - "version": "v5.4.17", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "55733a8664b8853b003e70251c58bc8cb2d82a6b" + "reference": "c209c4d0559acce1c9a2067612cfb5d35756edc2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/55733a8664b8853b003e70251c58bc8cb2d82a6b", - "reference": "55733a8664b8853b003e70251c58bc8cb2d82a6b", + "url": "https://api.github.com/repos/symfony/string/zipball/c209c4d0559acce1c9a2067612cfb5d35756edc2", + "reference": "c209c4d0559acce1c9a2067612cfb5d35756edc2", "shasum": "" }, "require": { @@ -5710,7 +5692,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v5.4.17" + "source": "https://github.com/symfony/string/tree/v5.4.35" }, "funding": [ { @@ -5726,7 +5708,7 @@ "type": "tidelift" } ], - "time": "2022-12-12T15:54:21+00:00" + "time": "2024-01-23T13:51:25+00:00" }, { "name": "symfony/translation-contracts", @@ -5808,16 +5790,16 @@ }, { "name": "symfony/twig-bridge", - "version": "v5.4.17", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/twig-bridge.git", - "reference": "5a35a669639ac25e4cb3d6d9c968924d96a7eae6" + "reference": "e6ae362b7c4f1d6e99f61f59b0c93b9f027b4c73" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/5a35a669639ac25e4cb3d6d9c968924d96a7eae6", - "reference": "5a35a669639ac25e4cb3d6d9c968924d96a7eae6", + "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/e6ae362b7c4f1d6e99f61f59b0c93b9f027b4c73", + "reference": "e6ae362b7c4f1d6e99f61f59b0c93b9f027b4c73", "shasum": "" }, "require": { @@ -5830,7 +5812,7 @@ "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", "symfony/console": "<5.3", - "symfony/form": "<5.3", + "symfony/form": "<5.4.21|>=6,<6.2.7", "symfony/http-foundation": "<5.3", "symfony/http-kernel": "<4.4", "symfony/translation": "<5.2", @@ -5838,14 +5820,14 @@ }, "require-dev": { "doctrine/annotations": "^1.12|^2", - "egulias/email-validator": "^2.1.10|^3", + "egulias/email-validator": "^2.1.10|^3|^4", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", "symfony/asset": "^4.4|^5.0|^6.0", "symfony/console": "^5.3|^6.0", "symfony/dependency-injection": "^4.4|^5.0|^6.0", "symfony/expression-language": "^4.4|^5.0|^6.0", "symfony/finder": "^4.4|^5.0|^6.0", - "symfony/form": "^5.3|^6.0", + "symfony/form": "^5.4.21|^6.2.7", "symfony/http-foundation": "^5.3|^6.0", "symfony/http-kernel": "^4.4|^5.0|^6.0", "symfony/intl": "^4.4|^5.0|^6.0", @@ -5857,7 +5839,7 @@ "symfony/security-core": "^4.4|^5.0|^6.0", "symfony/security-csrf": "^4.4|^5.0|^6.0", "symfony/security-http": "^4.4|^5.0|^6.0", - "symfony/serializer": "^5.2|^6.0", + "symfony/serializer": "^5.4.35|~6.3.12|^6.4.3", "symfony/stopwatch": "^4.4|^5.0|^6.0", "symfony/translation": "^5.2|^6.0", "symfony/web-link": "^4.4|^5.0|^6.0", @@ -5909,7 +5891,7 @@ "description": "Provides integration for Twig with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/twig-bridge/tree/v5.4.17" + "source": "https://github.com/symfony/twig-bridge/tree/v5.4.35" }, "funding": [ { @@ -5925,25 +5907,26 @@ "type": "tidelift" } ], - "time": "2022-12-20T11:10:57+00:00" + "time": "2024-01-30T08:00:51+00:00" }, { "name": "symfony/twig-bundle", - "version": "v5.4.17", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/twig-bundle.git", - "reference": "ac21af4eff72ecd65680d2f3d163b5794ce82fc4" + "reference": "f59b91e23c7c790e71a187c3fa4aefdc5391d682" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/ac21af4eff72ecd65680d2f3d163b5794ce82fc4", - "reference": "ac21af4eff72ecd65680d2f3d163b5794ce82fc4", + "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/f59b91e23c7c790e71a187c3fa4aefdc5391d682", + "reference": "f59b91e23c7c790e71a187c3fa4aefdc5391d682", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/config": "^4.4|^5.0|^6.0", + "symfony/deprecation-contracts": "^2.1|^3", "symfony/http-foundation": "^4.4|^5.0|^6.0", "symfony/http-kernel": "^5.0|^6.0", "symfony/polyfill-ctype": "~1.8", @@ -5998,7 +5981,7 @@ "description": "Provides a tight integration of Twig into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/twig-bundle/tree/v5.4.17" + "source": "https://github.com/symfony/twig-bundle/tree/v5.4.35" }, "funding": [ { @@ -6014,20 +5997,20 @@ "type": "tidelift" } ], - "time": "2022-12-20T11:10:57+00:00" + "time": "2024-01-23T13:51:25+00:00" }, { "name": "symfony/validator", - "version": "v5.4.17", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "621b820204a238d754f7f60241fcbdb1687641ea" + "reference": "4993e9b5b17e23e7ad9dc2e3b31412f5c4679385" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/621b820204a238d754f7f60241fcbdb1687641ea", - "reference": "621b820204a238d754f7f60241fcbdb1687641ea", + "url": "https://api.github.com/repos/symfony/validator/zipball/4993e9b5b17e23e7ad9dc2e3b31412f5c4679385", + "reference": "4993e9b5b17e23e7ad9dc2e3b31412f5c4679385", "shasum": "" }, "require": { @@ -6044,19 +6027,18 @@ "doctrine/annotations": "<1.13", "doctrine/cache": "<1.11", "doctrine/lexer": "<1.1", - "phpunit/phpunit": "<5.4.3", "symfony/dependency-injection": "<4.4", "symfony/expression-language": "<5.1", "symfony/http-kernel": "<4.4", "symfony/intl": "<4.4", "symfony/property-info": "<5.3", - "symfony/translation": "<4.4", + "symfony/translation": "<5.4.35|>=6.0,<6.3.12|>=6.4,<6.4.3", "symfony/yaml": "<4.4" }, "require-dev": { "doctrine/annotations": "^1.13|^2", "doctrine/cache": "^1.11|^2.0", - "egulias/email-validator": "^2.1.10|^3", + "egulias/email-validator": "^2.1.10|^3|^4", "symfony/cache": "^4.4|^5.0|^6.0", "symfony/config": "^4.4|^5.0|^6.0", "symfony/console": "^4.4|^5.0|^6.0", @@ -6070,7 +6052,7 @@ "symfony/mime": "^4.4|^5.0|^6.0", "symfony/property-access": "^4.4|^5.0|^6.0", "symfony/property-info": "^5.3|^6.0", - "symfony/translation": "^4.4|^5.0|^6.0", + "symfony/translation": "^5.4.35|~6.3.12|^6.4.3", "symfony/yaml": "^4.4|^5.0|^6.0" }, "suggest": { @@ -6111,7 +6093,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v5.4.17" + "source": "https://github.com/symfony/validator/tree/v5.4.35" }, "funding": [ { @@ -6127,20 +6109,20 @@ "type": "tidelift" } ], - "time": "2022-12-21T19:20:17+00:00" + "time": "2024-01-25T22:32:56+00:00" }, { "name": "symfony/var-dumper", - "version": "v5.4.17", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "ad74890513d07060255df2575703daf971de92c7" + "reference": "ce4685b30e47d94dfc990c5566285ff99ddf012b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ad74890513d07060255df2575703daf971de92c7", - "reference": "ad74890513d07060255df2575703daf971de92c7", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/ce4685b30e47d94dfc990c5566285ff99ddf012b", + "reference": "ce4685b30e47d94dfc990c5566285ff99ddf012b", "shasum": "" }, "require": { @@ -6149,12 +6131,12 @@ "symfony/polyfill-php80": "^1.16" }, "conflict": { - "phpunit/phpunit": "<5.4.3", "symfony/console": "<4.4" }, "require-dev": { "ext-iconv": "*", "symfony/console": "^4.4|^5.0|^6.0", + "symfony/http-kernel": "^4.4|^5.0|^6.0", "symfony/process": "^4.4|^5.0|^6.0", "symfony/uid": "^5.1|^6.0", "twig/twig": "^2.13|^3.0.4" @@ -6200,7 +6182,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.4.17" + "source": "https://github.com/symfony/var-dumper/tree/v5.4.35" }, "funding": [ { @@ -6216,20 +6198,20 @@ "type": "tidelift" } ], - "time": "2022-12-22T10:31:03+00:00" + "time": "2024-01-23T14:28:09+00:00" }, { "name": "symfony/var-exporter", - "version": "v5.4.17", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "2adac0a9b55f9fb40b983b790509581dc3db0fff" + "reference": "abb0a151b62d6b07e816487e20040464af96cae7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/2adac0a9b55f9fb40b983b790509581dc3db0fff", - "reference": "2adac0a9b55f9fb40b983b790509581dc3db0fff", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/abb0a151b62d6b07e816487e20040464af96cae7", + "reference": "abb0a151b62d6b07e816487e20040464af96cae7", "shasum": "" }, "require": { @@ -6273,7 +6255,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v5.4.17" + "source": "https://github.com/symfony/var-exporter/tree/v5.4.35" }, "funding": [ { @@ -6289,20 +6271,20 @@ "type": "tidelift" } ], - "time": "2022-12-22T10:10:04+00:00" + "time": "2024-01-23T13:51:25+00:00" }, { "name": "symfony/web-link", - "version": "v5.4.3", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/web-link.git", - "reference": "8b9b073390359549fec5f5d797f23bbe9e2997a5" + "reference": "5eb4930dd8bdf233d32e4e3c2dfa8241051b6320" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-link/zipball/8b9b073390359549fec5f5d797f23bbe9e2997a5", - "reference": "8b9b073390359549fec5f5d797f23bbe9e2997a5", + "url": "https://api.github.com/repos/symfony/web-link/zipball/5eb4930dd8bdf233d32e4e3c2dfa8241051b6320", + "reference": "5eb4930dd8bdf233d32e4e3c2dfa8241051b6320", "shasum": "" }, "require": { @@ -6360,7 +6342,7 @@ "push" ], "support": { - "source": "https://github.com/symfony/web-link/tree/v5.4.3" + "source": "https://github.com/symfony/web-link/tree/v5.4.35" }, "funding": [ { @@ -6376,20 +6358,20 @@ "type": "tidelift" } ], - "time": "2022-01-02T09:53:40+00:00" + "time": "2024-01-23T13:51:25+00:00" }, { "name": "symfony/yaml", - "version": "v5.4.17", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "edcdc11498108f8967fe95118a7ec8624b94760e" + "reference": "e78db7f5c70a21f0417a31f414c4a95fe76c07e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/edcdc11498108f8967fe95118a7ec8624b94760e", - "reference": "edcdc11498108f8967fe95118a7ec8624b94760e", + "url": "https://api.github.com/repos/symfony/yaml/zipball/e78db7f5c70a21f0417a31f414c4a95fe76c07e4", + "reference": "e78db7f5c70a21f0417a31f414c4a95fe76c07e4", "shasum": "" }, "require": { @@ -6435,7 +6417,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v5.4.17" + "source": "https://github.com/symfony/yaml/tree/v5.4.35" }, "funding": [ { @@ -6451,37 +6433,33 @@ "type": "tidelift" } ], - "time": "2022-12-13T09:57:04+00:00" + "time": "2024-01-23T13:51:25+00:00" }, { "name": "twig/twig", - "version": "v3.5.0", + "version": "v3.8.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "3ffcf4b7d890770466da3b2666f82ac054e7ec72" + "reference": "9d15f0ac07f44dc4217883ec6ae02fd555c6f71d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/3ffcf4b7d890770466da3b2666f82ac054e7ec72", - "reference": "3ffcf4b7d890770466da3b2666f82ac054e7ec72", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/9d15f0ac07f44dc4217883ec6ae02fd555c6f71d", + "reference": "9d15f0ac07f44dc4217883ec6ae02fd555c6f71d", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-mbstring": "^1.3" + "symfony/polyfill-mbstring": "^1.3", + "symfony/polyfill-php80": "^1.22" }, "require-dev": { - "psr/container": "^1.0", - "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0" + "psr/container": "^1.0|^2.0", + "symfony/phpunit-bridge": "^5.4.9|^6.3|^7.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.5-dev" - } - }, "autoload": { "psr-4": { "Twig\\": "src/" @@ -6515,7 +6493,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.5.0" + "source": "https://github.com/twigphp/Twig/tree/v3.8.0" }, "funding": [ { @@ -6527,7 +6505,7 @@ "type": "tidelift" } ], - "time": "2022-12-27T12:28:18+00:00" + "time": "2023-11-21T18:54:41+00:00" }, { "name": "webmozart/assert", @@ -6589,23 +6567,23 @@ }, { "name": "wikimedia/toolforge-bundle", - "version": "1.4.6", + "version": "1.6.0", "source": { "type": "git", "url": "https://github.com/wikimedia/ToolforgeBundle.git", - "reference": "986bd72d8cf1c5d7907e075f1906b80ec8d30239" + "reference": "517596240cb9b83073c665af018e324da5d8c689" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wikimedia/ToolforgeBundle/zipball/986bd72d8cf1c5d7907e075f1906b80ec8d30239", - "reference": "986bd72d8cf1c5d7907e075f1906b80ec8d30239", + "url": "https://api.github.com/repos/wikimedia/ToolforgeBundle/zipball/517596240cb9b83073c665af018e324da5d8c689", + "reference": "517596240cb9b83073c665af018e324da5d8c689", "shasum": "" }, "require": { "doctrine/doctrine-bundle": "^2.2", "ext-intl": "*", "krinkle/intuition": "^2.3", - "mediawiki/oauthclient": "^1.0", + "mediawiki/oauthclient": "^2.0", "symfony/cache": "^4.4|^5.0", "symfony/config": "^4.4|^5.0", "symfony/console": "^4.4|^5.2", @@ -6619,7 +6597,7 @@ }, "require-dev": { "slevomat/coding-standard": "^8.0", - "symfony/phpunit-bridge": "^4.4" + "symfony/phpunit-bridge": "^4.4|^5.1" }, "type": "symfony-bundle", "autoload": { @@ -6637,29 +6615,28 @@ "email": "sam@samwilson.id.au" } ], - "description": "Symfony 4 bundle providing useful Toolforge features.", + "description": "Symfony 4 & 5 bundle providing useful Toolforge features.", "homepage": "https://github.com/wikimedia/toolforgebundle", "support": { - "forum": "https://discourse-mediawiki.wmflabs.org/", - "issues": "https://github.com/wikimedia/toolforgebundle/issues", + "issues": "https://phabricator.wikimedia.org/tag/toolforgebundle/", "source": "https://github.com/wikimedia/toolforgebundle" }, - "time": "2022-12-25T04:34:05+00:00" + "time": "2024-02-15T02:05:26+00:00" } ], "packages-dev": [ { "name": "composer/pcre", - "version": "3.1.0", + "version": "3.1.1", "source": { "type": "git", "url": "https://github.com/composer/pcre.git", - "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2" + "reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/pcre/zipball/4bff79ddd77851fe3cdd11616ed3f92841ba5bd2", - "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2", + "url": "https://api.github.com/repos/composer/pcre/zipball/00104306927c7a0919b4ced2aaa6782c1e61a3c9", + "reference": "00104306927c7a0919b4ced2aaa6782c1e61a3c9", "shasum": "" }, "require": { @@ -6701,7 +6678,7 @@ ], "support": { "issues": "https://github.com/composer/pcre/issues", - "source": "https://github.com/composer/pcre/tree/3.1.0" + "source": "https://github.com/composer/pcre/tree/3.1.1" }, "funding": [ { @@ -6717,20 +6694,20 @@ "type": "tidelift" } ], - "time": "2022-11-17T09:50:14+00:00" + "time": "2023-10-11T07:11:09+00:00" }, { "name": "composer/semver", - "version": "3.3.2", + "version": "3.4.0", "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9" + "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9", - "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9", + "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32", + "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32", "shasum": "" }, "require": { @@ -6780,9 +6757,9 @@ "versioning" ], "support": { - "irc": "irc://irc.freenode.org/composer", + "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/semver/issues", - "source": "https://github.com/composer/semver/tree/3.3.2" + "source": "https://github.com/composer/semver/tree/3.4.0" }, "funding": [ { @@ -6798,7 +6775,7 @@ "type": "tidelift" } ], - "time": "2022-04-01T19:23:25+00:00" + "time": "2023-08-31T09:50:34+00:00" }, { "name": "composer/xdebug-handler", @@ -6868,35 +6845,38 @@ }, { "name": "dealerdirect/phpcodesniffer-composer-installer", - "version": "v0.7.2", + "version": "v1.0.0", "source": { "type": "git", - "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git", - "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db" + "url": "https://github.com/PHPCSStandards/composer-installer.git", + "reference": "4be43904336affa5c2f70744a348312336afd0da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db", - "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db", + "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/4be43904336affa5c2f70744a348312336afd0da", + "reference": "4be43904336affa5c2f70744a348312336afd0da", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0", - "php": ">=5.3", + "php": ">=5.4", "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0" }, "require-dev": { "composer/composer": "*", + "ext-json": "*", + "ext-zip": "*", "php-parallel-lint/php-parallel-lint": "^1.3.1", - "phpcompatibility/php-compatibility": "^9.0" + "phpcompatibility/php-compatibility": "^9.0", + "yoast/phpunit-polyfills": "^1.0" }, "type": "composer-plugin", "extra": { - "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin" + "class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin" }, "autoload": { "psr-4": { - "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/" + "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -6912,7 +6892,7 @@ }, { "name": "Contributors", - "homepage": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer/graphs/contributors" + "homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors" } ], "description": "PHP_CodeSniffer Standards Composer Installer Plugin", @@ -6936,35 +6916,35 @@ "tests" ], "support": { - "issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues", - "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer" + "issues": "https://github.com/PHPCSStandards/composer-installer/issues", + "source": "https://github.com/PHPCSStandards/composer-installer" }, - "time": "2022-02-04T12:51:07+00:00" + "time": "2023-01-05T11:28:13+00:00" }, { "name": "doctrine/inflector", - "version": "2.0.6", + "version": "2.0.9", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024" + "reference": "2930cd5ef353871c821d5c43ed030d39ac8cfe65" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/d9d313a36c872fd6ee06d9a6cbcf713eaa40f024", - "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/2930cd5ef353871c821d5c43ed030d39ac8cfe65", + "reference": "2930cd5ef353871c821d5c43ed030d39ac8cfe65", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^10", + "doctrine/coding-standard": "^11.0", "phpstan/phpstan": "^1.8", "phpstan/phpstan-phpunit": "^1.1", "phpstan/phpstan-strict-rules": "^1.3", "phpunit/phpunit": "^8.5 || ^9.5", - "vimeo/psalm": "^4.25" + "vimeo/psalm": "^4.25 || ^5.4" }, "type": "library", "autoload": { @@ -7014,7 +6994,7 @@ ], "support": { "issues": "https://github.com/doctrine/inflector/issues", - "source": "https://github.com/doctrine/inflector/tree/2.0.6" + "source": "https://github.com/doctrine/inflector/tree/2.0.9" }, "funding": [ { @@ -7030,7 +7010,7 @@ "type": "tidelift" } ], - "time": "2022-10-20T09:10:12+00:00" + "time": "2024-01-15T18:05:13+00:00" }, { "name": "doctrine/instantiator", @@ -7198,16 +7178,16 @@ }, { "name": "microsoft/tolerant-php-parser", - "version": "v0.1.1", + "version": "v0.1.2", "source": { "type": "git", "url": "https://github.com/microsoft/tolerant-php-parser.git", - "reference": "6a965617cf484355048ac6d2d3de7b6ec93abb16" + "reference": "3eccfd273323aaf69513e2f1c888393f5947804b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/microsoft/tolerant-php-parser/zipball/6a965617cf484355048ac6d2d3de7b6ec93abb16", - "reference": "6a965617cf484355048ac6d2d3de7b6ec93abb16", + "url": "https://api.github.com/repos/microsoft/tolerant-php-parser/zipball/3eccfd273323aaf69513e2f1c888393f5947804b", + "reference": "3eccfd273323aaf69513e2f1c888393f5947804b", "shasum": "" }, "require": { @@ -7237,22 +7217,22 @@ "description": "Tolerant PHP-to-AST parser designed for IDE usage scenarios", "support": { "issues": "https://github.com/microsoft/tolerant-php-parser/issues", - "source": "https://github.com/microsoft/tolerant-php-parser/tree/v0.1.1" + "source": "https://github.com/microsoft/tolerant-php-parser/tree/v0.1.2" }, - "time": "2021-07-16T21:28:12+00:00" + "time": "2022-10-05T17:30:19+00:00" }, { "name": "myclabs/deep-copy", - "version": "1.11.0", + "version": "1.11.1", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614" + "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614", - "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", + "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", "shasum": "" }, "require": { @@ -7290,7 +7270,7 @@ ], "support": { "issues": "https://github.com/myclabs/DeepCopy/issues", - "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0" + "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1" }, "funding": [ { @@ -7298,20 +7278,20 @@ "type": "tidelift" } ], - "time": "2022-03-03T13:19:32+00:00" + "time": "2023-03-08T13:26:56+00:00" }, { "name": "netresearch/jsonmapper", - "version": "v4.1.0", + "version": "v4.4.1", "source": { "type": "git", "url": "https://github.com/cweiske/jsonmapper.git", - "reference": "cfa81ea1d35294d64adb9c68aa4cb9e92400e53f" + "reference": "132c75c7dd83e45353ebb9c6c9f591952995bbf0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/cfa81ea1d35294d64adb9c68aa4cb9e92400e53f", - "reference": "cfa81ea1d35294d64adb9c68aa4cb9e92400e53f", + "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/132c75c7dd83e45353ebb9c6c9f591952995bbf0", + "reference": "132c75c7dd83e45353ebb9c6c9f591952995bbf0", "shasum": "" }, "require": { @@ -7322,7 +7302,7 @@ "php": ">=7.1" }, "require-dev": { - "phpunit/phpunit": "~7.5 || ~8.0 || ~9.0", + "phpunit/phpunit": "~7.5 || ~8.0 || ~9.0 || ~10.0", "squizlabs/php_codesniffer": "~3.5" }, "type": "library", @@ -7347,22 +7327,22 @@ "support": { "email": "cweiske@cweiske.de", "issues": "https://github.com/cweiske/jsonmapper/issues", - "source": "https://github.com/cweiske/jsonmapper/tree/v4.1.0" + "source": "https://github.com/cweiske/jsonmapper/tree/v4.4.1" }, - "time": "2022-12-08T20:46:14+00:00" + "time": "2024-01-31T06:18:54+00:00" }, { "name": "nikic/php-parser", - "version": "v4.15.2", + "version": "v4.18.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc" + "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc", - "reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999", + "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999", "shasum": "" }, "require": { @@ -7403,22 +7383,22 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.2" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.18.0" }, - "time": "2022-11-12T15:38:23+00:00" + "time": "2023-12-10T21:03:43+00:00" }, { "name": "phan/phan", - "version": "5.4.1", + "version": "5.4.3", "source": { "type": "git", "url": "https://github.com/phan/phan.git", - "reference": "fef40178a952bcfcc3f69b76989dd613c3d5c759" + "reference": "86a7acd99c1239b8867b49feca2398851212e7fe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phan/phan/zipball/fef40178a952bcfcc3f69b76989dd613c3d5c759", - "reference": "fef40178a952bcfcc3f69b76989dd613c3d5c759", + "url": "https://api.github.com/repos/phan/phan/zipball/86a7acd99c1239b8867b49feca2398851212e7fe", + "reference": "86a7acd99c1239b8867b49feca2398851212e7fe", "shasum": "" }, "require": { @@ -7428,11 +7408,11 @@ "ext-json": "*", "ext-tokenizer": "*", "felixfbecker/advanced-json-rpc": "^3.0.4", - "microsoft/tolerant-php-parser": "0.1.1", + "microsoft/tolerant-php-parser": "0.1.2", "netresearch/jsonmapper": "^1.6.0|^2.0|^3.0|^4.0", "php": "^7.2.0|^8.0.0", "sabre/event": "^5.1.3", - "symfony/console": "^3.2|^4.0|^5.0|^6.0", + "symfony/console": "^3.2|^4.0|^5.0|^6.0|^7.0", "symfony/polyfill-mbstring": "^1.11.0", "symfony/polyfill-php80": "^1.20.0", "tysonandre/var_representation_polyfill": "^0.0.2|^0.1.0" @@ -7478,13 +7458,14 @@ "keywords": [ "analyzer", "php", - "static" + "static", + "static analysis" ], "support": { "issues": "https://github.com/phan/phan/issues", - "source": "https://github.com/phan/phan/tree/5.4.1" + "source": "https://github.com/phan/phan/tree/5.4.3" }, - "time": "2022-08-26T00:49:07+00:00" + "time": "2023-12-26T17:57:35+00:00" }, { "name": "phar-io/manifest", @@ -7599,28 +7580,28 @@ }, { "name": "php-coveralls/php-coveralls", - "version": "v2.5.3", + "version": "v2.7.0", "source": { "type": "git", "url": "https://github.com/php-coveralls/php-coveralls.git", - "reference": "9d8243bbf0e053333692857c98fab7cfba0d60a9" + "reference": "b36fa4394e519dafaddc04ae03976bc65a25ba15" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/9d8243bbf0e053333692857c98fab7cfba0d60a9", - "reference": "9d8243bbf0e053333692857c98fab7cfba0d60a9", + "url": "https://api.github.com/repos/php-coveralls/php-coveralls/zipball/b36fa4394e519dafaddc04ae03976bc65a25ba15", + "reference": "b36fa4394e519dafaddc04ae03976bc65a25ba15", "shasum": "" }, "require": { "ext-json": "*", "ext-simplexml": "*", "guzzlehttp/guzzle": "^6.0 || ^7.0", - "php": "^5.5 || ^7.0 || ^8.0", + "php": "^7.0 || ^8.0", "psr/log": "^1.0 || ^2.0", - "symfony/config": "^2.1 || ^3.0 || ^4.0 || ^5.0 || ^6.0", - "symfony/console": "^2.1 || ^3.0 || ^4.0 || ^5.0 || ^6.0", - "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0", - "symfony/yaml": "^2.0.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0" + "symfony/config": "^2.1 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0", + "symfony/console": "^2.1 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0", + "symfony/stopwatch": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0", + "symfony/yaml": "^2.0.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.4.3 || ^6.0 || ^7.0 || >=8.0 <8.5.29 || >=9.0 <9.5.23", @@ -7676,9 +7657,9 @@ ], "support": { "issues": "https://github.com/php-coveralls/php-coveralls/issues", - "source": "https://github.com/php-coveralls/php-coveralls/tree/v2.5.3" + "source": "https://github.com/php-coveralls/php-coveralls/tree/v2.7.0" }, - "time": "2022-09-12T20:47:09+00:00" + "time": "2023-11-22T10:21:01+00:00" }, { "name": "phpunit/php-code-coverage", @@ -7979,16 +7960,16 @@ }, { "name": "phpunit/phpunit", - "version": "8.5.31", + "version": "8.5.36", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "33c126b09a42de5c99e5e8032b54e8221264a74e" + "reference": "9652df58e06a681429d8cfdaec3c43d6de581d5a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/33c126b09a42de5c99e5e8032b54e8221264a74e", - "reference": "33c126b09a42de5c99e5e8032b54e8221264a74e", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9652df58e06a681429d8cfdaec3c43d6de581d5a", + "reference": "9652df58e06a681429d8cfdaec3c43d6de581d5a", "shasum": "" }, "require": { @@ -8018,9 +7999,9 @@ "sebastian/version": "^2.0.1" }, "suggest": { - "ext-soap": "*", - "ext-xdebug": "*", - "phpunit/php-invoker": "^2.0.0" + "ext-soap": "To be able to generate mocks based on WSDL files", + "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage", + "phpunit/php-invoker": "To allow enforcing time limits" }, "bin": [ "phpunit" @@ -8056,7 +8037,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.31" + "security": "https://github.com/sebastianbergmann/phpunit/security/policy", + "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.36" }, "funding": [ { @@ -8072,7 +8054,7 @@ "type": "tidelift" } ], - "time": "2022-10-28T05:57:37+00:00" + "time": "2023-12-01T16:52:15+00:00" }, { "name": "sabre/event", @@ -8271,16 +8253,16 @@ }, { "name": "sebastian/diff", - "version": "3.0.3", + "version": "3.0.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211" + "reference": "6296a0c086dd0117c1b78b059374d7fcbe7545ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/14f72dd46eaf2f2293cbe79c93cc0bc43161a211", - "reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/6296a0c086dd0117c1b78b059374d7fcbe7545ae", + "reference": "6296a0c086dd0117c1b78b059374d7fcbe7545ae", "shasum": "" }, "require": { @@ -8325,7 +8307,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/diff/issues", - "source": "https://github.com/sebastianbergmann/diff/tree/3.0.3" + "source": "https://github.com/sebastianbergmann/diff/tree/3.0.4" }, "funding": [ { @@ -8333,7 +8315,7 @@ "type": "github" } ], - "time": "2020-11-30T07:59:04+00:00" + "time": "2023-05-07T05:30:20+00:00" }, { "name": "sebastian/environment", @@ -8477,16 +8459,16 @@ }, { "name": "sebastian/global-state", - "version": "3.0.2", + "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "de036ec91d55d2a9e0db2ba975b512cdb1c23921" + "reference": "66783ce213de415b451b904bfef9dda0cf9aeae0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/de036ec91d55d2a9e0db2ba975b512cdb1c23921", - "reference": "de036ec91d55d2a9e0db2ba975b512cdb1c23921", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/66783ce213de415b451b904bfef9dda0cf9aeae0", + "reference": "66783ce213de415b451b904bfef9dda0cf9aeae0", "shasum": "" }, "require": { @@ -8529,7 +8511,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/global-state/issues", - "source": "https://github.com/sebastianbergmann/global-state/tree/3.0.2" + "source": "https://github.com/sebastianbergmann/global-state/tree/3.0.3" }, "funding": [ { @@ -8537,7 +8519,7 @@ "type": "github" } ], - "time": "2022-02-10T06:55:38+00:00" + "time": "2023-08-02T09:23:32+00:00" }, { "name": "sebastian/object-enumerator", @@ -8871,32 +8853,32 @@ }, { "name": "slevomat/coding-standard", - "version": "8.7.1", + "version": "8.14.1", "source": { "type": "git", "url": "https://github.com/slevomat/coding-standard.git", - "reference": "c51edb898bebd36aac70a190c6a41a7c056bb5b9" + "reference": "fea1fd6f137cc84f9cba0ae30d549615dbc6a926" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/c51edb898bebd36aac70a190c6a41a7c056bb5b9", - "reference": "c51edb898bebd36aac70a190c6a41a7c056bb5b9", + "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/fea1fd6f137cc84f9cba0ae30d549615dbc6a926", + "reference": "fea1fd6f137cc84f9cba0ae30d549615dbc6a926", "shasum": "" }, "require": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7", + "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.0", "php": "^7.2 || ^8.0", - "phpstan/phpdoc-parser": ">=1.15.0 <1.16.0", + "phpstan/phpdoc-parser": "^1.23.1", "squizlabs/php_codesniffer": "^3.7.1" }, "require-dev": { "phing/phing": "2.17.4", "php-parallel-lint/php-parallel-lint": "1.3.2", - "phpstan/phpstan": "1.4.10|1.9.3", - "phpstan/phpstan-deprecation-rules": "1.1.0", - "phpstan/phpstan-phpunit": "1.0.0|1.3.1", - "phpstan/phpstan-strict-rules": "1.4.4", - "phpunit/phpunit": "7.5.20|8.5.21|9.5.27" + "phpstan/phpstan": "1.10.37", + "phpstan/phpstan-deprecation-rules": "1.1.4", + "phpstan/phpstan-phpunit": "1.3.14", + "phpstan/phpstan-strict-rules": "1.5.1", + "phpunit/phpunit": "8.5.21|9.6.8|10.3.5" }, "type": "phpcodesniffer-standard", "extra": { @@ -8906,7 +8888,7 @@ }, "autoload": { "psr-4": { - "SlevomatCodingStandard\\": "SlevomatCodingStandard" + "SlevomatCodingStandard\\": "SlevomatCodingStandard/" } }, "notification-url": "https://packagist.org/downloads/", @@ -8920,7 +8902,7 @@ ], "support": { "issues": "https://github.com/slevomat/coding-standard/issues", - "source": "https://github.com/slevomat/coding-standard/tree/8.7.1" + "source": "https://github.com/slevomat/coding-standard/tree/8.14.1" }, "funding": [ { @@ -8932,20 +8914,20 @@ "type": "tidelift" } ], - "time": "2022-12-14T08:49:18+00:00" + "time": "2023-10-08T07:28:08+00:00" }, { "name": "squizlabs/php_codesniffer", - "version": "3.7.1", + "version": "3.9.0", "source": { "type": "git", - "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619" + "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", + "reference": "d63cee4890a8afaf86a22e51ad4d97c91dd4579b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619", - "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619", + "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/d63cee4890a8afaf86a22e51ad4d97c91dd4579b", + "reference": "d63cee4890a8afaf86a22e51ad4d97c91dd4579b", "shasum": "" }, "require": { @@ -8955,11 +8937,11 @@ "php": ">=5.4.0" }, "require-dev": { - "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4" }, "bin": [ - "bin/phpcs", - "bin/phpcbf" + "bin/phpcbf", + "bin/phpcs" ], "type": "library", "extra": { @@ -8974,34 +8956,58 @@ "authors": [ { "name": "Greg Sherwood", - "role": "lead" + "role": "Former lead" + }, + { + "name": "Juliette Reinders Folmer", + "role": "Current lead" + }, + { + "name": "Contributors", + "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors" } ], "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", - "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", + "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer", "keywords": [ "phpcs", - "standards" + "standards", + "static analysis" ], "support": { - "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", - "source": "https://github.com/squizlabs/PHP_CodeSniffer", - "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" + "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues", + "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy", + "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer", + "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki" }, - "time": "2022-06-18T07:21:10+00:00" + "funding": [ + { + "url": "https://github.com/PHPCSStandards", + "type": "github" + }, + { + "url": "https://github.com/jrfnl", + "type": "github" + }, + { + "url": "https://opencollective.com/php_codesniffer", + "type": "open_collective" + } + ], + "time": "2024-02-16T15:06:51+00:00" }, { "name": "symfony/browser-kit", - "version": "v5.4.11", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "081fe28a26b6bd671dea85ef3a4b5003f3c88027" + "reference": "2f6f979b579ed1c051465c3c2fb81daf5bb4a002" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/081fe28a26b6bd671dea85ef3a4b5003f3c88027", - "reference": "081fe28a26b6bd671dea85ef3a4b5003f3c88027", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/2f6f979b579ed1c051465c3c2fb81daf5bb4a002", + "reference": "2f6f979b579ed1c051465c3c2fb81daf5bb4a002", "shasum": "" }, "require": { @@ -9044,7 +9050,7 @@ "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/browser-kit/tree/v5.4.11" + "source": "https://github.com/symfony/browser-kit/tree/v5.4.35" }, "funding": [ { @@ -9060,20 +9066,20 @@ "type": "tidelift" } ], - "time": "2022-07-27T15:50:05+00:00" + "time": "2024-01-23T13:51:25+00:00" }, { "name": "symfony/css-selector", - "version": "v5.4.17", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "052ef49b660f9ad2a3adb311c555c9bc11ba61f4" + "reference": "9e615d367e2bed41f633abb383948c96a2dbbfae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/052ef49b660f9ad2a3adb311c555c9bc11ba61f4", - "reference": "052ef49b660f9ad2a3adb311c555c9bc11ba61f4", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/9e615d367e2bed41f633abb383948c96a2dbbfae", + "reference": "9e615d367e2bed41f633abb383948c96a2dbbfae", "shasum": "" }, "require": { @@ -9110,7 +9116,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v5.4.17" + "source": "https://github.com/symfony/css-selector/tree/v5.4.35" }, "funding": [ { @@ -9126,20 +9132,20 @@ "type": "tidelift" } ], - "time": "2022-12-23T11:40:44+00:00" + "time": "2024-01-23T13:51:25+00:00" }, { "name": "symfony/debug-bundle", - "version": "v5.4.11", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/debug-bundle.git", - "reference": "ec73a8bb7b966ccbe9e76be3c7dc413d8ae84f47" + "reference": "dfecbdbad82e59002c3fcf2322ec3a65f96d4f95" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/ec73a8bb7b966ccbe9e76be3c7dc413d8ae84f47", - "reference": "ec73a8bb7b966ccbe9e76be3c7dc413d8ae84f47", + "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/dfecbdbad82e59002c3fcf2322ec3a65f96d4f95", + "reference": "dfecbdbad82e59002c3fcf2322ec3a65f96d4f95", "shasum": "" }, "require": { @@ -9189,7 +9195,7 @@ "description": "Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/debug-bundle/tree/v5.4.11" + "source": "https://github.com/symfony/debug-bundle/tree/v5.4.35" }, "funding": [ { @@ -9205,20 +9211,20 @@ "type": "tidelift" } ], - "time": "2022-07-20T13:00:38+00:00" + "time": "2024-01-23T13:51:25+00:00" }, { "name": "symfony/dom-crawler", - "version": "v5.4.17", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "32a07d910edc138a1dd5508c17c6b9bc1eb27a1b" + "reference": "e3b4806f88abf106a411847a78619a542e71de29" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/32a07d910edc138a1dd5508c17c6b9bc1eb27a1b", - "reference": "32a07d910edc138a1dd5508c17c6b9bc1eb27a1b", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/e3b4806f88abf106a411847a78619a542e71de29", + "reference": "e3b4806f88abf106a411847a78619a542e71de29", "shasum": "" }, "require": { @@ -9264,7 +9270,7 @@ "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v5.4.17" + "source": "https://github.com/symfony/dom-crawler/tree/v5.4.35" }, "funding": [ { @@ -9280,7 +9286,7 @@ "type": "tidelift" } ], - "time": "2022-12-22T10:31:03+00:00" + "time": "2024-01-23T13:51:25+00:00" }, { "name": "symfony/maker-bundle", @@ -9375,16 +9381,16 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v5.4.17", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "2232d32115383602fd7702dfd51e81178364b679" + "reference": "2a0216076da723aeabebef57bbb5009d0ee920f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/2232d32115383602fd7702dfd51e81178364b679", - "reference": "2232d32115383602fd7702dfd51e81178364b679", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/2a0216076da723aeabebef57bbb5009d0ee920f6", + "reference": "2a0216076da723aeabebef57bbb5009d0ee920f6", "shasum": "" }, "require": { @@ -9438,7 +9444,7 @@ "description": "Provides utilities for PHPUnit, especially user deprecation notices management", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.17" + "source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.35" }, "funding": [ { @@ -9454,20 +9460,20 @@ "type": "tidelift" } ], - "time": "2022-12-27T08:11:33+00:00" + "time": "2024-01-23T13:51:25+00:00" }, { "name": "symfony/stopwatch", - "version": "v5.4.13", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "6df7a3effde34d81717bbef4591e5ffe32226d69" + "reference": "887762aa99ff16f65dc8b48aafead415f942d407" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6df7a3effde34d81717bbef4591e5ffe32226d69", - "reference": "6df7a3effde34d81717bbef4591e5ffe32226d69", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/887762aa99ff16f65dc8b48aafead415f942d407", + "reference": "887762aa99ff16f65dc8b48aafead415f942d407", "shasum": "" }, "require": { @@ -9500,7 +9506,7 @@ "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v5.4.13" + "source": "https://github.com/symfony/stopwatch/tree/v5.4.35" }, "funding": [ { @@ -9516,26 +9522,26 @@ "type": "tidelift" } ], - "time": "2022-09-28T13:19:49+00:00" + "time": "2024-01-23T13:51:25+00:00" }, { "name": "symfony/web-profiler-bundle", - "version": "v5.4.17", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/web-profiler-bundle.git", - "reference": "6c7635fb150af892f6a79f016b6c5386ab112922" + "reference": "d71d64739a77ba23e7797d5ed3226796751df058" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/6c7635fb150af892f6a79f016b6c5386ab112922", - "reference": "6c7635fb150af892f6a79f016b6c5386ab112922", + "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/d71d64739a77ba23e7797d5ed3226796751df058", + "reference": "d71d64739a77ba23e7797d5ed3226796751df058", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/config": "^4.4|^5.0|^6.0", - "symfony/framework-bundle": "^5.3|^6.0", + "symfony/framework-bundle": "^5.3|^6.0,<6.4", "symfony/http-kernel": "^5.3|^6.0", "symfony/polyfill-php80": "^1.16", "symfony/routing": "^4.4|^5.0|^6.0", @@ -9580,7 +9586,7 @@ "description": "Provides a development tool that gives detailed information about the execution of any request", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.4.17" + "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.4.35" }, "funding": [ { @@ -9596,20 +9602,20 @@ "type": "tidelift" } ], - "time": "2022-12-13T13:09:23+00:00" + "time": "2024-01-23T15:43:50+00:00" }, { "name": "theseer/tokenizer", - "version": "1.2.1", + "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/theseer/tokenizer.git", - "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" + "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", - "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b2ad5003ca10d4ee50a12da31de12a5774ba6b96", + "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96", "shasum": "" }, "require": { @@ -9638,7 +9644,7 @@ "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "support": { "issues": "https://github.com/theseer/tokenizer/issues", - "source": "https://github.com/theseer/tokenizer/tree/1.2.1" + "source": "https://github.com/theseer/tokenizer/tree/1.2.2" }, "funding": [ { @@ -9646,7 +9652,7 @@ "type": "github" } ], - "time": "2021-07-28T10:34:58+00:00" + "time": "2023-11-20T00:12:19+00:00" }, { "name": "tysonandre/var_representation_polyfill", diff --git a/public/assets/i18n/app/ar.json b/public/assets/i18n/app/ar.json index 521bf400..2eea8ed1 100644 --- a/public/assets/i18n/app/ar.json +++ b/public/assets/i18n/app/ar.json @@ -2,6 +2,7 @@ "@metadata": { "authors": [ "Meno25", + "Sandra Hanbo", "أَحمد", "ديفيد" ] @@ -33,7 +34,7 @@ "network-error": "خطأ في الحصول على معلومات من خوادم ويكيميديا؛ الرجاء معاودة المحاولة في وقت لاحق.", "structure-error-no-doc-element": "لم يُعثر على عنصر مُستند", "structure-error-nested-tspans-not-supported": "لا يمكن ترجمة هذا الملف لأنه يحتوي على عناصر tspan متداخلة في $1 .", - "structure-error-multiple-text-same-lang": "تم العثور على عناصر نصية متعددة مع اللغة \" $1 \"", + "structure-error-multiple-text-same-lang": "تم العثور على عناصر نصية متعددة برمز اللغة ' $2 ' (في العنصر بالمعرف ' $1 ').", "structure-error-contains-tref": "يحتوي هذا الملف على علامات tref ، والتي لا تدعمها هذه الأداة.", "structure-error-css-too-complex": "يحتوي هذا الملف على CSS معقد للغاية بحيث يتعذر تحليله.", "structure-error-css-has-ids": "يستخدم هذا الملف معرفات العناصر في CSS ، والتي قد تنكسر عندما تضيف ترجمة SVG معرفات جديدة. يجب أن تستخدم الفئات بدلاً من ذلك ، إن أمكن.", diff --git a/public/assets/i18n/app/ast.json b/public/assets/i18n/app/ast.json index 30d81bb1..54666540 100644 --- a/public/assets/i18n/app/ast.json +++ b/public/assets/i18n/app/ast.json @@ -2,7 +2,8 @@ "@metadata": { "authors": [ "Fitoschido", - "Xuacu" + "Xuacu", + "YoaR" ] }, "svgtranslate": "SVG Translate", @@ -15,7 +16,7 @@ "logged-in-as": "Aniciasti sesión como $1", "language-settings": "Preferencies de llingua", "done": "Fecho", - "cancel": "Encaboxar", + "cancel": "Zarrar", "interface-lang-field-label": "Idioma de ferramienta:", "interface-lang-field-help": "La propia ferramienta veráse nesti idioma.", "preferred-langs-field-label": "Llingües de preferencia pa traducir a/dende:", diff --git a/public/assets/i18n/app/bg.json b/public/assets/i18n/app/bg.json index 0be8267d..427a392d 100644 --- a/public/assets/i18n/app/bg.json +++ b/public/assets/i18n/app/bg.json @@ -1,6 +1,7 @@ { "@metadata": { "authors": [ + "StanProg", "Tlubenov" ] }, @@ -9,5 +10,6 @@ "cancel": "Отказ", "add-preferred-lang": "Добави", "translate-button": "Превод", - "download-button-label": "Изтегляне" + "download-button-label": "Изтегляне", + "translate-labels-title": "Превеждане" } diff --git a/public/assets/i18n/app/br.json b/public/assets/i18n/app/br.json index 3c11c8f3..c176a021 100644 --- a/public/assets/i18n/app/br.json +++ b/public/assets/i18n/app/br.json @@ -1,6 +1,7 @@ { "@metadata": { "authors": [ + "Adriendelucca", "Fulup", "Huñvreüs" ] @@ -30,6 +31,9 @@ "invalid-format": "N'eus nemet ar restroù SVG a zo skoret.", "invalid-svg": "Ur fazi zo bet en ur lenn ar restr.", "network-error": "Ur fazi zo bet e-ser klask adtapout titouroù digant servijerioù Wikimedia. Klaskit diwezhatoc'h.", + "structure-error-no-doc-element": "Elfenn ebet kavet er restr.", + "structure-error-nested-tspans-not-supported": "Ne c'haller ket treiñ ar restr-mañ peogwir ez eus elfennoù tspan neizhiet e-barzh $1.", + "structure-error-multiple-text-same-lang": "Meur a elfenn destenn kavet gant ar c'hod yezh \"$2\" (en elfenn gant an anaouder \"$1\").", "pick-another": "← dibabit ur restr all", "view-on-commons": "Gwelet war Commons", "opens-in-new-tab": "Digeriñ en un ivinell nevez", diff --git a/public/assets/i18n/app/ca.json b/public/assets/i18n/app/ca.json index 29555db9..7500aa5c 100644 --- a/public/assets/i18n/app/ca.json +++ b/public/assets/i18n/app/ca.json @@ -31,6 +31,21 @@ "invalid-format": "Aquesta eina només permet fitxers vectorials SVG.", "invalid-svg": "S’ha produït un error en llegir el fitxer.", "network-error": "Hem detectat un error a l'hora d'accedir a la informació dels servidors de Wikimedia. Si us plau, intenteu-ho més tard.", + "structure-error-no-doc-element": "No s'ha trobat cap element al document.", + "structure-error-nested-tspans-not-supported": "Aquest fitxer no es pot traduir perquè conté elements tspan imbricats a $1.", + "structure-error-multiple-text-same-lang": "S'han trobat diversos elements de text amb el codi d'idioma «$2» dins l'element amb l'identificador «$1».", + "structure-error-contains-tref": "Aquest fitxer conté etiquetes tref, que són incompatibles amb aquesta eina.", + "structure-error-css-too-complex": "Aquest fitxer conté codi CSS que és massa complicat d'analitzar.", + "structure-error-css-has-ids": "Aquest fitxer utilitza identificadors d'elements al codi CSS, que poden trencar-se quan l'eina de traducció afegeixi identificadors nous. Hauria de fer servir classes si fos possible.", + "structure-error-unexpected-node-in-text": "Aquest fitxer té contingut inesperat dins d'un element de text. Només s'han d'utilitzar elements tspan dins del text.", + "structure-error-invalid-node-id": "Aquest fitxer conté un identificador d'element de text ($1) que conté caràcters no permesos amb aquesta eina de traducció.", + "structure-error-text-contains-dollar": "Aquest fitxer conté contingut de text no admès en $1 («$2»). L'eina no pot funcionar amb la sintaxi del dòlar.", + "structure-error-non-tspan-inside-text": "Aquest fitxer conté un element de text amb contingut que no és tspan.", + "structure-error-switch-text-is-not-node": "Aquest fitxer té contingut que no és de node dins d'un element de canvi.", + "structure-error-switch-text-content-outside-text": "Aquest fitxer té contingut de text dins d'un element de canvi, però fora d'una etiqueta de text, i l'eina no és capaç de gestionar això.", + "structure-error-switch-child-not-text": "Aquest fitxer conté un element de canvi que conté un element que no és pas de canvi.", + "structure-error-multiple-lang-in-text": "Aquest fitxer conté elements de text que tenen un codi d'idioma repetit «$2» als atributs systemLanguage.", + "structure-error-no-id": "[es pot determinar l'identificador de l'element]", "pick-another": "← Escull un altre fitxer", "view-on-commons": "Mostra'l a Commons", "opens-in-new-tab": "S'obre en una nova pestanya", @@ -43,7 +58,7 @@ "upload-button-label": "Carrega'l a Commons", "upload-button-in-progress": "Carregant a Commons...", "upload-login-warning": "Inicieu la sessió per permetre la càrrega", - "download-button-label": "Baixa", + "download-button-label": "Descarrega", "download-or-upload": "o", "translation-image-alt": "La imatge que s'està traduint en aquests moments. No hi ha cap descripció disponible.", "preview-error-occurred": "S'ha produït un error mentre es generava la previsualització. Si us plau, continueu amb la traducció però informeu de l'error si aquest persisteix (a través de l'enllaç que trobareu al peu a continuació).", diff --git a/public/assets/i18n/app/ce.json b/public/assets/i18n/app/ce.json index 7dd7c7a8..a18dbebf 100644 --- a/public/assets/i18n/app/ce.json +++ b/public/assets/i18n/app/ce.json @@ -1,6 +1,41 @@ { "@metadata": { - "authors": [] + "authors": [ + "Умар" + ] }, - "logout": "Болх дӀаберзор" + "learn-more": "Ма-дарра.", + "return-to-home": "коьрта агӀонга дехьагӀо", + "help": "ГӀо", + "login": "ЧугӀо", + "logout": "Болх дӀаберзор", + "logged-in-as": "Хьо $1 санна чуваьлла(чуйаьлла)", + "language-settings": "Мотт дIахIоттор", + "done": "Кийчча йу", + "cancel": "Йухайаккхар", + "interface-lang-field-label": "ГӀирсан мотт:", + "interface-lang-field-help": "ГӀирсан интерфейс хӀокху маттахь гойтур бу.", + "add-preferred-lang": "ТӀетоха", + "translate-button": "Гочйе", + "pick-another": "← кхий файл харжа", + "view-on-commons": "Викилармехь хьажа", + "default-language": "Ӏадйитаран кепаца мотт", + "source-to-target": "тӀехь", + "download-button-label": "Схьаэца", + "download-or-upload": "йа", + "pick-an-image-title": "Сурт харжа", + "pick-an-image-desc": "Викилармера.", + "translate-labels-title": "Гочйе", + "translate-labels-desc": "сурт тӀехь билгалонаш.", + "commons-logo-alt": "Викискладан логотип", + "update-commons-title": "Викилармин чуйаккха", + "update-commons-desc": "йа Ӏалашйе хьан компьютер тӀехь.", + "upload-complete": "Чуйаккхар чекхдаьлла", + "upload-complete-commons": "Сурте хьажар", + "upload-complete-translate-another": "Кхийдолу сурт гочде", + "version": "$1 верси", + "git-hash": "ТӀаьххьара коммит - $1", + "privacy-policy": "Къайлаха политика", + "report-issue": "Хаийта гӀалатах", + "view-source": "Github тӀехь хьажа" } diff --git a/public/assets/i18n/app/co.json b/public/assets/i18n/app/co.json new file mode 100644 index 00000000..a315ff5b --- /dev/null +++ b/public/assets/i18n/app/co.json @@ -0,0 +1,37 @@ +{ + "@metadata": { + "authors": [ + "Antho201723" + ] + }, + "svgtranslate": "Traduzzione SVG", + "info": "Aiuta à traduce e bandarette di scrittu nant'à i files SVG. Sceglie un file nant'à Commons da pudè principià.", + "learn-more": "Sapene di più.", + "return-to-home": "Tunrà à a sunta", + "help": "Aiutu", + "login": "Entra", + "logout": "Esce", + "logged-in-as": "Accessu fattu comè $1", + "language-settings": "Impustazione di lingua", + "done": "Fatta", + "cancel": "Cancillà", + "interface-lang-field-label": "Lingua di u strumentu:", + "interface-lang-field-help": "U strumentu stessu aduprarà sta lingua.", + "preferred-langs-field-label": "Lingue priferite per traduce da/versu:", + "preferred-langs-field-help": "Iste lingue sò mustrate in altu quandu si passe da una à l'altra nant'à a pagina di traduzzione.", + "add-preferred-lang": "Aghjustà", + "search-help": "Scrive un nome di file da Commons", + "search-label": "Nome di u file (sezna u prefissu 'File:') or URL:", + "search-placeholder": "Guerra di Cent'Anni Francia 1435.svg", + "translate-button": "Traduce", + "no-translations": "Stu file ùn hà nisuna bandaretta dispunibile per a traduzzione. Per piacè, sceglie un'altra figura.", + "not-found": "Ùn si trove allocu u file chersu. Per piacè, sceglie un'altra figura.", + "invalid-format": "Sò i files SVG sò accittati.", + "invalid-svg": "Errore in a littura di u file.", + "network-error": "Fiascu per riceve infurmazione da u server Wikimedia. Turnà à pruvà dopu.", + "structure-error-no-doc-element": "Nisunu elementu di u ducumentu trovu.", + "structure-error-nested-tspans-not-supported": "Ùn pò esse traduttu stu file chì cuntene elementi almanacati inseme in $1.", + "structure-error-multiple-text-same-lang": "Parecchji elementi scritti trovi incù codice di lingua '$2' (in l'elementu '$1')", + "structure-error-contains-tref": "In istu file ci sonu tag tref, ch'ùn sò accittati da stu strumentu.", + "structure-error-css-too-complex": "Ci hè CSS troppu cumplicatu da analizà in istu file." +} diff --git a/public/assets/i18n/app/da.json b/public/assets/i18n/app/da.json index 8162c27c..6162513b 100644 --- a/public/assets/i18n/app/da.json +++ b/public/assets/i18n/app/da.json @@ -32,6 +32,21 @@ "invalid-format": "Kun SVG-filer understøttes.", "invalid-svg": "Fejl ved indlæsning af fil.", "network-error": "Fejl i forbindelse med at hente information fra Wikimedias servere. Prøv venligst igen senere.", + "structure-error-no-doc-element": "Intet dokumentelement fundet.", + "structure-error-nested-tspans-not-supported": "Denne fil kan ikke oversættes eftersom den indeholder indlejrede tspan-elementer i $1.", + "structure-error-multiple-text-same-lang": "Flere tekstelementer fundet med sprogkoden '$2' (i element med ID '$1').", + "structure-error-contains-tref": "Denne fil indeholder tref-tags, som ikke understøttes af dette værktøj.", + "structure-error-css-too-complex": "Denne fil indeholder CSS, der er for kompliceret til at parse.", + "structure-error-css-has-ids": "Denne fil bruger element-ID'er i CSS'en, som kan gå i stykker, når SVG Translate tilføjer nye ID'er. Brug klasser i stedet, hvis det er muligt.", + "structure-error-unexpected-node-in-text": "Denne fil indeholder uventet indhold i et tekstelement. Kun tspan-elementer bør bruges i tekst.", + "structure-error-invalid-node-id": "Denne fil indeholder et tekstelement-id ($1), der indeholder tegn, som ikke er tilladt med SVG Translate.", + "structure-error-text-contains-dollar": "Denne fil indeholder ikke-understøttet tekstindhold i $1 ('$2'). SVG Translate er ikke i stand til at arbejde med dollar-tal syntaks.", + "structure-error-non-tspan-inside-text": "Denne fil indeholder et tekstelement med indhold, der ikke er et tspan-element.", + "structure-error-switch-text-is-not-node": "Denne fil har ikke-nodeindhold i et switch-element.", + "structure-error-switch-text-content-outside-text": "Denne fil har tekstindhold inde i et switch-element, men uden for et teksttag, og SVG Translate kan ikke håndtere dette.", + "structure-error-switch-child-not-text": "Denne fil indeholder et switch-element, der indeholder et element, der ikke er et tekstelement.", + "structure-error-multiple-lang-in-text": "Denne fil indeholder tekstelementer, der har en gentaget sprogkode '$2' i systemLanguage-attributterne.", + "structure-error-no-id": "[element-id kunne bestemmes]", "pick-another": "← vælg en anden fil", "view-on-commons": "Vis på Commons", "opens-in-new-tab": "Åbner i en ny fane", diff --git a/public/assets/i18n/app/de.json b/public/assets/i18n/app/de.json index 57101bed..1ffb070c 100644 --- a/public/assets/i18n/app/de.json +++ b/public/assets/i18n/app/de.json @@ -4,12 +4,13 @@ "DraconicDark", "Justman10000", "Killarnee", + "Magiczocker", "Tobi 406" ] }, - "svgtranslate": "SVG-Übersetzung", - "info": "Hilfe die Textbeschriftungen auf SVG-Dateien zu übersetzen. Wähle eine Datei aus Commons aus, um anzufangen.", - "learn-more": "Erfahre mehr.", + "svgtranslate": "SVG Translate", + "info": "Hilft die Textbeschriftungen auf SVG-Dateien zu übersetzen. Wähle eine Datei aus Commons aus, um anzufangen.", + "learn-more": "Mehr erfahren.", "return-to-home": "zum Hauptbildschirm zurückkehren", "help": "Hilfe", "login": "Anmelden", @@ -23,27 +24,27 @@ "preferred-langs-field-label": "Bevorzugte Sprachen zum Übersetzen von/zu:", "preferred-langs-field-help": "Diese Sprachen werden oben angezeigt, wenn du sie auf der Übersetzungsseite wechselst.", "add-preferred-lang": "Hinzufügen", - "search-help": "Schreibe einen Dateinamen von Commoms", - "search-label": "Dateinamen (ohne \"Datei:\"-Präfix) oder URL:", + "search-help": "Schreibe einen Dateinamen von Commons", + "search-label": "Dateinamen (ohne „Datei:“-Präfix) oder URL:", "search-placeholder": "100 Years War France 1435.svg", "translate-button": "Übersetzen", "no-translations": "Diese Datei hat keine übersetzbaren Beschriftungen. Bitte wähle ein anderes Bild.", "not-found": "Die angeforderte Datei konnte nicht gefunden werden. Bitte wähle ein anderes Bild aus.", "invalid-format": "Nur SVG-Dateien werden unterstützt.", "invalid-svg": "Fehler beim Lesen der Datei.", - "network-error": "Fehler beim Holen von Informationen von den Wikimedia-Servern. Bitte versuche es später erneut.", + "network-error": "Fehler beim Informationen abfragen von Wikimedia-Servern. Bitte versuche es später erneut.", "structure-error-no-doc-element": "Kein Dokumentelement gefunden.", "structure-error-nested-tspans-not-supported": "Diese Datei kann nicht übersetzt werden, weil sie verschachtelte tspan-Elemente in $1 enthält.", - "structure-error-multiple-text-same-lang": "Mehrere Textelemente mit Sprachcode '$2' (in Element mit ID '$1') gefunden.", - "structure-error-contains-tref": "Diese Datei enthält tref-Tags, die von diesem Tool nicht unterstützt werden.", + "structure-error-multiple-text-same-lang": "Mehrere Textelemente mit Sprachcode \"$2\" (in Element mit ID \"$1\") gefunden.", + "structure-error-contains-tref": "Diese Datei enthält tref-Tags, die von diesem Werkzeug nicht unterstützt werden.", "structure-error-css-too-complex": "Diese Datei enthält CSS, das zu kompliziert zum Parsen ist.", "structure-error-css-has-ids": "Diese Datei verwendet Element-IDs in der CSS, die kaputt gehen können, wenn SVG Translate neue IDs hinzufügt. Wenn möglich, sollte sie stattdessen Klassen verwenden.", "structure-error-unexpected-node-in-text": "Diese Datei hat unerwarteten Inhalt innerhalb eines Textelements. Es sollten nur tspan-Elemente innerhalb von Text verwendet werden.", "structure-error-invalid-node-id": "Diese Datei enthält eine Textelement-ID ($1), die Zeichen enthält, die mit SVG Translate nicht zulässig sind.", - "structure-error-text-contains-dollar": "Diese Datei enthält nicht unterstützten Textinhalt in $1 ('$2'). SVG Translate ist nicht in der Lage, mit der Dollar-Zahlen-Syntax zu arbeiten.", + "structure-error-text-contains-dollar": "Diese Datei enthält nicht unterstützten Textinhalt in $1 („$2“). SVG Translate ist nicht in der Lage, mit dem Dollar-Zahlen-Syntax zu arbeiten.", "structure-error-non-tspan-inside-text": "Diese Datei enthält ein Textelement mit einem Inhalt, der kein tspan-Element ist.", - "structure-error-switch-text-is-not-node": "Diese Datei verfügt über Nicht-Knoten-Inhalte innerhalb eines Schalter-Elements.", - "structure-error-switch-text-content-outside-text": "Diese Datei hat Textinhalte innerhalb eines Switch-Elements, jedoch außerhalb eines Text-Tags, und SVG Translate kann damit nicht umgehen.", + "structure-error-switch-text-is-not-node": "Diese Datei verfügt über Nicht-Knoten-Inhalte innerhalb eines Schalterelements.", + "structure-error-switch-text-content-outside-text": "Diese Datei hat Textinhalte innerhalb eines Schalterelements, jedoch außerhalb eines Text-Tags, und SVG Translate kann damit nicht umgehen.", "structure-error-switch-child-not-text": "Diese Datei enthält ein Schalterelement, das ein Element enthält, das kein Textelement ist.", "structure-error-multiple-lang-in-text": "Diese Datei enthält Textelemente, die in den systemLanguage-Attributen einen wiederholten Sprachcode \"$2\" haben.", "structure-error-no-id": "[Element-ID konnte ermittelt werden]", @@ -58,30 +59,30 @@ "confirm-change-target-lang": "Sprache ändern", "upload-button-label": "Auf Commons hochladen", "upload-button-in-progress": "Lade auf Commons hoch...", - "upload-login-warning": "Anmelden um Hochladen zu aktivieren", + "upload-login-warning": "Anmelden zum Hochladen", "download-button-label": "Herunterladen", "download-or-upload": "oder", "translation-image-alt": "Das Bild, das momentan übersetzt wird. Keine Beschreibung verfügbar.", - "preview-error-occurred": "Ein Fehler ist beim Erstellen des Previews aufgetreten. Bitte übersetze weiter, doch falls dieser Fehler weiter auftaucht, melde dies als einen Fehler (durch den Link in der Fußzeile unten).", + "preview-error-occurred": "Ein Fehler ist beim Erstellen des Vorschau aufgetreten. Bitte übersetze weiter, doch falls dieser Fehler weiter auftaucht, melde dies als einen Fehler (durch den Link in der Fußzeile unten).", "download-icon-alt": "Ein Symbol für den Datei-Download", "pick-an-image-title": "Wähle ein Bild", - "pick-an-image-desc": "von Commons aus.", + "pick-an-image-desc": "von Commons.", "translate-icon-alt": "Ein Symbol für mehrere Sprachen", "translate-labels-title": "Übersetze", "translate-labels-desc": "die Beschriftungen im Bild", "commons-logo-alt": "Das Wikimedia Commons-Logo", "update-commons-title": "Commons aktualisieren", "update-commons-desc": "oder direkt auf deinen Computer herunterladen.", - "upload-complete": "Hochladen fertig", + "upload-complete": "Hochladen abgeschlossen", "upload-complete-message": "Danke! Deine Übersetzungen für $1 wurden hochgeladen. Du kannst die Beschriftungen weiter übersetzen und dann wieder hochladen, um das Bild zu aktualisieren.", "upload-complete-commons": "Bild ansehen", "upload-complete-translate-another": "Anderes Bild übersetzen", "licenced-under": "Unter GPL 3.0 oder später lizensiert", "developed-by": "Entwickelt von dem Community Teach Team der Wikimedia Foundation", "version": "Version $1", - "git-hash": "Momentan auf Commit $1", - "toolforge-logo-alt": "Toolforge \"Amboss\" Logo", - "powered-by-toolforge": "Durch Toolforge gepowert", + "git-hash": "Momentan beim Beitrag $1", + "toolforge-logo-alt": "Toolforge „Amboss“ Logo", + "powered-by-toolforge": "Unterstützt von Toolforge", "privacy-policy": "Datenschutzbestimmungen", "report-issue": "Einen Fehler melden", "view-source": "Auf GitHub ansehen" diff --git a/public/assets/i18n/app/eu.json b/public/assets/i18n/app/eu.json index 1b06cbb5..f1db0c89 100644 --- a/public/assets/i18n/app/eu.json +++ b/public/assets/i18n/app/eu.json @@ -2,12 +2,14 @@ "@metadata": { "authors": [ "An13sa", + "Iñaki LL", "Theklan", "Xabier Armendaritz" ] }, "svgtranslate": "SVG Itzulpena", - "learn-more": "Gehiago ikasi.", + "info": "Lagundu SVG fitxategietako testu-etiketak itzultzen. Hautatu Commonseko fitxategi bat hasteko.", + "learn-more": "Gehiago jakin.", "return-to-home": "hasierara itzuli", "help": "Laguntza", "login": "Saioa hasi", @@ -30,6 +32,21 @@ "invalid-format": "SVG fitxaegiak baino ezin dira itzuli.", "invalid-svg": "Fitxategia irakurtzen akatsa.", "network-error": "Wikimedia zerbitzarietatik informazioa atzitzerakoan akatsa egon da. Saia zaitez beranduago, mesedez.", + "structure-error-no-doc-element": "Ez da aurkitu dokumentu elementurik.", + "structure-error-nested-tspans-not-supported": "Ezin izan da itzuli fitxategi hau, $1-n tspan elementu habiaratuak dituelako.", + "structure-error-multiple-text-same-lang": "Testu-elementu anitz aurkitu dira '$2' hizkuntza-kodearekin ('$1' ID duen elementuan).", + "structure-error-contains-tref": "Fitxategi honek tref etiketak ditu, eta tresna honek ez ditu onartzen.", + "structure-error-css-too-complex": "Fitxategi honek analizatzeko konplikatuegia den CSS dauka.", + "structure-error-css-has-ids": "Fitxategi honek CSSko elementuen IDak erabiltzen ditu, eta SVG Translate-k ID berriak gehitzen dituenean hautsi daitezke. Klaseak erabili beharko lituzke horren ordez, ahal bada.", + "structure-error-unexpected-node-in-text": "Fitxategi honek ustekabeko edukia du testu-elementu baten barruan. Testu barruan soilik tspan elementuak erabili behar dira.", + "structure-error-invalid-node-id": "Fitxategi honek SVG Translate-rekin onartzen ez diren karaktereak dituen testu-elementu ID bat ($1) dauka.", + "structure-error-text-contains-dollar": "Fitxategi honek onartzen ez den testu-edukia du $1-n ('$2'). SVG Translate-k ezin du dolar-zenbakiaren sintaxiarekin lan egin.", + "structure-error-non-tspan-inside-text": "Fitxategi honek testu-elementu bat dauka, tspan elementua ez den edukia duena.", + "structure-error-switch-text-is-not-node": "Fitxategi honek nodorik gabeko edukia du switch elementu baten barruan.", + "structure-error-switch-text-content-outside-text": "Fitxategi honek switch-elementu baten barruan dauka testu-edukia, baina testu-etiketa batetik kanpo, eta SVG Translate-k ezin du hori kudeatu.", + "structure-error-switch-child-not-text": "Fitxategi honek testu-elementua ez den switch-elementu bat dauka.", + "structure-error-multiple-lang-in-text": "Fitxategi honek Hizkuntza-atributuak sisteman '$2' hizkuntza-kode errepikatua duten testu-elementuak ditu.", + "structure-error-no-id": "[ezin izan da ID elementua zehaztu]", "pick-another": "← beste fitxategi bat aukeratu", "view-on-commons": "Commonsen ikusi", "opens-in-new-tab": "Ireki fitxa berrian", diff --git a/public/assets/i18n/app/gl.json b/public/assets/i18n/app/gl.json index 0608d98d..5546daac 100644 --- a/public/assets/i18n/app/gl.json +++ b/public/assets/i18n/app/gl.json @@ -1,13 +1,14 @@ { "@metadata": { "authors": [ - "Elisardojm" + "Elisardojm", + "Toliño" ] }, "svgtranslate": "Traducir SVG", - "info": "Axude a traducir etiquetas de texto en ficheiros SVG. Escolla un ficheiro de Commons para comezar.", - "learn-more": "Saber máis e deixar comentariosǃ", - "return-to-home": "voltar á páxina principal", + "info": "Axuda a traducir etiquetas de texto en ficheiros SVG. Escolle un ficheiro de Commons para comezar.", + "learn-more": "Máis información.", + "return-to-home": "volver á páxina principal", "help": "Axuda", "login": "Identificarse", "logout": "Saír", @@ -17,28 +18,69 @@ "cancel": "Cancelar", "interface-lang-field-label": "Lingua da ferramentaː", "interface-lang-field-help": "A ferramenta en si mesma amosarase nesta lingua.", - "preferred-langs-field-label": "Linguas preferidas para/desde traducirː", - "preferred-langs-field-help": "Estas linguas amósanse preto da parte superior cando está a cambiarse entre elas na páxina de tradución.", + "preferred-langs-field-label": "Linguas preferidas para traducir a/desdeː", + "preferred-langs-field-help": "Estas linguas amósanse preto da parte superior cando cambias entre elas na páxina de tradución.", "add-preferred-lang": "Engadir", - "search-help": "Indique un nome de ficheiro de Commons", - "search-label": "Nome de ficheiro (sen o prefixo 'Ficheiroː') ou URLː", + "search-help": "Indica un nome de ficheiro de Commons", + "search-label": "Nome do ficheiro (sen o prefixo \"Ficheiro:\" ou \"File:\") ou enderezo URLː", "search-placeholder": "Guerra dos 100 anos Francia 1435.svg", "translate-button": "Traducir", - "no-translations": "Este ficheiro non ten ningunha etiqueta dispoñible para traducir. Escolla outra imaxe por favor.", - "not-found": "O ficheiro que solicitou non se atopou. Por favor, seleccione outra imaxe.", + "no-translations": "Este ficheiro non ten ningunha etiqueta dispoñible para traducir. Por favor, selecciona outra imaxe.", + "not-found": "Non se atopou o ficheiro que solicitaches. Por favor, selecciona outra imaxe.", "invalid-format": "Só se admiten ficheiros SVG.", "invalid-svg": "Erro ó ler o ficheiro.", - "network-error": "Erro ó obter a información dos servidores de Wikimedia. Por favor, ténteo de novo máis tarde.", - "pick-another": "← escolla outro ficheiro", + "network-error": "Erro ó obter a información dos servidores da Wikimedia. Por favor, inténtao de novo máis tarde.", + "structure-error-no-doc-element": "Non se atopou ningún elemento do documento.", + "structure-error-nested-tspans-not-supported": "Este ficheiro non se pode traducir porque contén elementos \"tspan\" aniñados en $1.", + "structure-error-multiple-text-same-lang": "Atopáronse varios elementos de texto co código de lingua \"$2\" (no elemento co identificador \"$1\").", + "structure-error-contains-tref": "Este ficheiro contén etiquetas \"tref\", que non son compatibles con esta ferramenta.", + "structure-error-css-too-complex": "Este ficheiro contén CSS, que é demasiado complicado de analizar.", + "structure-error-css-has-ids": "Este ficheiro usa identificadores de elementos no CSS, que pode romper cando a ferramenta Traducir SVG engada novos identificadores. Debería usar clases no seu lugar, se fose posible.", + "structure-error-unexpected-node-in-text": "Este ficheiro ten contido inesperado dentro dun elemento de texto. Só os elementos \"tspan\" deberían usarse dentro do texto.", + "structure-error-invalid-node-id": "Este ficheiro contén un identificador de elemento de texto ($1) que contén caracteres que non están permitidos pola ferramenta Traducir SVG.", + "structure-error-text-contains-dollar": "Este ficheiro ten contido de texto non compatible en $1 (\"$2\"). A ferramenta Traducir SVG non pode funcionar coa sintaxe de dólar-número.", + "structure-error-non-tspan-inside-text": "Este ficheiro ten un elemento de texto cun contido que non é un elemento \"tspan\".", + "structure-error-switch-text-is-not-node": "Este ficheiro ten contido que non é un nodo dentro dun elemento \"switch\".", + "structure-error-switch-text-content-outside-text": "Este ficheiro ten contido de texto dentro dun elemento \"switch\" pero fóra dunha etiqueta de texto, e a ferramenta Traducir SVG non pode xestionalo.", + "structure-error-switch-child-not-text": "Este ficheiro ten un elemento \"switch\" que contén un elemento que non é un elemento de texto.", + "structure-error-multiple-lang-in-text": "Este ficheiro contén elementos de texto que teñen un código de lingua \"$2\" repetido nos atributos \"systemLanguage\".", + "structure-error-no-id": "[o identificador do elemento pode determinarse]", + "pick-another": "← escolle outro ficheiro", "view-on-commons": "Ver en Commons", - "opens-in-new-tab": "Abre nunha pestana nova", + "opens-in-new-tab": "Abre nunha lapela nova", "default-language": "Lingua por defecto", - "source-lang-not-found": "Sen traducir. Por defectoː $1", + "source-lang-not-found": "Sen traducir. Por defecto: $1", "source-to-target": "a", "select-language": "Seleccionar unha lingua", - "confirmation-to-switch-target-lang": "Está tentando modificar a lingua de tradución pero ten traducións sen gardar. A modificación da lingua provocará a perda de tódalas traducións engadidas. Por favor, cargue as traducións en Commons ou descargue o ficheiro traducido antes de continuar. Desexa continuar?", + "confirmation-to-switch-target-lang": "Estás intentando modificar a lingua de tradución, pero tes traducións sen gardar. A modificación da lingua provocará a perda de tódalas traducións engadidas. Por favor, sube as traducións a Commons ou descarga o ficheiro traducido antes de continuar. Queres continuar?", "confirm-change-target-lang": "Cambiar a lingua", - "upload-button-label": "Cargar en Commons", - "upload-button-in-progress": "Cargando en Commons…", - "developed-by": "Desenvolvido por Community Tech" + "upload-button-label": "Subir a Commons", + "upload-button-in-progress": "Subindo a Commons…", + "upload-login-warning": "Inicia sesión para activar a subida", + "download-button-label": "Descargar", + "download-or-upload": "ou", + "translation-image-alt": "A imaxe que se está a traducir. Non hai descrición dispoñible.", + "preview-error-occurred": "Produciuse un erro ao obter a vista previa. Continúa traducindo, pero se este erro persiste, informa do erro (a través da ligazón no pé da páxina).", + "download-icon-alt": "Unha icona que indica a descarga do ficheiro", + "pick-an-image-title": "Escolle unha imaxe", + "pick-an-image-desc": "de Commons.", + "translate-icon-alt": "Unha icona que indica varias linguas", + "translate-labels-title": "Traducir", + "translate-labels-desc": "as etiquetas da imaxe.", + "commons-logo-alt": "O logotipo de Wikimedia Commons", + "update-commons-title": "Actualizar Commons", + "update-commons-desc": "ou descargar directamente no teu ordenador.", + "upload-complete": "Subida finalizada", + "upload-complete-message": "Grazas! Subíronse as túas traducións a $1. Podes seguir traducindo as etiquetas e subilas de novo para actualizar a imaxe.", + "upload-complete-commons": "Ollar a imaxe", + "upload-complete-translate-another": "Traducir outra imaxe", + "licenced-under": "Licenciado baixo a GPL 3.0 ou posterior", + "developed-by": "Desenvolvido polo equipo técnico comunitario da Fundación Wikimedia", + "version": "Versión $1", + "git-hash": "Actualmente na revisión $1", + "toolforge-logo-alt": "Logotipo da zafra de Toolforge", + "powered-by-toolforge": "Desenvolvido por Toolforge", + "privacy-policy": "Política de protección de datos", + "report-issue": "Informar dun erro", + "view-source": "Ver en Github" } diff --git a/public/assets/i18n/app/hr.json b/public/assets/i18n/app/hr.json index 1527d074..f12b6c6f 100644 --- a/public/assets/i18n/app/hr.json +++ b/public/assets/i18n/app/hr.json @@ -3,27 +3,76 @@ "authors": [ "Astrind", "Bugoslav", + "MaGa", "Neptune, the Mystic" ] }, + "svgtranslate": "Prijevod SVG-a", + "info": "Pomozite u prijevodu tekstova u SVG datotekama. Da biste započeli, izaberite datoteku na Zajedničkom poslužitelju.", "learn-more": "Saznajte više.", + "return-to-home": "vrati se na početak", "help": "Pomoć", "login": "Prijavite se", "logout": "Odjavi se", + "logged-in-as": "Prijavljeni ste kao $1", "language-settings": "Jezične postavke", "done": "Gotovo", "cancel": "Odustani", + "interface-lang-field-label": "Jezik alata:", + "interface-lang-field-help": "Alat će biti prikazan na ovom jeziku.", + "preferred-langs-field-label": "Preferirani jezici za prevođenje.", + "preferred-langs-field-help": "Ovi su jezici prikazani pri vrhu kada se prebacujete s jednog na drugi na stranici za prijevod.", "add-preferred-lang": "Dodaj", + "search-help": "Upišite naziv datoteke sa Zajedničkom poslužitelja", + "search-label": "Ime datoteke (bez prefiksa 'File:') ili URL:", "translate-button": "Prevedi", + "no-translations": "Ova datoteka nema teksta dostupnog za prijevod. Odaberite drugu sliku.", + "not-found": "Tražena datoteka nije pronađena. Odaberite drugu sliku.", + "invalid-format": "Podržane su samo SVG datoteke.", + "invalid-svg": "Pogreška pri čitanju datoteke.", + "network-error": "Greška pri dobivanju informacija s poslužitelja Wikimedia. Molimo pokušajte ponovo kasnije.", + "structure-error-no-doc-element": "Nije pronađen element dokumenta.", + "structure-error-nested-tspans-not-supported": "Ovu datoteku nije moguće prevesti jer sadrži ugniježđene tspan elemente u $1.", + "structure-error-multiple-text-same-lang": "Pronađeno je više tekstualnih elemenata s kôdom jezika ' $2 ' (u elementu s ID-om ' $1 ').", + "structure-error-contains-tref": "Ova datoteka sadrži tref oznake koje ovaj alat ne podržava.", + "structure-error-css-too-complex": "Ova datoteka sadrži CSS koji je presložen za raščlanjivanje.", + "structure-error-no-id": "[ID elementa se može odrediti]", + "pick-another": "← odaberite drugu datoteku", + "view-on-commons": "Vidi na Zajedničkom poslužitelju", + "opens-in-new-tab": "Otvora se u novoj kartici", "default-language": "Zadani jezik", + "source-lang-not-found": "Neprevedeno. Zadano: $1", + "source-to-target": "na", "select-language": "Odaberite jezik", + "confirmation-to-switch-target-lang": "Pokušavate promijeniti jezik prijevoda, ali imate nespremljene prijevode. Promjena jezika rezultirat će gubitkom svih prijevoda koje ste dodali. Prije nastavka molimo postavite prijevode na Zajednički poslužitelj ili preuzmite prevedenu datoteku. Želite li nastaviti?", "confirm-change-target-lang": "Promijeni jezik", + "upload-button-label": "Postavi na Zajednički poslužitelj", + "upload-button-in-progress": "Postavljanje na Zajednički poslužitelj...", + "upload-login-warning": "Da biste postavili datoteku, prijavite se", "download-button-label": "Preuzmi", "download-or-upload": "ili", + "translation-image-alt": "Slika koja se trenutačno prevodi. Opis nije dostupan.", + "preview-error-occurred": "Došlo je do pogreške prilikom dohvaćanja pregleda. Molimo nastavite s prevođenjem, a ako se ova pogreška nastavi, prijavite ju (putem poveznice ispod).", + "download-icon-alt": "Ikona koja označava preuzimanje datoteke", + "pick-an-image-title": "Odaberite sliku", + "pick-an-image-desc": "sa Zajedničkog poslužitelja.", + "translate-icon-alt": "Ikona koja označava više jezika", "translate-labels-title": "Prevedi", + "translate-labels-desc": "natpise na slici.", + "commons-logo-alt": "Logotip Zajedničkog poslužitelja", + "update-commons-title": "Ažuriraj na Zajedničkom poslužitelju", + "update-commons-desc": "ili preuzmi na svoje računalo.", + "upload-complete": "Postavljanje dovršeno", + "upload-complete-message": "Hvala! Vaši prijevodi na $1 su postavljeni. Možete nastaviti s prevođenjem i ponovno postaviti kako biste ažurirali sliku.", "upload-complete-commons": "Vidi sliku", + "upload-complete-translate-another": "Prevedi drugu sliku", + "licenced-under": "Licencirano pod GPL 3.0 ili novijim", + "developed-by": "Razvio tim Community Tech Zaklade Wikimedia", "version": "Inačica $1", + "git-hash": "U postupku pregledavanja $1", + "toolforge-logo-alt": "Nakovanj, logotip Toolforgea", + "powered-by-toolforge": "Pogoni Tooforge", "privacy-policy": "Pravila privatnosti", - "report-issue": "Prijavi pogrešku (''bug'')", + "report-issue": "Prijavi pogrešku", "view-source": "Vidi na Githubu" } diff --git a/public/assets/i18n/app/ia.json b/public/assets/i18n/app/ia.json index 316abb31..100f4e44 100644 --- a/public/assets/i18n/app/ia.json +++ b/public/assets/i18n/app/ia.json @@ -12,7 +12,7 @@ "login": "Aperir session", "logout": "Clauder session", "logged-in-as": "Authenticate como $1", - "language-settings": "Configuration de lingua", + "language-settings": "Parametros de lingua", "done": "Facite", "cancel": "Cancellar", "interface-lang-field-label": "Lingua del instrumento:", diff --git a/public/assets/i18n/app/id.json b/public/assets/i18n/app/id.json index 3484e393..35455095 100644 --- a/public/assets/i18n/app/id.json +++ b/public/assets/i18n/app/id.json @@ -3,7 +3,9 @@ "authors": [ "Agam Riyandana", "Akmaie Ajam", - "Sonic Speedy" + "Daud I.F. Argana", + "Sonic Speedy", + "Veracious" ] }, "svgtranslate": "Terjemahan SVG", @@ -13,7 +15,7 @@ "help": "Bantuan", "login": "Masuk log", "logout": "Keluar log", - "logged-in-as": "Logged in as $1", + "logged-in-as": "Masuk sebagai $1", "language-settings": "Pengaturan bahasa", "done": "Selesai", "cancel": "Batal", @@ -31,7 +33,21 @@ "invalid-format": "Hanya berkas SVG yang didukung", "invalid-svg": "Masalah saat membuka berkas.", "network-error": "Kesalahan dalam mendapatkan informasi dari server Wikimedia. Silakan coba lagi nanti.", + "structure-error-no-doc-element": "Tidak ada elemen dokumen yang ditemukan.", + "structure-error-nested-tspans-not-supported": "Berkas ini tidak dapat diterjemahkan karena mengandung elemen tspan yang bersarang di $1 .", "structure-error-multiple-text-same-lang": "Beberapa elemen teks ditemukan dengan kode bahasa ' $2 ' (dalam elemen dengan ID ' $1 ').", + "structure-error-contains-tref": "Berkas ini mengandung tag tref, yang tidak didukung oleh alat ini.", + "structure-error-css-too-complex": "Berkas ini mengandung CSS yang terlalu rumit untuk diuraikan.", + "structure-error-css-has-ids": "Berkas ini menggunakan ID elemen dalam CSS, yang mungkin akan rusak ketika SVG Translate menambahkan ID baru. Sebaiknya gunakan kelas jika bisa.", + "structure-error-unexpected-node-in-text": "Berkas ini memiliki konten yang tidak diharapkan di dalam elemen teks. Hanya elemen tspan yang boleh digunakan dalam teks.", + "structure-error-invalid-node-id": "Berkas ini mengandung ID elemen teks ($1) yang berisi karakter yang tidak diizinkan di SVG Translate.", + "structure-error-text-contains-dollar": "Berkas ini mengandung konten teks yang tidak didukung di $1 ('$2'). SVG Translate tidak dapat bekerja dengan sintaksis angka dolar.", + "structure-error-non-tspan-inside-text": "Berkas ini mengadung elemen teks dengan konten yang bukan merupakan elemen tspan.", + "structure-error-switch-text-is-not-node": "Berkas ini memiliki konten yang bukan sebuah node dalam elemen switch.", + "structure-error-switch-text-content-outside-text": "Berkas ini memiliki konten teks di dalam elemen switch tetapi di luar tag teks dan SVG Translate tidak dapat menangani hal ini.", + "structure-error-switch-child-not-text": "Berkas ini mengandung elemen switch yang berisi elemen yang bukan elemen teks.", + "structure-error-multiple-lang-in-text": "Berkas ini mengandung elemen teks yang memiliki kode bahasa berulang '$2' di dalam atribut systemLanguage.", + "structure-error-no-id": "[ID elemen dapat ditentukan]", "pick-another": "← ambil berkas lainnya", "view-on-commons": "Lihat di Commons", "opens-in-new-tab": "Buka di tab baru", diff --git a/public/assets/i18n/app/ka.json b/public/assets/i18n/app/ka.json index f196d267..0c0b8f5f 100644 --- a/public/assets/i18n/app/ka.json +++ b/public/assets/i18n/app/ka.json @@ -30,6 +30,7 @@ "invalid-format": "მხოლოდ SVG-ფაილებს აქვთ მხარდაჭერა.", "invalid-svg": "ფაილის წაკითხვის ხარვეზი.", "network-error": "ხარვეზი ვიკიმედიის სერვერებიდან ინფორმაციის მიღების დროს. გთხოვთ, მოგვინებით სცადოთ.", + "structure-error-no-doc-element": "ელემენტი document ვერ მოიძებნა.", "pick-another": "← სხვა ფაილის არჩევა", "view-on-commons": "ვიკისაწყობში ხილვა", "opens-in-new-tab": "იხსნება ახალ ჩანართში", diff --git a/public/assets/i18n/app/ky.json b/public/assets/i18n/app/ky.json index 2d224bfd..496e28f5 100644 --- a/public/assets/i18n/app/ky.json +++ b/public/assets/i18n/app/ky.json @@ -7,6 +7,7 @@ "svgtranslate": "SVG которуу", "info": "SVG файлдарындагы тексттик белгилерди которууга жардам бериңиз. Баштоо үчүн Уикикампадан файл тандаңыз.", "learn-more": "Көбүрөөк окуу.", + "return-to-home": "башкы бетке кайтуу", "help": "Жардам", "login": "Кирүү", "logout": "Чыгуу", @@ -14,13 +15,22 @@ "language-settings": "Тилдин жөндөөлөрү", "done": "Даяр", "cancel": "Жокко чыгаруу", + "interface-lang-field-label": "Куралдын тили:", + "interface-lang-field-help": "Куралдын интерфейси ушул тилде болот.", + "preferred-langs-field-label": "Которуу үчүн тандалган тилдер:", "add-preferred-lang": "Кошуу", + "search-help": "Викиказынадагы файлдын аталышын териңиз", + "search-label": "Файлдын аталышы («Файл:» префиксиз) же URL:", "search-placeholder": "100 Years War France 1435.svg", "translate-button": "Которуу", "no-translations": "Бул файлда которууга бир да белги жок. Сураныч, башка сүрөттү тандаңыз.", "not-found": "Сиз сураган файл табылган жок. Сураныч, башка сүрөттү тандаңыз.", "invalid-format": "SVG файлдарды гана колдойт.", "invalid-svg": "Файлды окуу катасы.", + "network-error": "Викимедиа серверлеринен маалымат алууда ката кетти. Сураныч, кийинчерээк кайра аракеттениңиз.", + "structure-error-no-doc-element": "Документтин элементи табылган жок.", + "structure-error-contains-tref": "Бул файлда tref тэгдери бар, аларды бул курал колдобойт.", + "structure-error-css-too-complex": "Бул файлда талдоо үчүн өтө татаал CSS камтылат.", "pick-another": "← башка файлды тандаңыз", "view-on-commons": "Уикикампадан көрүү", "opens-in-new-tab": "Жаңы баракта ачылат", @@ -34,13 +44,17 @@ "download-button-label": "Жүктөп алуу", "download-or-upload": "же", "translation-image-alt": "Азыркы учурда которулуп жаткан сүрөт. Түшүндүрмөсү жок.", - "pick-an-image-desc": "Уикикампадан.", + "pick-an-image-title": "Сүрөттү тандаңыз", + "pick-an-image-desc": "Викиказынадан.", + "translate-labels-title": "Которуу", "commons-logo-alt": "Уикикампанын логотиби", + "update-commons-title": "Викиказынаны жаңыртуу", "upload-complete": "Жүктөө аяктады", "upload-complete-commons": "Сүрөттү көрүү", "upload-complete-translate-another": "Башка сүрөттү которуу", - "version": "$1 версиясы", + "version": "$1-нускасы", "powered-by-toolforge": "Toolforge хостинг чөйрөсүндө иштейт", "privacy-policy": "Купуялык саясаты", - "report-issue": "Ката жөнүндө кабар кылуу" + "report-issue": "Ката тууралуу кабарлоо", + "view-source": "Github'дан көрүү" } diff --git a/public/assets/i18n/app/lb.json b/public/assets/i18n/app/lb.json index 42156f68..f9f31db2 100644 --- a/public/assets/i18n/app/lb.json +++ b/public/assets/i18n/app/lb.json @@ -1,7 +1,8 @@ { "@metadata": { "authors": [ - "Robby" + "Robby", + "Volvox" ] }, "svgtranslate": "SVG Iwwersetzen", @@ -16,6 +17,7 @@ "done": "Fäerdeg", "cancel": "Ofbriechen", "interface-lang-field-label": "Sprooch vum Geschier:", + "interface-lang-field-help": "D'Geschier gëtt an dëser Sprooch gewisen.", "add-preferred-lang": "Derbäisetzen", "search-help": "Tippt en Numm vun engem Fichier op Commons", "search-label": "Numm vum Fichier (ouni 'Fichier:' Prefix) oder URL:", @@ -45,6 +47,7 @@ "upload-complete-commons": "Bild weisen", "upload-complete-translate-another": "Een anert Bild iwwersetzen", "version": "Versioun $1", + "privacy-policy": "Dateschutzrichtlinnen", "report-issue": "E Feeler mellen", "view-source": "Op Github weisen" } diff --git a/public/assets/i18n/app/mk.json b/public/assets/i18n/app/mk.json index a9b45fa2..0526f412 100644 --- a/public/assets/i18n/app/mk.json +++ b/public/assets/i18n/app/mk.json @@ -31,7 +31,7 @@ "network-error": "Грешка при добивањето на информациите од Викимедиините опслужувачи. Обидете се подоцна.", "structure-error-no-doc-element": "Не најдов документен елемент.", "structure-error-nested-tspans-not-supported": "Оваа податотека не може да се преведе бидејќи содржи вгнездени tspan-елементи во $1.", - "structure-error-multiple-text-same-lang": "Најдов повеќе текстуални елементи со јазикот „$1“", + "structure-error-multiple-text-same-lang": "Најдов повеќе текстуални елементи со јазичниот код „$2“ (во елементот со назнака „$1“).", "structure-error-contains-tref": "Оваа податотека содржи tref-ознаки, кои не се поддржани од алаткава.", "structure-error-css-too-complex": "Оваа податотека содржи CSS кој е пресложен за расчленување.", "structure-error-css-has-ids": "Оваа податотека кроисти назнаки на елементи во CSS, кој може да се расипе кога алатката ќе стави нови назнаки. Наместо тоа, треба да користи класи секаде кајшто е можно.", diff --git a/public/assets/i18n/app/ms.json b/public/assets/i18n/app/ms.json index 6bbbccfd..76388e1e 100644 --- a/public/assets/i18n/app/ms.json +++ b/public/assets/i18n/app/ms.json @@ -1,6 +1,7 @@ { "@metadata": { "authors": [ + "Hakimi97", "Tofeiku" ] }, @@ -30,6 +31,19 @@ "invalid-svg": "Ralat membaca fail.", "network-error": "Ralat mendapatkan maklumat dari pelayan Wikimedia. Sila cuba lagi nanti.", "structure-error-no-doc-element": "Tiada unsur dokumen dijumpai.", + "structure-error-nested-tspans-not-supported": "Fail ini tidak boleh diterjemahkan kerana ia mengandungi elemen tspan bersarang dalam $1.", + "structure-error-multiple-text-same-lang": "Elemen teks berbilang ditemui dengan kod bahasa '$2' (dalam elemen dengan ID '$1').", + "structure-error-contains-tref": "Fail ini mengandungi tag tref, yang tidak disokong oleh alat ini.", + "structure-error-css-too-complex": "Fail ini mengandungi CSS yang terlalu rumit untuk dihuraikan.", + "structure-error-css-has-ids": "Fail ini menggunakan ID elemen dalam CSS, yang mungkin rosak apabila SVG Translate menambah ID baharu. Ia sepatutnya menggunakan kelas sebaliknya, jika boleh.", + "structure-error-unexpected-node-in-text": "Fail ini mempunyai kandungan yang tidak terjangka dalam elemen teks. Hanya elemen tspan harus digunakan dalam teks.", + "structure-error-invalid-node-id": "Fail ini mengandungi ID elemen teks ($1) yang mengandungi aksara yang tidak dibenarkan apabila menggunakan Terjemahan SVG.", + "structure-error-text-contains-dollar": "Fail ini mengandungi kandungan teks yang tidak disokong dalam $1 ('$2'). Terjemahan SVG tidak dapat berfungsi dengan sintaks nombor dolar.", + "structure-error-non-tspan-inside-text": "Fail ini mengandungi elemen teks dengan kandungan yang bukan elemen tspan.", + "structure-error-switch-text-is-not-node": "Fail ini mempunyai kandungan bukan nod dalam elemen suis.", + "structure-error-switch-text-content-outside-text": "Fail ini mempunyai kandungan teks di dalam elemen suis tetapi di luar tag teks dan Terjemahan SVG tidak dapat mengendalikannya.", + "structure-error-switch-child-not-text": "Fail ini mengandungi elemen suis yang mengandungi elemen yang bukan elemen teks.", + "structure-error-multiple-lang-in-text": "Fail ini mengandungi elemen teks yang mempunyai kod bahasa berulang '$2' dalam atribut systemLanguage.", "structure-error-no-id": "[ID unsur tidak dapat ditentukan]", "pick-another": "← pilih fail lain", "view-on-commons": "Lihat di Commons", diff --git a/public/assets/i18n/app/nb.json b/public/assets/i18n/app/nb.json index 4e4bb8df..8ec14311 100644 --- a/public/assets/i18n/app/nb.json +++ b/public/assets/i18n/app/nb.json @@ -1,6 +1,86 @@ { "@metadata": { - "authors": [] + "authors": [ + "EdoAug", + "Jon Harald Søby" + ] }, - "logout": "Logg ut" + "svgtranslate": "SVG-oversetting", + "info": "Hjelp med å oversette tekstetiketter i SVG-filer. Velg en fil på Commons for å komme i gang.", + "learn-more": "Lær mer.", + "return-to-home": "tilbake til start", + "help": "Hjelp", + "login": "Logg på", + "logout": "Logg ut", + "logged-in-as": "Pålogget som $1", + "language-settings": "Språkinnstillinger", + "done": "Ferdig", + "cancel": "Avbryt", + "interface-lang-field-label": "Verktøyets språk:", + "interface-lang-field-help": "Selve verktøyet vises på dette språket.", + "preferred-langs-field-label": "Foretrukne språk å oversette til/fra:", + "preferred-langs-field-help": "Disse språkene vises nær toppen når du bytter mellom dem på oversettelsessiden.", + "add-preferred-lang": "Legg til", + "search-help": "Skriv inn et filnavn fra Commons", + "search-label": "Filnavn (uten «Fil:»-prefiksen) eller URL:", + "search-placeholder": "100-årskrigen i Frankrike 1435.svg", + "translate-button": "Oversett", + "no-translations": "Denne filen har ingen etiketter som er tilgjengelige for oversetting. Velg et annet bilde.", + "not-found": "Fant ikke filen du forespurte. Velg et annet bilde.", + "invalid-format": "Bare SVG-filer støttes.", + "invalid-svg": "Feil ved lesing av fil.", + "network-error": "Feil ved henting av informasjon fra Wikimedia-tjenere. Prøv igjen senere.", + "structure-error-no-doc-element": "Fant intet dokumentelement.", + "structure-error-nested-tspans-not-supported": "Denne files kan ikke oversettes fordi den inneholder tspan-elementer inni hverandre i $1.", + "structure-error-multiple-text-same-lang": "Flere tekstelementer funnet med språkkode «$2» (i element med ID «$1»).", + "structure-error-contains-tref": "Denne filen inneholder tref-tagger, som ikke støttes av dette verktøyet.", + "structure-error-css-too-complex": "Denne filen inneholder CSS som er for komplisert å lese gjennom.", + "structure-error-css-has-ids": "Denne filen bruker element-ID-er i CSS-en, som kan brytes når SVG-oversetting legger til nye ID-er. Den bør bruke klasser i stedet, om mulig.", + "structure-error-unexpected-node-in-text": "Filen har uventet innhold inni et tekstelement. Kun tspan-elementer bør anvendes i tekst.", + "structure-error-invalid-node-id": "Denne filen inneholder en tekst-element-ID ($1) som inneholder tegn som ikke er tillatt med SVG-oversetting.", + "structure-error-text-contains-dollar": "Denne filen inneholdet ikke-støttet tekstinnhold i $1 («$2»). SVG-oversetting kan ikke fungere med dollar-tall-syntaks.", + "structure-error-non-tspan-inside-text": "Denne filen inneholder et tekstelement med innhold som ikke er et tspan-element.", + "structure-error-switch-text-is-not-node": "Denne filen har ikke-node-innhold i et switch-element.", + "structure-error-switch-text-content-outside-text": "Denne filen har tekstinnhold inni et switch-element, men utenfor en tekst-tagg. SVG-oversetting kan ikke håndtere dette.", + "structure-error-switch-child-not-text": "Denne filen inneholder et switch-element som inneholder et element som ikke er et tekstelement.", + "structure-error-multiple-lang-in-text": "Denne filen inneholder tekstelementer som har gjentatt språkkode «$2» i systemLanguage-egenskapene.", + "structure-error-no-id": "[element-ID kan bestemmes]", + "pick-another": "← velg en annen fil", + "view-on-commons": "Se på Commons", + "opens-in-new-tab": "Åpner i ny fane", + "default-language": "Standardspråk", + "source-lang-not-found": "Uoversatt. Standard: $1", + "source-to-target": "til", + "select-language": "Velg språk", + "confirmation-to-switch-target-lang": "Du prøver å endre oversettingsspråket, men du har ulagrede oversettelser. Endring av språket kommer til å føre til tap av tilføyde oversettelser. Last opp oversettelsene til Commons eller last ned den oversatte filen før du fortsetter. Ønsker du å fortsette?", + "confirm-change-target-lang": "Endre språk", + "upload-button-label": "Last opp til Commons", + "upload-button-in-progress": "Laster opp til Commons …", + "upload-login-warning": "Logg på for å aktivere opplasting", + "download-button-label": "Last ned", + "download-or-upload": "eller", + "translation-image-alt": "Bildet som blir oversatt for øyeblikket. Ingen beskrivelse er tilgjengelig.", + "preview-error-occurred": "Det oppsto en feil under henting av forhåndsvisningen. Fortsett å oversette, men om denne feilen vedvarer, rapporter den (gjennom lenken i bunnteksten nedenfor).", + "download-icon-alt": "Et ikon som indikerer filnedlasting", + "pick-an-image-title": "Velg et bilde", + "pick-an-image-desc": "fra Commons.", + "translate-icon-alt": "Et ikon som indikerer flere språk", + "translate-labels-title": "Oversett", + "translate-labels-desc": "etikettene i bildet.", + "commons-logo-alt": "Wikimedia Commons-logoen", + "update-commons-title": "Oppdater Commons", + "update-commons-desc": "eller last ned direkte til datamaskinen.", + "upload-complete": "Opplasting fullført", + "upload-complete-message": "Takk! Oversettelsene dine av $1 har blitt lastet opp. Du kan fortsette å oversette etikettene og laste opp på ny for å oppdatere bildet.", + "upload-complete-commons": "Vis bilde", + "upload-complete-translate-another": "Oversett et annet bilde", + "licenced-under": "Lisensiert under GPL 3.0 eller senere", + "developed-by": "Utviklet av Wikimedia Foundations Community Tech-team", + "version": "Versjon $1", + "git-hash": "For øyeblikket på commit $1", + "toolforge-logo-alt": "Toolforges «anvil»-logo", + "powered-by-toolforge": "Drevet av Toolforge", + "privacy-policy": "Personvernspolitikk", + "report-issue": "Rapporter en feil", + "view-source": "Se på Github" } diff --git a/public/assets/i18n/app/nl.json b/public/assets/i18n/app/nl.json index c038aadc..152fc15a 100644 --- a/public/assets/i18n/app/nl.json +++ b/public/assets/i18n/app/nl.json @@ -22,7 +22,7 @@ "cancel": "Annuleren", "interface-lang-field-label": "Taal van tool:", "interface-lang-field-help": "De tool zelf wordt in deze taal weergegeven.", - "preferred-langs-field-label": "Voorkeurstalen om van/naar te vertalen:", + "preferred-langs-field-label": "Voorkeurstalen om in/uit te vertalen:", "preferred-langs-field-help": "Deze talen worden aan de bovenkant weergegeven wanneer u ertussen schakelt in de vertaalpagina.", "add-preferred-lang": "Toevoegen", "search-help": "Typ een bestandsnaam uit Commons", diff --git a/public/assets/i18n/app/pt-br.json b/public/assets/i18n/app/pt-br.json index 96cc1339..12529717 100644 --- a/public/assets/i18n/app/pt-br.json +++ b/public/assets/i18n/app/pt-br.json @@ -3,12 +3,13 @@ "authors": [ "Eduardo Addad de Oliveira", "Eduardoaddad", + "Felipe L. Ewald", "McDutchie" ] }, "svgtranslate": "Traduzir SVG", "info": "Ajude a traduzir etiquetas de texto em arquivos SVG. Escolha um arquivo no Commons para começar.", - "learn-more": "Saiba mai", + "learn-more": "Saiba mais.", "return-to-home": "voltar para casa", "help": "Ajuda", "login": "Entrar", @@ -31,6 +32,21 @@ "invalid-format": "Apenas arquivos SVG são suportados.", "invalid-svg": "Erro ao ler o arquivo.", "network-error": "Erro ao obter informações dos servidores Wikimedia. Por favor, tente novamente mais tarde.", + "structure-error-no-doc-element": "Não foi encontrado nenhum elemento de documento.", + "structure-error-nested-tspans-not-supported": "Esse arquivo não pode ser traduzido porque contém elementos tspan aninhados em $1.", + "structure-error-multiple-text-same-lang": "Vários elementos de texto encontrados com o código de idioma '$2' (em um elemento com ID '$1').", + "structure-error-contains-tref": "Esse arquivo contém tags tref, que não são suportadas por essa ferramenta.", + "structure-error-css-too-complex": "Esse arquivo contém CSS que é muito complicado de analisar.", + "structure-error-css-has-ids": "Esse arquivo usa IDs de elementos no CSS, o que pode quebrar quando o SVG Translate adicionar novos IDs. Em vez disso, ele deve usar classes, se possível.", + "structure-error-unexpected-node-in-text": "Esse arquivo tem conteúdo inesperado em um elemento de texto. Somente elementos tspan devem ser usados dentro do texto.", + "structure-error-invalid-node-id": "Esse arquivo contém um ID de elemento de texto ($1) que contém caracteres que não são permitidos pelo SVG Translate.", + "structure-error-text-contains-dollar": "Este arquivo contém conteúdo de texto não suportado em $1 ('$2'). O SVG Translate não é capaz de trabalhar com a sintaxe de número de dólares.", + "structure-error-non-tspan-inside-text": "Esse arquivo contém um elemento de texto com conteúdo que não é um elemento tspan.", + "structure-error-switch-text-is-not-node": "Esse arquivo tem conteúdo que não é de nó em um elemento de switch.", + "structure-error-switch-text-content-outside-text": "Esse arquivo tem conteúdo de texto dentro de um elemento switch, mas fora de uma tag de texto, e o SVG Translate não consegue lidar com isso.", + "structure-error-switch-child-not-text": "Esse arquivo contém um elemento de switch que contém um elemento que não é um elemento de texto.", + "structure-error-multiple-lang-in-text": "Esse arquivo contém elementos de texto que têm um código de idioma repetido '$2' nos atributos systemLanguage.", + "structure-error-no-id": "[foi possível determinar a ID do elemento]", "pick-another": "← escolha outro arquivo", "view-on-commons": "Ver no Commons", "opens-in-new-tab": "Abrir em nova aba", diff --git a/public/assets/i18n/app/pt.json b/public/assets/i18n/app/pt.json index e2c53590..c3408021 100644 --- a/public/assets/i18n/app/pt.json +++ b/public/assets/i18n/app/pt.json @@ -33,7 +33,7 @@ "network-error": "Erro ao tentar obter informação dos servidores da Wikimedia. Tente novamente mais tarde, por favor.", "structure-error-no-doc-element": "Não foi encontrado nenhum elemento de documento.", "structure-error-nested-tspans-not-supported": "Este ficheiro não pode ser traduzido porque contém elementos intercalados ''tspan'' em $1.", - "structure-error-multiple-text-same-lang": "Foram encontrados vários elementos de texto com a língua '$1'", + "structure-error-multiple-text-same-lang": "Foram encontrados vários elementos de texto com o código de língua '$2' (no elemento com o identificador '$1').", "structure-error-contains-tref": "Este ficheiro contém etiquetas ''tref'', que não são suportadas por esta ferramenta.", "structure-error-css-too-complex": "Este ficheiro contém código CSS que é demasiado complicado para fazer a análise sintática.", "structure-error-css-has-ids": "Este ficheiro usa identificadores de elementos no CSS, que podem ser quebrados quando o Tradutor de SVG adicionar identificadores novos. Devem antes ser usadas classes, se possível.", diff --git a/public/assets/i18n/app/ru.json b/public/assets/i18n/app/ru.json index ecafc6ba..b21825a1 100644 --- a/public/assets/i18n/app/ru.json +++ b/public/assets/i18n/app/ru.json @@ -32,8 +32,21 @@ "invalid-format": "Поддерживаются только SVG-файлы.", "invalid-svg": "Ошибка чтения файла.", "network-error": "Ошибка при получении информации с серверов Викимедиа. Пожалуйста, повторите попытку позже.", - "structure-error-multiple-text-same-lang": "Обнаружено несколько текстовых элементов с языком '$1'", + "structure-error-no-doc-element": "Элемент document не найден.", + "structure-error-nested-tspans-not-supported": "Этот файл невозможно перевести, так как он содержит вложенные элементы tspan в $1.", + "structure-error-multiple-text-same-lang": "Обнаружено несколько текстовых элементов с языковым кодом '$2' (в элементе с идентификатором '$1').", + "structure-error-contains-tref": "Этот файл содержит теги tref, которые не поддерживаются этим инструментом.", + "structure-error-css-too-complex": "Этот файл содержит CSS, который слишком сложен для анализа.", + "structure-error-css-has-ids": "В этом файле используются идентификаторы элементов в CSS, которые могут сломаться, когда SVG Translate добавит новые идентификаторы. Вместо этого следует использовать классы, если это возможно.", + "structure-error-unexpected-node-in-text": "Этот файл имеет неожиданное содержимое в текстовом элементе. В тексте должны использоваться только элементы tspan.", + "structure-error-invalid-node-id": "Этот файл содержит идентификатор текстового элемента ($1), который содержит символы, недопустимые для SVG Translate.", + "structure-error-text-contains-dollar": "Этот файл содержит неподдерживаемое текстовое содержимое в $1 ('$2'). SVG Translate не может работать с синтаксисом доллара-числа.", + "structure-error-non-tspan-inside-text": "Этот файл содержит текстовый элемент с содержимым, не являющимся элементом tspan.", "structure-error-switch-text-is-not-node": "Этот файл имеет неузловое содержимое внутри свитч-элемента.", + "structure-error-switch-text-content-outside-text": "Этот файл имеет текстовое содержимое внутри элемента switch, но вне тега text. SVG Translate не может с этим справиться.", + "structure-error-switch-child-not-text": "Этот файл содержит элемент switch, который содержит элемент, не являющийся текстовым элементом.", + "structure-error-multiple-lang-in-text": "Этот файл содержит текстовые элементы с повторяющимся кодом языка '$2' в атрибутах systemLanguage.", + "structure-error-no-id": "[ID элемента может быть определён]", "pick-another": "← выбрать другой файл", "view-on-commons": "Посмотреть на Викискладе", "opens-in-new-tab": "Открывается в новой вкладке", diff --git a/public/assets/i18n/app/sl.json b/public/assets/i18n/app/sl.json index 55b612ed..e31e201d 100644 --- a/public/assets/i18n/app/sl.json +++ b/public/assets/i18n/app/sl.json @@ -81,5 +81,5 @@ "powered-by-toolforge": "Omogoča Toolforge", "privacy-policy": "Pravilnik o zasebnosti", "report-issue": "Sporočite hrošča", - "view-source": "Ogled na Githubu" + "view-source": "Ogled v GitHubu" } diff --git a/public/assets/i18n/app/sv.json b/public/assets/i18n/app/sv.json index cfe9ce8e..2dfc8fa6 100644 --- a/public/assets/i18n/app/sv.json +++ b/public/assets/i18n/app/sv.json @@ -32,6 +32,20 @@ "invalid-svg": "Fel uppstod när fil lästes in.", "network-error": "Fel när information hämtades från Wikimedia-servrarna. Var vänlig försök igen senare.", "structure-error-no-doc-element": "Inga dokumentelement hittades.", + "structure-error-nested-tspans-not-supported": "Filen kan inte översättas eftersom den innehåller kapslade tspan-element i $1.", + "structure-error-multiple-text-same-lang": "Flera textelement hittades med språkkoden \"$2\" (i element med ID:et \"$1\").", + "structure-error-contains-tref": "Filen innehåller tref-taggar, som inte stöds av det här verktyget.", + "structure-error-css-too-complex": "Filen innehåller CSS som är för invecklad för att parsa.", + "structure-error-css-has-ids": "Filen använder element-ID:n i CSS:n som kan sluta fungera när SVG-översättning lägger till nya ID:n.", + "structure-error-unexpected-node-in-text": "Filen har oväntat innehåll i ett textelement. Endast tspan-element bör bör användas inom inuti text.", + "structure-error-invalid-node-id": "Filen innehåller ett textelement-ID ($1) som innehåller tecken som inte tillåts med SVT-översättning.", + "structure-error-text-contains-dollar": "Filen innehåller textinnehåll som inte stöds i $1 (\"$2\"). SVG-översättning kan inte fungera med dollar-tecken-syntax.", + "structure-error-non-tspan-inside-text": "Filen innehåller ett textelement med innehåll som inte är ett tspan-element.", + "structure-error-switch-text-is-not-node": "Filen har icke-nodinnehåll inuti ett switch-element.", + "structure-error-switch-text-content-outside-text": "Filen har textinnehåll inuti ett switch-element men utanför en texttagg, och SVT-översättning kan inte hantera detta.", + "structure-error-switch-child-not-text": "Filen innehåller ett switch-element som innehåller ett element som inte är ett textelement.", + "structure-error-multiple-lang-in-text": "Filen innehåller ett textelement har en upprepad språkkod \"$2\" i systemLanguage-attributen.", + "structure-error-no-id": "[element-ID inte inte fastställas]", "pick-another": "← välj en annan fil", "view-on-commons": "Visa på Commons", "opens-in-new-tab": "Öppnas i ny flik", diff --git a/public/assets/i18n/app/ta.json b/public/assets/i18n/app/ta.json index 8058919c..5f557150 100644 --- a/public/assets/i18n/app/ta.json +++ b/public/assets/i18n/app/ta.json @@ -2,12 +2,13 @@ "@metadata": { "authors": [ "Balajijagadesh", + "Fahimrazick", "Gurulenin" ] }, "svgtranslate": "SVG மொழிபெயர்ப்பு", "help": "உதவி", - "login": "உள்நுழை", + "login": "புகுபதிகை", "logout": "விடுபதிகை", "logged-in-as": "$1 என புகுபதிகை செய்யப்பட்டுள்ளது", "language-settings": "மொழி அமைப்புகள்", @@ -18,7 +19,7 @@ "add-preferred-lang": "சேர்", "translate-button": "மொழிபெயர்க்கவும்", "invalid-svg": "கோப்பைப் படிப்பதில் பிழை.", - "view-on-commons": "பொதுவகத்தில் பார்க்கவும்", + "view-on-commons": "பொதுவகத்திற் பார்", "opens-in-new-tab": "புதிய தாவலில் இணைப்பை திற", "default-language": "இயல்பு நிலை மொழி", "select-language": "ஒரு மொழியைத் தேர்க", @@ -28,7 +29,7 @@ "download-or-upload": "அல்லது", "translate-labels-title": "மொழிபெயர்", "upload-complete": "பதிவேற்றம் முழுமையடைந்தது", - "upload-complete-commons": "படத்தைப் பார்க்க", + "upload-complete-commons": "படத்தைப் பார்", "upload-complete-translate-another": "இன்னொரு படத்தை மொழிபெயர்", "privacy-policy": "தனியுரிமைக் கொள்கை", "report-issue": "வழுக்களை அறிக்கையிடுக" diff --git a/public/assets/i18n/app/tr.json b/public/assets/i18n/app/tr.json index 69307330..0b574fc0 100644 --- a/public/assets/i18n/app/tr.json +++ b/public/assets/i18n/app/tr.json @@ -33,6 +33,20 @@ "invalid-svg": "Dosya okunurken hata oluştu.", "network-error": "Wikimedia sunucularından bilgi alınırken hata oluştu. Lütfen daha sonra tekrar deneyiniz.", "structure-error-no-doc-element": "Belge ögesi bulunamadı.", + "structure-error-nested-tspans-not-supported": "Bu dosya $1 içinde iç içe geçmiş tspan ögeleri içerdiğinden çevrilemiyor.", + "structure-error-multiple-text-same-lang": "('$1' kimliğine sahip ögede) '$2' dil koduna sahip birden çok metin ögesi bulundu.", + "structure-error-contains-tref": "Bu dosya, bu araç tarafından desteklenmeyen tref etiketleri içeriyor.", + "structure-error-css-too-complex": "Bu dosya ayrıştırılamayacak kadar karmaşık CSS içeriyor.", + "structure-error-css-has-ids": "Bu dosya, CSS'deki öge kimliklerini kullanıyor ve SVG Çeviri yeni kimlikler eklediğinde bozulabilir. Mümkünse bunun yerine sınıflar kullanılmalıdır.", + "structure-error-unexpected-node-in-text": "Bu dosyanın bir metin ögesi içinde beklenmeyen içeriği var. Metin içinde yalnızca tspan ögeleri kullanılmalıdır.", + "structure-error-invalid-node-id": "Bu dosya, SVG Çeviri'de izin verilmeyen karakterleri içeren bir metin ögesi kimliğini ($1) içeriyor.", + "structure-error-text-contains-dollar": "Bu dosya, $1 ('$2') cinsinden desteklenmeyen metin içeriği içeriyor. SVG Çeviri, dolar-sayı sözdizimiyle çalışamaz.", + "structure-error-non-tspan-inside-text": "Bu dosya, tspan ögesi olmayan içeriğe sahip bir metin ögesi içeriyor.", + "structure-error-switch-text-is-not-node": "Bu dosya, bir anahtar ögesi içinde düğüm dışı içeriğe sahip.", + "structure-error-switch-text-content-outside-text": "Bu dosyanın bir anahtar ögesinin içinde ancak bir metin etiketinin dışında metin içeriği var ve SVG Çeviri bunu halledemez.", + "structure-error-switch-child-not-text": "Bu dosya, metin ögesi olmayan bir öge içeren bir anahtar ögesi içeriyor.", + "structure-error-multiple-lang-in-text": "Bu dosya, systemLanguage özniteliklerinde tekrarlanan '$2' dil koduna sahip bir metin ögesi içerir.", + "structure-error-no-id": "[öge kimliği belirlenebilir]", "pick-another": "← başka bir dosya seç", "view-on-commons": "Commons'ta görüntüle", "opens-in-new-tab": "Yeni sekmede açar", diff --git a/public/assets/i18n/app/vi.json b/public/assets/i18n/app/vi.json index b8925722..aab7c737 100644 --- a/public/assets/i18n/app/vi.json +++ b/public/assets/i18n/app/vi.json @@ -1,6 +1,8 @@ { "@metadata": { "authors": [ + "Doraemonluonbentoi", + "Flyplanevn27", "Leducthn", "Minh Nguyen", "Nghiemtrongdai VN", diff --git a/public/assets/i18n/app/xmf.json b/public/assets/i18n/app/xmf.json index 9f5d34bb..526f2b10 100644 --- a/public/assets/i18n/app/xmf.json +++ b/public/assets/i18n/app/xmf.json @@ -18,6 +18,7 @@ "interface-lang-field-label": "ხეჭკუდიშ ნინა:", "interface-lang-field-help": "ხეჭკუდიშ ინტერფეისი თე ნინაშა იძირებედას იჸი.", "preferred-langs-field-label": "მოხუჯური ნინეფი შა/შე ოთანგალო:", + "preferred-langs-field-help": "თე ნინეფი თანგუაშ ბორჯის ართიანიშ ოთირალო მეწურაფილ იჸუაფუ ხასჷლაშ ჟილეშე.", "add-preferred-lang": "გეძინა", "search-help": "ვიკიოწკარუეშე ფაილიშ ჯოხო ქინაჭარით", "search-label": "ფაილიშ ჯოხო ('File:' პრეფიქსიშ უმუშო) ვარ-და URL-მიოწურაფუ:", @@ -27,8 +28,19 @@ "not-found": "მოთხირელი ფაილქ ვეგორჷ. ქორთხინთ, გეგშაგორით შხვა სურათი.", "invalid-format": "ხვალე SVG-ფაილეფი გჷმირინუაფუ.", "invalid-svg": "ფაილიშ კითხირიშ ჩილათა.", + "network-error": "ჩილათა ვიკიმედიაშ სერვერეფშე ინფორმაციაშ მეღებაა ბორჯის. ქორთხინთ, მოგვიანეთ ქოცადით.", + "structure-error-no-doc-element": "ელემენტიქ document ვეგორჷ.", + "structure-error-nested-tspans-not-supported": "ათე ფაილიშ თანგუა ვეშილებე, თიშ გეშა, ნამჷ-და $1-ის იკათუანს tspan ელემენტის.", + "structure-error-multiple-text-same-lang": "გეგორაფილი რე მუსხირენ ტექსტურ ელემენტიშა ნინაშ კოდით '$2' (ელემენტის იდენტიფიკატორით '$1').", + "structure-error-contains-tref": "ათე ფაილი იკათუანს tref ხინტკეფს, ნამუეფჷთ ვა რე ხუჯდოკინელი ათე ხეჭკუდით.", + "structure-error-css-too-complex": "ათე ფაილი იკათუანს CSS-ს, ნამუთ ძალამ რთული რე ანალიზიშო.", + "structure-error-css-has-ids": "ათე ფაილს გჷმირინუაფუ ელემენტეფიშ იდენტიფიკატორი CSS-ს, ნამუეფქჷთ შილებე გოტირხან, მუჟანსჷთ SVG Translate ქეგუძინანს ახალ იდენტიფიკატორეფსჷნ. თეშ მანგიორო გჷმირინუათ ოკო კლასეფი, ქეშილებე-და.", + "structure-error-unexpected-node-in-text": "ათე ფაილს უღჷ ულებუ დინორე ტექსტურ ელემენტის. ტექსტის გჷმორინაფილი ორდას ოკო ხვალე ელემენტეფი tspan.", + "structure-error-invalid-node-id": "ათე ფაილი იკათუანს ტექსტური ელემენტიშ იდენტიფიკატორს ($1), ნამუთ SVG Translate-შო უმუხუჯუ სიმბოლოეფი რე.", + "structure-error-no-id": "[ID ელემენტიქ შილებე გითანჯასჷნ]", "pick-another": "← გეგშაგორით შხვა ფაილი", "view-on-commons": "ვიკიოწკარუეს ძირაფა", + "opens-in-new-tab": "გინწყუმუ ახალ აშნაკიდას", "default-language": "დაჭყაფური ნინა", "source-lang-not-found": "ვა რე თანგილი. ავტომატურო: $1", "source-to-target": "შა", @@ -41,17 +53,27 @@ "download-button-label": "გჷმოხარგუა", "download-or-upload": "ვარ-და", "translation-image-alt": "ასეშო თე სურათი ითანგჷ. ეჭარუა ვა უღუ.", + "preview-error-occurred": "წიმიწორე გინოჯინაშ ბორჯის ჩილათაქ მოხვადჷ. ქორთხინთ, გაგჷნძორით თანგუა, მარა თე ჩილათაქ ვეგეგშეთინუ-და, ქუგმოგებაფეთ თეშ გეშა (გიმენ ნორთის მოჩამილი რცხუშ მეშქაშალათ).", + "download-icon-alt": "ფაილიშ გჷმოხარგუაშ ემაშანალი ხანტურია", "pick-an-image-title": "გეგშაგორით სურათი", "pick-an-image-desc": "ვიკიოწკარუეშე.", + "translate-icon-alt": "მუსხირენ ნინაშ ემაშანალი ხანტურია", "translate-labels-title": "გეგნოთანგით", + "translate-labels-desc": "თე სურათიშ მუკნაჭარეფი.", "commons-logo-alt": "ვიკიოწკარუეშ ლოგო", "update-commons-title": "ვიკიოწკარუეშა გეხარგით", "update-commons-desc": "ვარ-და თქვან კომპიუტერს დოჩვით.", "upload-complete": "ეხარგუაქ გეთუ", + "upload-complete-message": "ქვერსემ მარდი! თქვან ნათანგეფი (სურათიშო „$1“) ეხარგელი რე. შეილებჷნა გაგჷნძორათ მუკნაჭარეფიშ თანგუა დო ათე სურათიშ მოახალაფაშო თინეფიშ კჷნ ეხარგუა.", "upload-complete-commons": "სურათიშ ძირაფა", "upload-complete-translate-another": "შხვა სურათიშ გჷნოთანგუა", + "licenced-under": "იბჟინაფუ GPL 3.0 ვარ-და გეჸვენჯი ლიცენზიეფით", + "developed-by": "შემუშებული რე ფონდი ვიკიმედიაშ ტექნიკური ბუნაშით", "version": "ვერსია $1", "git-hash": "ეკონია კომიტი - $1", + "toolforge-logo-alt": "Toolforge-იშ „ქულამურიშ“ ლოგო", + "powered-by-toolforge": "Toolforge-იშ პლატფორმას", "privacy-policy": "კონფიდენციალურობაშ პოლიტიკა", - "report-issue": "ქუგმოგებაფეთ ჩილათაშ გეშა" + "report-issue": "ქუგმოგებაფეთ ჩილათაშ გეშა", + "view-source": "Github-ის ძირაფა" } diff --git a/public/assets/manifest.json b/public/assets/manifest.json index efe87215..432e939b 100644 --- a/public/assets/manifest.json +++ b/public/assets/manifest.json @@ -20,6 +20,7 @@ "assets/i18n/app/ca.json": "assets/i18n/app/ca.json", "assets/i18n/app/ce.json": "assets/i18n/app/ce.json", "assets/i18n/app/ckb.json": "assets/i18n/app/ckb.json", + "assets/i18n/app/co.json": "assets/i18n/app/co.json", "assets/i18n/app/cs.json": "assets/i18n/app/cs.json", "assets/i18n/app/cy.json": "assets/i18n/app/cy.json", "assets/i18n/app/da.json": "assets/i18n/app/da.json", diff --git a/tests/Model/Svg/SvgFileTest.php b/tests/Model/Svg/SvgFileTest.php index 40433196..8676f379 100644 --- a/tests/Model/Svg/SvgFileTest.php +++ b/tests/Model/Svg/SvgFileTest.php @@ -530,11 +530,10 @@ public function testRemovesUnderscoresFromLangTags() public function testSvgNamespace(string $input, string $expected) { $svgFile = $this->getSvgFileFromString(''.$input.''); - $this->assertSame( - ''."\n" - .'' + $this->assertRegExp( + '|' .$expected - .''."\n", + .''."\n|m", $svgFile->saveToString() ); } @@ -574,7 +573,7 @@ public function provideSvgNamespace() .'', 'expected' => '' .'A' - .'B' + .'<(svg:)?text id="trsvg18">B' .'', ], 'tspan_namespace' => [ @@ -584,7 +583,7 @@ public function provideSvgNamespace() .'', 'expected' => '' .'A' - .'B' + .'<(svg:)?tspan id="trsvg2">B' .'', ], ];