Skip to content

Commit 2359fbc

Browse files
Kocalgreg0irederrabus
authored
Allow Symfony 6 (#434)
Co-authored-by: Grégoire Paris <[email protected]> Co-authored-by: Alexander M. Turek <[email protected]>
1 parent f32ef9b commit 2359fbc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@
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",

psalm.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,13 @@
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>

0 commit comments

Comments
 (0)