Skip to content

Commit 4ac5f05

Browse files
minor symfony#60619 [FrameworkBundle][JsonPath] do not restrict experimental components to a single minor version (xabbuh)
This PR was merged into the 7.4 branch. Discussion ---------- [FrameworkBundle][JsonPath] do not restrict experimental components to a single minor version | Q | A | ------------- | --- | Branch? | 7.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- d17ac3d do not restrict experimental components to a single minor version
2 parents 5743ca3 + d17ac3d commit 4ac5f05

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"symfony/messenger": "^6.4|^7.0",
5555
"symfony/mime": "^6.4|^7.0",
5656
"symfony/notifier": "^6.4|^7.0",
57-
"symfony/object-mapper": "^v7.3.0-beta2",
57+
"symfony/object-mapper": "^7.3",
5858
"symfony/process": "^6.4|^7.0",
5959
"symfony/rate-limiter": "^6.4|^7.0",
6060
"symfony/scheduler": "^6.4.4|^7.0.4",
@@ -70,7 +70,7 @@
7070
"symfony/workflow": "^7.3",
7171
"symfony/yaml": "^6.4|^7.0",
7272
"symfony/property-info": "^6.4|^7.0",
73-
"symfony/json-streamer": "7.3.*",
73+
"symfony/json-streamer": "^7.3",
7474
"symfony/uid": "^6.4|^7.0",
7575
"symfony/web-link": "^6.4|^7.0",
7676
"symfony/webhook": "^7.2",
@@ -89,12 +89,10 @@
8989
"symfony/dom-crawler": "<6.4",
9090
"symfony/http-client": "<6.4",
9191
"symfony/form": "<6.4",
92-
"symfony/json-streamer": ">=7.4",
9392
"symfony/lock": "<6.4",
9493
"symfony/mailer": "<6.4",
9594
"symfony/messenger": "<6.4",
9695
"symfony/mime": "<6.4",
97-
"symfony/object-mapper": ">=7.4",
9896
"symfony/property-info": "<6.4",
9997
"symfony/property-access": "<6.4",
10098
"symfony/runtime": "<6.4.13|>=7.0,<7.1.6",

src/Symfony/Component/JsonPath/composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@
2020
"symfony/polyfill-mbstring": "~1.0"
2121
},
2222
"require-dev": {
23-
"symfony/json-streamer": "7.3.*"
24-
},
25-
"conflict": {
26-
"symfony/json-streamer": ">=7.4"
23+
"symfony/json-streamer": "^7.3"
2724
},
2825
"autoload": {
2926
"psr-4": { "Symfony\\Component\\JsonPath\\": "" },

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy