diff --git a/composer.json b/composer.json index f8de1f5..773c8c5 100644 --- a/composer.json +++ b/composer.json @@ -41,5 +41,15 @@ "/.eslintrc.json", "/.eslintignore" ] + }, + "config": { + "sort-packages": true, + "allow-plugins": { + "youwe/coding-standard-phpstorm": true, + "phpro/grumphp-shim": true, + "dealerdirect/phpcodesniffer-composer-installer": true, + "phpstan/extension-installer": true, + "youwe/testing-suite": true + } } } diff --git a/grumphp.yml b/grumphp.yml index 293abe9..5ff3cf9 100644 --- a/grumphp.yml +++ b/grumphp.yml @@ -1,2 +1,2 @@ imports: - - resource: 'vendor/youwe/testing-suite/config/default/grumphp.yml' \ No newline at end of file + - resource: 'vendor/youwe/testing-suite/config/magento2/grumphp.yml' \ No newline at end of file