1
0
mirror of https://github.com/typemill/typemill.git synced 2025-01-17 05:18:19 +01:00

Version 1.4.3: Updated dependencies and settings

This commit is contained in:
trendschau 2021-01-07 22:02:00 +01:00
parent 1ae3b1a231
commit b73eaf5c0b
2 changed files with 6 additions and 6 deletions

10
composer.lock generated
View File

@ -978,16 +978,16 @@
},
{
"name": "twig/twig",
"version": "v1.44.1",
"version": "v1.44.2",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "04b15d4c0bb18ddbf82626320ac07f6a73f199c9"
"reference": "138c493c5b8ee7cff3821f80b8896d371366b5fe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/04b15d4c0bb18ddbf82626320ac07f6a73f199c9",
"reference": "04b15d4c0bb18ddbf82626320ac07f6a73f199c9",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/138c493c5b8ee7cff3821f80b8896d371366b5fe",
"reference": "138c493c5b8ee7cff3821f80b8896d371366b5fe",
"shasum": ""
},
"require": {
@ -1048,7 +1048,7 @@
"type": "tidelift"
}
],
"time": "2020-10-27T19:22:48+00:00"
"time": "2021-01-05T10:10:05+00:00"
},
{
"name": "vlucas/valitron",

View File

@ -82,7 +82,7 @@ class Settings
'editor' => 'visual',
'formats' => ['markdown', 'headline', 'ulist', 'olist', 'table', 'quote', 'notice', 'image', 'video', 'file', 'toc', 'hr', 'definition', 'code'],
'contentFolder' => 'content',
'version' => '1.4.2',
'version' => '1.4.3',
'setup' => true,
'welcome' => true,
'images' => ['live' => ['width' => 820], 'thumbs' => ['width' => 250, 'height' => 150]],