Conversation
…lease - Update LICENSE.md to full MIT text and composer.json metadata (license, authors, keywords, support links) for the apxcde/markdown-blog Packagist release - Rewrite README to reflect the new package name, document frontmatter fallback/parsing behavior in detail, and add contributing/license sections - Drop the unused `database` path from phpstan analysis paths
Member
Author
|
@copilot resolve the merge conflicts in this pull request take the turbine side on all four files |
Co-authored-by: mwamodo <52991058+mwamodo@users.noreply.github.com>
Co-authored-by: mwamodo <52991058+mwamodo@users.noreply.github.com>
Contributor
Done in |
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.
Prepares the package for its public Packagist listing as
apxcde/markdown-blog.Synced from the Turbine monorepo (upstream issue: "Publish apxcde/markdown-blog to Packagist").
What changed
LICENSE.md— full MIT text, holder ApexCode. Canonical MIT wording, so the only difference from the copy already onmasteris the holder line (XSAVO→ApexCode).composer.json—"license": "MIT", plus publishable metadata for the Packagist page:keywords,homepage,authors, and asupportblock pointing issues and source at this repository.README.md— rewritten on the apxcde identity: installs viacomposer require apxcde/markdown-blog,apxcde\MarkdownBlog\...namespaces throughout, and an accurate reference for the config keys, frontmatter handling, API, and returned article shape.phpstan.neon.dist— drops thedatabasepath. This is a port-back: the change already exists onmasterbut had never landed upstream, so without it the next sync would have reintroduced the broken path here.Verification
composer validate—./composer.json is valid.formatted_datebeingnullwhen undated and falling back to the raw string when unparseable,findBySlugslug normalisation, recursive discovery, and descending date sort with undated articles last.- itemlines are dropped,- name: fooyields a literal- namekey, and[a, b]is kept as a raw string. These are quietly mis-read rather than ignored, so the README now says so.Merge note
masterandturbineboth modifiedLICENSE.md,README.md,composer.json, andphpstan.neon.distsince the merge base (49b5dfd), so this will report conflicts. Resolve by taking theturbineside on all four — they are strictly newer, andphpstan.neon.distis already byte-identical tomaster..github/workflows/tests.ymlis master-only and untouched here; CI is unaffected.Not included
Tagging a release, submitting to packagist.org, and enabling the update webhook remain manual follow-ups.