mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-26 07:15:30 +02:00
Required ext-zip via composer
This commit is contained in:
@@ -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
5
composer.lock
generated
@@ -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": []
|
||||
}
|
||||
|
Reference in New Issue
Block a user