symfony-cli: Update to version 4.13.1

This commit is contained in:
Richard Kuhnt 2020-03-17 15:01:56 +00:00
parent 383b8c5e72
commit 1787613f39

View File

@ -1,15 +1,15 @@
{
"version": "4.13.0",
"version": "4.13.1",
"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.13.0/symfony_windows_amd64.exe#/symfony.exe",
"url": "https://github.com/symfony/cli/releases/download/v4.13.1/symfony_windows_amd64.exe#/symfony.exe",
"hash": "77da284053ac7e502ab4dfcf0382ddf608a7e050397c5765b79214ff73fbb309"
},
"32bit": {
"url": "https://github.com/symfony/cli/releases/download/v4.13.0/symfony_windows_386.exe#/symfony.exe",
"url": "https://github.com/symfony/cli/releases/download/v4.13.1/symfony_windows_386.exe#/symfony.exe",
"hash": "72e0e35a4282e3048d6ace6616a50039429300a88169d3b8066a1e49dd315112"
}
},