diff options
author | Mario <mario@mariovavti.com> | 2024-03-14 12:40:07 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-14 12:40:07 +0000 |
commit | 4fb37ef6f393e4eea60c743fb50c9d4a61534b8b (patch) | |
tree | 414c1969df10450b36c83fc49b1a727441cf03da /composer.json | |
parent | a9d4adaf2360f7d02dace4434e4e62d6ce072327 (diff) | |
download | volse-hubzilla-4fb37ef6f393e4eea60c743fb50c9d4a61534b8b.tar.gz volse-hubzilla-4fb37ef6f393e4eea60c743fb50c9d4a61534b8b.tar.bz2 volse-hubzilla-4fb37ef6f393e4eea60c743fb50c9d4a61534b8b.zip |
revert adding of zip and bump composer php version to 8.1
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 63d98a010..e375b8a32 100644 --- a/composer.json +++ b/composer.json @@ -23,8 +23,7 @@ "source": "https://framagit.org/hubzilla/core/" }, "require": { - "php": ">=8.0.2", - "ext-zip": "*", + "php": ">=8.1", "ext-curl": "*", "ext-iconv": "*", "ext-intl": "*", |