Skip to content

Commit

Permalink
Add compatibility with Symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma committed May 10, 2023
1 parent 8de3a9f commit d950749
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.20] - 10 May 2023
### Fixed
- Add compatibility with Symfony 6

## [1.4.19] - 5 October 2022
### Fixed
- Added nopush to all preload links
Expand Down
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yireo/magento2-linkpreload",
"version": "1.4.19",
"version": "1.4.20",
"license": "OSL-3.0",
"type": "magento2-module",
"homepage": "https://www.yireo.com/software/magento-extensions/linkpreload",
Expand All @@ -18,9 +18,10 @@
"require": {
"magento/framework": "^102.0|^103.0",
"magento/module-store": "^100.0|^101.0",
"symfony/dom-crawler": "^2.7|^3.0|^4.0|^5.0",
"symfony/css-selector": "^2.7|^3.0|^4.0|^5.0",
"php": ">=7.1"
"symfony/dom-crawler": "^2.7|^3.0|^4.0|^5.0|^6.0",
"symfony/css-selector": "^2.7|^3.0|^4.0|^5.0|^6.0",
"php": "^7.4|^8.0|^8.1|^8.2",
"ext-pcre": "*"
},
"require-dev": {
"composer/composer": "*@dev"
Expand Down

0 comments on commit d950749

Please sign in to comment.