File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-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" ,
4+ "version" : " 3.0 .0" ,
55 "type" : " wordpress-plugin" ,
66 "keywords" : [
77 " knowledge base" ,
3030 "dealerdirect/phpcodesniffer-composer-installer" : " ^1" ,
3131 "phpcompatibility/phpcompatibility-wp" : " ^2" ,
3232 "yoast/phpunit-polyfills" : " ^3" ,
33- "phpunit/phpunit" : " ^5.7.21 || ^6.5 || ^7.5 "
33+ "phpunit/phpunit" : " ^7.5 || ^8 || ^9 || ^10 || ^11 || ^12 "
3434 },
3535 "config" : {
3636 "allow-plugins" : {
3737 "phpstan/extension-installer" : true ,
3838 "dealerdirect/phpcodesniffer-composer-installer" : true
3939 }
40+ },
41+ "scripts" : {
42+ "phpstan" : " vendor/bin/phpstan analyse --memory-limit=2048M" ,
43+ "phpstan-baseline" : " vendor/bin/phpstan analyse --generate-baseline --memory-limit=2048M" ,
44+ "phpcs" : " vendor/bin/phpcs -p -v -s --standard=phpcs.xml.dist $(find . -name '*.php')" ,
45+ "phpcbf" : " vendor/bin/phpcbf -p -v -s --standard=phpcs.xml.dist $(find . -name '*.php')"
4046 }
4147}
You can’t perform that action at this time.
0 commit comments