Skip to content

Commit

Permalink
Closes #5186
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 25, 2023
1 parent 77dd3b6 commit cb67d43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog-8.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes of the PHPUnit 8.5 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.

## [8.5.33] - 2023-MM-DD

### Fixed

* [#5186](https://github.com/sebastianbergmann/phpunit/issues/5186): SBOM does not validate

## [8.5.32] - 2023-01-26

### Fixed
Expand Down Expand Up @@ -262,6 +268,7 @@ All notable changes of the PHPUnit 8.5 release series are documented in this fil
* [#3967](https://github.com/sebastianbergmann/phpunit/issues/3967): Cannot double interface that extends interface that extends `\Throwable`
* [#3968](https://github.com/sebastianbergmann/phpunit/pull/3968): Test class run in a separate PHP process are passing when `exit` called inside

[8.5.33]: https://github.com/sebastianbergmann/phpunit/compare/8.5.32...8.5
[8.5.32]: https://github.com/sebastianbergmann/phpunit/compare/8.5.31...8.5.32
[8.5.31]: https://github.com/sebastianbergmann/phpunit/compare/8.5.30...8.5.31
[8.5.30]: https://github.com/sebastianbergmann/phpunit/compare/8.5.29...8.5.30
Expand Down
2 changes: 1 addition & 1 deletion build/scripts/phar-manifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function sbom(string $outputFilename, array $package, string $version, array $de
$writer->startDocument();

$writer->startElement('bom');
$writer->writeAttribute('xmlns', 'https://cyclonedx.org/schema/bom/1.4');
$writer->writeAttribute('xmlns', 'http://cyclonedx.org/schema/bom/1.4');

$writer->startElement('components');

Expand Down

0 comments on commit cb67d43

Please sign in to comment.