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,11 +4,15 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## 1.1.1
8+ ### Changed
9+ - Package is now also installable in PHP 8.
10+
711## 1.1.0
812### Changed
913- Vendor name of the module.
1014- Resolved new errors of latest testing suite.
1115
1216### Added
1317- Declare strict type to all files.
14- - Copyrights.
18+ - Copyrights.
Original file line number Diff line number Diff line change 1616 }
1717 ],
1818 "require" : {
19- "php" : " ^7.2"
19+ "php" : " ^7.2 || ^8.0 "
2020 },
2121 "require-dev" : {
2222 "kint-php/kint" : " @stable" ,
You can’t perform that action at this time.
0 commit comments