Skip to content

Commit 0ac8d06

Browse files
authored
Merge pull request #825 from ergebnis/fix/composer
Fix: Update `composer/composer`
2 parents 9e11442 + abbc871 commit 0ac8d06

5 files changed

Lines changed: 29 additions & 23 deletions

File tree

.github/workflows/integrate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on: # yamllint disable-line rule:truthy
99
- "main"
1010

1111
env:
12-
COMPOSER_VERSION: "2.1.12"
12+
COMPOSER_VERSION: "2.1.14"
1313
PHP_EXTENSIONS: "mbstring"
1414
PHP_INI_VALUES: "memory_limit=-1, phar.readonly=0"
1515

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ For a full diff see [`2.16.0...2.17.0`][2.16.0...2.17.0].
1616

1717
- Updated `schema.json` ([#816]), by [@ergebnis-bot]
1818

19+
### Fixed
20+
21+
- Required `composer/composer:2.1.14` for compiling `composer-normalize.phar` ([#825]), by [@localheinz]
22+
1923
## [`2.16.0`][2.16.0]
2024

2125
For a full diff see [`2.15.0...2.16.0`][2.15.0...2.16.0].
@@ -756,6 +760,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
756760
[#804]: https://github.com/ergebnis/composer-normalize/pull/804
757761
[#807]: https://github.com/ergebnis/composer-normalize/pull/807
758762
[#816]: https://github.com/ergebnis/composer-normalize/pull/816
763+
[#825]: https://github.com/ergebnis/composer-normalize/pull/825
759764

760765
[@core23]: https://github.com/core23
761766
[@dependabot]: https://github.com/dependabot

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
COMPOSER_VERSION:=2.1.12
1+
COMPOSER_VERSION:=2.1.14
22

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"localheinz/diff": "^1.1.1"
2626
},
2727
"require-dev": {
28-
"composer/composer": "^2.1.12",
28+
"composer/composer": "^2.1.14",
2929
"ergebnis/license": "^1.1.0",
3030
"ergebnis/php-cs-fixer-config": "^2.14.0",
3131
"ergebnis/test-util": "^1.5.0",

composer.lock

Lines changed: 21 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)