We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a20f3 commit f07828eCopy full SHA for f07828e
composer.json
@@ -29,13 +29,13 @@
29
}
30
},
31
"require-dev": {
32
- "infection/infection": "^0.26.12",
+ "infection/infection": "^0.27",
33
"phpstan/phpstan": "^1.7",
34
"phpstan/phpstan-deprecation-rules": "^1.0",
35
"phpstan/phpstan-phpunit": "^1.1",
36
"phpstan/phpstan-strict-rules": "^1.2",
37
"phpunit/phpunit": "^10.0",
38
- "rector/rector": "^0.15",
+ "rector/rector": "^0.16",
39
"symplify/easy-coding-standard": "^11.0",
40
"symfony/phpunit-bridge": "^6.1",
41
"ekino/phpstan-banned-code": "^1.0",
@@ -50,7 +50,8 @@
50
51
"config": {
52
"allow-plugins": {
53
- "infection/extension-installer": false
+ "infection/extension-installer": true,
54
+ "phpstan/extension-installer": true
55
56
57
"suggest": {
0 commit comments