summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-07-11 07:38:20 +0200
committerRemi Collet <remi@php.net>2025-07-11 07:38:20 +0200
commitb5659619f9f2b01217b4845105a45156c5af2d11 (patch)
treeb5a3f0e2f78c6afeb4724e57bb524596900e9370
parent6348571cf9d1ef3e8738738c57b546aa8817c640 (diff)
update to 2.8.10HEADmaster
-rw-r--r--composer-bash-completion2
-rw-r--r--composer.spec7
-rw-r--r--installed.json28
3 files changed, 20 insertions, 17 deletions
diff --git a/composer-bash-completion b/composer-bash-completion
index 4ca8915..a14f0a3 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.9")
+ local completecmd=("$sf_cmd" "_complete" "--no-interaction" "-sbash" "-c$cword" "-S2.8.10")
for w in ${words[@]}; do
w=$(printf -- '%b' "$w")
# remove quotes from typed values
diff --git a/composer.spec b/composer.spec
index e30f0a4..c12b667 100644
--- a/composer.spec
+++ b/composer.spec
@@ -11,7 +11,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit b4e6bff2db7ce756ddb77ecee958a0f41f42bd9d
+%global gh_commit 53834f587d7ab2527eb237459d7b94d1fb9d4c5a
%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.9
+%global upstream_version 2.8.10
#global upstream_prever RC1
#global upstream_lower rc1
@@ -208,6 +208,9 @@ php -r '
%changelog
+* Fri Jul 11 2025 Remi Collet <remi@remirepo.net> - 2.8.10-1
+- update to 2.8.10
+
* Tue May 13 2025 Remi Collet <remi@remirepo.net> - 2.8.9-1
- update to 2.8.9
diff --git a/installed.json b/installed.json
index c59dbd1..371b85b 100644
--- a/installed.json
+++ b/installed.json
@@ -2,17 +2,17 @@
"packages": [
{
"name": "composer/ca-bundle",
- "version": "1.5.6",
- "version_normalized": "1.5.6.0",
+ "version": "1.5.7",
+ "version_normalized": "1.5.7.0",
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
- "reference": "f65c239c970e7f072f067ab78646e9f0b2935175"
+ "reference": "d665d22c417056996c59019579f1967dfe5c1e82"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/ca-bundle/zipball/f65c239c970e7f072f067ab78646e9f0b2935175",
- "reference": "f65c239c970e7f072f067ab78646e9f0b2935175",
+ "url": "https://api.github.com/repos/composer/ca-bundle/zipball/d665d22c417056996c59019579f1967dfe5c1e82",
+ "reference": "d665d22c417056996c59019579f1967dfe5c1e82",
"shasum": ""
},
"require": {
@@ -26,7 +26,7 @@
"psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0"
},
- "time": "2025-03-06T14:30:56+00:00",
+ "time": "2025-05-26T15:08:54+00:00",
"type": "library",
"extra": {
"branch-alias": {
@@ -61,7 +61,7 @@
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/ca-bundle/issues",
- "source": "https://github.com/composer/ca-bundle/tree/1.5.6"
+ "source": "https://github.com/composer/ca-bundle/tree/1.5.7"
},
"funding": [
{
@@ -547,17 +547,17 @@
},
{
"name": "justinrainbow/json-schema",
- "version": "6.4.1",
- "version_normalized": "6.4.1.0",
+ "version": "6.4.2",
+ "version_normalized": "6.4.2.0",
"source": {
"type": "git",
"url": "https://github.com/jsonrainbow/json-schema.git",
- "reference": "35d262c94959571e8736db1e5c9bc36ab94ae900"
+ "reference": "ce1fd2d47799bb60668643bc6220f6278a4c1d02"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/35d262c94959571e8736db1e5c9bc36ab94ae900",
- "reference": "35d262c94959571e8736db1e5c9bc36ab94ae900",
+ "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/ce1fd2d47799bb60668643bc6220f6278a4c1d02",
+ "reference": "ce1fd2d47799bb60668643bc6220f6278a4c1d02",
"shasum": ""
},
"require": {
@@ -573,7 +573,7 @@
"phpstan/phpstan": "^1.12",
"phpunit/phpunit": "^8.5"
},
- "time": "2025-04-04T13:08:07+00:00",
+ "time": "2025-06-03T18:27:04+00:00",
"bin": [
"bin/validate-json"
],
@@ -619,7 +619,7 @@
],
"support": {
"issues": "https://github.com/jsonrainbow/json-schema/issues",
- "source": "https://github.com/jsonrainbow/json-schema/tree/6.4.1"
+ "source": "https://github.com/jsonrainbow/json-schema/tree/6.4.2"
},
"install-path": "../justinrainbow/json-schema"
},