Skip to content

Conversation

stevegrunwell
Copy link
Owner

⚠️ Breaking changes

This release changes the underlying library from the now-abandoned laminas/laminas-dom to the actively-supported symfony/dom-crawler library. In most cases, you shouldn't notice a difference, but please be aware if you have additional dependencies on the Laminas library. (#41)

Additionally, this release raises the minimum required PHP version from 5.6 to 7.1. Applications requiring PHP 5.6 or 7.0 should stick with the 1.x branch (and update PHP as soon as you're able!) (#52)

Other changes

szepeviktor and others added 30 commits December 29, 2022 11:54
Add assertNotContainsSelector return type
Additionally, update actions/checkout from v2 to v4.
Add PHP 8.3 to the GitHub Actions test matrix
Move CONTRIBUTING.md into .github, exclude dev files from the package archive
Switch from laminas/laminas-dom to symfony/dom-crawler
Re-enable code coverage reporting to Coveralls
Enable code coverage to be computed when merging into develop and/or main
Add PHP_CodeSniffer for checking coding standards
Use squizlabs, not phpcsstandards/php_codesniffer
…| ^6.2 || ^7.0

Updates the requirements on [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) to permit the latest version.
- [Release notes](https://github.com/symfony/phpunit-bridge/releases)
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/6.3/CHANGELOG.md)
- [Commits](https://github.com/symfony/phpunit-bridge/commits/v7.0.1)

---
updated-dependencies:
- dependency-name: symfony/phpunit-bridge
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
…/phpunit-bridge-tw-5.2or-tw-6.2or-tw-7.0

Update symfony/phpunit-bridge requirement from ^5.2 || ^6.2 to ^5.2 || ^6.2 || ^7.0
@stevegrunwell stevegrunwell added this to the Version 2.0.0 milestone Jul 10, 2025
@stevegrunwell stevegrunwell merged commit 1c6b4a7 into main Jul 10, 2025
14 of 15 checks passed
@stevegrunwell stevegrunwell deleted the release/v2.0.0 branch July 11, 2025 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants