File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 8585 ],
8686 "post-update-cmd" : [
8787 " @auto-scripts"
88- ]
88+ ],
89+ "test" : [
90+ " SYMFONY_DEPRECATIONS_HELPER=weak bin/phpunit"
91+ ],
92+ "test-coverage" : " php -d xdebug.mode=coverage vendor/bin/phpunit tests/ --coverage-html var/coverage/ --coverage-filter src" ,
93+ "app:code-quality" : [
94+ " bin/console lint:yaml config --parse-tags" ,
95+ " bin/console lint:twig templates" ,
96+ " bin/console lint:container" ,
97+ " ./vendor/bin/phpstan analyse --memory-limit=-1" ,
98+ " ./vendor/bin/rector --dry-run"
99+ ],
100+ "security-check" : [
101+ " symfony check:security"
102+ ],
103+ "phpstan" : " vendor/bin/phpstan"
89104 },
90105 "conflict" : {
91106 "symfony/symfony" : " *"
110125 "symfony/stopwatch" : " 7.3.*" ,
111126 "symfony/web-profiler-bundle" : " 7.3.*"
112127 }
113- }
128+ }
You can’t perform that action at this time.
0 commit comments