Skip to content

Commit 5c29465

Browse files
author
Leon Helmus
committed
Type needs to be changed for dealerdirect/phpcodesniffer-composer-installer to add it to installed paths
1 parent a1e845f commit 5c29465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "youwe/coding-standard-magento2",
33
"description": "Youwe PHP Coding Standard for Magento2",
44
"license": "proprietary",
5-
"type": "phpcs-sniffs",
5+
"type": "phpcodesniffer-standard",
66
"authors": [
77
{
88
"name": "Youwe B.V.",
@@ -12,7 +12,7 @@
1212
"homepage": "https://github.com/YouweGit/coding-standard-magento2",
1313
"require": {
1414
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
15-
"magento/magento-coding-standard": "*",
15+
"magento/magento-coding-standard": ">= 9",
1616
"youwe/coding-standard": "^3.5.0"
1717
},
1818
"autoload": {

0 commit comments

Comments
 (0)