Skip to content

Commit 6fc6b53

Browse files
committed
fix
1 parent cd42ed6 commit 6fc6b53

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"bamarni/composer-bin-plugin": "^1.8.2",
3636
"phpunit/phpunit": "^10.5.45",
3737
"rector/rector": "^2.0.11",
38-
"roave/infection-static-analysis-plugin": "^1.37",
38+
"roave/infection-static-analysis-plugin": "^1.35",
3939
"spatie/phpunit-watcher": "^1.24",
4040
"vimeo/psalm": "^5.26.1 || ^6.10",
4141
"phpbench/phpbench": "^1.4.1"
@@ -52,7 +52,6 @@
5252
},
5353
"config": {
5454
"sort-packages": true,
55-
"bump-after-update": "dev",
5655
"allow-plugins": {
5756
"bamarni/composer-bin-plugin": true,
5857
"infection/extension-installer": true,
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"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"
74
}
85
}

0 commit comments

Comments
 (0)