From 3f610f88a50c19f94d2ce59b7f0dafbc52dd9f75 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Jan 2022 15:16:37 +0100 Subject: update bundled bartlett/php-compatinfo-db 3.18.0 --- installed.json | 23 +++++++++++++---------- php-bartlett-PHP-CompatInfo.spec | 7 +++++-- 2 files changed, 18 insertions(+), 12 deletions(-) diff --git a/installed.json b/installed.json index 64d6ca3..ebe4fdb 100644 --- a/installed.json +++ b/installed.json @@ -2,23 +2,24 @@ "packages": [ { "name": "bartlett/php-compatinfo-db", - "version": "3.17.1", - "version_normalized": "3.17.1.0", + "version": "3.18.0", + "version_normalized": "3.18.0.0", "source": { "type": "git", "url": "https://github.com/llaville/php-compatinfo-db.git", - "reference": "426ad91dd4a0b071cc3deb9b92917bc535739622" + "reference": "ee0bc4b9c5631333539699cface3a1572bb733f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/llaville/php-compatinfo-db/zipball/426ad91dd4a0b071cc3deb9b92917bc535739622", - "reference": "426ad91dd4a0b071cc3deb9b92917bc535739622", + "url": "https://api.github.com/repos/llaville/php-compatinfo-db/zipball/ee0bc4b9c5631333539699cface3a1572bb733f0", + "reference": "ee0bc4b9c5631333539699cface3a1572bb733f0", "shasum": "" }, "require": { - "composer/semver": "^1.0|^2.0|^3.0", + "composer-runtime-api": "^2.0", + "composer/semver": "^3.0", "doctrine/annotations": "^1.13", - "doctrine/dbal": "^2.13.1|^3.1.4", + "doctrine/dbal": "^3.2", "doctrine/orm": "^2.7", "ext-json": "*", "ext-pcre": "*", @@ -40,10 +41,12 @@ "require-dev": { "bartlett/graph-uml": "^1.2", "composer/composer": "^2.0", - "psr/log": "^1.0", - "symfony/phpunit-bridge": "^5.1" + "psr/log": "^1.0" }, - "time": "2022-01-11T16:51:33+00:00", + "time": "2022-01-22T09:04:50+00:00", + "bin": [ + "bin/compatinfo-db" + ], "type": "library", "extra": { "enable-patching": true diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index 75ed732..ff70063 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -22,7 +22,7 @@ Name: php-bartlett-PHP-CompatInfo Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Find out version and the extensions required for a piece of code to run License: BSD and MIT @@ -55,7 +55,7 @@ Requires: php-spl Requires: php-xmlreader # Bundled libraries -Provides: bundled(php-bartlett-php-compatinfo-db) = 3.17.1 +Provides: bundled(php-bartlett-php-compatinfo-db) = 3.18.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.7 @@ -188,6 +188,9 @@ install -D -p -m 755 %{SOURCE1} %{buildroot}%{_datadir}/%{name}/fedora- %changelog +* Tue Jan 25 2022 Remi Collet - 6.1.1-2 +- update bundled bartlett/php-compatinfo-db 3.18.0 + * Tue Jan 18 2022 Remi Collet - 6.1.1-1 - update to 6.1.1 - update bundled bartlett/php-compatinfo-db 3.17.1 -- cgit