Ticket #58507: 58507.diff
File 58507.diff, 419 bytes (added by , 6 months ago) |
---|
-
composer.json
diff --git a/composer.json b/composer.json index 7910a75687..6bddb3564a 100644
a b 25 25 "lint": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --report=summary,source", 26 26 "lint:errors": "@lint -n", 27 27 "test": "@php ./vendor/phpunit/phpunit/phpunit" 28 }, 29 "config": { 30 "allow-plugins": { 31 "dealerdirect/phpcodesniffer-composer-installer": true 32 } 28 33 } 29 34 }