Skip to content

Commit 38c7f45

Browse files
minor #34261 [DoctrineBridge] fix min version of http-kernel (nicolas-grekas)
This PR was merged into the 4.4 branch. Discussion ---------- [DoctrineBridge] fix min version of http-kernel | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Required after #34257 and #34230 Commits ------- 69ba86ba66 [DoctrineBridge] fix min version of http-kernel
2 parents 36fed51 + 7886ac5 commit 38c7f45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"symfony/config": "^4.2|^5.0",
2929
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
3030
"symfony/form": "^4.4|^5.0",
31-
"symfony/http-kernel": "^3.4|^4.0|^5.0",
31+
"symfony/http-kernel": "^4.3.7|^5.0",
3232
"symfony/messenger": "^4.4|^5.0",
3333
"symfony/property-access": "^3.4|^4.0|^5.0",
3434
"symfony/property-info": "^3.4|^4.0|^5.0",
@@ -50,6 +50,7 @@
5050
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
5151
"symfony/dependency-injection": "<3.4",
5252
"symfony/form": "<4.4",
53+
"symfony/http-kernel": "<4.3.7",
5354
"symfony/messenger": "<4.3",
5455
"symfony/security-core": "<4.4"
5556
},

0 commit comments

Comments
 (0)