Skip to content

Commit fece3eb

Browse files
committed
chore: symfony/http-foundation:^6.4.14
1 parent 951422e commit fece3eb

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
@@ -111,7 +111,7 @@
111111
"psr/cache": "^1.0 || ^2.0 || ^3.0",
112112
"psr/container": "^1.0 || ^2.0",
113113
"symfony/deprecation-contracts": "^3.1",
114-
"symfony/http-foundation": "^6.4 || ^7.0",
114+
"symfony/http-foundation": "^6.4.14 || ^7.0",
115115
"symfony/http-kernel": "^6.4 || ^7.0",
116116
"symfony/property-access": "^6.4 || ^7.0",
117117
"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.2",
2727
"api-platform/state": "^4.2",
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.2",
2929
"api-platform/state": "^4.2",
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
"symfony/type-info": "^7.3"
3333
},
3434
"require-dev": {

src/State/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"api-platform/serializer": "^4.2",
3939
"api-platform/validator": "^4.2",
4040
"phpunit/phpunit": "11.5.x-dev",
41-
"symfony/http-foundation": "^6.4 || ^7.0",
41+
"symfony/http-foundation": "^6.4.14 || ^7.0",
4242
"symfony/object-mapper": "^7.3",
4343
"symfony/type-info": "^7.3 || 7.4.x-dev",
4444
"symfony/web-link": "^6.4 || ^7.1",

0 commit comments

Comments
 (0)