Skip to content

Commit

Permalink
Composer: Update project description
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakvGhost authored May 29, 2023
1 parent b4b5511 commit bc296fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit bc296fc

Please sign in to comment.