Modernize the package for public use - #2
Open
claar wants to merge 3 commits into
Open
Conversation
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.
Tooling and docs cleanup. No behavior change.
Tests can now run.
composer installwas failing outright on thephpunit ~4.6.6pin (security advisory), and 4.6 can't run on PHP 8 anyway. Widened to^5.7 || ^9.6 || ^10.5 || ^11.5, namespaced the tests, added a bootstrap shim so old PHPUnit still works. 18/18 pass on 8.4.composer.json.
typewasproject, should belibrary. Addedphp: >=5.4, authors, support links, autoload-dev.CI. Dropped dead Travis/Scrutinizer configs, added GitHub Actions across 5.6 through 8.4.
README. Documented the
or "Default"syntax and added a security note that escaping ishtmlentities()and nothing more.Worth tagging 1.1.0 after this, since 1.0.2 ships the broken dev requirement.