From 632dfe3610a16b590bdf886b5385154b8504d793 Mon Sep 17 00:00:00 2001 From: Sami Mazouz Date: Fri, 29 Nov 2024 10:14:15 +0100 Subject: [PATCH] chore: adjust --- docs/extend/start.md | 2 +- docs/faq.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/extend/start.md b/docs/extend/start.md index d956037ad..7c13ac3db 100644 --- a/docs/extend/start.md +++ b/docs/extend/start.md @@ -89,7 +89,7 @@ We need to tell Composer a bit about our package, and we can do this by creating "description": "Say hello to the world!", "type": "flarum-extension", "require": { - "flarum/core": "^1.0.0" + "flarum/core": "^2.0.0" }, "autoload": { "psr-4": {"Acme\\HelloWorld\\": "src/"} diff --git a/docs/faq.md b/docs/faq.md index 719b3c4f6..4f2340a9a 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -2,7 +2,7 @@ ### Is Flarum Stable? -Yes! After 6 years of development, Flarum 1.0.0 is finally here. +Yes! After 6 years of development, Flarum **1.0.0** was released, and we are now spear-heading the development of Flarum **2.0**. ### What's next after stable?