From 90086651da968978cf8cd25aaca9746a3f4a9bbf Mon Sep 17 00:00:00 2001 From: Lukas Gaechter Date: Thu, 12 Jan 2023 21:27:59 +0100 Subject: [PATCH] Update PHP requirements --- CHANGELOG.md | 6 +++++- composer.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80c3a06..ca3f862 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Timber Integration for WooCommerce -## 0.6.1 - 2021-08-04 +## 0.7.0 - 2023-01-13 + +- Updated PHP requirements to allow PHP 8.0 and higher. + +## 0.6.1 - 2023-01-13 - Fixed a couple of issues with `$product` global not being kept in sync. - Added small improvements in documentation. diff --git a/composer.json b/composer.json index 536ee90..70e4580 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "docs": "https://timber.github.io/docs/integrations/woocommerce" }, "require": { - "php": "7.*" + "php": "^7.2 || ^8.0" }, "autoload": { "psr-4": {