From 899590e4e93782630abd383c0e1cc1ccb23452a8 Mon Sep 17 00:00:00 2001 From: decelsi Date: Wed, 18 May 2022 10:12:14 +0200 Subject: [PATCH] VINETIQ-1050 PHP 8 compatibility --- CHANGELOG.md | 6 +++++- composer.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c5fa19..bfca9f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,4 +6,8 @@ - Import and export via CSV files via CLI - Import and export via default Magento import/export functionality - Prepare new translations via data patch scripts -- (Re)generate frontend translations (JSON translation files) via CLI and backend \ No newline at end of file +- (Re)generate frontend translations (JSON translation files) via CLI and backend + +## [1.0.0] - 2022-05-18 +### Added +- PHP 8.0 compatibility \ No newline at end of file diff --git a/composer.json b/composer.json index a42b6fe..f26759d 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "php": "^7.3", + "php": "^7.3 || ^8.0", "magento/framework": "^102.0|^103.0", "magento/module-backend": "^101.0|^102.0", "magento/module-ui": "^101.1"