Skip to content

Commit 0a28cd4

Browse files
committed
Fix: Update composer/composer
1 parent 10b08ff commit 0a28cd4

File tree

6 files changed

+72
-69
lines changed

6 files changed

+72
-69
lines changed

.github/workflows/integrate.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162

163163
env:
164164
COMPOSER_NORMALIZE_PHAR: ".build/phar/composer-normalize.phar"
165-
COMPOSER_VERSION: "2.7.0"
165+
COMPOSER_VERSION: "2.7.7"
166166

167167
steps:
168168
- name: "Checkout"

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
COMPOSER_NORMALIZE_PHAR: ".build/phar/composer-normalize.phar"
2828
COMPOSER_NORMALIZE_PHAR_SIGNATURE: ".build/phar/composer-normalize.phar.asc"
29-
COMPOSER_VERSION: "2.7.0"
29+
COMPOSER_VERSION: "2.7.7"
3030
GPG_KEYS: ".build/phar/keys.asc"
3131
GPG_KEYS_ENCRYPTED: "phar/keys.asc.gpg"
3232

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ For a full diff see [`2.42.0...main`][2.42.0...main].
1010

1111
### Changed
1212

13-
- Updated `composer/composer` ([#1292]), by [@localheinz]
1413
- Updated `schema.json` ([#1312]), by [@ergebnis-bot]
1514

15+
### Fixed
16+
17+
- Updated `composer/composer` ([#1349]), by [@localheinz]
18+
1619
## [`2.42.0`][2.42.0]
1720

1821
For a full diff see [`2.41.1...2.42.0`][2.40.0...2.42.0].
@@ -1227,8 +1230,8 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0].
12271230
[#1277]: https://github.com/ergebnis/composer-normalize/pull/1277
12281231
[#1278]: https://github.com/ergebnis/composer-normalize/pull/1278
12291232
[#1279]: https://github.com/ergebnis/composer-normalize/pull/1279
1230-
[#1292]: https://github.com/ergebnis/composer-normalize/pull/1292
12311233
[#1312]: https://github.com/ergebnis/composer-normalize/pull/1312
1234+
[#1349]: https://github.com/ergebnis/composer-normalize/pull/1349
12321235

12331236
[@core23]: https://github.com/core23
12341237
[@dependabot]: https://github.com/dependabot

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
COMPOSER_VERSION:=2.7.0
1+
COMPOSER_VERSION:=2.7.7
22

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

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"localheinz/diff": "^1.1.1"
3434
},
3535
"require-dev": {
36-
"composer/composer": "^2.7.0",
36+
"composer/composer": "^2.7.7",
3737
"ergebnis/license": "^2.4.0",
3838
"ergebnis/php-cs-fixer-config": "^6.30.1",
3939
"ergebnis/phpunit-slow-test-detector": "^2.14.0",

0 commit comments

Comments
 (0)