Update Composer packages

This commit is contained in:
Giuseppe Criscione 2020-12-16 14:33:13 +01:00
parent ad72d1ed63
commit a5d39273af
2 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,7 @@
"php": ">=7.3.5", "php": ">=7.3.5",
"ext-fileinfo": "*", "ext-fileinfo": "*",
"ext-gd": "*", "ext-gd": "*",
"ext-mbstring": "*",
"ext-zip": "*", "ext-zip": "*",
"erusev/parsedown": "^1.7", "erusev/parsedown": "^1.7",
"erusev/parsedown-extra": "^0.8.1", "erusev/parsedown-extra": "^0.8.1",

3
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "3b9a556393ecdb067c56e041dcc8004d", "content-hash": "ed0ec738fa92144ac029be1e570c21c3",
"packages": [ "packages": [
{ {
"name": "erusev/parsedown", "name": "erusev/parsedown",
@ -339,6 +339,7 @@
"php": ">=7.3.5", "php": ">=7.3.5",
"ext-fileinfo": "*", "ext-fileinfo": "*",
"ext-gd": "*", "ext-gd": "*",
"ext-mbstring": "*",
"ext-zip": "*" "ext-zip": "*"
}, },
"platform-dev": [], "platform-dev": [],