chore: align the manifest with the other Webisters packages#16
Merged
Conversation
- license: proprietary -> MIT, and add the missing LICENSE file, matching every other library except minify (GPL-3.0) - support URLs moved from the old gitlab.com paths to this GitHub repo, and the dead wiki entry replaced with the forum and docs links used elsewhere - phpunit/phpunit ^9.5 -> ^10.5, with phpunit.xml.dist migrated to the 10.5 schema (removed convertErrorsToExceptions and friends, moved coverage include into <source>, added cacheDirectory) - add the homepage, funding and keywords entries the sibling packages carry - gitignore PHPUnit 10's .phpunit.cache directory Verified: vendor/bin/phpunit is 3/3 green on PHPUnit 10.5.64. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Brings
webisters/themein line with the rest of the organisation. It was the only package still carrying the pre-migration metadata.Changes
proprietary->MIT, and adds the missingLICENSEfile. The repo declared a license it had no text for. MIT matches every other library exceptminify(GPL-3.0-or-later).gitlab.com/webisters/libraries/themeissues/wiki/source links are dead. Replaced with this GitHub repo, plus theforumanddocsentries the sibling packages use.^9.5->^10.5, matching 24 of the other packages.phpunit.xml.distmigrated to the 10.5 schema: droppedconvertErrorsToExceptions/convertNoticesToExceptions/convertWarningsToExceptionsandprocessUncoveredFiles(all removed in 10), moved the coverage<include>into<source>, and addedcacheDirectory.homepage,fundingand authorhomepageentries the siblings carry, and fills outkeywords..phpunit.cache, PHPUnit 10s cache directory, which the v9-era ignore file did not cover.Verification
composer validatepassesvendor/bin/phpunitis 3/3 green locally on PHPUnit 10.5.64 / PHP 8.4🤖 Generated with Claude Code