diff options
author | Joas Schilling <coding@schilljs.com> | 2024-06-11 10:40:06 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-06-11 10:52:24 +0200 |
commit | bfb3c23ba580e741c9d7e7112a3f135cf2b634f5 (patch) | |
tree | f776e9bc41c77af6bfca8994ee6d62ed8472f7ee /composer.lock | |
parent | cef6d500d3e5ee7917e445b9a8ffb955700ce790 (diff) | |
download | nextcloud-server-bfb3c23ba580e741c9d7e7112a3f135cf2b634f5.tar.gz nextcloud-server-bfb3c23ba580e741c9d7e7112a3f135cf2b634f5.zip |
fix(CI): Update PHP requirement in dev dependencies
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/composer.lock b/composer.lock index d9f6abcb6ca..fb1f18deaa9 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "503972be0f0c78458677d4c4e4e8a486", + "content-hash": "7eec232d4a6c2dea5a37ba784aa1b2ad", "packages": [], "packages-dev": [ { @@ -71,19 +71,29 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^8.0", + "php": "^8.1", + "ext-ctype": "*", + "ext-curl": "*", + "ext-dom": "*", + "ext-fileinfo": "*", + "ext-gd": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-openssl": "*", "ext-pdo": "*", + "ext-posix": "*", + "ext-session": "*", "ext-simplexml": "*", + "ext-xml": "*", "ext-xmlreader": "*", - "ext-zip": "*" + "ext-xmlwriter": "*", + "ext-zip": "*", + "ext-zlib": "*" }, "platform-dev": [], "platform-overrides": { - "php": "8.0" + "php": "8.1" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" } |