From 53be98c38d19c3dc4f8b36fd1a576fd49e66500d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 7 Apr 2021 18:48:40 +0200 Subject: [PATCH] symfony-cli: Update to version 4.23.5 --- bucket/symfony-cli.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/symfony-cli.json b/bucket/symfony-cli.json index acd2b5cb12..126f39eba8 100644 --- a/bucket/symfony-cli.json +++ b/bucket/symfony-cli.json @@ -1,16 +1,16 @@ { - "version": "4.23.4", + "version": "4.23.5", "description": "Wrapper for managing and deploying Symfony applications", "homepage": "https://github.com/symfony/cli", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/symfony/cli/releases/download/v4.23.4/symfony_windows_amd64.exe#/symfony.exe", - "hash": "0ffdbb33fa0566557d678d805ad622fa70efed57ea3b0edc71f4a144e3a50178" + "url": "https://github.com/symfony/cli/releases/download/v4.23.5/symfony_windows_amd64.exe#/symfony.exe", + "hash": "5e466e65458f4b2626b3a044c2016e1e82eec31e3e178d8ae9072adbe02a784e" }, "32bit": { - "url": "https://github.com/symfony/cli/releases/download/v4.23.4/symfony_windows_386.exe#/symfony.exe", - "hash": "8c8d043b8eb0b755bc04cf6d91278ae008343d060d4293ae098b2d7a9f6267cc" + "url": "https://github.com/symfony/cli/releases/download/v4.23.5/symfony_windows_386.exe#/symfony.exe", + "hash": "742f9c234f86389274ac878839204d05ab17c636b2c408554adefc07fb920c20" } }, "bin": "symfony.exe",