Skip to content

Version 2.0.0

Latest
Compare
Choose a tag to compare
@stevegrunwell stevegrunwell released this 10 Jul 23:27
1c6b4a7

⚠️ 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

  • Add assertNotContainsSelector return type (#37, props @szepeviktor)
  • Exclude dev-only files from the Composer distribution bundles, better-organize the repo (#40)
  • Add PHP_CodeSniffer, PHPStan (#45, #48)