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 2121 ],
2222 "require" : {
2323 "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 " ,
2525 "doctrine/doctrine-bundle" : " ~1.0|~2.0" ,
2626 "doctrine/migrations" : " ^3.2"
2727 },
28+ "minimum-stability" : " beta" ,
2829 "require-dev" : {
2930 "phpunit/phpunit" : " ^8.0|^9.0" ,
3031 "doctrine/coding-standard" : " ^8.0" ,
Original file line number Diff line number Diff line change 1515 <directory name =" vendor" />
1616 </ignoreFiles >
1717 </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 >
1827</psalm >
You can’t perform that action at this time.
0 commit comments