From 7da5f83ae5911146d8d426efd1f0c34df7a0c38b Mon Sep 17 00:00:00 2001
From: Julian PEREZ-RAMIREZ <julian.perez-ramirez@imt-atlantique.net>
Date: Sun, 23 Feb 2025 17:38:52 +0100
Subject: [PATCH] editing README

---
 README.md | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/README.md b/README.md
index 1599af0..c3f1268 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,5 @@
 Commands to set up Symfony with DB connection
 
-If you dont have installed yet
-
-```
-composer require symfony/orm-pack
-
-composer require --dev symfony/maker-bundle
-```
-
 ```
 php bin/console doctrine:database:create
 php bin/console make:migration
-- 
GitLab