Make WordPress Core

Ticket #58507: 58507.diff

File 58507.diff, 419 bytes (added by h71, 6 months ago)
  • composer.json

    diff --git a/composer.json b/composer.json
    index 7910a75687..6bddb3564a 100644
    a b  
    2525                "lint": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --report=summary,source",
    2626                "lint:errors": "@lint -n",
    2727                "test": "@php ./vendor/phpunit/phpunit/phpunit"
     28        },
     29        "config": {
     30                "allow-plugins": {
     31                        "dealerdirect/phpcodesniffer-composer-installer": true
     32                }
    2833        }
    2934}