File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,18 @@ 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+ ## 3.3.1 - 2022-05-27
8+ ### Changed
9+ - Package is now also installable in PHP 8.
10+
711## 3.3.0 - 2021-03-25
812### Added
9- - Copyrights
10- - Declare strict types
13+ - Copyrights.
14+ - Declare strict types.
1115- Updated squizlabs/php_codesniffer to resolve phpunit error.
1216
1317### Changed
14- - Vendor to Youwe
18+ - Vendor to Youwe.
1519- Changed MediaCT rule names to Global.
1620
1721## 3.1.0 - 2021-03-10
@@ -27,4 +31,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2731
2832### Added
2933- [ Dev Docker] ( https://github.com/mediact/docker-compose-development-manager )
30- - Compatibility with latest testing suite module.
34+ - Compatibility with latest testing suite module.
Original file line number Diff line number Diff line change 1212 }
1313 ],
1414 "require" : {
15- "php" : " ^7.0" ,
15+ "php" : " ^7.0 || ^8.0 " ,
1616 "phpmd/phpmd" : " ^2.0" ,
1717 "squizlabs/php_codesniffer" : " ~3.5.4"
1818 },
You can’t perform that action at this time.
0 commit comments