Skip to content

Commit 957ca5e

Browse files
committed
Fix #225 by requiring fDOMDocument 1.6.1 which includes a fix for the underlying issue
1 parent 7975765 commit 957ca5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"ext-iconv" : "*",
2121
"ext-fileinfo": "*",
2222
"ext-mbstring": "*",
23-
"theseer/fdomdocument": ">=1.6.0",
23+
"theseer/fdomdocument": ">=1.6.1",
2424
"theseer/directoryscanner" : ">=1.3.0",
2525
"theseer/fxsl" : ">=1.1",
2626
"phpunit/php-timer" : ">=1.0.4",

0 commit comments

Comments
 (0)