Required ext-zip via composer

This commit is contained in:
Chris Kankiewicz
2020-02-17 10:15:57 -07:00
parent 55a5f9023c
commit cbd7679986
2 changed files with 5 additions and 2 deletions

View File

@@ -11,6 +11,7 @@
],
"require": {
"php": ">=7.2",
"ext-zip": "*",
"erusev/parsedown-extra": "^0.8.1",
"middlewares/cache": "^2.0",
"phlak/config": "^6.1",
@@ -30,6 +31,7 @@
"psy/psysh": "^0.9.9",
"vimeo/psalm": "^3.6"
},
"autoload": {
"psr-4": {
"App\\": "app/src/"

5
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": "9768cdbffec8cc009ab0930f4da7c781",
"content-hash": "871b5d48a53bf07bdac340934b41325c",
"packages": [
{
"name": "erusev/parsedown",
@@ -5424,7 +5424,8 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.2"
"php": ">=7.2",
"ext-zip": "*"
},
"platform-dev": []
}