Skip to content
Snippets Groups Projects
Unverified Commit 0d30047a authored by Roeland Jago Douma's avatar Roeland Jago Douma Committed by GitHub
Browse files

Merge pull request #24243 from nextcloud/techdebt/composer-require-libxml

Require libxml in composer
parents f8a2c08c 0af22a64
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,10 @@
},
"require": {
"ext-json": "*",
"ext-pdo": "*"
},
"ext-libxml": "*",
"ext-pdo": "*",
"ext-xmlreader": "*"
},
"require-dev": {
"nextcloud/coding-standard": "^0.3.0",
"vimeo/psalm": "^4.0"
......
......@@ -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": "e13ded744e614c48738e6ecc965d868e",
"content-hash": "be39e6ce67fced2d72723f6343bbe352",
"packages": [],
"packages-dev": [
{
......@@ -2962,7 +2962,9 @@
"prefer-lowest": false,
"platform": {
"ext-json": "*",
"ext-pdo": "*"
"ext-libxml": "*",
"ext-pdo": "*",
"ext-xmlreader": "*"
},
"platform-dev": [],
"plugin-api-version": "1.1.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment