Skip to content

Commit

Permalink
[TASK] Upgrade to Symfony 5 (#820)
Browse files Browse the repository at this point in the history
Extend `symfony/css-selector` requirements to include 5.x.
  • Loading branch information
tams authored and oliverklee committed Nov 23, 2019
1 parent 7d7513a commit 33c699a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
([#776](https://github.com/MyIntervals/emogrifier/pull/776))

### Changed
- Upgrade to Symfony 5.0
([#822](https://github.com/MyIntervals/emogrifier/pull/820)
- Clean up the folder structure and autoloading configuration
([#529](https://github.com/MyIntervals/emogrifier/issues/529),
[#785](https://github.com/MyIntervals/emogrifier/pull/785))
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"php": "~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0",
"ext-dom": "*",
"ext-libxml": "*",
"symfony/css-selector": "^2.8 || ^3.0 || ^4.0"
"symfony/css-selector": "^2.8 || ^3.0 || ^4.0 || ^5.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15.3",
Expand Down

0 comments on commit 33c699a

Please sign in to comment.