Update 7z support

This commit is contained in:
DariusIII
2025-09-02 17:00:36 +02:00
parent 69cc7a9c63
commit 923fe5cba7
7 changed files with 965 additions and 176 deletions
+1 -1
View File
@@ -29,6 +29,7 @@
"ext-iconv": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-mysqlnd": "*",
"ext-openssl": "*",
@@ -200,7 +201,6 @@
"post-create-project-cmd": [
"@php artisan key:generate --ansi"
],
"check-style": "php-cs-fixer fix --dry-run --diff",
"fix-style": "pint"
}
}