Skip to content

Commit 55461a8

Browse files
authoredApr 16, 2025
feat: Use Type of TypeInfo instead of PropertyInfo (#6979)
Co-authored-by: soyuka <soyuka@users.noreply.github.com> scopes: metadata, doctrine, json-schema
1 parent 1f6d5c9 commit 55461a8

File tree

51 files changed

+1394
-233
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1394
-233
lines changed
 

‎composer.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@
114114
"symfony/property-info": "^6.4 || ^7.1",
115115
"symfony/serializer": "^6.4 || ^7.0",
116116
"symfony/translation-contracts": "^3.3",
117-
"symfony/web-link": "^6.4 || ^7.1",
117+
"symfony/type-info": "^7.3-dev",
118+
"symfony/web-link": "^6.4 || ^7.0",
118119
"willdurand/negotiation": "^3.1"
119120
},
120121
"require-dev": {
@@ -164,7 +165,7 @@
164165
"symfony/console": "^6.4 || ^7.0",
165166
"symfony/css-selector": "^6.4 || ^7.0",
166167
"symfony/dependency-injection": "^6.4 || ^7.0",
167-
"symfony/doctrine-bridge": "^6.4.2 || ^7.0.2",
168+
"symfony/doctrine-bridge": "^6.4.2 || ^7.1",
168169
"symfony/dom-crawler": "^6.4 || ^7.0",
169170
"symfony/error-handler": "^6.4 || ^7.0",
170171
"symfony/event-dispatcher": "^6.4 || ^7.0",
@@ -208,5 +209,11 @@
208209
"symfony/web-profiler-bundle": "To use the data collector.",
209210
"webonyx/graphql-php": "To support GraphQL."
210211
},
211-
"type": "library"
212+
"type": "library",
213+
"repositories": [
214+
{
215+
"type": "vcs",
216+
"url": "https://github.com/symfony/type-info"
217+
}
218+
]
212219
}

‎docs/composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"symfony/property-info": "^7.0",
2626
"symfony/runtime": "^7.0",
2727
"symfony/security-bundle": "^7.0",
28+
"symfony/type-info": "^7.3-dev",
2829
"symfony/serializer": "^7.0",
2930
"symfony/validator": "^7.0",
3031
"symfony/yaml": "^7.0",
@@ -50,5 +51,11 @@
5051
"name": "api-platform/api-platform",
5152
"url": "https://github.com/api-platform/api-platform"
5253
}
53-
}
54+
},
55+
"repositories": [
56+
{
57+
"type": "vcs",
58+
"url": "https://github.com/symfony/type-info"
59+
}
60+
]
5461
}

0 commit comments

Comments
 (0)