This commit is contained in:
Tommy Parnell
2021-07-08 17:34:29 -04:00
parent 8f3a55aa46
commit 4997f6a055
2 changed files with 6 additions and 3 deletions

View File

@@ -2,7 +2,8 @@
"require": {
"craftcms/cms": "^3.6.4",
"vlucas/phpdotenv": "^3.4.0",
"codemix/yii2-streamlog": "^1.3"
"codemix/yii2-streamlog": "^1.3",
"ext-imagick": "*"
},
"require-dev": {
"yiisoft/yii2-shell": "^2.0.3"

6
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "22ce50e616fa91da13eadd4b8dd5d6e8",
"content-hash": "70d623fef83157e01df26d6bfbb9f7d4",
"packages": [
{
"name": "cebe/markdown",
@@ -6132,7 +6132,9 @@
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform": {
"ext-imagick": "*"
},
"platform-dev": [],
"platform-overrides": {
"php": "7.2.5"