File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "require" : {
13- "php" : " ^8.1"
13+ "php" : " ^8.1" ,
14+ "codenamephp/deployer.base" : " ^3.0" ,
15+ "codenamephp/platform.secretsmanager.base" : " ^1.0" ,
16+ "deployer/deployer" : " ^7.2"
1417 },
1518 "autoload" : {
1619 "psr-4" : {
3437 "psalm" : " tools/psalm --threads=10 --long-progress" ,
3538 "composer-unused" : " tools/composer-unused --no-progress --no-interaction" ,
3639 "composer-require-checker" : " tools/composer-require-checker --no-interaction" ,
37- "infection" : " XDEBUG_MODE=coverage tools/infection --min-msi=95 --min-covered-msi=95 --threads=4 --no-progress --show-mutations" ,
40+ "infection" : " XDEBUG_MODE=coverage tools/infection --min-msi=100 --min-covered-msi=100 --threads=4 --no-progress --show-mutations" ,
3841 "ci-all" : [
3942 " @phpunit" ,
4043 " @psalm" ,
4144 " @composer-unused" ,
42- " @composer-require-checker" ,
4345 " @infection"
4446 ]
4547 },
5052 "composer-require-checker" : " Checks for missing required composer packages" ,
5153 "infection" : " Creates mutation tests to discover missing test coverage" ,
5254 "ci-all" : " Runs all ci tools in sequence"
55+ },
56+ "require-dev" : {
57+ "mockery/mockery" : " ^1.5"
5358 }
5459}
You can’t perform that action at this time.
0 commit comments