nunomaduro / termwind

🍃 In short, it's like Tailwind CSS, but for the PHP command-line applications.
MIT License
2.27k stars 76 forks source link

Require `ext-xml` as `DOMDocument` is used #162

Closed marcreichel closed 6 months ago

marcreichel commented 1 year ago

Currently it is possible to install the package without having the extension installed. But running code using the package results in an exception, because DOMDocument is not found.

xiCO2k commented 10 months ago

cc @nunomaduro