summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-11-13 11:35:28 +0100
committerRemi Collet <remi@php.net>2025-11-13 11:35:28 +0100
commit9c6bcdf78bebad1c97a5d5ccae0b042702649e0e (patch)
treebc7e9f58468690701c3f7fdb6c97f58fa3d12cb6
parent57fdb465b26cd3722d1b3be5847724f67a657d1a (diff)
update to 2.9.0
-rw-r--r--composer-bash-completion2
-rw-r--r--composer.spec9
-rw-r--r--installed.json14
3 files changed, 14 insertions, 11 deletions
diff --git a/composer-bash-completion b/composer-bash-completion
index 8c01731..907f4b8 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.0-RC1")
+ local completecmd=("$sf_cmd" "_complete" "--no-interaction" "-sbash" "-c$cword" "-S2.9.0")
for w in ${words[@]}; do
w=$(printf -- '%b' "$w")
# remove quotes from typed values
diff --git a/composer.spec b/composer.spec
index fbb1c3f..2fca8d2 100644
--- a/composer.spec
+++ b/composer.spec
@@ -11,7 +11,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit ed4d9206d90740790302e7c9d9c1420587687819
+%global gh_commit 5b236f4fb611083885d18031a9e503e1cdb6a3f6
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_branch 2.0-dev
%global gh_owner composer
@@ -20,8 +20,8 @@
%global run_version 2.2.2
%global upstream_version 2.9.0
-%global upstream_prever RC1
-%global upstream_lower rc1
+#global upstream_prever RC1
+#global upstream_lower rc1
%global _phpunit %{_bindir}/phpunit9
%global bashcompdir %(pkg-config --variable=completionsdir bash-completion 2>/dev/null)
@@ -217,6 +217,9 @@ php -r '
%changelog
+* Thu Nov 13 2025 Remi Collet <remi@remirepo.net> - 2.9.0-1
+- update to 2.9.0
+
* Fri Nov 7 2025 Remi Collet <remi@remirepo.net> - 2.9.0~rc1-1
- update to 2.9.0-RC1
diff --git a/installed.json b/installed.json
index aceb5c1..e426768 100644
--- a/installed.json
+++ b/installed.json
@@ -535,17 +535,17 @@
},
{
"name": "justinrainbow/json-schema",
- "version": "6.6.0",
- "version_normalized": "6.6.0.0",
+ "version": "6.6.1",
+ "version_normalized": "6.6.1.0",
"source": {
"type": "git",
"url": "https://github.com/jsonrainbow/json-schema.git",
- "reference": "68ba7677532803cc0c5900dd5a4d730537f2b2f3"
+ "reference": "fd8e5c6b1badb998844ad34ce0abcd71a0aeb396"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/68ba7677532803cc0c5900dd5a4d730537f2b2f3",
- "reference": "68ba7677532803cc0c5900dd5a4d730537f2b2f3",
+ "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/fd8e5c6b1badb998844ad34ce0abcd71a0aeb396",
+ "reference": "fd8e5c6b1badb998844ad34ce0abcd71a0aeb396",
"shasum": ""
},
"require": {
@@ -561,7 +561,7 @@
"phpstan/phpstan": "^1.12",
"phpunit/phpunit": "^8.5"
},
- "time": "2025-10-10T11:34:09+00:00",
+ "time": "2025-11-07T18:30:29+00:00",
"bin": [
"bin/validate-json"
],
@@ -607,7 +607,7 @@
],
"support": {
"issues": "https://github.com/jsonrainbow/json-schema/issues",
- "source": "https://github.com/jsonrainbow/json-schema/tree/6.6.0"
+ "source": "https://github.com/jsonrainbow/json-schema/tree/6.6.1"
},
"install-path": "../justinrainbow/json-schema"
},