8000 minor #59194 [PropertyInfo] bump lowest required TypeInfo component v… · symfony/symfony@05ba52b · GitHub
[go: up one dir, main page]

Skip to content

Commit 05ba52b

Browse files
committed
minor #59194 [PropertyInfo] bump lowest required TypeInfo component version (xabbuh)
This PR was merged into the 7.1 branch. Discussion ---------- [PropertyInfo] bump lowest required TypeInfo component version | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT we need #59066 so that the test fixes from #59156 are also having an effect on the low deps job Commits ------- 080f39e bump lowest required TypeInfo component version
2 parents 4316986 + 080f39e commit 05ba52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/PropertyInfo/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"require": {
2626
"php": ">=8.2",
2727
"symfony/string": "^6.4|^7.0",
28-
"symfony/type-info": "^7.1"
28+
"symfony/type-info": "~7.1.9|^7.2.2"
2929
},
3030
"require-dev": {
3131
"symfony/serializer": "^6.4|^7.0",

0 commit comments

Comments
 (0)
0