Modernize the package - #2
Merged
Merged
Conversation
claar
force-pushed
the
modernize-toolchain
branch
from
August 31, 2026 21:58
501725b to
85f4d8e
Compare
claar
force-pushed
the
modernize-toolchain
branch
from
August 31, 2026 22:00
85f4d8e to
7c1b411
Compare
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. Now^11.5.50 || ^12.5.8 || ^13.3, so each supported PHP gets the newest PHPUnit it can run, all past the CVE-2026-24765 patch line. Tests namespaced underPiestar\Dough\Tests. 18/18 pass.Supported versions. CI and dev dependencies track only PHP versions still receiving security updates (8.2 through 8.5). The runtime constraint stays permissive at
>=5.4: the package ships no dependencies, so a floor there would exclude users on vendor-backported builds without securing anyone. README states the distinction.composer.json.
typewasproject, should belibrary. Added authors, support links, autoload-dev, acomposer testscript.CI. Dropped dead Travis/Scrutinizer configs, added GitHub Actions across PHP 8.2, 8.3, 8.4 and 8.5.
README. Documented the
or "Default"syntax and added a security note that escaping ishtmlentities()and nothing more.Tag 1.1.0 after this. It supersedes 1.0.2, which ships the unresolvable dev requirement.