From eb3382b74838c8c7476f4493a3cb5e796bb23b55 Mon Sep 17 00:00:00 2001 From: COil Date: Fri, 15 Dec 2023 08:55:36 +0100 Subject: [PATCH] docs: note about Symfony 6.4 LTS --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6321f8..ca931b8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # MicroSymfony 🎶 -## Introduction 🖋 +## Introduction 🖋 -MicroSymfony is a Symfony application skeleton on steroids, ready to use. +MicroSymfony is a Symfony 7.0 application skeleton on steroids, ready to use. I have made a long blog post explaining all it contains; it will be the reference for documentation. @@ -13,6 +13,9 @@ I'll update it when needed: So this blog post is the official documentation. This readme is a teaser of what MicroSymfony contains. +If you you go back to the last Symfony 6.4 LTS versionn, in your `composer.json file`, +replace all occurences of `7.0` by `6.4` and run `composer up`. + ## Demo 🌈