We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4572cb + 757171f commit bfa1033Copy full SHA for bfa1033
composer.json
@@ -15,16 +15,18 @@
15
"require-dev": {
16
"phpunit/phpunit": "^9.5.8"
17
},
18
+ "autoload-dev": {
19
+ "files": [
20
+ "PHP_CodeSniffer/Tests/Standards/AbstractSniffUnitTest.php"
21
+ ]
22
+ },
23
"autoload": {
24
"classmap": [
25
"PHP_CodeSniffer/Tokenizers/"
26
],
27
"psr-4": {
28
"Magento2\\": "Magento2/"
- },
- "files": [
- "PHP_CodeSniffer/Tests/Standards/AbstractSniffUnitTest.php"
- ]
29
+ }
30
31
"scripts": {
32
"post-install-cmd": "vendor/bin/phpcs --config-set installed_paths ../../..",
0 commit comments