From bc296fc93359f99c4214ba7c7aa5156795edc62f Mon Sep 17 00:00:00 2001 From: Kabirou ALASSANE <86885681+BlakvGhost@users.noreply.github.com> Date: Mon, 29 May 2023 07:28:02 +0100 Subject: [PATCH] Composer: Update project description --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a98119d..6d262fa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bravo - PHP small MVC Framework + Bravo is a personal project, a mini MVC framework in PHP that I developed while drawing the best points from Laravel, Symfony and the Node.js side. I like simplicity, so I decided to make a simple product. For the moment, I manage the Route, the middlewares, the CORS, the easy sending of mails, as well as a mini ORM. ## Authors diff --git a/composer.json b/composer.json index ade6533..67123fa 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "blakvghost/bravo", - "description": "Mini Framework MVC PHP", + "description": "Bravo is a personal project, a mini MVC framework in PHP that I developed while drawing the best points from Laravel, Symfony and the Node.js side. I like simplicity, so I decided to make a simple product. For the moment, I manage the Route, the middlewares, the CORS, the easy sending of mails, as well as a mini ORM.", "type": "project", "license": "MIT", "autoload": {