Skip to content

Commit f619ad3

Browse files
committed
prepared maintenance release 3.1.1
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 8b0371f commit f619ad3

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

HISTORY.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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
@@ -10,9 +17,9 @@
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

semver.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.0
1+
3.1.1

0 commit comments

Comments
 (0)