From d9507495b2a531c3e55670791daa35cafb387633 Mon Sep 17 00:00:00 2001 From: jisse Reitsma Date: Wed, 10 May 2023 18:53:57 +0200 Subject: [PATCH] Add compatibility with Symfony 6 --- CHANGELOG.md | 4 ++++ composer.json | 9 +++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2299994..e6eb87b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/composer.json b/composer.json index 41daf28..09a6610 100644 --- a/composer.json +++ b/composer.json @@ -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", @@ -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"