Skip to content

Commit ec75a2b

Browse files
authored
Merge pull request #942 from ergebnis/fix/composer
Fix: Update `composer/composer`
2 parents 8fa1ffd + 1a1bffe commit ec75a2b

File tree

6 files changed

+24
-13
lines changed

6 files changed

+24
-13
lines changed

.github/workflows/integrate.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147

148148
env:
149149
COMPOSER_NORMALIZE_PHAR: ".build/phar/composer-normalize.phar"
150-
COMPOSER_VERSION: "2.3.8"
150+
COMPOSER_VERSION: "2.3.9"
151151

152152
steps:
153153
- name: "Checkout"

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
env:
2525
COMPOSER_NORMALIZE_PHAR: ".build/phar/composer-normalize.phar"
2626
COMPOSER_NORMALIZE_PHAR_SIGNATURE: ".build/phar/composer-normalize.phar.asc"
27-
COMPOSER_VERSION: "2.3.8"
27+
COMPOSER_VERSION: "2.3.9"
2828
GPG_KEYS: ".build/phar/keys.asc"
2929
GPG_KEYS_ENCRYPTED: "phar/keys.asc.gpg"
3030

CHANGELOG.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## Unreleased
88

9-
For a full diff see [`2.28.2...main`][2.28.2...main].
9+
For a full diff see [`2.28.3...main`][2.28.3...main].
10+
11+
## [`2.28.3`][2.28.3]
12+
13+
For a full diff see [`2.28.2...2.28.3`][2.28.2...2.28.3].
14+
15+
### Fixed
16+
17+
- Required `composer/composer:2.3.9` for compiling `composer-normalize.phar` ([#942]), by [@localheinz]
1018

1119
## [`2.28.2`][2.28.2]
1220

@@ -781,6 +789,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
781789
[2.28.0]: https://github.com/ergebnis/composer-normalize/releases/tag/2.28.0
782790
[2.28.1]: https://github.com/ergebnis/composer-normalize/releases/tag/2.28.1
783791
[2.28.2]: https://github.com/ergebnis/composer-normalize/releases/tag/2.28.2
792+
[2.28.3]: https://github.com/ergebnis/composer-normalize/releases/tag/2.28.3
784793

785794
[81bc3a8...0.1.0]: https://github.com/ergebnis/composer-normalize/compare/81bc3a8...0.1.0
786795
[0.1.0...0.2.0]: https://github.com/ergebnis/composer-normalize/compare/0.1.0...0.2.0
@@ -857,7 +866,8 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
857866
[2.27.0...2.28.0]: https://github.com/ergebnis/composer-normalize/compare/2.27.0...2.28.0
858867
[2.28.0...2.28.1]: https://github.com/ergebnis/composer-normalize/compare/2.28.0...2.28.1
859868
[2.28.1...2.28.2]: https://github.com/ergebnis/composer-normalize/compare/2.28.1...2.28.2
860-
[2.28.2...main]: https://github.com/ergebnis/composer-normalize/compare/2.28.2...main
869+
[2.28.2...2.28.4]: https://github.com/ergebnis/composer-normalize/compare/2.28.2...2.28.3
870+
[2.28.3...main]: https://github.com/ergebnis/composer-normalize/compare/2.28.3...main
861871

862872
[#1]: https://github.com/ergebnis/composer-normalize/pull/1
863873
[#2]: https://github.com/ergebnis/composer-normalize/pull/2
@@ -967,6 +977,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
967977
[#933]: https://github.com/ergebnis/composer-normalize/pull/933
968978
[#938]: https://github.com/ergebnis/composer-normalize/pull/938
969979
[#941]: https://github.com/ergebnis/composer-normalize/pull/941
980+
[#942]: https://github.com/ergebnis/composer-normalize/pull/942
970981

971982
[@core23]: https://github.com/core23
972983
[@dependabot]: https://github.com/dependabot

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
COMPOSER_VERSION:=2.3.8
1+
COMPOSER_VERSION:=2.3.9
22

33
.PHONY: it
44
it: coding-standards static-code-analysis tests ## Runs the coding-standards, static-code-analysis, and tests targets

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"localheinz/diff": "^1.1.1"
3030
},
3131
"require-dev": {
32-
"composer/composer": "^2.3.8",
32+
"composer/composer": "^2.3.9",
3333
"ergebnis/license": "^1.2.0",
3434
"ergebnis/php-cs-fixer-config": "^4.4.0",
3535
"fakerphp/faker": "^1.19.0",

composer.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)