1
0
mirror of https://github.com/flarum/core.git synced 2025-07-28 20:20:34 +02:00

chore(release): preparations

Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
This commit is contained in:
Sami Mazouz
2023-03-09 19:00:32 +01:00
parent 7d79895ae0
commit b66fe5dd5f
23 changed files with 83 additions and 25 deletions

View File

@@ -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",

View File

@@ -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.