Skip to content

Commit bc7dc96

Browse files
Relax ext-libxml version constraint in composer.json.
1 parent 4764506 commit bc7dc96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"require": {
1414
"php": "^8.2",
1515
"ext-dom": "*",
16-
"ext-libxml": ">=2.6.21",
16+
"ext-libxml": "*",
1717
"illuminate/database": "^11.0 || ^12.0",
1818
"illuminate/filesystem": "^11.0 || ^12.0",
1919
"illuminate/support": "^11.0 || ^12.0",

0 commit comments

Comments
 (0)