Skip to content

Commit 0c1987b

Browse files
authored
Merge pull request #8 from magento-trigger/AC-14
Update dependency constraint for squizlabs/php_codesniffer
2 parents b39222d + 0b2c85a commit 0c1987b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"require-dev": {
4343
"phpunit/phpunit": "^9.5",
44-
"squizlabs/php_codesniffer": "3.6.1",
44+
"squizlabs/php_codesniffer": "~3.6.1",
4545
"symfony/process": "~5.4.0",
4646
"mikey179/vfsstream": "*"
4747
},
@@ -70,4 +70,4 @@
7070
],
7171
"class": "MagentoHackathon\\Composer\\Magento\\Plugin"
7272
}
73-
}
73+
}

0 commit comments

Comments
 (0)