summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer-bash-completion2
-rw-r--r--composer.json14
-rw-r--r--composer.spec11
-rw-r--r--installed.json30
4 files changed, 32 insertions, 25 deletions
diff --git a/composer-bash-completion b/composer-bash-completion
index 81e4525..6e27771 100644
--- a/composer-bash-completion
+++ b/composer-bash-completion
@@ -25,7 +25,7 @@ _sf_composer() {
local cur prev words cword
_get_comp_words_by_ref -n := cur prev words cword
- local completecmd=("$sf_cmd" "_complete" "--no-interaction" "-sbash" "-c$cword" "-S2.8.11")
+ local completecmd=("$sf_cmd" "_complete" "--no-interaction" "-sbash" "-c$cword" "-S2.8.12")
for w in ${words[@]}; do
w=$(printf -- '%b' "$w")
# remove quotes from typed values
diff --git a/composer.json b/composer.json
index 8d7f2a8..d134596 100644
--- a/composer.json
+++ b/composer.json
@@ -29,15 +29,15 @@
"composer/semver": "^3.3",
"composer/spdx-licenses": "^1.5.7",
"composer/xdebug-handler": "^2.0.2 || ^3.0.3",
- "justinrainbow/json-schema": "^6.3.1",
+ "justinrainbow/json-schema": "^6.5.1",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"seld/jsonlint": "^1.4",
"seld/phar-utils": "^1.2",
- "symfony/console": "^5.4.35 || ^6.3.12 || ^7.0.3",
- "symfony/filesystem": "^5.4.35 || ^6.3.12 || ^7.0.3",
- "symfony/finder": "^5.4.35 || ^6.3.12 || ^7.0.3",
- "symfony/process": "^5.4.35 || ^6.3.12 || ^7.0.3",
- "react/promise": "^2.11 || ^3.3",
+ "symfony/console": "^5.4.47 || ^6.4.25 || ^7.1.10",
+ "symfony/filesystem": "^5.4.45 || ^6.4.24 || ^7.1.10",
+ "symfony/finder": "^5.4.45 || ^6.4.24 || ^7.1.10",
+ "symfony/process": "^5.4.47 || ^6.4.25 || ^7.1.10",
+ "react/promise": "^3.3",
"composer/pcre": "^2.2 || ^3.2",
"symfony/polyfill-php73": "^1.24",
"symfony/polyfill-php80": "^1.24",
@@ -45,7 +45,7 @@
"seld/signal-handler": "^2.0"
},
"require-dev": {
- "symfony/phpunit-bridge": "^6.4.3 || ^7.0.1",
+ "symfony/phpunit-bridge": "^6.4.25 || ^7.3.3",
"phpstan/phpstan": "^1.11.8",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpstan/phpstan-deprecation-rules": "^1.2.0",
diff --git a/composer.spec b/composer.spec
index 7314b81..19dcc7c 100644
--- a/composer.spec
+++ b/composer.spec
@@ -11,7 +11,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 00e1a3396eea67033775c4a49c772376f45acd73
+%global gh_commit 3e38919bc9a2c3c026f2151b5e56d04084ce8f0b
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_branch 2.0-dev
%global gh_owner composer
@@ -19,7 +19,7 @@
%global api_version 2.6.0
%global run_version 2.2.2
-%global upstream_version 2.8.11
+%global upstream_version 2.8.12
#global upstream_prever RC1
#global upstream_lower rc1
@@ -114,6 +114,10 @@ Requires: php-zlib
Provides: php-composer(composer-plugin-api) = %{api_version}
Provides: php-composer(composer-runtime-api) = %{run_version}
+# PEAR is now deprecated
+# composer is designed to replace it
+Supplements: php-pear
+
%description
Composer helps you declare, manage and install dependencies of PHP projects,
@@ -208,6 +212,9 @@ php -r '
%changelog
+* Fri Sep 19 2025 Remi Collet <remi@remirepo.net> - 2.8.12-1
+- update to 2.8.12
+
* Wed Aug 27 2025 Remi Collet <remi@remirepo.net> - 2.8.11-1
- update to 2.8.11
diff --git a/installed.json b/installed.json
index 947a34e..8ee424d 100644
--- a/installed.json
+++ b/installed.json
@@ -535,17 +535,17 @@
},
{
"name": "justinrainbow/json-schema",
- "version": "6.4.2",
- "version_normalized": "6.4.2.0",
+ "version": "6.5.2",
+ "version_normalized": "6.5.2.0",
"source": {
"type": "git",
"url": "https://github.com/jsonrainbow/json-schema.git",
- "reference": "ce1fd2d47799bb60668643bc6220f6278a4c1d02"
+ "reference": "ac0d369c09653cf7af561f6d91a705bc617a87b8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/ce1fd2d47799bb60668643bc6220f6278a4c1d02",
- "reference": "ce1fd2d47799bb60668643bc6220f6278a4c1d02",
+ "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/ac0d369c09653cf7af561f6d91a705bc617a87b8",
+ "reference": "ac0d369c09653cf7af561f6d91a705bc617a87b8",
"shasum": ""
},
"require": {
@@ -555,13 +555,13 @@
},
"require-dev": {
"friendsofphp/php-cs-fixer": "3.3.0",
- "json-schema/json-schema-test-suite": "1.2.0",
+ "json-schema/json-schema-test-suite": "^23.2",
"marc-mabe/php-enum-phpstan": "^2.0",
"phpspec/prophecy": "^1.19",
"phpstan/phpstan": "^1.12",
"phpunit/phpunit": "^8.5"
},
- "time": "2025-06-03T18:27:04+00:00",
+ "time": "2025-09-09T09:42:27+00:00",
"bin": [
"bin/validate-json"
],
@@ -607,23 +607,23 @@
],
"support": {
"issues": "https://github.com/jsonrainbow/json-schema/issues",
- "source": "https://github.com/jsonrainbow/json-schema/tree/6.4.2"
+ "source": "https://github.com/jsonrainbow/json-schema/tree/6.5.2"
},
"install-path": "../justinrainbow/json-schema"
},
{
"name": "marc-mabe/php-enum",
- "version": "v4.7.1",
- "version_normalized": "4.7.1.0",
+ "version": "v4.7.2",
+ "version_normalized": "4.7.2.0",
"source": {
"type": "git",
"url": "https://github.com/marc-mabe/php-enum.git",
- "reference": "7159809e5cfa041dca28e61f7f7ae58063aae8ed"
+ "reference": "bb426fcdd65c60fb3638ef741e8782508fda7eef"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/marc-mabe/php-enum/zipball/7159809e5cfa041dca28e61f7f7ae58063aae8ed",
- "reference": "7159809e5cfa041dca28e61f7f7ae58063aae8ed",
+ "url": "https://api.github.com/repos/marc-mabe/php-enum/zipball/bb426fcdd65c60fb3638ef741e8782508fda7eef",
+ "reference": "bb426fcdd65c60fb3638ef741e8782508fda7eef",
"shasum": ""
},
"require": {
@@ -636,7 +636,7 @@
"phpunit/phpunit": "^7.5.20 | ^8.5.22 | ^9.5.11",
"vimeo/psalm": "^4.17.0 | ^5.26.1"
},
- "time": "2024-11-28T04:54:44+00:00",
+ "time": "2025-09-14T11:18:39+00:00",
"type": "library",
"extra": {
"branch-alias": {
@@ -683,7 +683,7 @@
],
"support": {
"issues": "https://github.com/marc-mabe/php-enum/issues",
- "source": "https://github.com/marc-mabe/php-enum/tree/v4.7.1"
+ "source": "https://github.com/marc-mabe/php-enum/tree/v4.7.2"
},
"install-path": "../marc-mabe/php-enum"
},