File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ 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.4.0
8+ ### Added
9+ - Constraint for ` squizlabs/php_codesniffer ` to be compatible with
10+ magento 2.4.4 and higher coding standards.
11+
712## 3.3.1 - 2022-05-27
813### Changed
914- Package is now also installable in PHP 8.
Original file line number Diff line number Diff line change 1414 "require" : {
1515 "php" : " ^7.0 || ^8.0" ,
1616 "phpmd/phpmd" : " ^2.0" ,
17- "squizlabs/php_codesniffer" : " ~3.5.4"
17+ "squizlabs/php_codesniffer" : " ~3.5.4 || ~3.6.0 "
1818 },
1919 "autoload" : {
2020 "psr-4" : {
You can’t perform that action at this time.
0 commit comments