Skip to content

Commit bd41fad

Browse files
authored
Merge pull request #4 from YouweGit/feature/compatibility-magento2.4.4
Add compatibility for magento 2.4.4 and higher.
2 parents 534931b + c431575 commit bd41fad

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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": {

0 commit comments

Comments
 (0)