Skip to content

Commit 878a0bd

Browse files
committed
chore: http-foundation:^6.4.14
1 parent c5b019b commit 878a0bd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"psr/cache": "^1.0 || ^2.0 || ^3.0",
110110
"psr/container": "^1.0 || ^2.0",
111111
"symfony/deprecation-contracts": "^3.1",
112-
"symfony/http-foundation": "^6.4 || ^7.0",
112+
"symfony/http-foundation": "^6.4.14 || ^7.0",
113113
"symfony/http-kernel": "^6.4 || ^7.0",
114114
"symfony/property-access": "^6.4 || ^7.0",
115115
"symfony/property-info": "^6.4 || ^7.1",

src/HttpCache/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"php": ">=8.2",
2626
"api-platform/metadata": "^4.1.11",
2727
"api-platform/state": "^4.1.11",
28-
"symfony/http-foundation": "^6.4 || ^7.0"
28+
"symfony/http-foundation": "^6.4.14 || ^7.0"
2929
},
3030
"require-dev": {
3131
"guzzlehttp/guzzle": "^6.0 || ^7.0",

src/JsonApi/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"api-platform/serializer": "^4.1.11",
2929
"api-platform/state": "^4.1.11",
3030
"symfony/error-handler": "^6.4 || ^7.0",
31-
"symfony/http-foundation": "^6.4 || ^7.0"
31+
"symfony/http-foundation": "^6.4.14 || ^7.0"
3232
},
3333
"require-dev": {
3434
"phpspec/prophecy": "^1.19",

src/State/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"require-dev": {
3838
"api-platform/validator": "^4.1",
3939
"phpunit/phpunit": "11.5.x-dev",
40-
"symfony/http-foundation": "^6.4 || ^7.0",
40+
"symfony/http-foundation": "^6.4.14 || ^7.0",
4141
"symfony/web-link": "^6.4 || ^7.1",
4242
"willdurand/negotiation": "^3.1"
4343
},

0 commit comments

Comments
 (0)