File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## 2.3.1 - 2022-05-27
8
+ ### Changed
9
+ - Package is now also installable in PHP 8.
10
+
7
11
## 2.3.0 - 2021-03-10
8
12
### Added
9
13
- Copyright.
10
14
- Declare strict type.
11
15
12
16
### Changed
13
- - Vendor name from Mediact to Youwe
17
+ - Vendor name from Mediact to Youwe
Original file line number Diff line number Diff line change 12
12
}
13
13
],
14
14
"require" : {
15
- "php" : " ^7.1" ,
15
+ "php" : " ^7.1 || ^8.0 " ,
16
16
"composer-plugin-api" : " ^1.0 || ^2.0"
17
17
},
18
18
"require-dev" : {
You can’t perform that action at this time.
0 commit comments