Skip to content

Commit a707e2f

Browse files
authored
Merge pull request #2 from spiral/sf-7
Allow symfony/property-info 7.0
2 parents fe5bf23 + 3e29737 commit a707e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"require": {
2626
"php": ">=8.1",
27-
"symfony/property-info": "^6.3",
27+
"symfony/property-info": "^6.3 || ^7.0",
2828
"phpstan/phpdoc-parser": "^1.24",
2929
"phpdocumentor/reflection-docblock": "^5.3"
3030
},

0 commit comments

Comments
 (0)