File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 22
33## unreleased
44
5+ ## 3.1.1
6+
7+ * Misc
8+ * Updated some documentation.
9+ * Bumped some dev-tools.
10+ * Added normalizer for ` composer.json ` files.
11+
512## 3.1.0
613
714* Added
1017 * Added a switch ` --no-validate ` to disable result validation.
1118 * When the verbosity at "debug" level, then detailed debug info will be put out.
1219 This should help to find validation issues.
13- * Validation classes/methods to test SBoM
14- in XML and JSON format
15- for spec 1.1, 1.2, 1.3
20+ * Validation classes/methods to test SBoM
21+ in XML and JSON format
22+ for spec 1.1, 1.2, 1.3
1623
1724## 3.0.0
1825
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ A plugin for PHP's [Composer](https://getcomposer.org/) that generates Bill of M
1616
1717### Requirements
1818
19- The plugin supports PHP ` ^7.3 || ^8.0 `
20- with composer ` ^1.3 || ^2.0 ` .
19+ The plugin supports PHP ` ^7.3 || ^8.0 ` with composer ` ^2.0 ` .
20+ There are older versions of this plugin available, which support php ` ^5.5 || ^7.0 ` with composer ` ^1.0 || ^2.0 ` .
2121
2222### Installation
2323
Original file line number Diff line number Diff line change 1- 3.1.0
1+ 3.1.1
You can’t perform that action at this time.
0 commit comments