contentful/core
Core components shared by Contentful’s PHP Delivery and Management SDKs. Provides foundational utilities and abstractions for interacting with Contentful APIs. Requires PHP 8.0+. Intended for internal SDK use, not for direct third‑party consumption.
Accepted
contentful-core.php is consumed by two public SDKs and their downstream framework integrations. Any unintentional public API break causes breakage for all consumers simultaneously. Manual backward-compatibility review is error-prone and doesn't scale.
The team's internal runbook defines the change-type / version-bump matrix:
roave/backward-compatibility-check runs as a required CI job on every PR. It diffs the current branch against the prior git tag and reports any BC breaks. The job is configured with fetch-depth: 0 to ensure full git history is available.
Breaking changes are only allowed when accompanied by a deliberate major version bump documented in CHANGELOG.md.
|| true to avoid hard-failing on these edge cases — this is intentional and should not be removed without updating the handling.How can I help you explore Laravel packages today?