Commit c114e27
committed
build(deps): Bump symfony/http-foundation to 5.4.50
Signed-off-by: Joas Schilling <[email protected]>1 parent 475ce86 commit c114e27
1 file changed
+1
-1
lines changed- autoload.php+1-4
- composer.json+1-1
- composer.lock+18-11
- composer/InstalledVersions.php+41-4
- composer/autoload_static.php+119-119
- composer/installed.json+16-9
- composer/installed.php+5-5
- composer/platform_check.php+2-3
- symfony/http-foundation/BinaryFileResponse.php+79-24
- symfony/http-foundation/Cookie.php+3-3
- symfony/http-foundation/Exception/SessionNotFoundException.php+2-2
- symfony/http-foundation/File/File.php+2-2
- symfony/http-foundation/File/UploadedFile.php+9-6
- symfony/http-foundation/HeaderBag.php+3-3
- symfony/http-foundation/HeaderUtils.php+36-31
- symfony/http-foundation/InputBag.php+5-5
- symfony/http-foundation/IpUtils.php+16-3
- symfony/http-foundation/JsonResponse.php+1-1
- symfony/http-foundation/LICENSE+1-1
- symfony/http-foundation/ParameterBag.php+1-1
- symfony/http-foundation/RateLimiter/AbstractRequestRateLimiter.php+17-3
- symfony/http-foundation/RedirectResponse.php+1
- symfony/http-foundation/Request.php+68-28
- symfony/http-foundation/RequestMatcher.php+2-2
- symfony/http-foundation/Response.php+14-11
- symfony/http-foundation/ResponseHeaderBag.php+3-3
- symfony/http-foundation/ServerBag.php+2-2
- symfony/http-foundation/Session/Session.php+3-3
- symfony/http-foundation/Session/SessionFactory.php+1-1
- symfony/http-foundation/Session/SessionInterface.php+11-11
- symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php+4-4
- symfony/http-foundation/Session/Storage/Handler/MemcachedSessionHandler.php+15-2
- symfony/http-foundation/Session/Storage/Handler/MongoDbSessionHandler.php+2-2
- symfony/http-foundation/Session/Storage/Handler/NativeFileSessionHandler.php+11-7
- symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php+12-12
- symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php+2-2
- symfony/http-foundation/Session/Storage/Handler/SessionHandlerFactory.php+15-3
- symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php+10
- symfony/http-foundation/Session/Storage/MetadataBag.php+7-7
- symfony/http-foundation/Session/Storage/MockArraySessionStorage.php+4-7
- symfony/http-foundation/Session/Storage/MockFileSessionStorage.php+2-2
- symfony/http-foundation/Session/Storage/MockFileSessionStorageFactory.php+1-1
- symfony/http-foundation/Session/Storage/NativeSessionStorage.php+42-11
- symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php+1-1
- symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php+1-1
- symfony/http-foundation/Session/Storage/PhpBridgeSessionStorageFactory.php+1-1
- symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php+3-1
- symfony/http-foundation/Session/Storage/SessionStorageInterface.php+6-6
- symfony/http-foundation/StreamedResponse.php+3-3
- symfony/http-foundation/UrlHelper.php+27-11
0 commit comments