summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer-bash-completion2
-rw-r--r--composer.spec7
-rw-r--r--installed.json18
3 files changed, 17 insertions, 10 deletions
diff --git a/composer-bash-completion b/composer-bash-completion
index 83957fa..2bb50d1 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.9.4")
+ local completecmd=("$sf_cmd" "_complete" "--no-interaction" "-sbash" "-c$cword" "-S2.9.5")
for w in ${words[@]}; do
w=$(printf -- '%b' "$w")
# remove quotes from typed values
diff --git a/composer.spec b/composer.spec
index 43bd8bd..d7dfda7 100644
--- a/composer.spec
+++ b/composer.spec
@@ -11,7 +11,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit d4225153940b7c06f0e825195bdbdc312c67d917
+%global gh_commit 72a8f8e653710e18d83e5dd531eb5a71fc3223e6
%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.9.0
%global run_version 2.2.2
-%global upstream_version 2.9.4
+%global upstream_version 2.9.5
#global upstream_prever RC1
#global upstream_lower rc1
@@ -217,6 +217,9 @@ php -r '
%changelog
+* Thu Jan 29 2026 Remi Collet <remi@remirepo.net> - 2.9.5-1
+- update to 2.9.5
+
* Thu Jan 22 2026 Remi Collet <remi@remirepo.net> - 2.9.4-1
- update to 2.9.4
diff --git a/installed.json b/installed.json
index 64976d8..2a57bea 100644
--- a/installed.json
+++ b/installed.json
@@ -2042,24 +2042,24 @@
},
{
"name": "symfony/process",
- "version": "v5.4.47",
- "version_normalized": "5.4.47.0",
+ "version": "v5.4.51",
+ "version_normalized": "5.4.51.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
- "reference": "5d1662fb32ebc94f17ddb8d635454a776066733d"
+ "reference": "467bfc56f18f5ef6d5ccb09324d7e988c1c0a98f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/process/zipball/5d1662fb32ebc94f17ddb8d635454a776066733d",
- "reference": "5d1662fb32ebc94f17ddb8d635454a776066733d",
+ "url": "https://api.github.com/repos/symfony/process/zipball/467bfc56f18f5ef6d5ccb09324d7e988c1c0a98f",
+ "reference": "467bfc56f18f5ef6d5ccb09324d7e988c1c0a98f",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.16"
},
- "time": "2024-11-06T11:36:42+00:00",
+ "time": "2026-01-26T15:53:37+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -2087,7 +2087,7 @@
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/process/tree/v5.4.47"
+ "source": "https://github.com/symfony/process/tree/v5.4.51"
},
"funding": [
{
@@ -2099,6 +2099,10 @@
"type": "github"
},
{
+ "url": "https://github.com/nicolas-grekas",
+ "type": "github"
+ },
+ {
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}