Open
Conversation
| datasource | package | from | to | | ---------- | ------------------------------- | ----- | ----- | | packagist | laminas/laminas-coding-standard | 1.0.0 | 2.4.0 | Signed-off-by: Renovate Bot <[email protected]>
The `WebimpressCodingStandard.Formatting.StringClassReference` attempts to include referenced class names, if they don't exist: this means that some test assets are loaded twice, leading to a full crash. This change prevents that, by disabling this specific sniff.
… change in a minor release
This **almost** fixes current codebase issues, but overall: * imports used functions * removes/simplifies imports * simplifies docblocks * adjusts spacing Further adjustments need manual intervention
…ccording to CS rules
…ch were previously erroneously documented
In this specific occurrence, for whatever reason, tests around the reflection capabilities of the library verify that there are two parameters, with types declared in the docblock. Native types seem to be completely ignored by the reflector, and thus the test fails when the CS automation simplifies an import. While it would be nice to get rid of this silly design, it's not worth doing, and it is preferable to instead just suppress the CS rule here, rather than introducing instability.
Update dependency laminas/laminas-coding-standard to v2
Signed-off-by: Renovate Bot <[email protected]>
Signed-off-by: Renovate Bot <[email protected]>
Signed-off-by: Renovate Bot <[email protected]>
Signed-off-by: Renovate Bot <[email protected]>
Signed-off-by: George Steel <[email protected]>
Signed-off-by: George Steel <[email protected]>
Signed-off-by: George Steel <[email protected]>
Add undeclared property to Laminas\Server\Reflection\Prototype
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| datasource | package | from | to | | ---------- | ------------------------------- | ----- | ----- | | packagist | laminas/laminas-coding-standard | 3.0.1 | 3.1.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Aleksei Khudiakov <[email protected]>
Update docs-build workflow
Signed-off-by: d.super <[email protected]>
Signed-off-by: d.super <[email protected]>
Signed-off-by: d.super <[email protected]>
Signed-off-by: d.super <[email protected]>
Signed-off-by: d.super <[email protected]>
Signed-off-by: d.super <[email protected]>
Add PHP 8.5 support and drop 8.1 support
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Lock file maintenance
This was referenced Feb 6, 2026
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.
Release Notes for 2.19.0
2.19.0
Dependencies
Enhancement
Documentation