From f1aef5e65da065f235b21bae310b67b65b672d8b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 May 2023 11:26:09 +0200 Subject: update to 6.5.5 --- installed.json | 342 ++++++++++++++++++++------------------- php-bartlett-PHP-CompatInfo.spec | 57 +++---- 2 files changed, 203 insertions(+), 196 deletions(-) diff --git a/installed.json b/installed.json index fa648d7..7d85675 100644 --- a/installed.json +++ b/installed.json @@ -293,17 +293,17 @@ }, { "name": "doctrine/annotations", - "version": "1.14.2", - "version_normalized": "1.14.2.0", + "version": "1.14.3", + "version_normalized": "1.14.3.0", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "ad785217c1e9555a7d6c6c8c9f406395a5e2882b" + "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/ad785217c1e9555a7d6c6c8c9f406395a5e2882b", - "reference": "ad785217c1e9555a7d6c6c8c9f406395a5e2882b", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af", + "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af", "shasum": "" }, "require": { @@ -323,7 +323,7 @@ "suggest": { "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations" }, - "time": "2022-12-15T06:48:22+00:00", + "time": "2023-02-01T09:20:38+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -366,7 +366,7 @@ ], "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/1.14.3" }, "install-path": "../doctrine/annotations" }, @@ -635,17 +635,17 @@ }, { "name": "doctrine/dbal", - "version": "3.5.2", - "version_normalized": "3.5.2.0", + "version": "3.6.2", + "version_normalized": "3.6.2.0", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "63e513cebbbaf96a6795e5c5ee34d205831bfc85" + "reference": "b4bd1cfbd2b916951696d82e57d054394d84864c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/63e513cebbbaf96a6795e5c5ee34d205831bfc85", - "reference": "63e513cebbbaf96a6795e5c5ee34d205831bfc85", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/b4bd1cfbd2b916951696d82e57d054394d84864c", + "reference": "b4bd1cfbd2b916951696d82e57d054394d84864c", "shasum": "" }, "require": { @@ -658,13 +658,14 @@ "psr/log": "^1|^2|^3" }, "require-dev": { - "doctrine/coding-standard": "11.0.0", + "doctrine/coding-standard": "11.1.0", + "fig/log-test": "^1", "jetbrains/phpstorm-stubs": "2022.3", - "phpstan/phpstan": "1.9.2", - "phpstan/phpstan-strict-rules": "^1.4", - "phpunit/phpunit": "9.5.27", + "phpstan/phpstan": "1.10.9", + "phpstan/phpstan-strict-rules": "^1.5", + "phpunit/phpunit": "9.6.6", "psalm/plugin-phpunit": "0.18.4", - "squizlabs/php_codesniffer": "3.7.1", + "squizlabs/php_codesniffer": "3.7.2", "symfony/cache": "^5.4|^6.0", "symfony/console": "^4.4|^5.4|^6.0", "vimeo/psalm": "4.30.0" @@ -672,7 +673,7 @@ "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." }, - "time": "2022-12-19T08:17:34+00:00", + "time": "2023-04-14T07:25:38+00:00", "bin": [ "bin/doctrine-dbal" ], @@ -729,7 +730,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.6.2" }, "funding": [ { @@ -1138,30 +1139,30 @@ }, { "name": "doctrine/orm", - "version": "2.14.0", - "version_normalized": "2.14.0.0", + "version": "2.15.1", + "version_normalized": "2.15.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/orm.git", - "reference": "f82485e651763fbd1b34879726f4d3b91c358bd9" + "reference": "9bc6f5b4ac6f1e7d4248b2efbd01a748782075bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/orm/zipball/f82485e651763fbd1b34879726f4d3b91c358bd9", - "reference": "f82485e651763fbd1b34879726f4d3b91c358bd9", + "url": "https://api.github.com/repos/doctrine/orm/zipball/9bc6f5b4ac6f1e7d4248b2efbd01a748782075bc", + "reference": "9bc6f5b4ac6f1e7d4248b2efbd01a748782075bc", "shasum": "" }, "require": { "composer-runtime-api": "^2", "doctrine/cache": "^1.12.1 || ^2.1.1", - "doctrine/collections": "^1.5 || ^2.0", + "doctrine/collections": "^1.5 || ^2.1", "doctrine/common": "^3.0.3", "doctrine/dbal": "^2.13.1 || ^3.2", "doctrine/deprecations": "^0.5.3 || ^1", "doctrine/event-manager": "^1.2 || ^2", "doctrine/inflector": "^1.4 || ^2.0", - "doctrine/instantiator": "^1.3", - "doctrine/lexer": "^1.2.3 || ^2", + "doctrine/instantiator": "^1.3 || ^2", + "doctrine/lexer": "^2", "doctrine/persistence": "^2.4 || ^3", "ext-ctype": "*", "php": "^7.1 || ^8.0", @@ -1175,23 +1176,23 @@ }, "require-dev": { "doctrine/annotations": "^1.13 || ^2", - "doctrine/coding-standard": "^9.0.2 || ^11.0", + "doctrine/coding-standard": "^9.0.2 || ^12.0", "phpbench/phpbench": "^0.16.10 || ^1.0", - "phpstan/phpstan": "~1.4.10 || 1.9.4", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "phpstan/phpstan": "~1.4.10 || 1.10.14", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6", "psr/log": "^1 || ^2 || ^3", - "squizlabs/php_codesniffer": "3.7.1", + "squizlabs/php_codesniffer": "3.7.2", "symfony/cache": "^4.4 || ^5.4 || ^6.0", "symfony/var-exporter": "^4.4 || ^5.4 || ^6.2", "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0", - "vimeo/psalm": "4.30.0 || 5.3.0" + "vimeo/psalm": "4.30.0 || 5.11.0" }, "suggest": { "ext-dom": "Provides support for XSD validation for XML mapping files", "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0", "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" }, - "time": "2022-12-19T21:51:58+00:00", + "time": "2023-05-07T18:56:25+00:00", "bin": [ "bin/doctrine" ], @@ -1236,23 +1237,23 @@ ], "support": { "issues": "https://github.com/doctrine/orm/issues", - "source": "https://github.com/doctrine/orm/tree/2.14.0" + "source": "https://github.com/doctrine/orm/tree/2.15.1" }, "install-path": "../doctrine/orm" }, { "name": "doctrine/persistence", - "version": "3.1.2", - "version_normalized": "3.1.2.0", + "version": "3.1.4", + "version_normalized": "3.1.4.0", "source": { "type": "git", "url": "https://github.com/doctrine/persistence.git", - "reference": "b44d128311af55275dbed6a4558ca59a2b9f9387" + "reference": "8bf8ab15960787f1a49d405f6eb8c787b4841119" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/persistence/zipball/b44d128311af55275dbed6a4558ca59a2b9f9387", - "reference": "b44d128311af55275dbed6a4558ca59a2b9f9387", + "url": "https://api.github.com/repos/doctrine/persistence/zipball/8bf8ab15960787f1a49d405f6eb8c787b4841119", + "reference": "8bf8ab15960787f1a49d405f6eb8c787b4841119", "shasum": "" }, "require": { @@ -1274,7 +1275,7 @@ "symfony/cache": "^4.4 || ^5.4 || ^6.0", "vimeo/psalm": "4.30.0 || 5.3.0" }, - "time": "2022-12-19T13:58:18+00:00", + "time": "2023-02-03T11:13:07+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -1323,7 +1324,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.1.4" }, "funding": [ { @@ -1343,17 +1344,17 @@ }, { "name": "nikic/php-parser", - "version": "v4.15.2", - "version_normalized": "4.15.2.0", + "version": "v4.15.4", + "version_normalized": "4.15.4.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc" + "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290" }, "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/6bb5176bc4af8bcb7d926f88718db9b96a2d4290", + "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290", "shasum": "" }, "require": { @@ -1364,7 +1365,7 @@ "ircmaxell/php-yacc": "^0.0.7", "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" }, - "time": "2022-11-12T15:38:23+00:00", + "time": "2023-03-05T19:49:14+00:00", "bin": [ "bin/php-parse" ], @@ -1396,7 +1397,7 @@ ], "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.15.4" }, "install-path": "../nikic/php-parser" }, @@ -1805,17 +1806,17 @@ }, { "name": "symfony/amqp-messenger", - "version": "v5.4.17", - "version_normalized": "5.4.17.0", + "version": "v5.4.22", + "version_normalized": "5.4.22.0", "source": { "type": "git", "url": "https://github.com/symfony/amqp-messenger.git", - "reference": "df5601a7e1d379c13fc0e9e86219e071a370def0" + "reference": "6343af983ba7460f7ea984aacb95d1ed382f6e40" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/amqp-messenger/zipball/df5601a7e1d379c13fc0e9e86219e071a370def0", - "reference": "df5601a7e1d379c13fc0e9e86219e071a370def0", + "url": "https://api.github.com/repos/symfony/amqp-messenger/zipball/6343af983ba7460f7ea984aacb95d1ed382f6e40", + "reference": "6343af983ba7460f7ea984aacb95d1ed382f6e40", "shasum": "" }, "require": { @@ -1829,7 +1830,7 @@ "symfony/property-access": "^4.4|^5.0|^6.0", "symfony/serializer": "^4.4|^5.0|^6.0" }, - "time": "2022-12-13T17:34:41+00:00", + "time": "2023-03-10T09:58:14+00:00", "type": "symfony-messenger-bridge", "installation-source": "dist", "autoload": { @@ -1857,7 +1858,7 @@ "description": "Symfony AMQP extension Messenger Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/amqp-messenger/tree/v5.4.17" + "source": "https://github.com/symfony/amqp-messenger/tree/v5.4.22" }, "funding": [ { @@ -1877,17 +1878,17 @@ }, { "name": "symfony/cache", - "version": "v5.4.18", - "version_normalized": "5.4.18.0", + "version": "v5.4.23", + "version_normalized": "5.4.23.0", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "a33fa08a3f37bb44b90e60b9028796d6b811f9ef" + "reference": "983c79ff28612cdfd66d8e44e1a06e5afc87e107" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/a33fa08a3f37bb44b90e60b9028796d6b811f9ef", - "reference": "a33fa08a3f37bb44b90e60b9028796d6b811f9ef", + "url": "https://api.github.com/repos/symfony/cache/zipball/983c79ff28612cdfd66d8e44e1a06e5afc87e107", + "reference": "983c79ff28612cdfd66d8e44e1a06e5afc87e107", "shasum": "" }, "require": { @@ -1925,7 +1926,7 @@ "symfony/messenger": "^4.4|^5.0|^6.0", "symfony/var-dumper": "^4.4|^5.0|^6.0" }, - "time": "2022-12-29T16:06:09+00:00", + "time": "2023-04-21T15:38:51+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -1957,7 +1958,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v5.4.18" + "source": "https://github.com/symfony/cache/tree/v5.4.23" }, "funding": [ { @@ -2059,17 +2060,17 @@ }, { "name": "symfony/config", - "version": "v5.4.11", - "version_normalized": "5.4.11.0", + "version": "v5.4.21", + "version_normalized": "5.4.21.0", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "ec79e03125c1d2477e43dde8528535d90cc78379" + "reference": "2a6b1111d038adfa15d52c0871e540f3b352d1e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/ec79e03125c1d2477e43dde8528535d90cc78379", - "reference": "ec79e03125c1d2477e43dde8528535d90cc78379", + "url": "https://api.github.com/repos/symfony/config/zipball/2a6b1111d038adfa15d52c0871e540f3b352d1e4", + "reference": "2a6b1111d038adfa15d52c0871e540f3b352d1e4", "shasum": "" }, "require": { @@ -2093,7 +2094,7 @@ "suggest": { "symfony/yaml": "To use the yaml reference dumper" }, - "time": "2022-07-20T13:00:38+00:00", + "time": "2023-02-14T08:03:56+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -2121,7 +2122,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.21" }, "funding": [ { @@ -2141,17 +2142,17 @@ }, { "name": "symfony/console", - "version": "v5.4.17", - "version_normalized": "5.4.17.0", + "version": "v5.4.23", + "version_normalized": "5.4.23.0", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "58422fdcb0e715ed05b385f70d3e8b5ed4bbd45f" + "reference": "90f21e27d0d88ce38720556dd164d4a1e4c3934c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/58422fdcb0e715ed05b385f70d3e8b5ed4bbd45f", - "reference": "58422fdcb0e715ed05b385f70d3e8b5ed4bbd45f", + "url": "https://api.github.com/repos/symfony/console/zipball/90f21e27d0d88ce38720556dd164d4a1e4c3934c", + "reference": "90f21e27d0d88ce38720556dd164d4a1e4c3934c", "shasum": "" }, "require": { @@ -2189,7 +2190,7 @@ "symfony/lock": "", "symfony/process": "" }, - "time": "2022-12-28T14:15:31+00:00", + "time": "2023-04-24T18:47:29+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -2218,12 +2219,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.23" }, "funding": [ { @@ -2243,17 +2244,17 @@ }, { "name": "symfony/dependency-injection", - "version": "v5.4.17", - "version_normalized": "5.4.17.0", + "version": "v5.4.23", + "version_normalized": "5.4.23.0", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "58f2988128d2d278280781db037677a32cf720db" + "reference": "bb7b7988c898c94f5338e16403c52b5a3cae1d93" }, "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/bb7b7988c898c94f5338e16403c52b5a3cae1d93", + "reference": "bb7b7988c898c94f5338e16403c52b5a3cae1d93", "shasum": "" }, "require": { @@ -2287,7 +2288,7 @@ "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", "symfony/yaml": "" }, - "time": "2022-12-28T13:55:51+00:00", + "time": "2023-04-21T15:04:16+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -2315,7 +2316,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.23" }, "funding": [ { @@ -2405,17 +2406,17 @@ }, { "name": "symfony/doctrine-messenger", - "version": "v5.4.16", - "version_normalized": "5.4.16.0", + "version": "v5.4.23", + "version_normalized": "5.4.23.0", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-messenger.git", - "reference": "e44bc95cf7f9ad34b7a993b9aaa93703e0bc35eb" + "reference": "1667cc4d3b2741ada859f76743d25936d3617909" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/e44bc95cf7f9ad34b7a993b9aaa93703e0bc35eb", - "reference": "e44bc95cf7f9ad34b7a993b9aaa93703e0bc35eb", + "url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/1667cc4d3b2741ada859f76743d25936d3617909", + "reference": "1667cc4d3b2741ada859f76743d25936d3617909", "shasum": "" }, "require": { @@ -2433,7 +2434,7 @@ "symfony/property-access": "^4.4|^5.0|^6.0", "symfony/serializer": "^4.4|^5.0|^6.0" }, - "time": "2022-11-04T07:27:04+00:00", + "time": "2023-04-18T08:26:30+00:00", "type": "symfony-messenger-bridge", "installation-source": "dist", "autoload": { @@ -2461,7 +2462,7 @@ "description": "Symfony Doctrine Messenger Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/doctrine-messenger/tree/v5.4.16" + "source": "https://github.com/symfony/doctrine-messenger/tree/v5.4.23" }, "funding": [ { @@ -2481,17 +2482,17 @@ }, { "name": "symfony/event-dispatcher", - "version": "v5.4.17", - "version_normalized": "5.4.17.0", + "version": "v5.4.22", + "version_normalized": "5.4.22.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "8e18a9d559eb8ebc2220588f1faa726a2fcd31c9" + "reference": "1df20e45d56da29a4b1d8259dd6e950acbf1b13f" }, "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/1df20e45d56da29a4b1d8259dd6e950acbf1b13f", + "reference": "1df20e45d56da29a4b1d8259dd6e950acbf1b13f", "shasum": "" }, "require": { @@ -2521,7 +2522,7 @@ "symfony/dependency-injection": "", "symfony/http-kernel": "" }, - "time": "2022-12-12T15:54:21+00:00", + "time": "2023-03-17T11:31:58+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -2549,7 +2550,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.22" }, "funding": [ { @@ -2651,17 +2652,17 @@ }, { "name": "symfony/filesystem", - "version": "v5.4.13", - "version_normalized": "5.4.13.0", + "version": "v5.4.23", + "version_normalized": "5.4.23.0", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "ac09569844a9109a5966b9438fc29113ce77cf51" + "reference": "b2f79d86cd9e7de0fff6d03baa80eaed7a5f38b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/ac09569844a9109a5966b9438fc29113ce77cf51", - "reference": "ac09569844a9109a5966b9438fc29113ce77cf51", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/b2f79d86cd9e7de0fff6d03baa80eaed7a5f38b5", + "reference": "b2f79d86cd9e7de0fff6d03baa80eaed7a5f38b5", "shasum": "" }, "require": { @@ -2670,7 +2671,7 @@ "symfony/polyfill-mbstring": "~1.8", "symfony/polyfill-php80": "^1.16" }, - "time": "2022-09-21T19:53:16+00:00", + "time": "2023-03-02T11:38:35+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -2698,7 +2699,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.23" }, "funding": [ { @@ -2718,17 +2719,17 @@ }, { "name": "symfony/finder", - "version": "v5.4.17", - "version_normalized": "5.4.17.0", + "version": "v5.4.21", + "version_normalized": "5.4.21.0", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "40c08632019838dfb3350f18cf5563b8080055fc" + "reference": "078e9a5e1871fcfe6a5ce421b539344c21afef19" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/40c08632019838dfb3350f18cf5563b8080055fc", - "reference": "40c08632019838dfb3350f18cf5563b8080055fc", + "url": "https://api.github.com/repos/symfony/finder/zipball/078e9a5e1871fcfe6a5ce421b539344c21afef19", + "reference": "078e9a5e1871fcfe6a5ce421b539344c21afef19", "shasum": "" }, "require": { @@ -2736,7 +2737,7 @@ "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-php80": "^1.16" }, - "time": "2022-12-22T10:31:03+00:00", + "time": "2023-02-16T09:33:00+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -2764,7 +2765,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.21" }, "funding": [ { @@ -2784,17 +2785,17 @@ }, { "name": "symfony/http-client", - "version": "v5.4.17", - "version_normalized": "5.4.17.0", + "version": "v5.4.23", + "version_normalized": "5.4.23.0", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "772129f800fc0bfaa6bd40c40934d544f0957d30" + "reference": "617c98e46b54e43ca76945a908b1749bb82f4478" }, "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/617c98e46b54e43ca76945a908b1749bb82f4478", + "reference": "617c98e46b54e43ca76945a908b1749bb82f4478", "shasum": "" }, "require": { @@ -2826,7 +2827,7 @@ "symfony/process": "^4.4|^5.0|^6.0", "symfony/stopwatch": "^4.4|^5.0|^6.0" }, - "time": "2022-12-13T11:07:37+00:00", + "time": "2023-04-20T13:04:04+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -2853,8 +2854,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.23" }, "funding": [ { @@ -2955,17 +2959,17 @@ }, { "name": "symfony/messenger", - "version": "v5.4.17", - "version_normalized": "5.4.17.0", + "version": "v5.4.23", + "version_normalized": "5.4.23.0", "source": { "type": "git", "url": "https://github.com/symfony/messenger.git", - "reference": "b6f91bc2732278f5d10ff21833db5ce7c2c4f8b2" + "reference": "f81b9dab3d9a2f0519a4e1d077a0d40f8978bcb0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/messenger/zipball/b6f91bc2732278f5d10ff21833db5ce7c2c4f8b2", - "reference": "b6f91bc2732278f5d10ff21833db5ce7c2c4f8b2", + "url": "https://api.github.com/repos/symfony/messenger/zipball/f81b9dab3d9a2f0519a4e1d077a0d40f8978bcb0", + "reference": "f81b9dab3d9a2f0519a4e1d077a0d40f8978bcb0", "shasum": "" }, "require": { @@ -3000,7 +3004,7 @@ "suggest": { "enqueue/messenger-adapter": "For using the php-enqueue library as a transport." }, - "time": "2022-12-12T15:54:21+00:00", + "time": "2023-04-18T12:56:00+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -3028,7 +3032,7 @@ "description": "Helps applications send and receive messages to/from other applications or via message queues", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/messenger/tree/v5.4.17" + "source": "https://github.com/symfony/messenger/tree/v5.4.23" }, "funding": [ { @@ -3719,24 +3723,24 @@ }, { "name": "symfony/process", - "version": "v5.4.11", - "version_normalized": "5.4.11.0", + "version": "v5.4.23", + "version_normalized": "5.4.23.0", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1" + "reference": "4b842fc4b61609e0a155a114082bd94e31e98287" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/6e75fe6874cbc7e4773d049616ab450eff537bf1", - "reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1", + "url": "https://api.github.com/repos/symfony/process/zipball/4b842fc4b61609e0a155a114082bd94e31e98287", + "reference": "4b842fc4b61609e0a155a114082bd94e31e98287", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-php80": "^1.16" }, - "time": "2022-06-27T16:58:25+00:00", + "time": "2023-04-18T13:50:24+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -3764,7 +3768,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.23" }, "funding": [ { @@ -3784,17 +3788,17 @@ }, { "name": "symfony/redis-messenger", - "version": "v5.4.15", - "version_normalized": "5.4.15.0", + "version": "v5.4.23", + "version_normalized": "5.4.23.0", "source": { "type": "git", "url": "https://github.com/symfony/redis-messenger.git", - "reference": "cff610d031586c341b9118f3682c8294d959f929" + "reference": "d9c0a6d7e3e925817f1ce7ec7416cc0e29b331e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/redis-messenger/zipball/cff610d031586c341b9118f3682c8294d959f929", - "reference": "cff610d031586c341b9118f3682c8294d959f929", + "url": "https://api.github.com/repos/symfony/redis-messenger/zipball/d9c0a6d7e3e925817f1ce7ec7416cc0e29b331e1", + "reference": "d9c0a6d7e3e925817f1ce7ec7416cc0e29b331e1", "shasum": "" }, "require": { @@ -3806,7 +3810,7 @@ "symfony/property-access": "^4.4|^5.0|^6.0", "symfony/serializer": "^4.4|^5.0|^6.0" }, - "time": "2022-10-27T07:55:40+00:00", + "time": "2023-04-18T09:57:31+00:00", "type": "symfony-messenger-bridge", "installation-source": "dist", "autoload": { @@ -3834,7 +3838,7 @@ "description": "Symfony Redis extension Messenger Bridge", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/redis-messenger/tree/v5.4.15" + "source": "https://github.com/symfony/redis-messenger/tree/v5.4.23" }, "funding": [ { @@ -3923,17 +3927,17 @@ }, { "name": "symfony/serializer", - "version": "v5.4.17", - "version_normalized": "5.4.17.0", + "version": "v5.4.23", + "version_normalized": "5.4.23.0", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "4ac4fae1cbad2655a0b05f327e7ce8ef310239fb" + "reference": "545da11697153c24c274b9a68cab550b2c0a9860" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/4ac4fae1cbad2655a0b05f327e7ce8ef310239fb", - "reference": "4ac4fae1cbad2655a0b05f327e7ce8ef310239fb", + "url": "https://api.github.com/repos/symfony/serializer/zipball/545da11697153c24c274b9a68cab550b2c0a9860", + "reference": "545da11697153c24c274b9a68cab550b2c0a9860", "shasum": "" }, "require": { @@ -3945,7 +3949,7 @@ "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", @@ -3981,7 +3985,7 @@ "symfony/var-exporter": "For using the metadata compiler.", "symfony/yaml": "For using the default YAML mapping loader." }, - "time": "2022-12-20T11:10:57+00:00", + "time": "2023-04-17T13:59:16+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -4009,7 +4013,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.23" }, "funding": [ { @@ -4115,24 +4119,24 @@ }, { "name": "symfony/stopwatch", - "version": "v5.4.13", - "version_normalized": "5.4.13.0", + "version": "v5.4.21", + "version_normalized": "5.4.21.0", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "6df7a3effde34d81717bbef4591e5ffe32226d69" + "reference": "f83692cd869a6f2391691d40a01e8acb89e76fee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6df7a3effde34d81717bbef4591e5ffe32226d69", - "reference": "6df7a3effde34d81717bbef4591e5ffe32226d69", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/f83692cd869a6f2391691d40a01e8acb89e76fee", + "reference": "f83692cd869a6f2391691d40a01e8acb89e76fee", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/service-contracts": "^1|^2|^3" }, - "time": "2022-09-28T13:19:49+00:00", + "time": "2023-02-14T08:03:56+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -4160,7 +4164,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.21" }, "funding": [ { @@ -4180,17 +4184,17 @@ }, { "name": "symfony/string", - "version": "v5.4.17", - "version_normalized": "5.4.17.0", + "version": "v5.4.22", + "version_normalized": "5.4.22.0", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "55733a8664b8853b003e70251c58bc8cb2d82a6b" + "reference": "8036a4c76c0dd29e60b6a7cafcacc50cf088ea62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/55733a8664b8853b003e70251c58bc8cb2d82a6b", - "reference": "55733a8664b8853b003e70251c58bc8cb2d82a6b", + "url": "https://api.github.com/repos/symfony/string/zipball/8036a4c76c0dd29e60b6a7cafcacc50cf088ea62", + "reference": "8036a4c76c0dd29e60b6a7cafcacc50cf088ea62", "shasum": "" }, "require": { @@ -4210,7 +4214,7 @@ "symfony/translation-contracts": "^1.1|^2", "symfony/var-exporter": "^4.4|^5.0|^6.0" }, - "time": "2022-12-12T15:54:21+00:00", + "time": "2023-03-14T06:11:53+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -4249,7 +4253,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v5.4.17" + "source": "https://github.com/symfony/string/tree/v5.4.22" }, "funding": [ { @@ -4269,17 +4273,17 @@ }, { "name": "symfony/var-exporter", - "version": "v5.4.17", - "version_normalized": "5.4.17.0", + "version": "v5.4.21", + "version_normalized": "5.4.21.0", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "2adac0a9b55f9fb40b983b790509581dc3db0fff" + "reference": "be74908a6942fdd331554b3cec27ff41b45ccad4" }, "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/be74908a6942fdd331554b3cec27ff41b45ccad4", + "reference": "be74908a6942fdd331554b3cec27ff41b45ccad4", "shasum": "" }, "require": { @@ -4289,7 +4293,7 @@ "require-dev": { "symfony/var-dumper": "^4.4.9|^5.0.9|^6.0" }, - "time": "2022-12-22T10:10:04+00:00", + "time": "2023-02-21T19:46:44+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -4325,7 +4329,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v5.4.17" + "source": "https://github.com/symfony/var-exporter/tree/v5.4.21" }, "funding": [ { diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index 8989b93..89950dc 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -1,7 +1,7 @@ # remirepo/fedora spec file for php-bartlett-PHP-CompatInfo # # Copyright (c) 2011-2023 Remi Collet -# License: CC-BY-SA +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries @@ -11,18 +11,18 @@ %undefine __brp_mangle_shebangs %{!?php_version: %global php_version %(php -r 'echo PHP_VERSION;' 2>/dev/null)} -%global gh_commit d3e93196393b6efe6f359d128ed3638d40687574 +%global gh_commit 7852058ad3011d14021cd83cd108c74fabd7754b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151005 %global gh_owner llaville %global gh_project php-compatinfo -%global upstream_version 6.5.4 +%global upstream_version 6.5.5 #global upstream_prever RC1 Name: php-bartlett-PHP-CompatInfo Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Find out version and the extensions required for a piece of code to run # SPDX: see bundled libraries list below @@ -58,44 +58,44 @@ Requires: php-xmlreader # Bundled libraries # License BSD-3-Clause Provides: bundled(php-bartlett-php-compatinfo-db) = 4.11.0 -Provides: bundled(php-nikic-php-parser) = v4.15.2 +Provides: bundled(php-nikic-php-parser) = v4.15.4 # License MIT Provides: bundled(php-bartlett-sarif-php-sdk) = 1.0.1 Provides: bundled(php-brick-math) = 0.9.3 Provides: bundled(php-composer-semver) = 3.3.2 -Provides: bundled(php-doctrine-annotations) = 1.14.2 +Provides: bundled(php-doctrine-annotations) = 1.14.3 Provides: bundled(php-doctrine-cache) = 2.2.0 Provides: bundled(php-doctrine-collections) = 1.8.0 Provides: bundled(php-doctrine-common) = 3.4.3 -Provides: bundled(php-doctrine-dbal) = 3.5.2 +Provides: bundled(php-doctrine-dbal) = 3.6.2 Provides: bundled(php-doctrine-deprecations) = v1.0.0 Provides: bundled(php-doctrine-event-manager) = 1.2.0 Provides: bundled(php-doctrine-inflector) = 2.0.6 Provides: bundled(php-doctrine-instantiator) = 1.5.0 Provides: bundled(php-doctrine-lexer) = 2.1.0 -Provides: bundled(php-doctrine-orm) = 2.14.0 -Provides: bundled(php-doctrine-persistence) = 3.1.2 +Provides: bundled(php-doctrine-orm) = 2.15.1 +Provides: bundled(php-doctrine-persistence) = 3.1.4 Provides: bundled(php-psr-cache) = 1.0.1 Provides: bundled(php-psr-container) = 1.1.2 Provides: bundled(php-psr-event-dispatcher) = 1.0.0 Provides: bundled(php-psr-log) = 1.1.4 Provides: bundled(php-ramsey-collection) = 1.3.0 Provides: bundled(php-ramsey-uuid) = 4.2.3 -Provides: bundled(php-symfony-amqp-messenger) = v5.4.17 -Provides: bundled(php-symfony-cache) = v5.4.18 +Provides: bundled(php-symfony-amqp-messenger) = v5.4.22 +Provides: bundled(php-symfony-cache) = v5.4.23 Provides: bundled(php-symfony-cache-contracts) = v2.5.2 -Provides: bundled(php-symfony-config) = v5.4.11 -Provides: bundled(php-symfony-console) = v5.4.17 -Provides: bundled(php-symfony-dependency-injection) = v5.4.17 +Provides: bundled(php-symfony-config) = v5.4.21 +Provides: bundled(php-symfony-console) = v5.4.23 +Provides: bundled(php-symfony-dependency-injection) = v5.4.23 Provides: bundled(php-symfony-deprecation-contracts) = v2.5.2 -Provides: bundled(php-symfony-doctrine-messenger) = v5.4.16 -Provides: bundled(php-symfony-event-dispatcher) = v5.4.17 +Provides: bundled(php-symfony-doctrine-messenger) = v5.4.23 +Provides: bundled(php-symfony-event-dispatcher) = v5.4.22 Provides: bundled(php-symfony-event-dispatcher-contracts) = v2.5.2 -Provides: bundled(php-symfony-filesystem) = v5.4.13 -Provides: bundled(php-symfony-finder) = v5.4.17 -Provides: bundled(php-symfony-http-client) = v5.4.17 +Provides: bundled(php-symfony-filesystem) = v5.4.23 +Provides: bundled(php-symfony-finder) = v5.4.21 +Provides: bundled(php-symfony-http-client) = v5.4.23 Provides: bundled(php-symfony-http-client-contracts) = v2.5.2 -Provides: bundled(php-symfony-messenger) = v5.4.17 +Provides: bundled(php-symfony-messenger) = v5.4.23 Provides: bundled(php-symfony-polyfill-ctype) = v1.27.0 Provides: bundled(php-symfony-polyfill-intl-grapheme) = v1.27.0 Provides: bundled(php-symfony-polyfill-intl-normalizer) = v1.27.0 @@ -104,14 +104,14 @@ Provides: bundled(php-symfony-polyfill-php72) = v1.27.0 Provides: bundled(php-symfony-polyfill-php73) = v1.27.0 Provides: bundled(php-symfony-polyfill-php80) = v1.27.0 Provides: bundled(php-symfony-polyfill-php81) = v1.27.0 -Provides: bundled(php-symfony-process) = v5.4.11 -Provides: bundled(php-symfony-redis-messenger) = v5.4.15 +Provides: bundled(php-symfony-process) = v5.4.23 +Provides: bundled(php-symfony-redis-messenger) = v5.4.23 Provides: bundled(php-symfony-requirements-checker) = v2.0.1 -Provides: bundled(php-symfony-serializer) = v5.4.17 +Provides: bundled(php-symfony-serializer) = v5.4.23 Provides: bundled(php-symfony-service-contracts) = v2.5.2 -Provides: bundled(php-symfony-stopwatch) = v5.4.13 -Provides: bundled(php-symfony-string) = v5.4.17 -Provides: bundled(php-symfony-var-exporter) = v5.4.17 +Provides: bundled(php-symfony-stopwatch) = v5.4.21 +Provides: bundled(php-symfony-string) = v5.4.22 +Provides: bundled(php-symfony-var-exporter) = v5.4.21 Provides: phpcompatinfo = %{version} Provides: php-composer(bartlett/php-compatinfo) = %{version} @@ -126,7 +126,7 @@ show content of dictionary references. %prep %setup -q -n %{gh_project}-%{gh_commit} -%patch0 -p1 -b .rpm +%patch -P0 -p1 -b .rpm # https://github.com/llaville/php-compatinfo-db/issues/112 sed -e 's/touch/@touch/' -i vendor/bartlett/php-compatinfo-db/config/set/default.php @@ -199,6 +199,9 @@ install -D -p -m 755 %{SOURCE1} %{buildroot}%{_datadir}/%{name}/fedora- %changelog +* Tue May 16 2023 Remi Collet - 6.5.5-1 +- update to 6.5.5 + * Tue Jan 10 2023 Remi Collet - 6.5.4-2 - update bundled bartlett/php-compatinfo-db to 4.11.0 -- cgit