File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " progressplanner/disable-comments " ,
3- "description" : " A plugin to fully disable comments on your WordPress site." ,
2+ "name" : " progressplanner/comment-free-zone " ,
3+ "description" : " This plugin fully removes comments, trackbacks and all related features from your WordPress site." ,
44 "type" : " wordpress-plugin" ,
5- "license" : " GPL-3 .0-or-later" ,
5+ "license" : " GPL-2 .0-or-later" ,
66 "authors" : [
77 {
88 "name" : " Team Progress Planner" ,
2828 "lint" : [
2929 " @php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --show-deprecated --exclude vendor --exclude node_modules --exclude .git"
3030 ],
31- "test" : [
32- " @php ./vendor/phpunit/phpunit/phpunit --dont-report-useless-tests"
33- ],
3431 "phpstan" : [
3532 " @php ./vendor/bin/phpstan analyse --memory-limit=2048M"
3633 ]
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <ruleset xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" name =" Progress_Planner project" xsi : noNamespaceSchemaLocation =" https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd" >
2+ <ruleset xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" name =" Progress Planner project" xsi : noNamespaceSchemaLocation =" https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/master/phpcs.xsd" >
33
4- <description >A custom set of rules to check for the Progress_Planner project </description >
4+ <description >A custom set of rules to check for Progress Planner projects </description >
55
66 <!--
77 #############################################################################
You can’t perform that action at this time.
0 commit comments