File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 20
20
}
21
21
],
22
22
"require" : {
23
- "php" : " ^7.2.9 || ^8.0" ,
23
+ "php" : " ^7.4 || ^8.0" ,
24
24
"doctrine/orm" : " ~2.5|^3.0" ,
25
25
"doctrine/doctrine-bundle" : " ^1.0|^2.0" ,
26
26
"symfony/config" : " ^4.0|^5.0" ,
50
50
"scripts" : {
51
51
"analyse" : [
52
52
" @php vendor/bin/ecs check src" ,
53
- " @php vendor/bin/phpstan analyse src -l 1 "
53
+ " @php vendor/bin/phpstan analyse"
54
54
]
55
55
},
56
56
"extra" : {
Original file line number Diff line number Diff line change
1
+ parameters :
2
+ level : 3
3
+ paths :
4
+ - src
5
+ ignoreErrors :
6
+ - '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface::arrayNode\ (\ ). #'
7
+ - '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeDefinition::addDefaultsIfNotSet\ (\ ). #'
8
+ checkGenericClassInNonGenericObjectType : false
9
+ checkMissingIterableValueType : false
You can’t perform that action at this time.
0 commit comments