Released: 2026-05-15. Diff.
Version rationale: patch for removing a legacy unsafe JSON parser fallback and adding bundler metadata, without import-model or runtime floor changes.
Fixes
- Removed the legacy
evalfallback fromphp/json/json_decode; Locutus now relies on the hostJSON.parse
implementation required by its runtime target. - Marked the package as side-effect free so bundlers can more aggressively drop unrelated barrel exports.