File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
tools/composer-require-checker Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 35
35
"bamarni/composer-bin-plugin" : " ^1.8.2" ,
36
36
"phpunit/phpunit" : " ^10.5.45" ,
37
37
"rector/rector" : " ^2.0.11" ,
38
- "roave/infection-static-analysis-plugin" : " ^1.37 " ,
38
+ "roave/infection-static-analysis-plugin" : " ^1.35 " ,
39
39
"spatie/phpunit-watcher" : " ^1.24" ,
40
40
"vimeo/psalm" : " ^5.26.1 || ^6.10" ,
41
41
"phpbench/phpbench" : " ^1.4.1"
52
52
},
53
53
"config" : {
54
54
"sort-packages" : true ,
55
- "bump-after-update" : " dev" ,
56
55
"allow-plugins" : {
57
56
"bamarni/composer-bin-plugin" : true ,
58
57
"infection/extension-installer" : true ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"require-dev" : {
3
- "maglnet/composer-require-checker" : " ^4.16.1"
4
- },
5
- "config" : {
6
- "bump-after-update" : " dev"
3
+ "maglnet/composer-require-checker" : " ^4.7.1"
7
4
}
8
5
}
You can’t perform that action at this time.
0 commit comments