From 30cc611d8a7615df0153f3685cdfba84a74f2b5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 16 Jun 2020 15:37:07 +0200 Subject: [PATCH] symfony-cli: Update to version 4.16.3 --- 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 44300d8fc4..cc7e6e84bc 100644 --- a/bucket/symfony-cli.json +++ b/bucket/symfony-cli.json @@ -1,16 +1,16 @@ { - "version": "4.16.2", + "version": "4.16.3", "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.16.2/symfony_windows_amd64.exe#/symfony.exe", - "hash": "e35184c2c41aae09ec999bd5f5db44bb196e0e918bac88ca67840a56f454cf04" + "url": "https://github.com/symfony/cli/releases/download/v4.16.3/symfony_windows_amd64.exe#/symfony.exe", + "hash": "09ccbee7593661fae7be8ff7ca7fa06f0c7e936fc8205cba45faa4b23e3321b2" }, "32bit": { - "url": "https://github.com/symfony/cli/releases/download/v4.16.2/symfony_windows_386.exe#/symfony.exe", - "hash": "d81ed890d13ee708ffee4582a503278b9bac579be3808793cbb32ab08ae02df1" + "url": "https://github.com/symfony/cli/releases/download/v4.16.3/symfony_windows_386.exe#/symfony.exe", + "hash": "4a19f123449ec67fad04077e654540266e330a5924afe7a6e9b7579ee8c5fd43" } }, "bin": "symfony.exe",