File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 19
19
"squizlabs/php_codesniffer" : " ^3.3" ,
20
20
"phpunit/phpunit" : " ^7.5"
21
21
},
22
+ "conflict" : {
23
+ "nette/di" : " >=3.0"
24
+ },
25
+ "minimum-stability" : " dev" ,
26
+ "prefer-stable" : true ,
22
27
"suggest" : {
23
28
"phpstan/phpstan-deprecation-rules" : " For catching deprecations, especially in Drupal core."
24
29
},
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ rules:
24
24
- PHPStan\Rules\Drupal\PluginManager\PluginManagerSetsCacheBackendRule
25
25
services :
26
26
drupal.serviceMapFactory :
27
- class : PHPStan\Drupal\ServiceMapFactoryInterface
27
+ class : PHPStan\Drupal\ServiceMapFactory
28
28
factory : PHPStan\Drupal\ServiceMapFactory (%drupalServiceMap% )
29
29
-
30
- class : @drupal.serviceMapFactory::create ()
30
+ factory : @drupal.serviceMapFactory::create ()
31
31
-
32
32
class : PHPStan\Type\EntityTypeManagerGetStorageDynamicReturnTypeExtension
33
33
arguments :
You can’t perform that action at this time.
0 commit comments