Skip to content

Commit

Permalink
Bump requirements for DOMCrawler, CSSSelector and Masterminds
Browse files Browse the repository at this point in the history
  • Loading branch information
mmikkel committed Jul 23, 2023
1 parent a850b4a commit 062890e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
### Fixed

- Fixed a PHP exception that could occur if Retcon operated on markup containing `<svg>` nodes
- Fixed an issue where the `retconRemoveEmpty` filter could remove `<svg>`, `<iframe>` and `<object>` tags
- Fixed an issue where the `retconRemoveEmpty` filter could remove `<svg>`, `<iframe>` and `<object>` tags

### Changed

- Retcon now requires `symfony/dom-crawler` v. 4.4.0 or later
- Retcon now requires `symfony/css-selector` v. 3.4.0 or later
- Retcon now requires `masterminds/html5` v. 2.6.0 or later

## 2.7.0.1 - 2023-07-23

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"require": {
"craftcms/cms": "^3.7.0|^4.0.0-beta.4",
"php": "^7.2.5|^8.0",
"masterminds/html5": "^2.3",
"symfony/dom-crawler": "^3.3.6|^4.0|^5.0|^6.0",
"symfony/css-selector": "^3.3.6|^4.0|^5.0|^6.0"
"masterminds/html5": "^2.6",
"symfony/dom-crawler": "^4.4|^5.0|^6.0",
"symfony/css-selector": "^3.4|^4.0|^5.0|^6.0"
},
"require-dev": {
"craftcms/rector": "dev-main"
Expand Down

0 comments on commit 062890e

Please sign in to comment.