Support Statamic CMS v6 - #11
Open
pktharindu wants to merge 1 commit into
Open
Conversation
Relax the statamic/cms constraint to allow ^6.0 (verified via a full test-suite run against a fresh Statamic 6.25 install, 92/92 passing) and add the missing php constraint. No runtime code changes were needed; Statamic\Extend\Manifest, used only in the test bootstrap, moved to Statamic\Addons\Manifest in v6.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
statamic/cmsconstraint from^4.0|^5.0to^4.0|^5.0|^6.0, add missingphp: ^8.2constraint.Statamic\Extend\Manifestmoved toStatamic\Addons\Manifestin v6 (test-only, not shipped addon code).Verification
Ran the full Pest suite against a fresh Statamic 6.25.0 install (via Testbench): 92/92 passing, no functional code changes needed. A source-level diff of every Statamic API this addon touches (AddonServiceProvider, Tags base class, Statamic\Tags\Glide, Statamic\Facades\Asset) confirmed no breaking changes between the 5.x and 6.x branches for this addon's usage.
This was prepared as part of upgrading a consumer site (pktharindu.com) to Statamic v6/Laravel 13/PHP 8.5.