We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e845f commit 5c29465Copy full SHA for 5c29465
composer.json
@@ -2,7 +2,7 @@
2
"name": "youwe/coding-standard-magento2",
3
"description": "Youwe PHP Coding Standard for Magento2",
4
"license": "proprietary",
5
- "type": "phpcs-sniffs",
+ "type": "phpcodesniffer-standard",
6
"authors": [
7
{
8
"name": "Youwe B.V.",
@@ -12,7 +12,7 @@
12
"homepage": "https://github.com/YouweGit/coding-standard-magento2",
13
"require": {
14
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
15
- "magento/magento-coding-standard": "*",
+ "magento/magento-coding-standard": ">= 9",
16
"youwe/coding-standard": "^3.5.0"
17
},
18
"autoload": {
0 commit comments