Skip to content

Commit 070fb3a

Browse files
authored
feat: support composer 2.7 2.8 (#523)
fixes #520 fixes #521 --------- Signed-off-by: Jan Kowalleck <[email protected]>
1 parent c534514 commit 070fb3a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ jobs:
164164
- "8.1" # lowest supported
165165
composer:
166166
- "v2" # latest 2.x
167+
- "2.8"
168+
- "2.7"
167169
- "2.6"
168170
- "2.5"
169171
- "2.4"

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@ All notable changes to this project will be documented in this file.
66

77
<!-- add unreleased items here -->
88

9+
* Added
10+
* Officially support Composer 2.8 ([#520] via [#523])
11+
* Officially support Composer 2.7 ([#521] via [#523])
912
* Style
1013
* Applied latest PHP Coding Standards (via [#507])
1114

1215
[#507]: https://github.com/CycloneDX/cyclonedx-php-composer/pull/507
16+
[#520]: https://github.com/CycloneDX/cyclonedx-php-composer/issues/520
17+
[#521]: https://github.com/CycloneDX/cyclonedx-php-composer/issues/521
18+
[#523]: https://github.com/CycloneDX/cyclonedx-php-composer/pull/523
1319

1420
## 5.2.0 - 2024-04-30
1521

0 commit comments

Comments
 (0)