From 7e50fbf000d798a77f281402ee64839aa6668fc6 Mon Sep 17 00:00:00 2001 From: Sami Mazouz Date: Thu, 9 Mar 2023 19:00:32 +0100 Subject: [PATCH] chore(release): preparations Signed-off-by: Sami Mazouz --- composer.json | 2 +- src/Foundation/Application.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 208bad0d4..05684fa49 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "chat": "https://flarum.org/chat" }, "require": { - "php": ">=7.3", + "php": ">=7.3 || ^8.0", "components/font-awesome": "^5.14.0", "dflydev/fig-cookies": "^3.0.0", "doctrine/dbal": "^2.7", diff --git a/src/Foundation/Application.php b/src/Foundation/Application.php index 38454a808..90d2a9a3b 100644 --- a/src/Foundation/Application.php +++ b/src/Foundation/Application.php @@ -21,7 +21,7 @@ class Application * * @var string */ - const VERSION = '1.7.0-dev'; + const VERSION = '1.7.0'; /** * The IoC container for the Flarum application.