File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " webberzone/knowledgebase" ,
33 "description" : " Fastest way to create a highly-flexible multi-product knowledge base." ,
4- "version" : " 2.3.0" ,
54 "type" : " wordpress-plugin" ,
65 "keywords" : [
76 " knowledge base" ,
3029 "dealerdirect/phpcodesniffer-composer-installer" : " ^1" ,
3130 "phpcompatibility/phpcompatibility-wp" : " ^2" ,
3231 "yoast/phpunit-polyfills" : " ^3" ,
33- "phpunit/phpunit" : " ^5.7.21 || ^6.5 || ^7.5 "
32+ "phpunit/phpunit" : " ^7.5 || ^8 || ^9 || ^10 || ^11 || ^12 "
3433 },
3534 "config" : {
3635 "allow-plugins" : {
3736 "phpstan/extension-installer" : true ,
3837 "dealerdirect/phpcodesniffer-composer-installer" : true
3938 }
39+ },
40+ "scripts" : {
41+ "phpstan" : " vendor/bin/phpstan analyse --memory-limit=2048M" ,
42+ "phpstan-baseline" : " vendor/bin/phpstan analyse --generate-baseline --memory-limit=2048M" ,
43+ "phpcs" : " vendor/bin/phpcs -p -v -s --standard=phpcs.xml.dist $(find . -name '*.php')" ,
44+ "phpcbf" : " vendor/bin/phpcbf -p -v -s --standard=phpcs.xml.dist $(find . -name '*.php')"
4045 }
4146}
You can’t perform that action at this time.
0 commit comments