diff options
| author | Remi Collet <remi@remirepo.net> | 2026-01-22 15:17:04 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-01-22 15:17:04 +0100 |
| commit | 585229c19c6c2aa0115bc5c7505da48d61553385 (patch) | |
| tree | bd61b1ad29d4d88b94822a05f2dc2e5afee5321c | |
| parent | c160746f29e9e1bf8c9aef423091f05a54c5d808 (diff) | |
| -rw-r--r-- | composer-bash-completion | 2 | ||||
| -rw-r--r-- | composer.spec | 12 | ||||
| -rw-r--r-- | installed.json | 44 |
3 files changed, 32 insertions, 26 deletions
diff --git a/composer-bash-completion b/composer-bash-completion index 4fd810b..83957fa 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.2") + local completecmd=("$sf_cmd" "_complete" "--no-interaction" "-sbash" "-c$cword" "-S2.9.4") for w in ${words[@]}; do w=$(printf -- '%b' "$w") # remove quotes from typed values diff --git a/composer.spec b/composer.spec index 2ce2825..43bd8bd 100644 --- a/composer.spec +++ b/composer.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for composer # -# SPDX-FileCopyrightText: Copyright 2015-2025 Remi Collet +# SPDX-FileCopyrightText: Copyright 2015-2026 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 8d5358f147c63a3a681b002076deff8c90e0b19d +%global gh_commit d4225153940b7c06f0e825195bdbdc312c67d917 %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.2 +%global upstream_version 2.9.4 #global upstream_prever RC1 #global upstream_lower rc1 @@ -217,6 +217,12 @@ php -r ' %changelog +* Thu Jan 22 2026 Remi Collet <remi@remirepo.net> - 2.9.4-1 +- update to 2.9.4 + +* Wed Dec 31 2025 Remi Collet <remi@remirepo.net> - 2.9.3-1 +- update to 2.9.3 + * Thu Nov 20 2025 Remi Collet <remi@remirepo.net> - 2.9.2-1 - update to 2.9.2 diff --git a/installed.json b/installed.json index 81e1a88..64976d8 100644 --- a/installed.json +++ b/installed.json @@ -2,17 +2,17 @@ "packages": [ { "name": "composer/ca-bundle", - "version": "1.5.9", - "version_normalized": "1.5.9.0", + "version": "1.5.10", + "version_normalized": "1.5.10.0", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "1905981ee626e6f852448b7aaa978f8666c5bc54" + "reference": "961a5e4056dd2e4a2eedcac7576075947c28bf63" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/1905981ee626e6f852448b7aaa978f8666c5bc54", - "reference": "1905981ee626e6f852448b7aaa978f8666c5bc54", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/961a5e4056dd2e4a2eedcac7576075947c28bf63", + "reference": "961a5e4056dd2e4a2eedcac7576075947c28bf63", "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-11-06T11:46:17+00:00", + "time": "2025-12-08T15:06:51+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.9" + "source": "https://github.com/composer/ca-bundle/tree/1.5.10" }, "funding": [ { @@ -77,17 +77,17 @@ }, { "name": "composer/class-map-generator", - "version": "1.7.0", - "version_normalized": "1.7.0.0", + "version": "1.7.1", + "version_normalized": "1.7.1.0", "source": { "type": "git", "url": "https://github.com/composer/class-map-generator.git", - "reference": "2373419b7709815ed323ebf18c3c72d03ff4a8a6" + "reference": "8f5fa3cc214230e71f54924bd0197a3bcc705eb1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/class-map-generator/zipball/2373419b7709815ed323ebf18c3c72d03ff4a8a6", - "reference": "2373419b7709815ed323ebf18c3c72d03ff4a8a6", + "url": "https://api.github.com/repos/composer/class-map-generator/zipball/8f5fa3cc214230e71f54924bd0197a3bcc705eb1", + "reference": "8f5fa3cc214230e71f54924bd0197a3bcc705eb1", "shasum": "" }, "require": { @@ -103,7 +103,7 @@ "phpunit/phpunit": "^8", "symfony/filesystem": "^5.4 || ^6 || ^7 || ^8" }, - "time": "2025-11-19T10:41:15+00:00", + "time": "2025-12-29T13:15:25+00:00", "type": "library", "extra": { "branch-alias": { @@ -133,7 +133,7 @@ ], "support": { "issues": "https://github.com/composer/class-map-generator/issues", - "source": "https://github.com/composer/class-map-generator/tree/1.7.0" + "source": "https://github.com/composer/class-map-generator/tree/1.7.1" }, "funding": [ { @@ -535,22 +535,22 @@ }, { "name": "justinrainbow/json-schema", - "version": "6.6.1", - "version_normalized": "6.6.1.0", + "version": "6.6.4", + "version_normalized": "6.6.4.0", "source": { "type": "git", "url": "https://github.com/jsonrainbow/json-schema.git", - "reference": "fd8e5c6b1badb998844ad34ce0abcd71a0aeb396" + "reference": "2eeb75d21cf73211335888e7f5e6fd7440723ec7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/fd8e5c6b1badb998844ad34ce0abcd71a0aeb396", - "reference": "fd8e5c6b1badb998844ad34ce0abcd71a0aeb396", + "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/2eeb75d21cf73211335888e7f5e6fd7440723ec7", + "reference": "2eeb75d21cf73211335888e7f5e6fd7440723ec7", "shasum": "" }, "require": { "ext-json": "*", - "marc-mabe/php-enum": "^4.0", + "marc-mabe/php-enum": "^4.4", "php": "^7.2 || ^8.0" }, "require-dev": { @@ -561,7 +561,7 @@ "phpstan/phpstan": "^1.12", "phpunit/phpunit": "^8.5" }, - "time": "2025-11-07T18:30:29+00:00", + "time": "2025-12-19T15:01:32+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.1" + "source": "https://github.com/jsonrainbow/json-schema/tree/6.6.4" }, "install-path": "../justinrainbow/json-schema" }, |
