---
title: "Important: Third-party libraries bundled for the TER"
manual: "HIS Connector"
version: "main"
source: "Changelog/1.0/Important-BundledLibrariesForClassicMode.rst"
modified: "2026-09-15T12:04:13+00:00"
---

# Important: Third-party libraries bundled for the TER

## Description

The extension requires the composer package `wsdltophp/packagebase`.
Classic mode installations cannot install composer packages, therefore the
extension package released to the TYPO3 Extension Repository (TER) ships the
library in `contrib/Libraries/` and registers it for class loading.

To ensure composer mode and classic mode installations use the same library
version, the requirement in `composer.json` is restricted to the patch
level releases of the bundled version `5.0.5` (`~5.0.5`).

## Impact

Classic mode installations do not need to provide `wsdltophp/packagebase`
on their own. The PHP extensions `soap`, `dom` and `json` are still
required.

Composer mode installations resolve `wsdltophp/packagebase` in version
`5.0.5` or a newer `5.0.x` patch release only. Projects requiring another
version of the package in their root `composer.json` need to align
their requirement.
