Skip to content

Commit 77abc83

Browse files
committed
Enhancement: Update composer/composer
1 parent d4112fe commit 77abc83

File tree

6 files changed

+80
-54
lines changed

6 files changed

+80
-54
lines changed

.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.0.13"
12+
COMPOSER_VERSION: "2.1.12"
1313
PHP_EXTENSIONS: "mbstring"
1414
PHP_INI_VALUES: "memory_limit=-1, phar.readonly=0"
1515

.github/workflows/release.yaml

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

1010
env:
11-
COMPOSER_VERSION: "2.0.13"
11+
COMPOSER_VERSION: "2.1.12"
1212
PHP_EXTENSIONS: "mbstring"
1313
PHP_INI_VALUES: "memory_limit=-1, phar.readonly=0"
1414

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ For a full diff see [`2.15.0...main`][2.15.0...main].
1010

1111
### Changed
1212

13+
* Required `composer/composer:2.1.12` for compiling `composer-normalize.phar` ([#804]), by [@localheinz]
1314
* Dropped support for `composer/composer:^1.0.0` ([#807]), by [@localheinz]
1415

1516
## [`2.15.0`][2.15.0]
@@ -736,6 +737,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
736737
[#744]: https://github.com/ergebnis/composer-normalize/pull/744
737738
[#750]: https://github.com/ergebnis/composer-normalize/pull/750
738739
[#754]: https://github.com/ergebnis/composer-normalize/pull/754
740+
[#804]: https://github.com/ergebnis/composer-normalize/pull/804
739741
[#807]: https://github.com/ergebnis/composer-normalize/pull/807
740742

741743
[@core23]: https://github.com/core23

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
COMPOSER_VERSION:=2.0.13
1+
COMPOSER_VERSION:=2.1.12
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.0.13",
28+
"composer/composer": "^2.1.12",
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: 74 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)