summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-10-25 14:58:26 +0200
committerRemi Collet <remi@php.net>2022-10-25 14:58:26 +0200
commit2460a5e54dd55b07d198e90de595f974d3cd4224 (patch)
tree485a377b1dfc6878bf64f11cfc77d1d409b83246
parent767c410147a8655785e89add954b0ba56c714f32 (diff)
update to 6.5.2
-rw-r--r--composer.json7
-rw-r--r--installed.json303
-rwxr-xr-xmakesrc.sh2
-rw-r--r--php-bartlett-PHP-CompatInfo.spec82
4 files changed, 205 insertions, 189 deletions
diff --git a/composer.json b/composer.json
index e8f4ee7..369f926 100644
--- a/composer.json
+++ b/composer.json
@@ -15,7 +15,7 @@
"ext-libxml": "*",
"ext-pcre": "*",
"ext-spl": "*",
- "bartlett/php-compatinfo-db": ">=4.2.0 <4.4.0",
+ "bartlett/php-compatinfo-db": "^4.6",
"bartlett/sarif-php-sdk": "^1.0",
"composer-runtime-api": "^2.1",
"doctrine/collections": "^1.4",
@@ -31,7 +31,8 @@
"symfony/stopwatch": "^4.4 || ^5.0"
},
"require-dev": {
- "bartlett/graph-uml": "^1.2"
+ "bartlett/graph-uml": "^1.2",
+ "symfony/framework-bundle": "^4.4 || ^5.0"
},
"authors": [
{
@@ -74,7 +75,7 @@
"extra": {
"enable-patching": true,
"branch-alias": {
- "dev-master": "6.4.x-dev"
+ "dev-master": "6.5.x-dev"
}
}
}
diff --git a/installed.json b/installed.json
index 6de2d2d..9795b9d 100644
--- a/installed.json
+++ b/installed.json
@@ -2,17 +2,17 @@
"packages": [
{
"name": "bartlett/php-compatinfo-db",
- "version": "4.3.0",
- "version_normalized": "4.3.0.0",
+ "version": "4.6.1",
+ "version_normalized": "4.6.1.0",
"source": {
"type": "git",
"url": "https://github.com/llaville/php-compatinfo-db.git",
- "reference": "812826fc9be71b2aa2c887d3a6eac875ea3fcfbe"
+ "reference": "03e6cc6c2e781e87fad58de367bd2c27fc3e9455"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/llaville/php-compatinfo-db/zipball/812826fc9be71b2aa2c887d3a6eac875ea3fcfbe",
- "reference": "812826fc9be71b2aa2c887d3a6eac875ea3fcfbe",
+ "url": "https://api.github.com/repos/llaville/php-compatinfo-db/zipball/03e6cc6c2e781e87fad58de367bd2c27fc3e9455",
+ "reference": "03e6cc6c2e781e87fad58de367bd2c27fc3e9455",
"shasum": ""
},
"require": {
@@ -20,7 +20,7 @@
"composer/semver": "^3.0",
"doctrine/annotations": "^1.13",
"doctrine/dbal": "^3.2",
- "doctrine/orm": "^2.7",
+ "doctrine/orm": "^2.12",
"ext-json": "*",
"ext-pcre": "*",
"ext-pdo": "*",
@@ -41,9 +41,10 @@
},
"require-dev": {
"bartlett/graph-uml": "^1.2",
- "psr/log": "^1.0"
+ "psr/log": "^1.0",
+ "symfony/framework-bundle": "^4.4 || ^5.0"
},
- "time": "2022-04-20T06:07:39+00:00",
+ "time": "2022-10-25T11:45:08+00:00",
"bin": [
"bin/compatinfo-db"
],
@@ -57,7 +58,8 @@
"installation-source": "dist",
"autoload": {
"files": [
- "src/Infrastructure/Framework/Symfony/Polyfill.php"
+ "src/Infrastructure/Framework/Symfony/Polyfill.php",
+ "src/Infrastructure/Framework/Php/Php82.php"
],
"psr-4": {
"Bartlett\\CompatInfoDb\\": "src/"
@@ -464,17 +466,17 @@
},
{
"name": "doctrine/collections",
- "version": "1.7.3",
- "version_normalized": "1.7.3.0",
+ "version": "1.8.0",
+ "version_normalized": "1.8.0.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
- "reference": "09dde3eb237756190f2de738d3c97cff10a8407b"
+ "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/collections/zipball/09dde3eb237756190f2de738d3c97cff10a8407b",
- "reference": "09dde3eb237756190f2de738d3c97cff10a8407b",
+ "url": "https://api.github.com/repos/doctrine/collections/zipball/2b44dd4cbca8b5744327de78bafef5945c7e7b5e",
+ "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e",
"shasum": ""
},
"require": {
@@ -487,7 +489,7 @@
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5",
"vimeo/psalm": "^4.22"
},
- "time": "2022-09-01T19:34:23+00:00",
+ "time": "2022-09-01T20:12:10+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -531,23 +533,23 @@
],
"support": {
"issues": "https://github.com/doctrine/collections/issues",
- "source": "https://github.com/doctrine/collections/tree/1.7.3"
+ "source": "https://github.com/doctrine/collections/tree/1.8.0"
},
"install-path": "../doctrine/collections"
},
{
"name": "doctrine/common",
- "version": "3.4.1",
- "version_normalized": "3.4.1.0",
+ "version": "3.4.3",
+ "version_normalized": "3.4.3.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/common.git",
- "reference": "616d5fca274ea66b969cdebbbfd1dc33a87d461b"
+ "reference": "8b5e5650391f851ed58910b3e3d48a71062eeced"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/common/zipball/616d5fca274ea66b969cdebbbfd1dc33a87d461b",
- "reference": "616d5fca274ea66b969cdebbbfd1dc33a87d461b",
+ "url": "https://api.github.com/repos/doctrine/common/zipball/8b5e5650391f851ed58910b3e3d48a71062eeced",
+ "reference": "8b5e5650391f851ed58910b3e3d48a71062eeced",
"shasum": ""
},
"require": {
@@ -564,7 +566,7 @@
"symfony/phpunit-bridge": "^6.1",
"vimeo/psalm": "^4.4"
},
- "time": "2022-09-26T17:15:48+00:00",
+ "time": "2022-10-09T11:47:59+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -611,7 +613,7 @@
],
"support": {
"issues": "https://github.com/doctrine/common/issues",
- "source": "https://github.com/doctrine/common/tree/3.4.1"
+ "source": "https://github.com/doctrine/common/tree/3.4.3"
},
"funding": [
{
@@ -631,24 +633,24 @@
},
{
"name": "doctrine/dbal",
- "version": "3.4.5",
- "version_normalized": "3.4.5.0",
+ "version": "3.5.1",
+ "version_normalized": "3.5.1.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
- "reference": "a5a58773109c0abb13e658c8ccd92aeec8d07f9e"
+ "reference": "f38ee8aaca2d58ee88653cb34a6a3880c23f38a5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/dbal/zipball/a5a58773109c0abb13e658c8ccd92aeec8d07f9e",
- "reference": "a5a58773109c0abb13e658c8ccd92aeec8d07f9e",
+ "url": "https://api.github.com/repos/doctrine/dbal/zipball/f38ee8aaca2d58ee88653cb34a6a3880c23f38a5",
+ "reference": "f38ee8aaca2d58ee88653cb34a6a3880c23f38a5",
"shasum": ""
},
"require": {
"composer-runtime-api": "^2",
"doctrine/cache": "^1.11|^2.0",
"doctrine/deprecations": "^0.5.3|^1",
- "doctrine/event-manager": "^1.0",
+ "doctrine/event-manager": "^1|^2",
"php": "^7.4 || ^8.0",
"psr/cache": "^1|^2|^3",
"psr/log": "^1|^2|^3"
@@ -656,19 +658,19 @@
"require-dev": {
"doctrine/coding-standard": "10.0.0",
"jetbrains/phpstorm-stubs": "2022.2",
- "phpstan/phpstan": "1.8.3",
- "phpstan/phpstan-strict-rules": "^1.3",
- "phpunit/phpunit": "9.5.24",
+ "phpstan/phpstan": "1.8.10",
+ "phpstan/phpstan-strict-rules": "^1.4",
+ "phpunit/phpunit": "9.5.25",
"psalm/plugin-phpunit": "0.17.0",
"squizlabs/php_codesniffer": "3.7.1",
"symfony/cache": "^5.4|^6.0",
"symfony/console": "^4.4|^5.4|^6.0",
- "vimeo/psalm": "4.27.0"
+ "vimeo/psalm": "4.29.0"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
},
- "time": "2022-09-23T17:48:57+00:00",
+ "time": "2022-10-24T07:26:18+00:00",
"bin": [
"bin/doctrine-dbal"
],
@@ -725,7 +727,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
- "source": "https://github.com/doctrine/dbal/tree/3.4.5"
+ "source": "https://github.com/doctrine/dbal/tree/3.5.1"
},
"funding": [
{
@@ -791,37 +793,38 @@
},
{
"name": "doctrine/event-manager",
- "version": "1.1.2",
- "version_normalized": "1.1.2.0",
+ "version": "1.2.0",
+ "version_normalized": "1.2.0.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/event-manager.git",
- "reference": "eb2ecf80e3093e8f3c2769ac838e27d8ede8e683"
+ "reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/event-manager/zipball/eb2ecf80e3093e8f3c2769ac838e27d8ede8e683",
- "reference": "eb2ecf80e3093e8f3c2769ac838e27d8ede8e683",
+ "url": "https://api.github.com/repos/doctrine/event-manager/zipball/95aa4cb529f1e96576f3fda9f5705ada4056a520",
+ "reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520",
"shasum": ""
},
"require": {
+ "doctrine/deprecations": "^0.5.3 || ^1",
"php": "^7.1 || ^8.0"
},
"conflict": {
"doctrine/common": "<2.9"
},
"require-dev": {
- "doctrine/coding-standard": "^9",
- "phpstan/phpstan": "~1.4.10 || ^1.5.4",
+ "doctrine/coding-standard": "^9 || ^10",
+ "phpstan/phpstan": "~1.4.10 || ^1.8.8",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
- "vimeo/psalm": "^4.22"
+ "vimeo/psalm": "^4.24"
},
- "time": "2022-07-27T22:18:11+00:00",
+ "time": "2022-10-12T20:51:15+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
- "Doctrine\\Common\\": "lib/Doctrine/Common"
+ "Doctrine\\Common\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -865,7 +868,7 @@
],
"support": {
"issues": "https://github.com/doctrine/event-manager/issues",
- "source": "https://github.com/doctrine/event-manager/tree/1.1.2"
+ "source": "https://github.com/doctrine/event-manager/tree/1.2.0"
},
"funding": [
{
@@ -885,31 +888,31 @@
},
{
"name": "doctrine/inflector",
- "version": "2.0.5",
- "version_normalized": "2.0.5.0",
+ "version": "2.0.6",
+ "version_normalized": "2.0.6.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
- "reference": "ade2b3bbfb776f27f0558e26eed43b5d9fe1b392"
+ "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/inflector/zipball/ade2b3bbfb776f27f0558e26eed43b5d9fe1b392",
- "reference": "ade2b3bbfb776f27f0558e26eed43b5d9fe1b392",
+ "url": "https://api.github.com/repos/doctrine/inflector/zipball/d9d313a36c872fd6ee06d9a6cbcf713eaa40f024",
+ "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
- "doctrine/coding-standard": "^9",
+ "doctrine/coding-standard": "^10",
"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"
},
- "time": "2022-09-07T09:01:28+00:00",
+ "time": "2022-10-20T09:10:12+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -959,7 +962,7 @@
],
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
- "source": "https://github.com/doctrine/inflector/tree/2.0.5"
+ "source": "https://github.com/doctrine/inflector/tree/2.0.6"
},
"funding": [
{
@@ -1131,17 +1134,17 @@
},
{
"name": "doctrine/orm",
- "version": "2.13.2",
- "version_normalized": "2.13.2.0",
+ "version": "2.13.3",
+ "version_normalized": "2.13.3.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
- "reference": "a8b02fd70fa777ca8278b9604fdef75c15c6a12f"
+ "reference": "e750360bd52b080c4cbaaee1b48b80f7dc873b36"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/orm/zipball/a8b02fd70fa777ca8278b9604fdef75c15c6a12f",
- "reference": "a8b02fd70fa777ca8278b9604fdef75c15c6a12f",
+ "url": "https://api.github.com/repos/doctrine/orm/zipball/e750360bd52b080c4cbaaee1b48b80f7dc873b36",
+ "reference": "e750360bd52b080c4cbaaee1b48b80f7dc873b36",
"shasum": ""
},
"require": {
@@ -1183,7 +1186,7 @@
"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-09-22T13:36:43+00:00",
+ "time": "2022-10-07T06:37:17+00:00",
"bin": [
"bin/doctrine"
],
@@ -1228,27 +1231,27 @@
],
"support": {
"issues": "https://github.com/doctrine/orm/issues",
- "source": "https://github.com/doctrine/orm/tree/2.13.2"
+ "source": "https://github.com/doctrine/orm/tree/2.13.3"
},
"install-path": "../doctrine/orm"
},
{
"name": "doctrine/persistence",
- "version": "3.0.3",
- "version_normalized": "3.0.3.0",
+ "version": "3.0.4",
+ "version_normalized": "3.0.4.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/persistence.git",
- "reference": "ac6fce61f037d7e54dbb2435f5b5648d86548e23"
+ "reference": "05612da375f8a3931161f435f91d6704926e6ec5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/persistence/zipball/ac6fce61f037d7e54dbb2435f5b5648d86548e23",
- "reference": "ac6fce61f037d7e54dbb2435f5b5648d86548e23",
+ "url": "https://api.github.com/repos/doctrine/persistence/zipball/05612da375f8a3931161f435f91d6704926e6ec5",
+ "reference": "05612da375f8a3931161f435f91d6704926e6ec5",
"shasum": ""
},
"require": {
- "doctrine/event-manager": "^1.0",
+ "doctrine/event-manager": "^1 || ^2",
"php": "^7.2 || ^8.0",
"psr/cache": "^1.0 || ^2.0 || ^3.0"
},
@@ -1259,16 +1262,16 @@
"require-dev": {
"composer/package-versions-deprecated": "^1.11",
"doctrine/annotations": "^1.7",
- "doctrine/coding-standard": "^9.0",
+ "doctrine/coding-standard": "^10",
"doctrine/common": "^3.0",
- "phpstan/phpstan": "1.5.0",
+ "phpstan/phpstan": "1.8.8",
"phpstan/phpstan-phpunit": "^1",
"phpstan/phpstan-strict-rules": "^1.1",
"phpunit/phpunit": "^8.5 || ^9.5",
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
- "vimeo/psalm": "4.22.0"
+ "vimeo/psalm": "4.29.0"
},
- "time": "2022-08-04T21:14:21+00:00",
+ "time": "2022-10-13T07:34:14+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -1317,7 +1320,7 @@
],
"support": {
"issues": "https://github.com/doctrine/persistence/issues",
- "source": "https://github.com/doctrine/persistence/tree/3.0.3"
+ "source": "https://github.com/doctrine/persistence/tree/3.0.4"
},
"funding": [
{
@@ -1788,17 +1791,17 @@
},
{
"name": "symfony/amqp-messenger",
- "version": "v5.4.11",
- "version_normalized": "5.4.11.0",
+ "version": "v5.4.13",
+ "version_normalized": "5.4.13.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/amqp-messenger.git",
- "reference": "4065cb4af96eb9ade8d33e38f9ce99de7d42f090"
+ "reference": "def93f2a7841cfa1a4a1fa487b84054d0d53e521"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/amqp-messenger/zipball/4065cb4af96eb9ade8d33e38f9ce99de7d42f090",
- "reference": "4065cb4af96eb9ade8d33e38f9ce99de7d42f090",
+ "url": "https://api.github.com/repos/symfony/amqp-messenger/zipball/def93f2a7841cfa1a4a1fa487b84054d0d53e521",
+ "reference": "def93f2a7841cfa1a4a1fa487b84054d0d53e521",
"shasum": ""
},
"require": {
@@ -1812,7 +1815,7 @@
"symfony/property-access": "^4.4|^5.0|^6.0",
"symfony/serializer": "^4.4|^5.0|^6.0"
},
- "time": "2022-06-27T16:58:25+00:00",
+ "time": "2022-09-11T09:11:59+00:00",
"type": "symfony-messenger-bridge",
"installation-source": "dist",
"autoload": {
@@ -1840,7 +1843,7 @@
"description": "Symfony AMQP extension Messenger Bridge",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/amqp-messenger/tree/v5.4.11"
+ "source": "https://github.com/symfony/amqp-messenger/tree/v5.4.13"
},
"funding": [
{
@@ -1860,17 +1863,17 @@
},
{
"name": "symfony/cache",
- "version": "v5.4.11",
- "version_normalized": "5.4.11.0",
+ "version": "v5.4.13",
+ "version_normalized": "5.4.13.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
- "reference": "5a0fff46df349f0db3fe242263451fddf5277362"
+ "reference": "89bb6a0fe27205636d80e568ffaf9bbb52f691e3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/cache/zipball/5a0fff46df349f0db3fe242263451fddf5277362",
- "reference": "5a0fff46df349f0db3fe242263451fddf5277362",
+ "url": "https://api.github.com/repos/symfony/cache/zipball/89bb6a0fe27205636d80e568ffaf9bbb52f691e3",
+ "reference": "89bb6a0fe27205636d80e568ffaf9bbb52f691e3",
"shasum": ""
},
"require": {
@@ -1908,7 +1911,7 @@
"symfony/messenger": "^4.4|^5.0|^6.0",
"symfony/var-dumper": "^4.4|^5.0|^6.0"
},
- "time": "2022-07-28T15:25:17+00:00",
+ "time": "2022-09-06T13:23:31+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -1933,14 +1936,14 @@
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation",
+ "description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
"homepage": "https://symfony.com",
"keywords": [
"caching",
"psr6"
],
"support": {
- "source": "https://github.com/symfony/cache/tree/v5.4.11"
+ "source": "https://github.com/symfony/cache/tree/v5.4.13"
},
"funding": [
{
@@ -2124,17 +2127,17 @@
},
{
"name": "symfony/console",
- "version": "v5.4.12",
- "version_normalized": "5.4.12.0",
+ "version": "v5.4.14",
+ "version_normalized": "5.4.14.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
- "reference": "c072aa8f724c3af64e2c7a96b796a4863d24dba1"
+ "reference": "984ea2c0f45f42dfed01d2f3987b187467c4b16d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/c072aa8f724c3af64e2c7a96b796a4863d24dba1",
- "reference": "c072aa8f724c3af64e2c7a96b796a4863d24dba1",
+ "url": "https://api.github.com/repos/symfony/console/zipball/984ea2c0f45f42dfed01d2f3987b187467c4b16d",
+ "reference": "984ea2c0f45f42dfed01d2f3987b187467c4b16d",
"shasum": ""
},
"require": {
@@ -2172,7 +2175,7 @@
"symfony/lock": "",
"symfony/process": ""
},
- "time": "2022-08-17T13:18:05+00:00",
+ "time": "2022-10-07T08:01:20+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -2206,7 +2209,7 @@
"terminal"
],
"support": {
- "source": "https://github.com/symfony/console/tree/v5.4.12"
+ "source": "https://github.com/symfony/console/tree/v5.4.14"
},
"funding": [
{
@@ -2226,17 +2229,17 @@
},
{
"name": "symfony/dependency-injection",
- "version": "v5.4.11",
- "version_normalized": "5.4.11.0",
+ "version": "v5.4.13",
+ "version_normalized": "5.4.13.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
- "reference": "a8b9251016e9476db73e25fa836904bc0bf74c62"
+ "reference": "24cf522668845391c0542bc1de496366072a6d0e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/a8b9251016e9476db73e25fa836904bc0bf74c62",
- "reference": "a8b9251016e9476db73e25fa836904bc0bf74c62",
+ "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/24cf522668845391c0542bc1de496366072a6d0e",
+ "reference": "24cf522668845391c0542bc1de496366072a6d0e",
"shasum": ""
},
"require": {
@@ -2270,7 +2273,7 @@
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
"symfony/yaml": ""
},
- "time": "2022-07-20T13:00:38+00:00",
+ "time": "2022-08-30T19:10:13+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -2298,7 +2301,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.11"
+ "source": "https://github.com/symfony/dependency-injection/tree/v5.4.13"
},
"funding": [
{
@@ -2634,17 +2637,17 @@
},
{
"name": "symfony/filesystem",
- "version": "v5.4.12",
- "version_normalized": "5.4.12.0",
+ "version": "v5.4.13",
+ "version_normalized": "5.4.13.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
- "reference": "2d67c1f9a1937406a9be3171b4b22250c0a11447"
+ "reference": "ac09569844a9109a5966b9438fc29113ce77cf51"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/filesystem/zipball/2d67c1f9a1937406a9be3171b4b22250c0a11447",
- "reference": "2d67c1f9a1937406a9be3171b4b22250c0a11447",
+ "url": "https://api.github.com/repos/symfony/filesystem/zipball/ac09569844a9109a5966b9438fc29113ce77cf51",
+ "reference": "ac09569844a9109a5966b9438fc29113ce77cf51",
"shasum": ""
},
"require": {
@@ -2653,7 +2656,7 @@
"symfony/polyfill-mbstring": "~1.8",
"symfony/polyfill-php80": "^1.16"
},
- "time": "2022-08-02T13:48:16+00:00",
+ "time": "2022-09-21T19:53:16+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -2681,7 +2684,7 @@
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/filesystem/tree/v5.4.12"
+ "source": "https://github.com/symfony/filesystem/tree/v5.4.13"
},
"funding": [
{
@@ -2767,17 +2770,17 @@
},
{
"name": "symfony/http-client",
- "version": "v5.4.12",
- "version_normalized": "5.4.12.0",
+ "version": "v5.4.14",
+ "version_normalized": "5.4.14.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
- "reference": "6a057be154824487fd5e6b65ab83899e0c5ac550"
+ "reference": "8a3929c814cba77db93de61c22759e0dbeaa4c87"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-client/zipball/6a057be154824487fd5e6b65ab83899e0c5ac550",
- "reference": "6a057be154824487fd5e6b65ab83899e0c5ac550",
+ "url": "https://api.github.com/repos/symfony/http-client/zipball/8a3929c814cba77db93de61c22759e0dbeaa4c87",
+ "reference": "8a3929c814cba77db93de61c22759e0dbeaa4c87",
"shasum": ""
},
"require": {
@@ -2809,7 +2812,7 @@
"symfony/process": "^4.4|^5.0|^6.0",
"symfony/stopwatch": "^4.4|^5.0|^6.0"
},
- "time": "2022-08-02T15:52:22+00:00",
+ "time": "2022-10-11T15:16:01+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -2837,7 +2840,7 @@
"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.12"
+ "source": "https://github.com/symfony/http-client/tree/v5.4.14"
},
"funding": [
{
@@ -2938,17 +2941,17 @@
},
{
"name": "symfony/messenger",
- "version": "v5.4.11",
- "version_normalized": "5.4.11.0",
+ "version": "v5.4.14",
+ "version_normalized": "5.4.14.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/messenger.git",
- "reference": "05cebeb1f3dcefd33eb5275709e9ff7cc0df50fd"
+ "reference": "de4b258a5551934460c422620b61cf0a35744f51"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/messenger/zipball/05cebeb1f3dcefd33eb5275709e9ff7cc0df50fd",
- "reference": "05cebeb1f3dcefd33eb5275709e9ff7cc0df50fd",
+ "url": "https://api.github.com/repos/symfony/messenger/zipball/de4b258a5551934460c422620b61cf0a35744f51",
+ "reference": "de4b258a5551934460c422620b61cf0a35744f51",
"shasum": ""
},
"require": {
@@ -2983,7 +2986,7 @@
"suggest": {
"enqueue/messenger-adapter": "For using the php-enqueue library as a transport."
},
- "time": "2022-07-20T13:00:38+00:00",
+ "time": "2022-10-10T09:32:54+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -3011,7 +3014,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.11"
+ "source": "https://github.com/symfony/messenger/tree/v5.4.14"
},
"funding": [
{
@@ -3767,17 +3770,17 @@
},
{
"name": "symfony/redis-messenger",
- "version": "v5.4.6",
- "version_normalized": "5.4.6.0",
+ "version": "v5.4.13",
+ "version_normalized": "5.4.13.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/redis-messenger.git",
- "reference": "6b14778e0a6295af023fec637c7b38f918c1a08d"
+ "reference": "d3028b772de91e9aa0342c92ff71c77b130ac9c4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/redis-messenger/zipball/6b14778e0a6295af023fec637c7b38f918c1a08d",
- "reference": "6b14778e0a6295af023fec637c7b38f918c1a08d",
+ "url": "https://api.github.com/repos/symfony/redis-messenger/zipball/d3028b772de91e9aa0342c92ff71c77b130ac9c4",
+ "reference": "d3028b772de91e9aa0342c92ff71c77b130ac9c4",
"shasum": ""
},
"require": {
@@ -3789,7 +3792,7 @@
"symfony/property-access": "^4.4|^5.0|^6.0",
"symfony/serializer": "^4.4|^5.0|^6.0"
},
- "time": "2022-03-04T15:46:40+00:00",
+ "time": "2022-09-11T09:11:59+00:00",
"type": "symfony-messenger-bridge",
"installation-source": "dist",
"autoload": {
@@ -3817,7 +3820,7 @@
"description": "Symfony Redis extension Messenger Bridge",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/redis-messenger/tree/v5.4.6"
+ "source": "https://github.com/symfony/redis-messenger/tree/v5.4.13"
},
"funding": [
{
@@ -3906,17 +3909,17 @@
},
{
"name": "symfony/serializer",
- "version": "v5.4.12",
- "version_normalized": "5.4.12.0",
+ "version": "v5.4.14",
+ "version_normalized": "5.4.14.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
- "reference": "776fa3010f62b97a7119757a66596a654cd244d4"
+ "reference": "21c329453e3c9345b51bf4b67b187c963a4edc45"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/serializer/zipball/776fa3010f62b97a7119757a66596a654cd244d4",
- "reference": "776fa3010f62b97a7119757a66596a654cd244d4",
+ "url": "https://api.github.com/repos/symfony/serializer/zipball/21c329453e3c9345b51bf4b67b187c963a4edc45",
+ "reference": "21c329453e3c9345b51bf4b67b187c963a4edc45",
"shasum": ""
},
"require": {
@@ -3964,7 +3967,7 @@
"symfony/var-exporter": "For using the metadata compiler.",
"symfony/yaml": "For using the default YAML mapping loader."
},
- "time": "2022-08-26T10:32:10+00:00",
+ "time": "2022-10-11T15:16:01+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -3992,7 +3995,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.12"
+ "source": "https://github.com/symfony/serializer/tree/v5.4.14"
},
"funding": [
{
@@ -4098,24 +4101,24 @@
},
{
"name": "symfony/stopwatch",
- "version": "v5.4.5",
- "version_normalized": "5.4.5.0",
+ "version": "v5.4.13",
+ "version_normalized": "5.4.13.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
- "reference": "4d04b5c24f3c9a1a168a131f6cbe297155bc0d30"
+ "reference": "6df7a3effde34d81717bbef4591e5ffe32226d69"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/stopwatch/zipball/4d04b5c24f3c9a1a168a131f6cbe297155bc0d30",
- "reference": "4d04b5c24f3c9a1a168a131f6cbe297155bc0d30",
+ "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6df7a3effde34d81717bbef4591e5ffe32226d69",
+ "reference": "6df7a3effde34d81717bbef4591e5ffe32226d69",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/service-contracts": "^1|^2|^3"
},
- "time": "2022-02-18T16:06:09+00:00",
+ "time": "2022-09-28T13:19:49+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -4143,7 +4146,7 @@
"description": "Provides a way to profile code",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/stopwatch/tree/v5.4.5"
+ "source": "https://github.com/symfony/stopwatch/tree/v5.4.13"
},
"funding": [
{
@@ -4163,17 +4166,17 @@
},
{
"name": "symfony/string",
- "version": "v5.4.12",
- "version_normalized": "5.4.12.0",
+ "version": "v5.4.14",
+ "version_normalized": "5.4.14.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
- "reference": "2fc515e512d721bf31ea76bd02fe23ada4640058"
+ "reference": "089e7237497fae7a9c404d0c3aeb8db3254733e4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/string/zipball/2fc515e512d721bf31ea76bd02fe23ada4640058",
- "reference": "2fc515e512d721bf31ea76bd02fe23ada4640058",
+ "url": "https://api.github.com/repos/symfony/string/zipball/089e7237497fae7a9c404d0c3aeb8db3254733e4",
+ "reference": "089e7237497fae7a9c404d0c3aeb8db3254733e4",
"shasum": ""
},
"require": {
@@ -4193,7 +4196,7 @@
"symfony/translation-contracts": "^1.1|^2",
"symfony/var-exporter": "^4.4|^5.0|^6.0"
},
- "time": "2022-08-12T17:03:11+00:00",
+ "time": "2022-10-05T15:16:54+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -4232,7 +4235,7 @@
"utf8"
],
"support": {
- "source": "https://github.com/symfony/string/tree/v5.4.12"
+ "source": "https://github.com/symfony/string/tree/v5.4.14"
},
"funding": [
{
diff --git a/makesrc.sh b/makesrc.sh
index cfb4a17..124d01a 100755
--- a/makesrc.sh
+++ b/makesrc.sh
@@ -10,6 +10,7 @@ SHORT=${COMMIT:0:7}
echo -e "\nCreate git snapshot\nName=$NAME, Owner=$OWNER, Project=$PROJECT, Version=$VERSION, Commit=$COMMIT\n"
echo "Cloning..."
+rm -rf $HOME/.cache/bartlett
git clone https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT
echo "Getting commit..."
@@ -32,6 +33,7 @@ tar czf $NAME-$VERSION-$SHORT.tgz --exclude-vcs $PROJECT-$COMMIT
echo "Cleaning..."
rm -rf $PROJECT-$COMMIT
+rm -rf $HOME/.cache/bartlett
echo "Done."
diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec
index 8382afb..a9f997e 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 041352673a390b3e0822fc4b0e295ac6267dffbf
+%global gh_commit 832e40edc6e818f10f432803ddd9350b37f07d8f
%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.4.2
+%global upstream_version 6.5.2
#global upstream_prever RC1
Name: php-bartlett-PHP-CompatInfo
@@ -25,7 +25,8 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
Release: 1%{?dist}
Summary: Find out version and the extensions required for a piece of code to run
-License: BSD and MIT
+# see bundled libraries list below
+License: BSD-3-Clause and MIT
URL: https://github.com/llaville/php-compatinfo
Source0: %{name}-%{version}-%{gh_short}.tgz
# Script for fedora-review
@@ -56,7 +57,7 @@ Requires: php-xmlreader
# Bundled libraries
# License BSD-3-Clause
-Provides: bundled(php-bartlett-php-compatinfo-db) = 4.3.0
+Provides: bundled(php-bartlett-php-compatinfo-db) = 4.6.1
Provides: bundled(php-nikic-php-parser) = v4.15.1
# License MIT
Provides: bundled(php-bartlett-sarif-php-sdk) = 1.0.1
@@ -64,37 +65,37 @@ Provides: bundled(php-brick-math) = 0.9.3
Provides: bundled(php-composer-semver) = 3.3.2
Provides: bundled(php-doctrine-annotations) = 1.13.3
Provides: bundled(php-doctrine-cache) = 2.2.0
-Provides: bundled(php-doctrine-collections) = 1.7.3
-Provides: bundled(php-doctrine-common) = 3.4.1
-Provides: bundled(php-doctrine-dbal) = 3.4.5
+Provides: bundled(php-doctrine-collections) = 1.8.0
+Provides: bundled(php-doctrine-common) = 3.4.3
+Provides: bundled(php-doctrine-dbal) = 3.5.1
Provides: bundled(php-doctrine-deprecations) = v1.0.0
-Provides: bundled(php-doctrine-event-manager) = 1.1.2
-Provides: bundled(php-doctrine-inflector) = 2.0.5
+Provides: bundled(php-doctrine-event-manager) = 1.2.0
+Provides: bundled(php-doctrine-inflector) = 2.0.6
Provides: bundled(php-doctrine-instantiator) = 1.4.1
Provides: bundled(php-doctrine-lexer) = 1.2.3
-Provides: bundled(php-doctrine-orm) = 2.13.2
-Provides: bundled(php-doctrine-persistence) = 3.0.3
+Provides: bundled(php-doctrine-orm) = 2.13.3
+Provides: bundled(php-doctrine-persistence) = 3.0.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.2.2
Provides: bundled(php-ramsey-uuid) = 4.2.3
-Provides: bundled(php-symfony-amqp-messenger) = v5.4.11
-Provides: bundled(php-symfony-cache) = v5.4.11
+Provides: bundled(php-symfony-amqp-messenger) = v5.4.13
+Provides: bundled(php-symfony-cache) = v5.4.13
Provides: bundled(php-symfony-cache-contracts) = v2.5.2
Provides: bundled(php-symfony-config) = v5.4.11
-Provides: bundled(php-symfony-console) = v5.4.12
-Provides: bundled(php-symfony-dependency-injection) = v5.4.11
+Provides: bundled(php-symfony-console) = v5.4.14
+Provides: bundled(php-symfony-dependency-injection) = v5.4.13
Provides: bundled(php-symfony-deprecation-contracts) = v2.5.2
Provides: bundled(php-symfony-doctrine-messenger) = v5.4.12
Provides: bundled(php-symfony-event-dispatcher) = v5.4.9
Provides: bundled(php-symfony-event-dispatcher-contracts) = v2.5.2
-Provides: bundled(php-symfony-filesystem) = v5.4.12
+Provides: bundled(php-symfony-filesystem) = v5.4.13
Provides: bundled(php-symfony-finder) = v5.4.11
-Provides: bundled(php-symfony-http-client) = v5.4.12
+Provides: bundled(php-symfony-http-client) = v5.4.14
Provides: bundled(php-symfony-http-client-contracts) = v2.5.2
-Provides: bundled(php-symfony-messenger) = v5.4.11
+Provides: bundled(php-symfony-messenger) = v5.4.14
Provides: bundled(php-symfony-polyfill-ctype) = v1.26.0
Provides: bundled(php-symfony-polyfill-intl-grapheme) = v1.26.0
Provides: bundled(php-symfony-polyfill-intl-normalizer) = v1.26.0
@@ -104,12 +105,12 @@ Provides: bundled(php-symfony-polyfill-php73) = v1.26.0
Provides: bundled(php-symfony-polyfill-php80) = v1.26.0
Provides: bundled(php-symfony-polyfill-php81) = v1.26.0
Provides: bundled(php-symfony-process) = v5.4.11
-Provides: bundled(php-symfony-redis-messenger) = v5.4.6
+Provides: bundled(php-symfony-redis-messenger) = v5.4.13
Provides: bundled(php-symfony-requirements-checker) = v2.0.1
-Provides: bundled(php-symfony-serializer) = v5.4.12
+Provides: bundled(php-symfony-serializer) = v5.4.14
Provides: bundled(php-symfony-service-contracts) = v2.5.2
-Provides: bundled(php-symfony-stopwatch) = v5.4.5
-Provides: bundled(php-symfony-string) = v5.4.12
+Provides: bundled(php-symfony-stopwatch) = v5.4.13
+Provides: bundled(php-symfony-string) = v5.4.14
Provides: bundled(php-symfony-var-exporter) = v5.4.10
Provides: phpcompatinfo = %{version}
@@ -144,22 +145,22 @@ rm -r tests
: List bundled libraries and Licenses
php -r '
- $pkgs = file_get_contents("vendor/composer/installed.json");
- $pkgs = json_decode($pkgs, true);
- if (!is_array($pkgs) || !isset($pkgs["packages"])) {
+ $pkgs = file_get_contents("vendor/composer/installed.json");
+ $pkgs = json_decode($pkgs, true);
+ if (!is_array($pkgs) || !isset($pkgs["packages"])) {
echo "cant decode json file\n";
- exit(3);
- }
- $res = [];
+ exit(3);
+ }
+ $res = [];
foreach($pkgs["packages"] as $pkg) {
- $lic = implode(" and ", $pkg["license"]);
- if (!isset($res[$lic])) $res[$lic] = [];
- $res[$lic][] = sprintf("Provides: bundled(php-%s) = %s", str_replace(["/", "_"], ["-", "-"], $pkg["name"]), $pkg["version"]);
- }
- foreach($res as $lic => $lib) {
- sort($lib);
- printf("# License %s\n%s\n", $lic, implode("\n", $lib));
- }
+ $lic = implode(" and ", $pkg["license"]);
+ if (!isset($res[$lic])) $res[$lic] = [];
+ $res[$lic][] = sprintf("Provides: bundled(php-%s) = %s", str_replace(["/", "_"], ["-", "-"], $pkg["name"]), $pkg["version"]);
+ }
+ foreach($res as $lic => $lib) {
+ sort($lib);
+ printf("# License %s\n%s\n", $lic, implode("\n", $lib));
+ }
'
%build
@@ -198,6 +199,15 @@ install -D -p -m 755 %{SOURCE1} %{buildroot}%{_datadir}/%{name}/fedora-
%changelog
+* Tue Oct 25 2022 Remi Collet <remi@remirepo.net> - 6.5.2-1
+- update to 6.5.2
+
+* Mon Oct 24 2022 Remi Collet <remi@remirepo.net> - 6.5.1-1
+- update to 6.5.1
+
+* Mon Oct 24 2022 Remi Collet <remi@remirepo.net> - 6.5.0-1
+- update to 6.5.0
+
* Tue Sep 27 2022 Remi Collet <remi@remirepo.net> - 6.4.2-1
- update to 6.4.2