Skip to content

Commit e0d6284

Browse files
Merge pull request #44 from TheDragonCode/1.x
Relax `ext-libxml` version constraint in `composer.json`.
2 parents 4764506 + bc7dc96 commit e0d6284

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)