summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json6
-rw-r--r--installed.json452
-rw-r--r--php-bartlett-PHP-CompatInfo.spec46
3 files changed, 340 insertions, 164 deletions
diff --git a/composer.json b/composer.json
index 0b1822f..da90224 100644
--- a/composer.json
+++ b/composer.json
@@ -15,9 +15,9 @@
"ext-libxml": "*",
"ext-pcre": "*",
"ext-spl": "*",
- "bartlett/php-compatinfo-db": "^4.0",
+ "bartlett/php-compatinfo-db": "^4.2",
"bartlett/sarif-php-sdk": "^1.0",
- "composer-runtime-api": "^2.0",
+ "composer-runtime-api": "^2.1",
"doctrine/collections": "^1.4",
"nikic/php-parser": "^4.10",
"psr/log": "^1.0",
@@ -74,7 +74,7 @@
"extra": {
"enable-patching": true,
"branch-alias": {
- "dev-master": "6.3.x-dev"
+ "dev-master": "6.4.x-dev"
}
}
}
diff --git a/installed.json b/installed.json
index 3b7bd7e..56f01ab 100644
--- a/installed.json
+++ b/installed.json
@@ -2,17 +2,17 @@
"packages": [
{
"name": "bartlett/php-compatinfo-db",
- "version": "4.1.0",
- "version_normalized": "4.1.0.0",
+ "version": "4.2.0",
+ "version_normalized": "4.2.0.0",
"source": {
"type": "git",
"url": "https://github.com/llaville/php-compatinfo-db.git",
- "reference": "b8969ae5f2c2a6cc2c774677f0379e3398029bf3"
+ "reference": "00f02e17f4e4155f188bd879f6e6df4fac70935b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/llaville/php-compatinfo-db/zipball/b8969ae5f2c2a6cc2c774677f0379e3398029bf3",
- "reference": "b8969ae5f2c2a6cc2c774677f0379e3398029bf3",
+ "url": "https://api.github.com/repos/llaville/php-compatinfo-db/zipball/00f02e17f4e4155f188bd879f6e6df4fac70935b",
+ "reference": "00f02e17f4e4155f188bd879f6e6df4fac70935b",
"shasum": ""
},
"require": {
@@ -33,17 +33,17 @@
"symfony/dependency-injection": "^4.4 || ^5.0",
"symfony/event-dispatcher": "^4.4 || ^5.0",
"symfony/finder": "^4.4 || ^5.0",
+ "symfony/http-client": "^4.4 || ^5.0",
"symfony/messenger": "^4.4 || ^5.0",
"symfony/process": "^4.4 || ^5.0",
"symfony/requirements-checker": "^2.0",
"symfony/stopwatch": "^4.4 || ^5.0"
},
"require-dev": {
- "bartlett/box-manifest": "^1.0",
"bartlett/graph-uml": "^1.2",
"psr/log": "^1.0"
},
- "time": "2022-02-20T13:13:22+00:00",
+ "time": "2022-03-21T07:41:04+00:00",
"bin": [
"bin/compatinfo-db"
],
@@ -208,17 +208,17 @@
},
{
"name": "composer/semver",
- "version": "3.2.9",
- "version_normalized": "3.2.9.0",
+ "version": "3.3.2",
+ "version_normalized": "3.3.2.0",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
- "reference": "a951f614bd64dcd26137bc9b7b2637ddcfc57649"
+ "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/semver/zipball/a951f614bd64dcd26137bc9b7b2637ddcfc57649",
- "reference": "a951f614bd64dcd26137bc9b7b2637ddcfc57649",
+ "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9",
+ "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9",
"shasum": ""
},
"require": {
@@ -228,7 +228,7 @@
"phpstan/phpstan": "^1.4",
"symfony/phpunit-bridge": "^4.2 || ^5"
},
- "time": "2022-02-04T13:58:43+00:00",
+ "time": "2022-04-01T19:23:25+00:00",
"type": "library",
"extra": {
"branch-alias": {
@@ -272,7 +272,7 @@
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/semver/issues",
- "source": "https://github.com/composer/semver/tree/3.2.9"
+ "source": "https://github.com/composer/semver/tree/3.3.2"
},
"funding": [
{
@@ -634,17 +634,17 @@
},
{
"name": "doctrine/dbal",
- "version": "3.3.2",
- "version_normalized": "3.3.2.0",
+ "version": "3.3.5",
+ "version_normalized": "3.3.5.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
- "reference": "35eae239ef515d55ebb24e9d4715cad09a4f58ed"
+ "reference": "719663b15983278227669c8595151586a2ff3327"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/dbal/zipball/35eae239ef515d55ebb24e9d4715cad09a4f58ed",
- "reference": "35eae239ef515d55ebb24e9d4715cad09a4f58ed",
+ "url": "https://api.github.com/repos/doctrine/dbal/zipball/719663b15983278227669c8595151586a2ff3327",
+ "reference": "719663b15983278227669c8595151586a2ff3327",
"shasum": ""
},
"require": {
@@ -659,19 +659,19 @@
"require-dev": {
"doctrine/coding-standard": "9.0.0",
"jetbrains/phpstorm-stubs": "2021.1",
- "phpstan/phpstan": "1.4.0",
+ "phpstan/phpstan": "1.5.3",
"phpstan/phpstan-strict-rules": "^1.1",
- "phpunit/phpunit": "9.5.11",
+ "phpunit/phpunit": "9.5.16",
"psalm/plugin-phpunit": "0.16.1",
"squizlabs/php_codesniffer": "3.6.2",
"symfony/cache": "^5.2|^6.0",
"symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0",
- "vimeo/psalm": "4.16.1"
+ "vimeo/psalm": "4.22.0"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
},
- "time": "2022-02-05T16:33:45+00:00",
+ "time": "2022-04-05T09:50:18+00:00",
"bin": [
"bin/doctrine-dbal"
],
@@ -728,7 +728,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
- "source": "https://github.com/doctrine/dbal/tree/3.3.2"
+ "source": "https://github.com/doctrine/dbal/tree/3.3.5"
},
"funding": [
{
@@ -1137,17 +1137,17 @@
},
{
"name": "doctrine/orm",
- "version": "2.11.1",
- "version_normalized": "2.11.1.0",
+ "version": "2.11.2",
+ "version_normalized": "2.11.2.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
- "reference": "4b88ce787d3916c8366abf52f6c658a7a27ed3a6"
+ "reference": "9c351e044478135aec1755e2c0c0493a4b6309db"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/orm/zipball/4b88ce787d3916c8366abf52f6c658a7a27ed3a6",
- "reference": "4b88ce787d3916c8366abf52f6c658a7a27ed3a6",
+ "url": "https://api.github.com/repos/doctrine/orm/zipball/9c351e044478135aec1755e2c0c0493a4b6309db",
+ "reference": "9c351e044478135aec1755e2c0c0493a4b6309db",
"shasum": ""
},
"require": {
@@ -1163,7 +1163,6 @@
"doctrine/lexer": "^1.0",
"doctrine/persistence": "^2.2",
"ext-ctype": "*",
- "ext-pdo": "*",
"php": "^7.1 || ^8.0",
"psr/cache": "^1 || ^2 || ^3",
"symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0",
@@ -1177,18 +1176,18 @@
"doctrine/annotations": "^1.13",
"doctrine/coding-standard": "^9.0",
"phpbench/phpbench": "^0.16.10 || ^1.0",
- "phpstan/phpstan": "1.4.3",
+ "phpstan/phpstan": "1.4.6",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
"squizlabs/php_codesniffer": "3.6.2",
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
- "vimeo/psalm": "4.19.0"
+ "vimeo/psalm": "4.22.0"
},
"suggest": {
"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-01-30T21:47:06+00:00",
+ "time": "2022-03-09T15:23:58+00:00",
"bin": [
"bin/doctrine"
],
@@ -1233,23 +1232,23 @@
],
"support": {
"issues": "https://github.com/doctrine/orm/issues",
- "source": "https://github.com/doctrine/orm/tree/2.11.1"
+ "source": "https://github.com/doctrine/orm/tree/2.11.2"
},
"install-path": "../doctrine/orm"
},
{
"name": "doctrine/persistence",
- "version": "2.3.0",
- "version_normalized": "2.3.0.0",
+ "version": "2.4.1",
+ "version_normalized": "2.4.1.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/persistence.git",
- "reference": "f8af155c1e7963f3d2b4415097d55757bbaa53d8"
+ "reference": "092a52b71410ac1795287bb5135704ef07d18dd0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/persistence/zipball/f8af155c1e7963f3d2b4415097d55757bbaa53d8",
- "reference": "f8af155c1e7963f3d2b4415097d55757bbaa53d8",
+ "url": "https://api.github.com/repos/doctrine/persistence/zipball/092a52b71410ac1795287bb5135704ef07d18dd0",
+ "reference": "092a52b71410ac1795287bb5135704ef07d18dd0",
"shasum": ""
},
"require": {
@@ -1262,25 +1261,25 @@
},
"conflict": {
"doctrine/annotations": "<1.0 || >=2.0",
- "doctrine/common": "<2.10@dev"
+ "doctrine/common": "<2.10"
},
"require-dev": {
"composer/package-versions-deprecated": "^1.11",
"doctrine/annotations": "^1.0",
- "doctrine/coding-standard": "^6.0 || ^9.0",
+ "doctrine/coding-standard": "^9.0",
"doctrine/common": "^3.0",
- "phpstan/phpstan": "1.2.0",
- "phpunit/phpunit": "^7.5.20 || ^8.0 || ^9.0",
- "symfony/cache": "^4.4 || ^5.0 || ^6.0",
- "vimeo/psalm": "4.13.1"
+ "phpstan/phpstan": "1.4.6",
+ "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.5",
+ "symfony/cache": "^4.4 || ^5.4 || ^6.0",
+ "vimeo/psalm": "4.21.0"
},
- "time": "2022-01-09T19:58:46+00:00",
+ "time": "2022-03-22T06:44:40+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
- "Doctrine\\Common\\": "lib/Doctrine/Common",
- "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
+ "Doctrine\\Common\\": "src/Common",
+ "Doctrine\\Persistence\\": "src/Persistence"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -1324,7 +1323,7 @@
],
"support": {
"issues": "https://github.com/doctrine/persistence/issues",
- "source": "https://github.com/doctrine/persistence/tree/2.3.0"
+ "source": "https://github.com/doctrine/persistence/tree/2.4.1"
},
"install-path": "../doctrine/persistence"
},
@@ -1853,17 +1852,17 @@
},
{
"name": "symfony/cache",
- "version": "v5.4.6",
- "version_normalized": "5.4.6.0",
+ "version": "v5.4.7",
+ "version_normalized": "5.4.7.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
- "reference": "c0718d0e01ac14251a45cc9c8b93716ec41ae64b"
+ "reference": "ba06841ed293fcaf79a592f59fdaba471f7c756c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/cache/zipball/c0718d0e01ac14251a45cc9c8b93716ec41ae64b",
- "reference": "c0718d0e01ac14251a45cc9c8b93716ec41ae64b",
+ "url": "https://api.github.com/repos/symfony/cache/zipball/ba06841ed293fcaf79a592f59fdaba471f7c756c",
+ "reference": "ba06841ed293fcaf79a592f59fdaba471f7c756c",
"shasum": ""
},
"require": {
@@ -1901,7 +1900,7 @@
"symfony/messenger": "^4.4|^5.0|^6.0",
"symfony/var-dumper": "^4.4|^5.0|^6.0"
},
- "time": "2022-03-02T12:56:28+00:00",
+ "time": "2022-03-22T15:31:03+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -1933,7 +1932,7 @@
"psr6"
],
"support": {
- "source": "https://github.com/symfony/cache/tree/v5.4.6"
+ "source": "https://github.com/symfony/cache/tree/v5.4.7"
},
"funding": [
{
@@ -1953,17 +1952,17 @@
},
{
"name": "symfony/cache-contracts",
- "version": "v2.5.0",
- "version_normalized": "2.5.0.0",
+ "version": "v2.5.1",
+ "version_normalized": "2.5.1.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache-contracts.git",
- "reference": "ac2e168102a2e06a2624f0379bde94cd5854ced2"
+ "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ac2e168102a2e06a2624f0379bde94cd5854ced2",
- "reference": "ac2e168102a2e06a2624f0379bde94cd5854ced2",
+ "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
+ "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc",
"shasum": ""
},
"require": {
@@ -1973,7 +1972,7 @@
"suggest": {
"symfony/cache-implementation": ""
},
- "time": "2021-08-17T14:20:01+00:00",
+ "time": "2022-01-02T09:53:40+00:00",
"type": "library",
"extra": {
"branch-alias": {
@@ -2015,7 +2014,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/cache-contracts/tree/v2.5.0"
+ "source": "https://github.com/symfony/cache-contracts/tree/v2.5.1"
},
"funding": [
{
@@ -2035,17 +2034,17 @@
},
{
"name": "symfony/config",
- "version": "v5.4.3",
- "version_normalized": "5.4.3.0",
+ "version": "v5.4.7",
+ "version_normalized": "5.4.7.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
- "reference": "d65e1bd990c740e31feb07d2b0927b8d4df9956f"
+ "reference": "05624c386afa1b4ccc1357463d830fade8d9d404"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/config/zipball/d65e1bd990c740e31feb07d2b0927b8d4df9956f",
- "reference": "d65e1bd990c740e31feb07d2b0927b8d4df9956f",
+ "url": "https://api.github.com/repos/symfony/config/zipball/05624c386afa1b4ccc1357463d830fade8d9d404",
+ "reference": "05624c386afa1b4ccc1357463d830fade8d9d404",
"shasum": ""
},
"require": {
@@ -2069,7 +2068,7 @@
"suggest": {
"symfony/yaml": "To use the yaml reference dumper"
},
- "time": "2022-01-03T09:50:52+00:00",
+ "time": "2022-03-21T13:42:03+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -2097,7 +2096,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.3"
+ "source": "https://github.com/symfony/config/tree/v5.4.7"
},
"funding": [
{
@@ -2117,17 +2116,17 @@
},
{
"name": "symfony/console",
- "version": "v5.4.5",
- "version_normalized": "5.4.5.0",
+ "version": "v5.4.7",
+ "version_normalized": "5.4.7.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
- "reference": "d8111acc99876953f52fe16d4c50eb60940d49ad"
+ "reference": "900275254f0a1a2afff1ab0e11abd5587a10e1d6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/d8111acc99876953f52fe16d4c50eb60940d49ad",
- "reference": "d8111acc99876953f52fe16d4c50eb60940d49ad",
+ "url": "https://api.github.com/repos/symfony/console/zipball/900275254f0a1a2afff1ab0e11abd5587a10e1d6",
+ "reference": "900275254f0a1a2afff1ab0e11abd5587a10e1d6",
"shasum": ""
},
"require": {
@@ -2165,7 +2164,7 @@
"symfony/lock": "",
"symfony/process": ""
},
- "time": "2022-02-24T12:45:35+00:00",
+ "time": "2022-03-31T17:09:19+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -2199,7 +2198,7 @@
"terminal"
],
"support": {
- "source": "https://github.com/symfony/console/tree/v5.4.5"
+ "source": "https://github.com/symfony/console/tree/v5.4.7"
},
"funding": [
{
@@ -2219,17 +2218,17 @@
},
{
"name": "symfony/dependency-injection",
- "version": "v5.4.6",
- "version_normalized": "5.4.6.0",
+ "version": "v5.4.7",
+ "version_normalized": "5.4.7.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
- "reference": "0828fa3e6e436243dbb3dc85abe6b698b3876b89"
+ "reference": "35588b2afb08ea3a142d62fefdcad4cb09be06ed"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/0828fa3e6e436243dbb3dc85abe6b698b3876b89",
- "reference": "0828fa3e6e436243dbb3dc85abe6b698b3876b89",
+ "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/35588b2afb08ea3a142d62fefdcad4cb09be06ed",
+ "reference": "35588b2afb08ea3a142d62fefdcad4cb09be06ed",
"shasum": ""
},
"require": {
@@ -2263,7 +2262,7 @@
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
"symfony/yaml": ""
},
- "time": "2022-03-02T12:42:23+00:00",
+ "time": "2022-03-08T15:43:06+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -2291,7 +2290,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.6"
+ "source": "https://github.com/symfony/dependency-injection/tree/v5.4.7"
},
"funding": [
{
@@ -2311,23 +2310,23 @@
},
{
"name": "symfony/deprecation-contracts",
- "version": "v2.5.0",
- "version_normalized": "2.5.0.0",
+ "version": "v2.5.1",
+ "version_normalized": "2.5.1.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
- "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8"
+ "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8",
- "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8",
+ "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
+ "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
- "time": "2021-07-12T14:48:14+00:00",
+ "time": "2022-01-02T09:53:40+00:00",
"type": "library",
"extra": {
"branch-alias": {
@@ -2361,7 +2360,7 @@
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.0"
+ "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.1"
},
"funding": [
{
@@ -2381,17 +2380,17 @@
},
{
"name": "symfony/doctrine-messenger",
- "version": "v5.4.3",
- "version_normalized": "5.4.3.0",
+ "version": "v5.4.7",
+ "version_normalized": "5.4.7.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/doctrine-messenger.git",
- "reference": "335428f424807178c57b89fd2bed714fba4bf4af"
+ "reference": "bea918cb8363d8fe7953ebcc300454207a3e6093"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/335428f424807178c57b89fd2bed714fba4bf4af",
- "reference": "335428f424807178c57b89fd2bed714fba4bf4af",
+ "url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/bea918cb8363d8fe7953ebcc300454207a3e6093",
+ "reference": "bea918cb8363d8fe7953ebcc300454207a3e6093",
"shasum": ""
},
"require": {
@@ -2409,7 +2408,7 @@
"symfony/property-access": "^4.4|^5.0|^6.0",
"symfony/serializer": "^4.4|^5.0|^6.0"
},
- "time": "2022-01-02T09:53:40+00:00",
+ "time": "2022-04-01T10:23:59+00:00",
"type": "symfony-messenger-bridge",
"installation-source": "dist",
"autoload": {
@@ -2437,7 +2436,7 @@
"description": "Symfony Doctrine Messenger Bridge",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/doctrine-messenger/tree/v5.4.3"
+ "source": "https://github.com/symfony/doctrine-messenger/tree/v5.4.7"
},
"funding": [
{
@@ -2545,17 +2544,17 @@
},
{
"name": "symfony/event-dispatcher-contracts",
- "version": "v2.5.0",
- "version_normalized": "2.5.0.0",
+ "version": "v2.5.1",
+ "version_normalized": "2.5.1.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
- "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a"
+ "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
- "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/f98b54df6ad059855739db6fcbc2d36995283fe1",
+ "reference": "f98b54df6ad059855739db6fcbc2d36995283fe1",
"shasum": ""
},
"require": {
@@ -2565,7 +2564,7 @@
"suggest": {
"symfony/event-dispatcher-implementation": ""
},
- "time": "2021-07-12T14:48:14+00:00",
+ "time": "2022-01-02T09:53:40+00:00",
"type": "library",
"extra": {
"branch-alias": {
@@ -2607,7 +2606,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.0"
+ "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.1"
},
"funding": [
{
@@ -2627,17 +2626,17 @@
},
{
"name": "symfony/filesystem",
- "version": "v5.4.6",
- "version_normalized": "5.4.6.0",
+ "version": "v5.4.7",
+ "version_normalized": "5.4.7.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
- "reference": "d53a45039974952af7f7ebc461ccdd4295e29440"
+ "reference": "3a4442138d80c9f7b600fb297534ac718b61d37f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/d53a45039974952af7f7ebc461ccdd4295e29440",
- "reference": "d53a45039974952af7f7ebc461ccdd4295e29440",
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/3a4442138d80c9f7b600fb297534ac718b61d37f",
+ "reference": "3a4442138d80c9f7b600fb297534ac718b61d37f",
"shasum": ""
},
"require": {
@@ -2646,7 +2645,7 @@
"symfony/polyfill-mbstring": "~1.8",
"symfony/polyfill-php80": "^1.16"
},
- "time": "2022-03-02T12:42:23+00:00",
+ "time": "2022-04-01T12:33:59+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -2674,7 +2673,7 @@
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/filesystem/tree/v5.4.6"
+ "source": "https://github.com/symfony/filesystem/tree/v5.4.7"
},
"funding": [
{
@@ -2759,6 +2758,177 @@
"install-path": "../symfony/finder"
},
{
+ "name": "symfony/http-client",
+ "version": "v5.4.7",
+ "version_normalized": "5.4.7.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/http-client.git",
+ "reference": "88b6909f74fd1f2147e068411f71870a3b27ac56"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/http-client/zipball/88b6909f74fd1f2147e068411f71870a3b27ac56",
+ "reference": "88b6909f74fd1f2147e068411f71870a3b27ac56",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.2.5",
+ "psr/log": "^1|^2|^3",
+ "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/http-client-contracts": "^2.4",
+ "symfony/polyfill-php73": "^1.11",
+ "symfony/polyfill-php80": "^1.16",
+ "symfony/service-contracts": "^1.0|^2|^3"
+ },
+ "provide": {
+ "php-http/async-client-implementation": "*",
+ "php-http/client-implementation": "*",
+ "psr/http-client-implementation": "1.0",
+ "symfony/http-client-implementation": "2.4"
+ },
+ "require-dev": {
+ "amphp/amp": "^2.5",
+ "amphp/http-client": "^4.2.1",
+ "amphp/http-tunnel": "^1.0",
+ "amphp/socket": "^1.1",
+ "guzzlehttp/promises": "^1.4",
+ "nyholm/psr7": "^1.0",
+ "php-http/httplug": "^1.0|^2.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",
+ "symfony/process": "^4.4|^5.0|^6.0",
+ "symfony/stopwatch": "^4.4|^5.0|^6.0"
+ },
+ "time": "2022-04-01T12:27:37+00:00",
+ "type": "library",
+ "installation-source": "dist",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\HttpClient\\": ""
+ },
+ "exclude-from-classmap": [
+ "/Tests/"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/http-client/tree/v5.4.7"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "install-path": "../symfony/http-client"
+ },
+ {
+ "name": "symfony/http-client-contracts",
+ "version": "v2.5.1",
+ "version_normalized": "2.5.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/http-client-contracts.git",
+ "reference": "1a4f708e4e87f335d1b1be6148060739152f0bd5"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/1a4f708e4e87f335d1b1be6148060739152f0bd5",
+ "reference": "1a4f708e4e87f335d1b1be6148060739152f0bd5",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=7.2.5"
+ },
+ "suggest": {
+ "symfony/http-client-implementation": ""
+ },
+ "time": "2022-03-13T20:07:29+00:00",
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "2.5-dev"
+ },
+ "thanks": {
+ "name": "symfony/contracts",
+ "url": "https://github.com/symfony/contracts"
+ }
+ },
+ "installation-source": "dist",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Contracts\\HttpClient\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Generic abstractions related to HTTP clients",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "abstractions",
+ "contracts",
+ "decoupling",
+ "interfaces",
+ "interoperability",
+ "standards"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.1"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "install-path": "../symfony/http-client-contracts"
+ },
+ {
"name": "symfony/messenger",
"version": "v5.4.3",
"version_normalized": "5.4.3.0",
@@ -3524,24 +3694,24 @@
},
{
"name": "symfony/process",
- "version": "v5.4.5",
- "version_normalized": "5.4.5.0",
+ "version": "v5.4.7",
+ "version_normalized": "5.4.7.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
- "reference": "95440409896f90a5f85db07a32b517ecec17fa4c"
+ "reference": "38a44b2517b470a436e1c944bf9b9ba3961137fb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/process/zipball/95440409896f90a5f85db07a32b517ecec17fa4c",
- "reference": "95440409896f90a5f85db07a32b517ecec17fa4c",
+ "url": "https://api.github.com/repos/symfony/process/zipball/38a44b2517b470a436e1c944bf9b9ba3961137fb",
+ "reference": "38a44b2517b470a436e1c944bf9b9ba3961137fb",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.16"
},
- "time": "2022-01-30T18:16:22+00:00",
+ "time": "2022-03-18T16:18:52+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -3569,7 +3739,7 @@
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/process/tree/v5.4.5"
+ "source": "https://github.com/symfony/process/tree/v5.4.7"
},
"funding": [
{
@@ -3728,17 +3898,17 @@
},
{
"name": "symfony/serializer",
- "version": "v5.4.6",
- "version_normalized": "5.4.6.0",
+ "version": "v5.4.7",
+ "version_normalized": "5.4.7.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
- "reference": "851007ff0781d06d1bf9890069ab19ac1610a027"
+ "reference": "d1bc37090edabada161b6490d1be14e8cb4891d4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/serializer/zipball/851007ff0781d06d1bf9890069ab19ac1610a027",
- "reference": "851007ff0781d06d1bf9890069ab19ac1610a027",
+ "url": "https://api.github.com/repos/symfony/serializer/zipball/d1bc37090edabada161b6490d1be14e8cb4891d4",
+ "reference": "d1bc37090edabada161b6490d1be14e8cb4891d4",
"shasum": ""
},
"require": {
@@ -3786,7 +3956,7 @@
"symfony/var-exporter": "For using the metadata compiler.",
"symfony/yaml": "For using the default YAML mapping loader."
},
- "time": "2022-03-02T12:42:23+00:00",
+ "time": "2022-03-24T17:11:08+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -3814,7 +3984,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.6"
+ "source": "https://github.com/symfony/serializer/tree/v5.4.7"
},
"funding": [
{
@@ -3834,23 +4004,23 @@
},
{
"name": "symfony/service-contracts",
- "version": "v2.5.0",
- "version_normalized": "2.5.0.0",
+ "version": "v2.5.1",
+ "version_normalized": "2.5.1.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
- "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc"
+ "reference": "24d9dc654b83e91aa59f9d167b131bc3b5bea24c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
- "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
+ "url": "https://api.github.com/repos/symfony/service-contracts/zipball/24d9dc654b83e91aa59f9d167b131bc3b5bea24c",
+ "reference": "24d9dc654b83e91aa59f9d167b131bc3b5bea24c",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/container": "^1.1",
- "symfony/deprecation-contracts": "^2.1"
+ "symfony/deprecation-contracts": "^2.1|^3"
},
"conflict": {
"ext-psr": "<1.1|>=2"
@@ -3858,7 +4028,7 @@
"suggest": {
"symfony/service-implementation": ""
},
- "time": "2021-11-04T16:48:04+00:00",
+ "time": "2022-03-13T20:07:29+00:00",
"type": "library",
"extra": {
"branch-alias": {
@@ -3900,7 +4070,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/service-contracts/tree/v2.5.0"
+ "source": "https://github.com/symfony/service-contracts/tree/v2.5.1"
},
"funding": [
{
@@ -4074,17 +4244,17 @@
},
{
"name": "symfony/var-exporter",
- "version": "v5.4.6",
- "version_normalized": "5.4.6.0",
+ "version": "v5.4.7",
+ "version_normalized": "5.4.7.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
- "reference": "49e2355fe6f59ea30c18ebb68edf13b7e20582e5"
+ "reference": "7eacaa588c9b27f2738575adb4a8457a80d9c807"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-exporter/zipball/49e2355fe6f59ea30c18ebb68edf13b7e20582e5",
- "reference": "49e2355fe6f59ea30c18ebb68edf13b7e20582e5",
+ "url": "https://api.github.com/repos/symfony/var-exporter/zipball/7eacaa588c9b27f2738575adb4a8457a80d9c807",
+ "reference": "7eacaa588c9b27f2738575adb4a8457a80d9c807",
"shasum": ""
},
"require": {
@@ -4094,7 +4264,7 @@
"require-dev": {
"symfony/var-dumper": "^4.4.9|^5.0.9|^6.0"
},
- "time": "2022-03-02T12:42:23+00:00",
+ "time": "2022-03-31T17:09:19+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -4130,7 +4300,7 @@
"serialize"
],
"support": {
- "source": "https://github.com/symfony/var-exporter/tree/v5.4.6"
+ "source": "https://github.com/symfony/var-exporter/tree/v5.4.7"
},
"funding": [
{
diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec
index 0a32e87..fbf0dd0 100644
--- a/php-bartlett-PHP-CompatInfo.spec
+++ b/php-bartlett-PHP-CompatInfo.spec
@@ -11,13 +11,13 @@
%undefine __brp_mangle_shebangs
%{!?php_version: %global php_version %(php -r 'echo PHP_VERSION;' 2>/dev/null)}
-%global gh_commit 2b7c3f9b9819f26882667c612d8882132381ca1e
+%global gh_commit 3e23268c2c486c8ea1a6e63694c77ade7715c397
%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.3.0
+%global upstream_version 6.4.0
#global upstream_prever RC1
Name: php-bartlett-PHP-CompatInfo
@@ -55,22 +55,22 @@ Requires: php-spl
Requires: php-xmlreader
# Bundled libraries
-Provides: bundled(php-bartlett-php-compatinfo-db) = 4.1.0
+Provides: bundled(php-bartlett-php-compatinfo-db) = 4.2.0
Provides: bundled(php-bartlett-sarif-php-sdk) = 1.0.1
Provides: bundled(php-brick-math) = 0.9.3
-Provides: bundled(php-composer-semver) = 3.2.9
+Provides: bundled(php-composer-semver) = 3.3.2
Provides: bundled(php-doctrine-annotations) = 1.13.2
Provides: bundled(php-doctrine-cache) = 2.1.1
Provides: bundled(php-doctrine-collections) = 1.6.8
Provides: bundled(php-doctrine-common) = 3.2.2
-Provides: bundled(php-doctrine-dbal) = 3.3.2
+Provides: bundled(php-doctrine-dbal) = 3.3.5
Provides: bundled(php-doctrine-deprecations) = v0.5.3
Provides: bundled(php-doctrine-event-manager) = 1.1.1
Provides: bundled(php-doctrine-inflector) = 2.0.4
Provides: bundled(php-doctrine-instantiator) = 1.4.1
Provides: bundled(php-doctrine-lexer) = 1.2.3
-Provides: bundled(php-doctrine-orm) = 2.11.1
-Provides: bundled(php-doctrine-persistence) = 2.3.0
+Provides: bundled(php-doctrine-orm) = 2.11.2
+Provides: bundled(php-doctrine-persistence) = 2.4.1
Provides: bundled(php-nikic-php-parser) = v4.13.2
Provides: bundled(php-psr-cache) = 1.0.1
Provides: bundled(php-psr-container) = 1.1.2
@@ -79,17 +79,19 @@ Provides: bundled(php-psr-log) = 1.1.4
Provides: bundled(php-ramsey-collection) = 1.2.2
Provides: bundled(php-ramsey-uuid) = 4.2.3
Provides: bundled(php-symfony-amqp-messenger) = v5.4.5
-Provides: bundled(php-symfony-cache) = v5.4.6
-Provides: bundled(php-symfony-cache-contracts) = v2.5.0
-Provides: bundled(php-symfony-config) = v5.4.3
-Provides: bundled(php-symfony-console) = v5.4.5
-Provides: bundled(php-symfony-dependency-injection) = v5.4.6
-Provides: bundled(php-symfony-deprecation-contracts) = v2.5.0
-Provides: bundled(php-symfony-doctrine-messenger) = v5.4.3
+Provides: bundled(php-symfony-cache) = v5.4.7
+Provides: bundled(php-symfony-cache-contracts) = v2.5.1
+Provides: bundled(php-symfony-config) = v5.4.7
+Provides: bundled(php-symfony-console) = v5.4.7
+Provides: bundled(php-symfony-dependency-injection) = v5.4.7
+Provides: bundled(php-symfony-deprecation-contracts) = v2.5.1
+Provides: bundled(php-symfony-doctrine-messenger) = v5.4.7
Provides: bundled(php-symfony-event-dispatcher) = v5.4.3
-Provides: bundled(php-symfony-event-dispatcher-contracts) = v2.5.0
-Provides: bundled(php-symfony-filesystem) = v5.4.6
+Provides: bundled(php-symfony-event-dispatcher-contracts) = v2.5.1
+Provides: bundled(php-symfony-filesystem) = v5.4.7
Provides: bundled(php-symfony-finder) = v5.4.3
+Provides: bundled(php-symfony-http-client) = v5.4.7
+Provides: bundled(php-symfony-http-client-contracts) = v2.5.1
Provides: bundled(php-symfony-messenger) = v5.4.3
Provides: bundled(php-symfony-polyfill-ctype) = v1.25.0
Provides: bundled(php-symfony-polyfill-intl-grapheme) = v1.25.0
@@ -99,14 +101,14 @@ Provides: bundled(php-symfony-polyfill-php72) = v1.25.0
Provides: bundled(php-symfony-polyfill-php73) = v1.25.0
Provides: bundled(php-symfony-polyfill-php80) = v1.25.0
Provides: bundled(php-symfony-polyfill-php81) = v1.25.0
-Provides: bundled(php-symfony-process) = v5.4.5
+Provides: bundled(php-symfony-process) = v5.4.7
Provides: bundled(php-symfony-redis-messenger) = v5.4.6
Provides: bundled(php-symfony-requirements-checker) = v2.0.1
-Provides: bundled(php-symfony-serializer) = v5.4.6
-Provides: bundled(php-symfony-service-contracts) = v2.5.0
+Provides: bundled(php-symfony-serializer) = v5.4.7
+Provides: bundled(php-symfony-service-contracts) = v2.5.1
Provides: bundled(php-symfony-stopwatch) = v5.4.5
Provides: bundled(php-symfony-string) = v5.4.3
-Provides: bundled(php-symfony-var-exporter) = v5.4.6
+Provides: bundled(php-symfony-var-exporter) = v5.4.7
Provides: phpcompatinfo = %{version}
Provides: php-composer(bartlett/php-compatinfo) = %{version}
@@ -191,6 +193,10 @@ install -D -p -m 755 %{SOURCE1} %{buildroot}%{_datadir}/%{name}/fedora-
%changelog
+* Wed Apr 6 2022 Remi Collet <remi@remirepo.net> - 6.4.0-1
+- update to 6.4.0
+- update bundled bartlett/php-compatinfo-db to 4.2.0
+
* Mon Mar 7 2022 Remi Collet <remi@remirepo.net> - 6.3.0-1
- update to 6.3.0
- update bundled bartlett/php-compatinfo-db to 4.1.0