File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 21
21
],
22
22
"require" : {
23
23
"php" : " ^7.2|^8.0" ,
24
- "symfony/framework-bundle" : " ~3.4|~4.0|~5.0" ,
24
+ "symfony/framework-bundle" : " ~3.4|~4.0|~5.0|~6.0 " ,
25
25
"doctrine/doctrine-bundle" : " ~1.0|~2.0" ,
26
26
"doctrine/migrations" : " ^3.2"
27
27
},
28
+ "minimum-stability" : " beta" ,
28
29
"require-dev" : {
29
30
"phpunit/phpunit" : " ^8.0|^9.0" ,
30
31
"doctrine/coding-standard" : " ^8.0" ,
Original file line number Diff line number Diff line change 15
15
<directory name =" vendor" />
16
16
</ignoreFiles >
17
17
</projectFiles >
18
+
19
+ <issueHandlers >
20
+ <!-- This check is confused by Symfony's "mixed" property types. -->
21
+ <ReservedWord >
22
+ <errorLevel type =" suppress" >
23
+ <directory name =" ." />
24
+ </errorLevel >
25
+ </ReservedWord >
26
+ </issueHandlers >
18
27
</psalm >
You can’t perform that action at this time.
0 commit comments