Skip to content

Update composer.json authors to reflect current active maintainer - #928

Open
DannyvdSluijs wants to merge 1 commit into
mainfrom
927-update-maintainer-listing
Open

Update composer.json authors to reflect current active maintainer#928
DannyvdSluijs wants to merge 1 commit into
mainfrom
927-update-maintainer-listing

Conversation

@DannyvdSluijs

Copy link
Copy Markdown
Collaborator

Summary

  • Replaces the authors array in composer.json, which still listed the four original founders (inactive for years), with the current active maintainer.
  • Founders' contributions remain fully credited via git history and the README contributor graph — this only updates the package metadata used by Packagist/Composer.

Why

See #927 for full rationale. Short version: keeping inactive founders listed as authors implies they're responsible for present-day issues (e.g. CVEs) they have no involvement in, and doesn't let people reach out to whoever is actually maintaining the project today.

Closes #927

Test plan

  • php -r "json_decode(file_get_contents('composer.json')); echo json_last_error_msg();"No error
  • composer validate → composer.json itself reports valid (unrelated pre-existing lock file drift noted, not touched by this change)

The original founding authors have not been active contributors in
years; listing them as authors implies responsibility for present-day
issues (e.g. security reports) they have no involvement in. Lists the
current active maintainer instead so people can reach out directly.

Refs #927
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update maintainer listing in composer.json and README

1 participant