v2.3.14
Release Notes — se7enxweb/ezplatform-user v2.3.14
Bug fixes
- Classmap ambiguity eliminated — Added
"replace": {"ezsystems/ezplatform-user": "self.version"}tocomposer.json. Composer was simultaneously installing bothezsystems/ezplatform-user(v2.3.12) andse7enxweb/ezplatform-user(fork), causing 100+ duplicate-class warnings for every class in theIbexa\User\*andIbexa\Platform\User\*namespaces. Withreplacedeclared, Composer treats these7enxwebfork as the canonical provider ofezsystems/ezplatform-userand will not install both.
Affected classes (sample)
Ibexa\User\Behat\Context\UserSettingsContext
Ibexa\User\Behat\Context\UserSetupContext
... (100 total)
Why this matters
On a fresh composer create-project se7enxweb/exponential-platform-legacy, both packages were resolved and installed in vendor/. The classmap generator warned on every class. This is now fully resolved.
Upgrade notes
No API or behavioural changes. Run composer update se7enxweb/ezplatform-user.
Full Changelog: v2.3.13...v2.3.14