Skip to content

Commit 0818333

Browse files
committed
minor #62811 [PropertyInfo] bump required PropertyInfo component patch version (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- [PropertyInfo] bump required PropertyInfo component patch version | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT fixes low deps tests following the changes made in #62772 Commits ------- dd37b83 bump required PropertyInfo component patch version
2 parents 5b0ce48 + dd37b83 commit 0818333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/PropertyAccess/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=8.1",
2020
"symfony/deprecation-contracts": "^2.5|^3",
21-
"symfony/property-info": "^5.4|^6.0|^7.0"
21+
"symfony/property-info": "^6.4.31|~7.3.9|^7.4.2"
2222
},
2323
"require-dev": {
2424
"symfony/cache": "^5.4|^6.0|^7.0"

0 commit comments

Comments
 (0)