summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-10-09 14:42:05 +0200
committerRemi Collet <remi@php.net>2025-10-09 14:42:05 +0200
commit2683666d5cdf0f25648ef7cac0175e43b53e9c10 (patch)
treef4f3900cb5dee5ea1fdcfe3b81fe0d1bd464dc5d
parent295b5e912c9e77bcec695ac84c8b9ad695dc38b4 (diff)
update to 7.2.4HEADmaster
update bundled bartlett/php-compatinfo-db to 6.24.1
-rw-r--r--composer.json17
-rw-r--r--installed.json662
-rw-r--r--php-bartlett-PHP-CompatInfo.spec12
3 files changed, 375 insertions, 316 deletions
diff --git a/composer.json b/composer.json
index 80beece..901d1f6 100644
--- a/composer.json
+++ b/composer.json
@@ -30,7 +30,6 @@
"symfony/stopwatch": "^6.4 || ^7.0"
},
"require-dev": {
- "symfony/framework-bundle": "^6.4 || ^7.0",
"bamarni/composer-bin-plugin": "^1.8"
},
"authors": [
@@ -73,20 +72,14 @@
"bamarni-bin": {
"bin-links": true,
"target-directory": "vendor-bin",
- "forward-command": true
+ "forward-command": false
}
},
"scripts": {
"bin": "echo 'bin not installed'",
- "code:check": "vendor/bin/phpstan analyse --configuration .github/linters/phpstan.neon.dist --ansi --verbose",
- "code:lint": "vendor/bin/phplint --configuration .github/linters/.phplint.yml --verbose --progress=indicator --ansi",
- "style:check": "vendor/bin/phpcs --standard=.github/linters/.phpcs.xml.dist --warning-severity=0 --colors",
- "tests:unit": "vendor/bin/phpunit --configuration phpunit.xml.dist"
- },
- "scripts-descriptions" : {
- "code:check": "Run PHPStan code analysis on project source code",
- "code:lint": "Run PHPLint on project source code",
- "style:check": "Run PHP CodeSniffer on project source code",
- "tests:unit": "Run unit tests"
+ "post-autoload-dump": [
+ "@composer bin captainhook update",
+ "vendor/bin/captainhook install --configuration=captainhook.json --only-enabled"
+ ]
}
}
diff --git a/installed.json b/installed.json
index dd4e08a..b73a821 100644
--- a/installed.json
+++ b/installed.json
@@ -2,17 +2,17 @@
"packages": [
{
"name": "bartlett/php-compatinfo-db",
- "version": "6.17.0",
- "version_normalized": "6.17.0.0",
+ "version": "6.24.1",
+ "version_normalized": "6.24.1.0",
"source": {
"type": "git",
"url": "https://github.com/llaville/php-compatinfo-db.git",
- "reference": "827c34d5d5db1c267364e6f4b5c2eb72d62035ec"
+ "reference": "4bff212071aab2f7e01e336d483f4faa5b4bcea6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/llaville/php-compatinfo-db/zipball/827c34d5d5db1c267364e6f4b5c2eb72d62035ec",
- "reference": "827c34d5d5db1c267364e6f4b5c2eb72d62035ec",
+ "url": "https://api.github.com/repos/llaville/php-compatinfo-db/zipball/4bff212071aab2f7e01e336d483f4faa5b4bcea6",
+ "reference": "4bff212071aab2f7e01e336d483f4faa5b4bcea6",
"shasum": ""
},
"require": {
@@ -41,10 +41,9 @@
"symfony/stopwatch": "^6.4 || ^7.0"
},
"require-dev": {
- "bamarni/composer-bin-plugin": "^1.8",
- "symfony/framework-bundle": "^6.4 || ^7.0"
+ "bamarni/composer-bin-plugin": "^1.8"
},
- "time": "2025-05-04T18:37:50+00:00",
+ "time": "2025-10-09T06:41:03+00:00",
"bin": [
"bin/compatinfo-db"
],
@@ -52,7 +51,7 @@
"extra": {
"bamarni-bin": {
"bin-links": true,
- "forward-command": true,
+ "forward-command": false,
"target-directory": "vendor-bin"
},
"branch-alias": {
@@ -96,17 +95,17 @@
},
{
"name": "bartlett/sarif-php-sdk",
- "version": "2.1.1",
- "version_normalized": "2.1.1.0",
+ "version": "2.1.2",
+ "version_normalized": "2.1.2.0",
"source": {
"type": "git",
"url": "https://github.com/llaville/sarif-php-sdk.git",
- "reference": "dfe7ad1829fa023db032437737fa1f71661d8864"
+ "reference": "596f353c299193d3a10e57bfa992bda05addf619"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/llaville/sarif-php-sdk/zipball/dfe7ad1829fa023db032437737fa1f71661d8864",
- "reference": "dfe7ad1829fa023db032437737fa1f71661d8864",
+ "url": "https://api.github.com/repos/llaville/sarif-php-sdk/zipball/596f353c299193d3a10e57bfa992bda05addf619",
+ "reference": "596f353c299193d3a10e57bfa992bda05addf619",
"shasum": ""
},
"require": {
@@ -119,7 +118,7 @@
"bamarni/composer-bin-plugin": "^1.8",
"php-parallel-lint/php-console-highlighter": "^1.0"
},
- "time": "2025-03-29T08:04:00+00:00",
+ "time": "2025-05-29T13:14:41+00:00",
"type": "library",
"extra": {
"bamarni-bin": {
@@ -157,17 +156,17 @@
},
{
"name": "brick/math",
- "version": "0.12.3",
- "version_normalized": "0.12.3.0",
+ "version": "0.13.1",
+ "version_normalized": "0.13.1.0",
"source": {
"type": "git",
"url": "https://github.com/brick/math.git",
- "reference": "866551da34e9a618e64a819ee1e01c20d8a588ba"
+ "reference": "fc7ed316430118cc7836bf45faff18d5dfc8de04"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/brick/math/zipball/866551da34e9a618e64a819ee1e01c20d8a588ba",
- "reference": "866551da34e9a618e64a819ee1e01c20d8a588ba",
+ "url": "https://api.github.com/repos/brick/math/zipball/fc7ed316430118cc7836bf45faff18d5dfc8de04",
+ "reference": "fc7ed316430118cc7836bf45faff18d5dfc8de04",
"shasum": ""
},
"require": {
@@ -178,7 +177,7 @@
"phpunit/phpunit": "^10.1",
"vimeo/psalm": "6.8.8"
},
- "time": "2025-02-28T13:11:00+00:00",
+ "time": "2025-03-29T13:50:30+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -208,7 +207,7 @@
],
"support": {
"issues": "https://github.com/brick/math/issues",
- "source": "https://github.com/brick/math/tree/0.12.3"
+ "source": "https://github.com/brick/math/tree/0.13.1"
},
"funding": [
{
@@ -220,17 +219,17 @@
},
{
"name": "composer/semver",
- "version": "3.4.3",
- "version_normalized": "3.4.3.0",
+ "version": "3.4.4",
+ "version_normalized": "3.4.4.0",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
- "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12"
+ "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
- "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
+ "url": "https://api.github.com/repos/composer/semver/zipball/198166618906cb2de69b95d7d47e5fa8aa1b2b95",
+ "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95",
"shasum": ""
},
"require": {
@@ -240,7 +239,7 @@
"phpstan/phpstan": "^1.11",
"symfony/phpunit-bridge": "^3 || ^7"
},
- "time": "2024-09-19T14:15:21+00:00",
+ "time": "2025-08-20T19:15:30+00:00",
"type": "library",
"extra": {
"branch-alias": {
@@ -284,7 +283,7 @@
"support": {
"irc": "ircs://irc.libera.chat:6697/composer",
"issues": "https://github.com/composer/semver/issues",
- "source": "https://github.com/composer/semver/tree/3.4.3"
+ "source": "https://github.com/composer/semver/tree/3.4.4"
},
"funding": [
{
@@ -294,10 +293,6 @@
{
"url": "https://github.com/composer",
"type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/composer/composer",
- "type": "tidelift"
}
],
"install-path": "./semver"
@@ -393,17 +388,17 @@
},
{
"name": "doctrine/dbal",
- "version": "4.2.3",
- "version_normalized": "4.2.3.0",
+ "version": "4.2.5",
+ "version_normalized": "4.2.5.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
- "reference": "33d2d7fe1269b2301640c44cf2896ea607b30e3e"
+ "reference": "acb68b388b2577bb211bb26dc22d20a8ad93d97d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/dbal/zipball/33d2d7fe1269b2301640c44cf2896ea607b30e3e",
- "reference": "33d2d7fe1269b2301640c44cf2896ea607b30e3e",
+ "url": "https://api.github.com/repos/doctrine/dbal/zipball/acb68b388b2577bb211bb26dc22d20a8ad93d97d",
+ "reference": "acb68b388b2577bb211bb26dc22d20a8ad93d97d",
"shasum": ""
},
"require": {
@@ -413,22 +408,22 @@
"psr/log": "^1|^2|^3"
},
"require-dev": {
- "doctrine/coding-standard": "12.0.0",
+ "doctrine/coding-standard": "13.0.0",
"fig/log-test": "^1",
"jetbrains/phpstorm-stubs": "2023.2",
- "phpstan/phpstan": "2.1.1",
- "phpstan/phpstan-phpunit": "2.0.3",
+ "phpstan/phpstan": "2.1.17",
+ "phpstan/phpstan-phpunit": "2.0.6",
"phpstan/phpstan-strict-rules": "^2",
- "phpunit/phpunit": "10.5.39",
- "slevomat/coding-standard": "8.13.1",
- "squizlabs/php_codesniffer": "3.10.2",
+ "phpunit/phpunit": "10.5.46",
+ "slevomat/coding-standard": "8.16.2",
+ "squizlabs/php_codesniffer": "3.13.1",
"symfony/cache": "^6.3.8|^7.0",
"symfony/console": "^5.4|^6.3|^7.0"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
},
- "time": "2025-03-07T18:29:05+00:00",
+ "time": "2025-06-26T22:51:46+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -482,7 +477,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
- "source": "https://github.com/doctrine/dbal/tree/4.2.3"
+ "source": "https://github.com/doctrine/dbal/tree/4.2.5"
},
"funding": [
{
@@ -647,36 +642,35 @@
},
{
"name": "doctrine/inflector",
- "version": "2.0.10",
- "version_normalized": "2.0.10.0",
+ "version": "2.1.0",
+ "version_normalized": "2.1.0.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
- "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc"
+ "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc",
- "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc",
+ "url": "https://api.github.com/repos/doctrine/inflector/zipball/6d6c96277ea252fc1304627204c3d5e6e15faa3b",
+ "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
- "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 || ^5.4"
+ "doctrine/coding-standard": "^12.0 || ^13.0",
+ "phpstan/phpstan": "^1.12 || ^2.0",
+ "phpstan/phpstan-phpunit": "^1.4 || ^2.0",
+ "phpstan/phpstan-strict-rules": "^1.6 || ^2.0",
+ "phpunit/phpunit": "^8.5 || ^12.2"
},
- "time": "2024-02-18T20:23:39+00:00",
+ "time": "2025-08-10T19:31:58+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
- "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
+ "Doctrine\\Inflector\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -721,7 +715,7 @@
],
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
- "source": "https://github.com/doctrine/inflector/tree/2.0.10"
+ "source": "https://github.com/doctrine/inflector/tree/2.1.0"
},
"funding": [
{
@@ -894,17 +888,17 @@
},
{
"name": "doctrine/orm",
- "version": "3.3.3",
- "version_normalized": "3.3.3.0",
+ "version": "3.5.2",
+ "version_normalized": "3.5.2.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
- "reference": "1f1891d3e20ef9881e81c2f32c53e9dc88dfc9a7"
+ "reference": "5a541b8b3a327ab1ea5f93b1615b4ff67a34e109"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/orm/zipball/1f1891d3e20ef9881e81c2f32c53e9dc88dfc9a7",
- "reference": "1f1891d3e20ef9881e81c2f32c53e9dc88dfc9a7",
+ "url": "https://api.github.com/repos/doctrine/orm/zipball/5a541b8b3a327ab1ea5f93b1615b4ff67a34e109",
+ "reference": "5a541b8b3a327ab1ea5f93b1615b4ff67a34e109",
"shasum": ""
},
"require": {
@@ -939,7 +933,7 @@
"ext-dom": "Provides support for XSD validation for XML mapping files",
"symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0"
},
- "time": "2025-05-02T17:42:51+00:00",
+ "time": "2025-08-08T17:00:40+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -981,23 +975,23 @@
],
"support": {
"issues": "https://github.com/doctrine/orm/issues",
- "source": "https://github.com/doctrine/orm/tree/3.3.3"
+ "source": "https://github.com/doctrine/orm/tree/3.5.2"
},
"install-path": "../doctrine/orm"
},
{
"name": "doctrine/persistence",
- "version": "4.0.0",
- "version_normalized": "4.0.0.0",
+ "version": "4.1.0",
+ "version_normalized": "4.1.0.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/persistence.git",
- "reference": "45004aca79189474f113cbe3a53847c2115a55fa"
+ "reference": "dcbdfe4b211ae09478e192289cae7ab0987b29a4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/persistence/zipball/45004aca79189474f113cbe3a53847c2115a55fa",
- "reference": "45004aca79189474f113cbe3a53847c2115a55fa",
+ "url": "https://api.github.com/repos/doctrine/persistence/zipball/dcbdfe4b211ae09478e192289cae7ab0987b29a4",
+ "reference": "dcbdfe4b211ae09478e192289cae7ab0987b29a4",
"shasum": ""
},
"require": {
@@ -1005,18 +999,16 @@
"php": "^8.1",
"psr/cache": "^1.0 || ^2.0 || ^3.0"
},
- "conflict": {
- "doctrine/common": "<2.10"
- },
"require-dev": {
"doctrine/coding-standard": "^12",
"phpstan/phpstan": "1.12.7",
"phpstan/phpstan-phpunit": "^1",
- "phpstan/phpstan-strict-rules": "^1.1",
+ "phpstan/phpstan-strict-rules": "^1.6",
"phpunit/phpunit": "^9.6",
- "symfony/cache": "^4.4 || ^5.4 || ^6.0 || ^7.0"
+ "symfony/cache": "^4.4 || ^5.4 || ^6.0 || ^7.0",
+ "symfony/finder": "^4.4 || ^5.4 || ^6.0 || ^7.0"
},
- "time": "2024-11-01T21:49:07+00:00",
+ "time": "2025-08-21T16:00:31+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -1065,7 +1057,7 @@
],
"support": {
"issues": "https://github.com/doctrine/persistence/issues",
- "source": "https://github.com/doctrine/persistence/tree/4.0.0"
+ "source": "https://github.com/doctrine/persistence/tree/4.1.0"
},
"funding": [
{
@@ -1085,17 +1077,17 @@
},
{
"name": "nikic/php-parser",
- "version": "v5.4.0",
- "version_normalized": "5.4.0.0",
+ "version": "v5.6.1",
+ "version_normalized": "5.6.1.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
- "reference": "447a020a1f875a434d62f2a401f53b82a396e494"
+ "reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494",
- "reference": "447a020a1f875a434d62f2a401f53b82a396e494",
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2",
+ "reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2",
"shasum": ""
},
"require": {
@@ -1108,14 +1100,14 @@
"ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^9.0"
},
- "time": "2024-12-30T11:07:19+00:00",
+ "time": "2025-08-13T20:13:15+00:00",
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "5.0-dev"
+ "dev-master": "5.x-dev"
}
},
"installation-source": "dist",
@@ -1140,7 +1132,7 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
- "source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0"
+ "source": "https://github.com/nikic/PHP-Parser/tree/v5.6.1"
},
"install-path": "../nikic/php-parser"
},
@@ -1490,22 +1482,21 @@
},
{
"name": "ramsey/uuid",
- "version": "4.7.6",
- "version_normalized": "4.7.6.0",
+ "version": "4.9.1",
+ "version_normalized": "4.9.1.0",
"source": {
"type": "git",
"url": "https://github.com/ramsey/uuid.git",
- "reference": "91039bc1faa45ba123c4328958e620d382ec7088"
+ "reference": "81f941f6f729b1e3ceea61d9d014f8b6c6800440"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ramsey/uuid/zipball/91039bc1faa45ba123c4328958e620d382ec7088",
- "reference": "91039bc1faa45ba123c4328958e620d382ec7088",
+ "url": "https://api.github.com/repos/ramsey/uuid/zipball/81f941f6f729b1e3ceea61d9d014f8b6c6800440",
+ "reference": "81f941f6f729b1e3ceea61d9d014f8b6c6800440",
"shasum": ""
},
"require": {
- "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12",
- "ext-json": "*",
+ "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13 || ^0.14",
"php": "^8.0",
"ramsey/collection": "^1.2 || ^2.0"
},
@@ -1513,26 +1504,23 @@
"rhumsaa/uuid": "self.version"
},
"require-dev": {
- "captainhook/captainhook": "^5.10",
+ "captainhook/captainhook": "^5.25",
"captainhook/plugin-composer": "^5.3",
- "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
- "doctrine/annotations": "^1.8",
- "ergebnis/composer-normalize": "^2.15",
- "mockery/mockery": "^1.3",
+ "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
+ "ergebnis/composer-normalize": "^2.47",
+ "mockery/mockery": "^1.6",
"paragonie/random-lib": "^2",
- "php-mock/php-mock": "^2.2",
- "php-mock/php-mock-mockery": "^1.3",
- "php-parallel-lint/php-parallel-lint": "^1.1",
- "phpbench/phpbench": "^1.0",
- "phpstan/extension-installer": "^1.1",
- "phpstan/phpstan": "^1.8",
- "phpstan/phpstan-mockery": "^1.1",
- "phpstan/phpstan-phpunit": "^1.1",
- "phpunit/phpunit": "^8.5 || ^9",
- "ramsey/composer-repl": "^1.4",
- "slevomat/coding-standard": "^8.4",
- "squizlabs/php_codesniffer": "^3.5",
- "vimeo/psalm": "^4.9"
+ "php-mock/php-mock": "^2.6",
+ "php-mock/php-mock-mockery": "^1.5",
+ "php-parallel-lint/php-parallel-lint": "^1.4.0",
+ "phpbench/phpbench": "^1.2.14",
+ "phpstan/extension-installer": "^1.4",
+ "phpstan/phpstan": "^2.1",
+ "phpstan/phpstan-mockery": "^2.0",
+ "phpstan/phpstan-phpunit": "^2.0",
+ "phpunit/phpunit": "^9.6",
+ "slevomat/coding-standard": "^8.18",
+ "squizlabs/php_codesniffer": "^3.13"
},
"suggest": {
"ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
@@ -1541,7 +1529,7 @@
"paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
},
- "time": "2024-04-27T21:32:50+00:00",
+ "time": "2025-09-04T20:59:21+00:00",
"type": "library",
"extra": {
"captainhook": {
@@ -1569,33 +1557,23 @@
],
"support": {
"issues": "https://github.com/ramsey/uuid/issues",
- "source": "https://github.com/ramsey/uuid/tree/4.7.6"
+ "source": "https://github.com/ramsey/uuid/tree/4.9.1"
},
- "funding": [
- {
- "url": "https://github.com/ramsey",
- "type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
- "type": "tidelift"
- }
- ],
"install-path": "../ramsey/uuid"
},
{
"name": "symfony/cache",
- "version": "v6.4.21",
- "version_normalized": "6.4.21.0",
+ "version": "v6.4.26",
+ "version_normalized": "6.4.26.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
- "reference": "d1abcf763a7414f2e572f676f22da7a06c8cd9ee"
+ "reference": "66c853ddcbf85c1984169869be498c3e7597b367"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/cache/zipball/d1abcf763a7414f2e572f676f22da7a06c8cd9ee",
- "reference": "d1abcf763a7414f2e572f676f22da7a06c8cd9ee",
+ "url": "https://api.github.com/repos/symfony/cache/zipball/66c853ddcbf85c1984169869be498c3e7597b367",
+ "reference": "66c853ddcbf85c1984169869be498c3e7597b367",
"shasum": ""
},
"require": {
@@ -1629,7 +1607,7 @@
"symfony/messenger": "^5.4|^6.0|^7.0",
"symfony/var-dumper": "^5.4|^6.0|^7.0"
},
- "time": "2025-04-08T08:21:20+00:00",
+ "time": "2025-09-11T09:57:09+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -1664,7 +1642,7 @@
"psr6"
],
"support": {
- "source": "https://github.com/symfony/cache/tree/v6.4.21"
+ "source": "https://github.com/symfony/cache/tree/v6.4.26"
},
"funding": [
{
@@ -1676,6 +1654,10 @@
"type": "github"
},
{
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
@@ -1684,24 +1666,24 @@
},
{
"name": "symfony/cache-contracts",
- "version": "v3.5.1",
- "version_normalized": "3.5.1.0",
+ "version": "v3.6.0",
+ "version_normalized": "3.6.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache-contracts.git",
- "reference": "15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b"
+ "reference": "5d68a57d66910405e5c0b63d6f0af941e66fc868"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b",
- "reference": "15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b",
+ "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/5d68a57d66910405e5c0b63d6f0af941e66fc868",
+ "reference": "5d68a57d66910405e5c0b63d6f0af941e66fc868",
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/cache": "^3.0"
},
- "time": "2024-09-25T14:20:29+00:00",
+ "time": "2025-03-13T15:25:07+00:00",
"type": "library",
"extra": {
"thanks": {
@@ -1709,7 +1691,7 @@
"name": "symfony/contracts"
},
"branch-alias": {
- "dev-main": "3.5-dev"
+ "dev-main": "3.6-dev"
}
},
"installation-source": "dist",
@@ -1743,7 +1725,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/cache-contracts/tree/v3.5.1"
+ "source": "https://github.com/symfony/cache-contracts/tree/v3.6.0"
},
"funding": [
{
@@ -1763,17 +1745,17 @@
},
{
"name": "symfony/clock",
- "version": "v6.4.13",
- "version_normalized": "6.4.13.0",
+ "version": "v6.4.24",
+ "version_normalized": "6.4.24.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/clock.git",
- "reference": "b2bf55c4dd115003309eafa87ee7df9ed3dde81b"
+ "reference": "5e15a9c9aeeb44a99f7cf24aa75aa9607795f6f8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/clock/zipball/b2bf55c4dd115003309eafa87ee7df9ed3dde81b",
- "reference": "b2bf55c4dd115003309eafa87ee7df9ed3dde81b",
+ "url": "https://api.github.com/repos/symfony/clock/zipball/5e15a9c9aeeb44a99f7cf24aa75aa9607795f6f8",
+ "reference": "5e15a9c9aeeb44a99f7cf24aa75aa9607795f6f8",
"shasum": ""
},
"require": {
@@ -1784,7 +1766,7 @@
"provide": {
"psr/clock-implementation": "1.0"
},
- "time": "2024-09-25T14:18:03+00:00",
+ "time": "2025-07-10T08:14:14+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -1820,7 +1802,7 @@
"time"
],
"support": {
- "source": "https://github.com/symfony/clock/tree/v6.4.13"
+ "source": "https://github.com/symfony/clock/tree/v6.4.24"
},
"funding": [
{
@@ -1832,6 +1814,10 @@
"type": "github"
},
{
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
@@ -1840,17 +1826,17 @@
},
{
"name": "symfony/config",
- "version": "v6.4.14",
- "version_normalized": "6.4.14.0",
+ "version": "v6.4.26",
+ "version_normalized": "6.4.26.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
- "reference": "4e55e7e4ffddd343671ea972216d4509f46c22ef"
+ "reference": "f18dc5926cb203e125956987def795d052ee774e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/config/zipball/4e55e7e4ffddd343671ea972216d4509f46c22ef",
- "reference": "4e55e7e4ffddd343671ea972216d4509f46c22ef",
+ "url": "https://api.github.com/repos/symfony/config/zipball/f18dc5926cb203e125956987def795d052ee774e",
+ "reference": "f18dc5926cb203e125956987def795d052ee774e",
"shasum": ""
},
"require": {
@@ -1870,7 +1856,7 @@
"symfony/service-contracts": "^2.5|^3",
"symfony/yaml": "^5.4|^6.0|^7.0"
},
- "time": "2024-11-04T11:33:53+00:00",
+ "time": "2025-09-11T09:57:09+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -1898,7 +1884,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/v6.4.14"
+ "source": "https://github.com/symfony/config/tree/v6.4.26"
},
"funding": [
{
@@ -1910,6 +1896,10 @@
"type": "github"
},
{
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
@@ -1918,17 +1908,17 @@
},
{
"name": "symfony/console",
- "version": "v6.4.21",
- "version_normalized": "6.4.21.0",
+ "version": "v6.4.26",
+ "version_normalized": "6.4.26.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
- "reference": "a3011c7b7adb58d89f6c0d822abb641d7a5f9719"
+ "reference": "492de6dfd93910d7d7a729c5a04ddcd2b9e99c4f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/a3011c7b7adb58d89f6c0d822abb641d7a5f9719",
- "reference": "a3011c7b7adb58d89f6c0d822abb641d7a5f9719",
+ "url": "https://api.github.com/repos/symfony/console/zipball/492de6dfd93910d7d7a729c5a04ddcd2b9e99c4f",
+ "reference": "492de6dfd93910d7d7a729c5a04ddcd2b9e99c4f",
"shasum": ""
},
"require": {
@@ -1961,7 +1951,7 @@
"symfony/stopwatch": "^5.4|^6.0|^7.0",
"symfony/var-dumper": "^5.4|^6.0|^7.0"
},
- "time": "2025-04-07T15:42:41+00:00",
+ "time": "2025-09-26T12:13:46+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -1995,7 +1985,7 @@
"terminal"
],
"support": {
- "source": "https://github.com/symfony/console/tree/v6.4.21"
+ "source": "https://github.com/symfony/console/tree/v6.4.26"
},
"funding": [
{
@@ -2007,6 +1997,10 @@
"type": "github"
},
{
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
@@ -2015,17 +2009,17 @@
},
{
"name": "symfony/dependency-injection",
- "version": "v6.4.20",
- "version_normalized": "6.4.20.0",
+ "version": "v6.4.26",
+ "version_normalized": "6.4.26.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
- "reference": "c49796a9184a532843e78e50df9e55708b92543a"
+ "reference": "5f311eaf0b321f8ec640f6bae12da43a14026898"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c49796a9184a532843e78e50df9e55708b92543a",
- "reference": "c49796a9184a532843e78e50df9e55708b92543a",
+ "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/5f311eaf0b321f8ec640f6bae12da43a14026898",
+ "reference": "5f311eaf0b321f8ec640f6bae12da43a14026898",
"shasum": ""
},
"require": {
@@ -2051,7 +2045,7 @@
"symfony/expression-language": "^5.4|^6.0|^7.0",
"symfony/yaml": "^5.4|^6.0|^7.0"
},
- "time": "2025-03-13T09:55:08+00:00",
+ "time": "2025-09-11T09:57:09+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -2079,7 +2073,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/v6.4.20"
+ "source": "https://github.com/symfony/dependency-injection/tree/v6.4.26"
},
"funding": [
{
@@ -2091,6 +2085,10 @@
"type": "github"
},
{
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
@@ -2099,23 +2097,23 @@
},
{
"name": "symfony/deprecation-contracts",
- "version": "v3.5.1",
- "version_normalized": "3.5.1.0",
+ "version": "v3.6.0",
+ "version_normalized": "3.6.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
- "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
+ "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
- "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
+ "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
+ "reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
"shasum": ""
},
"require": {
"php": ">=8.1"
},
- "time": "2024-09-25T14:20:29+00:00",
+ "time": "2024-09-25T14:21:43+00:00",
"type": "library",
"extra": {
"thanks": {
@@ -2123,7 +2121,7 @@
"name": "symfony/contracts"
},
"branch-alias": {
- "dev-main": "3.5-dev"
+ "dev-main": "3.6-dev"
}
},
"installation-source": "dist",
@@ -2149,7 +2147,7 @@
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
+ "source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0"
},
"funding": [
{
@@ -2169,17 +2167,17 @@
},
{
"name": "symfony/event-dispatcher",
- "version": "v6.4.13",
- "version_normalized": "6.4.13.0",
+ "version": "v6.4.25",
+ "version_normalized": "6.4.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
- "reference": "0ffc48080ab3e9132ea74ef4e09d8dcf26bf897e"
+ "reference": "b0cf3162020603587363f0551cd3be43958611ff"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/0ffc48080ab3e9132ea74ef4e09d8dcf26bf897e",
- "reference": "0ffc48080ab3e9132ea74ef4e09d8dcf26bf897e",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b0cf3162020603587363f0551cd3be43958611ff",
+ "reference": "b0cf3162020603587363f0551cd3be43958611ff",
"shasum": ""
},
"require": {
@@ -2204,7 +2202,7 @@
"symfony/service-contracts": "^2.5|^3",
"symfony/stopwatch": "^5.4|^6.0|^7.0"
},
- "time": "2024-09-25T14:18:03+00:00",
+ "time": "2025-08-13T09:41:44+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -2232,7 +2230,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/v6.4.13"
+ "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.25"
},
"funding": [
{
@@ -2244,6 +2242,10 @@
"type": "github"
},
{
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
@@ -2252,24 +2254,24 @@
},
{
"name": "symfony/event-dispatcher-contracts",
- "version": "v3.5.1",
- "version_normalized": "3.5.1.0",
+ "version": "v3.6.0",
+ "version_normalized": "3.6.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
- "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f"
+ "reference": "59eb412e93815df44f05f342958efa9f46b1e586"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7642f5e970b672283b7823222ae8ef8bbc160b9f",
- "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/59eb412e93815df44f05f342958efa9f46b1e586",
+ "reference": "59eb412e93815df44f05f342958efa9f46b1e586",
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/event-dispatcher": "^1"
},
- "time": "2024-09-25T14:20:29+00:00",
+ "time": "2024-09-25T14:21:43+00:00",
"type": "library",
"extra": {
"thanks": {
@@ -2277,7 +2279,7 @@
"name": "symfony/contracts"
},
"branch-alias": {
- "dev-main": "3.5-dev"
+ "dev-main": "3.6-dev"
}
},
"installation-source": "dist",
@@ -2311,7 +2313,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.1"
+ "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.6.0"
},
"funding": [
{
@@ -2331,17 +2333,17 @@
},
{
"name": "symfony/filesystem",
- "version": "v6.4.13",
- "version_normalized": "6.4.13.0",
+ "version": "v6.4.24",
+ "version_normalized": "6.4.24.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
- "reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3"
+ "reference": "75ae2edb7cdcc0c53766c30b0a2512b8df574bd8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/4856c9cf585d5a0313d8d35afd681a526f038dd3",
- "reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3",
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/75ae2edb7cdcc0c53766c30b0a2512b8df574bd8",
+ "reference": "75ae2edb7cdcc0c53766c30b0a2512b8df574bd8",
"shasum": ""
},
"require": {
@@ -2352,7 +2354,7 @@
"require-dev": {
"symfony/process": "^5.4|^6.4|^7.0"
},
- "time": "2024-10-25T15:07:50+00:00",
+ "time": "2025-07-10T08:14:14+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -2380,7 +2382,7 @@
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/filesystem/tree/v6.4.13"
+ "source": "https://github.com/symfony/filesystem/tree/v6.4.24"
},
"funding": [
{
@@ -2392,6 +2394,10 @@
"type": "github"
},
{
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
@@ -2400,17 +2406,17 @@
},
{
"name": "symfony/finder",
- "version": "v6.4.17",
- "version_normalized": "6.4.17.0",
+ "version": "v6.4.24",
+ "version_normalized": "6.4.24.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
- "reference": "1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7"
+ "reference": "73089124388c8510efb8d2d1689285d285937b08"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/finder/zipball/1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7",
- "reference": "1d0e8266248c5d9ab6a87e3789e6dc482af3c9c7",
+ "url": "https://api.github.com/repos/symfony/finder/zipball/73089124388c8510efb8d2d1689285d285937b08",
+ "reference": "73089124388c8510efb8d2d1689285d285937b08",
"shasum": ""
},
"require": {
@@ -2419,7 +2425,7 @@
"require-dev": {
"symfony/filesystem": "^6.0|^7.0"
},
- "time": "2024-12-29T13:51:37+00:00",
+ "time": "2025-07-15T12:02:45+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -2447,7 +2453,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/finder/tree/v6.4.17"
+ "source": "https://github.com/symfony/finder/tree/v6.4.24"
},
"funding": [
{
@@ -2459,6 +2465,10 @@
"type": "github"
},
{
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
@@ -2467,17 +2477,17 @@
},
{
"name": "symfony/http-client",
- "version": "v6.4.19",
- "version_normalized": "6.4.19.0",
+ "version": "v6.4.26",
+ "version_normalized": "6.4.26.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
- "reference": "3294a433fc9d12ae58128174896b5b1822c28dad"
+ "reference": "6740cdc1a3bffa127966b6056e883b3fe3709849"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-client/zipball/3294a433fc9d12ae58128174896b5b1822c28dad",
- "reference": "3294a433fc9d12ae58128174896b5b1822c28dad",
+ "url": "https://api.github.com/repos/symfony/http-client/zipball/6740cdc1a3bffa127966b6056e883b3fe3709849",
+ "reference": "6740cdc1a3bffa127966b6056e883b3fe3709849",
"shasum": ""
},
"require": {
@@ -2485,6 +2495,7 @@
"psr/log": "^1|^2|^3",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/http-client-contracts": "~3.4.4|^3.5.2",
+ "symfony/polyfill-php83": "^1.29",
"symfony/service-contracts": "^2.5|^3"
},
"conflict": {
@@ -2512,7 +2523,7 @@
"symfony/process": "^5.4|^6.0|^7.0",
"symfony/stopwatch": "^5.4|^6.0|^7.0"
},
- "time": "2025-02-13T09:55:13+00:00",
+ "time": "2025-09-11T09:57:09+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -2543,7 +2554,7 @@
"http"
],
"support": {
- "source": "https://github.com/symfony/http-client/tree/v6.4.19"
+ "source": "https://github.com/symfony/http-client/tree/v6.4.26"
},
"funding": [
{
@@ -2555,6 +2566,10 @@
"type": "github"
},
{
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
@@ -2563,23 +2578,23 @@
},
{
"name": "symfony/http-client-contracts",
- "version": "v3.5.2",
- "version_normalized": "3.5.2.0",
+ "version": "v3.6.0",
+ "version_normalized": "3.6.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client-contracts.git",
- "reference": "ee8d807ab20fcb51267fdace50fbe3494c31e645"
+ "reference": "75d7043853a42837e68111812f4d964b01e5101c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ee8d807ab20fcb51267fdace50fbe3494c31e645",
- "reference": "ee8d807ab20fcb51267fdace50fbe3494c31e645",
+ "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/75d7043853a42837e68111812f4d964b01e5101c",
+ "reference": "75d7043853a42837e68111812f4d964b01e5101c",
"shasum": ""
},
"require": {
"php": ">=8.1"
},
- "time": "2024-12-07T08:49:48+00:00",
+ "time": "2025-04-29T11:18:49+00:00",
"type": "library",
"extra": {
"thanks": {
@@ -2587,7 +2602,7 @@
"name": "symfony/contracts"
},
"branch-alias": {
- "dev-main": "3.5-dev"
+ "dev-main": "3.6-dev"
}
},
"installation-source": "dist",
@@ -2624,7 +2639,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/http-client-contracts/tree/v3.5.2"
+ "source": "https://github.com/symfony/http-client-contracts/tree/v3.6.0"
},
"funding": [
{
@@ -2644,17 +2659,17 @@
},
{
"name": "symfony/messenger",
- "version": "v6.4.21",
- "version_normalized": "6.4.21.0",
+ "version": "v6.4.25",
+ "version_normalized": "6.4.25.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/messenger.git",
- "reference": "f99fbe6a4727ea504eb9ecc9f76e1ed61d2d6f33"
+ "reference": "4fef4c925e026cad3697ea13283e9b7a99a4d119"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/messenger/zipball/f99fbe6a4727ea504eb9ecc9f76e1ed61d2d6f33",
- "reference": "f99fbe6a4727ea504eb9ecc9f76e1ed61d2d6f33",
+ "url": "https://api.github.com/repos/symfony/messenger/zipball/4fef4c925e026cad3697ea13283e9b7a99a4d119",
+ "reference": "4fef4c925e026cad3697ea13283e9b7a99a4d119",
"shasum": ""
},
"require": {
@@ -2686,7 +2701,7 @@
"symfony/stopwatch": "^5.4|^6.0|^7.0",
"symfony/validator": "^5.4|^6.0|^7.0"
},
- "time": "2025-04-27T13:27:38+00:00",
+ "time": "2025-08-13T09:41:44+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -2714,7 +2729,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/v6.4.21"
+ "source": "https://github.com/symfony/messenger/tree/v6.4.25"
},
"funding": [
{
@@ -2726,6 +2741,10 @@
"type": "github"
},
{
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
@@ -2734,8 +2753,8 @@
},
{
"name": "symfony/polyfill-ctype",
- "version": "v1.32.0",
- "version_normalized": "1.32.0.0",
+ "version": "v1.33.0",
+ "version_normalized": "1.33.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
@@ -2796,7 +2815,7 @@
"portable"
],
"support": {
- "source": "https://github.com/symfony/polyfill-ctype/tree/v1.32.0"
+ "source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0"
},
"funding": [
{
@@ -2808,6 +2827,10 @@
"type": "github"
},
{
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
@@ -2816,17 +2839,17 @@
},
{
"name": "symfony/polyfill-intl-grapheme",
- "version": "v1.32.0",
- "version_normalized": "1.32.0.0",
+ "version": "v1.33.0",
+ "version_normalized": "1.33.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
- "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
+ "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
- "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70",
+ "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70",
"shasum": ""
},
"require": {
@@ -2835,7 +2858,7 @@
"suggest": {
"ext-intl": "For best performance"
},
- "time": "2024-09-09T11:45:10+00:00",
+ "time": "2025-06-27T09:58:17+00:00",
"type": "library",
"extra": {
"thanks": {
@@ -2877,7 +2900,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.32.0"
+ "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.33.0"
},
"funding": [
{
@@ -2889,6 +2912,10 @@
"type": "github"
},
{
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
@@ -2897,8 +2924,8 @@
},
{
"name": "symfony/polyfill-intl-normalizer",
- "version": "v1.32.0",
- "version_normalized": "1.32.0.0",
+ "version": "v1.33.0",
+ "version_normalized": "1.33.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
@@ -2961,7 +2988,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.32.0"
+ "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0"
},
"funding": [
{
@@ -2973,6 +3000,10 @@
"type": "github"
},
{
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
@@ -2981,8 +3012,8 @@
},
{
"name": "symfony/polyfill-mbstring",
- "version": "v1.32.0",
- "version_normalized": "1.32.0.0",
+ "version": "v1.33.0",
+ "version_normalized": "1.33.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
@@ -3045,7 +3076,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.32.0"
+ "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0"
},
"funding": [
{
@@ -3057,6 +3088,10 @@
"type": "github"
},
{
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
@@ -3065,23 +3100,23 @@
},
{
"name": "symfony/polyfill-php83",
- "version": "v1.32.0",
- "version_normalized": "1.32.0.0",
+ "version": "v1.33.0",
+ "version_normalized": "1.33.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php83.git",
- "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491"
+ "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491",
- "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491",
+ "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/17f6f9a6b1735c0f163024d959f700cfbc5155e5",
+ "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
- "time": "2024-09-09T11:45:10+00:00",
+ "time": "2025-07-08T02:45:35+00:00",
"type": "library",
"extra": {
"thanks": {
@@ -3124,7 +3159,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php83/tree/v1.32.0"
+ "source": "https://github.com/symfony/polyfill-php83/tree/v1.33.0"
},
"funding": [
{
@@ -3136,6 +3171,10 @@
"type": "github"
},
{
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
@@ -3144,23 +3183,23 @@
},
{
"name": "symfony/polyfill-php84",
- "version": "v1.32.0",
- "version_normalized": "1.32.0.0",
+ "version": "v1.33.0",
+ "version_normalized": "1.33.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php84.git",
- "reference": "000df7860439609837bbe28670b0be15783b7fbf"
+ "reference": "d8ced4d875142b6a7426000426b8abc631d6b191"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/000df7860439609837bbe28670b0be15783b7fbf",
- "reference": "000df7860439609837bbe28670b0be15783b7fbf",
+ "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/d8ced4d875142b6a7426000426b8abc631d6b191",
+ "reference": "d8ced4d875142b6a7426000426b8abc631d6b191",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
- "time": "2025-02-20T12:04:08+00:00",
+ "time": "2025-06-24T13:30:11+00:00",
"type": "library",
"extra": {
"thanks": {
@@ -3203,7 +3242,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php84/tree/v1.32.0"
+ "source": "https://github.com/symfony/polyfill-php84/tree/v1.33.0"
},
"funding": [
{
@@ -3215,6 +3254,10 @@
"type": "github"
},
{
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
@@ -3223,23 +3266,23 @@
},
{
"name": "symfony/process",
- "version": "v6.4.20",
- "version_normalized": "6.4.20.0",
+ "version": "v6.4.26",
+ "version_normalized": "6.4.26.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
- "reference": "e2a61c16af36c9a07e5c9906498b73e091949a20"
+ "reference": "48bad913268c8cafabbf7034b39c8bb24fbc5ab8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/process/zipball/e2a61c16af36c9a07e5c9906498b73e091949a20",
- "reference": "e2a61c16af36c9a07e5c9906498b73e091949a20",
+ "url": "https://api.github.com/repos/symfony/process/zipball/48bad913268c8cafabbf7034b39c8bb24fbc5ab8",
+ "reference": "48bad913268c8cafabbf7034b39c8bb24fbc5ab8",
"shasum": ""
},
"require": {
"php": ">=8.1"
},
- "time": "2025-03-10T17:11:00+00:00",
+ "time": "2025-09-11T09:57:09+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -3267,7 +3310,7 @@
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/process/tree/v6.4.20"
+ "source": "https://github.com/symfony/process/tree/v6.4.26"
},
"funding": [
{
@@ -3279,6 +3322,10 @@
"type": "github"
},
{
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
@@ -3351,17 +3398,17 @@
},
{
"name": "symfony/serializer",
- "version": "v6.4.21",
- "version_normalized": "6.4.21.0",
+ "version": "v6.4.26",
+ "version_normalized": "6.4.26.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
- "reference": "c45f8f7763afb11e85772c0c1debb8f272c17f51"
+ "reference": "48d0477483614d615aa1d5e5d90a45e4c7bfa2c9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/serializer/zipball/c45f8f7763afb11e85772c0c1debb8f272c17f51",
- "reference": "c45f8f7763afb11e85772c0c1debb8f272c17f51",
+ "url": "https://api.github.com/repos/symfony/serializer/zipball/48d0477483614d615aa1d5e5d90a45e4c7bfa2c9",
+ "reference": "48d0477483614d615aa1d5e5d90a45e4c7bfa2c9",
"shasum": ""
},
"require": {
@@ -3404,7 +3451,7 @@
"symfony/var-exporter": "^5.4|^6.0|^7.0",
"symfony/yaml": "^5.4|^6.0|^7.0"
},
- "time": "2025-04-27T13:27:38+00:00",
+ "time": "2025-09-15T13:37:27+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -3432,7 +3479,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/v6.4.21"
+ "source": "https://github.com/symfony/serializer/tree/v6.4.26"
},
"funding": [
{
@@ -3444,6 +3491,10 @@
"type": "github"
},
{
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
@@ -3452,17 +3503,17 @@
},
{
"name": "symfony/service-contracts",
- "version": "v3.5.1",
- "version_normalized": "3.5.1.0",
+ "version": "v3.6.0",
+ "version_normalized": "3.6.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
- "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0"
+ "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
- "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
+ "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
+ "reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
"shasum": ""
},
"require": {
@@ -3473,7 +3524,7 @@
"conflict": {
"ext-psr": "<1.1|>=2"
},
- "time": "2024-09-25T14:20:29+00:00",
+ "time": "2025-04-25T09:37:31+00:00",
"type": "library",
"extra": {
"thanks": {
@@ -3481,7 +3532,7 @@
"name": "symfony/contracts"
},
"branch-alias": {
- "dev-main": "3.5-dev"
+ "dev-main": "3.6-dev"
}
},
"installation-source": "dist",
@@ -3518,7 +3569,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/service-contracts/tree/v3.5.1"
+ "source": "https://github.com/symfony/service-contracts/tree/v3.6.0"
},
"funding": [
{
@@ -3538,24 +3589,24 @@
},
{
"name": "symfony/stopwatch",
- "version": "v6.4.19",
- "version_normalized": "6.4.19.0",
+ "version": "v6.4.24",
+ "version_normalized": "6.4.24.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
- "reference": "dfe1481c12c06266d0c3d58c0cb4b09bd497ab9c"
+ "reference": "b67e94e06a05d9572c2fa354483b3e13e3cb1898"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/stopwatch/zipball/dfe1481c12c06266d0c3d58c0cb4b09bd497ab9c",
- "reference": "dfe1481c12c06266d0c3d58c0cb4b09bd497ab9c",
+ "url": "https://api.github.com/repos/symfony/stopwatch/zipball/b67e94e06a05d9572c2fa354483b3e13e3cb1898",
+ "reference": "b67e94e06a05d9572c2fa354483b3e13e3cb1898",
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/service-contracts": "^2.5|^3"
},
- "time": "2025-02-21T10:06:30+00:00",
+ "time": "2025-07-10T08:14:14+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -3583,7 +3634,7 @@
"description": "Provides a way to profile code",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/stopwatch/tree/v6.4.19"
+ "source": "https://github.com/symfony/stopwatch/tree/v6.4.24"
},
"funding": [
{
@@ -3595,6 +3646,10 @@
"type": "github"
},
{
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
@@ -3603,17 +3658,17 @@
},
{
"name": "symfony/string",
- "version": "v6.4.21",
- "version_normalized": "6.4.21.0",
+ "version": "v6.4.26",
+ "version_normalized": "6.4.26.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
- "reference": "73e2c6966a5aef1d4892873ed5322245295370c6"
+ "reference": "5621f039a71a11c87c106c1c598bdcd04a19aeea"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/string/zipball/73e2c6966a5aef1d4892873ed5322245295370c6",
- "reference": "73e2c6966a5aef1d4892873ed5322245295370c6",
+ "url": "https://api.github.com/repos/symfony/string/zipball/5621f039a71a11c87c106c1c598bdcd04a19aeea",
+ "reference": "5621f039a71a11c87c106c1c598bdcd04a19aeea",
"shasum": ""
},
"require": {
@@ -3627,13 +3682,12 @@
"symfony/translation-contracts": "<2.5"
},
"require-dev": {
- "symfony/error-handler": "^5.4|^6.0|^7.0",
"symfony/http-client": "^5.4|^6.0|^7.0",
"symfony/intl": "^6.2|^7.0",
"symfony/translation-contracts": "^2.5|^3.0",
"symfony/var-exporter": "^5.4|^6.0|^7.0"
},
- "time": "2025-04-18T15:23:29+00:00",
+ "time": "2025-09-11T14:32:46+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -3672,7 +3726,7 @@
"utf8"
],
"support": {
- "source": "https://github.com/symfony/string/tree/v6.4.21"
+ "source": "https://github.com/symfony/string/tree/v6.4.26"
},
"funding": [
{
@@ -3684,6 +3738,10 @@
"type": "github"
},
{
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
@@ -3692,17 +3750,17 @@
},
{
"name": "symfony/var-exporter",
- "version": "v6.4.21",
- "version_normalized": "6.4.21.0",
+ "version": "v6.4.26",
+ "version_normalized": "6.4.26.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
- "reference": "717e7544aa99752c54ecba5c0e17459c48317472"
+ "reference": "466fcac5fa2e871f83d31173f80e9c2684743bfc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-exporter/zipball/717e7544aa99752c54ecba5c0e17459c48317472",
- "reference": "717e7544aa99752c54ecba5c0e17459c48317472",
+ "url": "https://api.github.com/repos/symfony/var-exporter/zipball/466fcac5fa2e871f83d31173f80e9c2684743bfc",
+ "reference": "466fcac5fa2e871f83d31173f80e9c2684743bfc",
"shasum": ""
},
"require": {
@@ -3714,7 +3772,7 @@
"symfony/serializer": "^6.4|^7.0",
"symfony/var-dumper": "^5.4|^6.0|^7.0"
},
- "time": "2025-04-27T21:06:26+00:00",
+ "time": "2025-09-11T09:57:09+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -3752,7 +3810,7 @@
"serialize"
],
"support": {
- "source": "https://github.com/symfony/var-exporter/tree/v6.4.21"
+ "source": "https://github.com/symfony/var-exporter/tree/v6.4.26"
},
"funding": [
{
@@ -3764,6 +3822,10 @@
"type": "github"
},
{
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec
index 2042e22..288f2c8 100644
--- a/php-bartlett-PHP-CompatInfo.spec
+++ b/php-bartlett-PHP-CompatInfo.spec
@@ -12,18 +12,18 @@
%undefine __brp_mangle_shebangs
%{!?php_version: %global php_version %(php -r 'echo PHP_VERSION;' 2>/dev/null)}
-%global gh_commit 25777bc305fac9344a2193e5328f7743eb6b77c9
+%global gh_commit 165460c7b51948ce55f07b2a32670aa97aa06282
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
-%global gh_date 2025-05-01
+%global gh_date 2025-10-09
%global gh_owner llaville
%global gh_project php-compatinfo
-%global upstream_version 7.2.3
+%global upstream_version 7.2.4
#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
@@ -129,6 +129,10 @@ install -D -p -m 755 %{SOURCE1} \
%changelog
+* Thu Oct 9 2025 Remi Collet <remi@remirepo.net> - 7.2.4-1
+- update to 7.2.4
+- update bundled bartlett/php-compatinfo-db to 6.24.1
+
* Mon May 5 2025 Remi Collet <remi@remirepo.net> - 7.2.3-2
- update bundled bartlett/php-compatinfo-db to 6.16.0