publishpress / dompdf-dompdf
Dompdf and its runtime dependencies, prefixed for PublishPress
3.1.6.3
2026-09-21 18:23 UTC
Requires
- php: >=7.4.0
- ext-dom: *
- ext-mbstring: *
Requires (Dev)
- brianhenryie/strauss: 0.29.2
- dompdf/dompdf: 3.1.6
- publishpress/dev-workspace: ^1.8
- publishpress/version-loader-generator: ^1.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-21 18:23:44 UTC
README
Prefixed build of dompdf/dompdf and its runtime dependency stack.
The Dompdf namespace becomes PublishPress\Dompdf.
The generated package also prefixes php-font-lib, php-svg-lib, Masterminds HTML5, and Sabberworm CSS Parser so no upstream namespaces are registered by PublishPress plugins.
How to update the prefixed library
- Change the pinned
dompdf/dompdfversion inrequire-dev. - Set
versionto the upstream version plus the next fourth digit. - Run
composer updateto rebuildlib/and the version loader. - Run
composer test:unit, thencomposer test:integration. - Review and commit the generated code.
- Create a GitHub release using the four-digit version so Packagist sees the tag.
Then update the plugins that consume publishpress/dompdf-dompdf.