Skip to content

Commit f07828e

Browse files
committed
Fix composer
1 parent d6a20f3 commit f07828e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
}
3030
},
3131
"require-dev": {
32-
"infection/infection": "^0.26.12",
32+
"infection/infection": "^0.27",
3333
"phpstan/phpstan": "^1.7",
3434
"phpstan/phpstan-deprecation-rules": "^1.0",
3535
"phpstan/phpstan-phpunit": "^1.1",
3636
"phpstan/phpstan-strict-rules": "^1.2",
3737
"phpunit/phpunit": "^10.0",
38-
"rector/rector": "^0.15",
38+
"rector/rector": "^0.16",
3939
"symplify/easy-coding-standard": "^11.0",
4040
"symfony/phpunit-bridge": "^6.1",
4141
"ekino/phpstan-banned-code": "^1.0",
@@ -50,7 +50,8 @@
5050
},
5151
"config": {
5252
"allow-plugins": {
53-
"infection/extension-installer": false
53+
"infection/extension-installer": true,
54+
"phpstan/extension-installer": true
5455
}
5556
},
5657
"suggest": {

0 commit comments

Comments
 (0)