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.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## 2.3.1 - 2022-05-27
8+ ### Changed
9+ - Package is now also installable in PHP 8.
10+
711## 2.3.0 - 2021-03-10
812### Added
913- Copyright.
1014- Declare strict type.
1115
1216### 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 1212 }
1313 ],
1414 "require" : {
15- "php" : " ^7.1" ,
15+ "php" : " ^7.1 || ^8.0 " ,
1616 "composer-plugin-api" : " ^1.0 || ^2.0"
1717 },
1818 "require-dev" : {
You can’t perform that action at this time.
0 commit comments