Skip to content

Commit

Permalink
update: composer
Browse files Browse the repository at this point in the history
  • Loading branch information
eliseekn committed Sep 16, 2021
1 parent 63a7bad commit 8e8b8ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eliseekn/tinymvc",
"description": "PHP framework based on MVC architecture",
"description": "TinyMVC is a PHP framework based on MVC architecture that helps you build easly and quickly powerful web applications and RESTful API.",
"type": "project",
"license": "MIT",
"keywords": ["php", "framework", "mvc"],
Expand All @@ -12,6 +12,7 @@
"role": "Developer"
}
],
"minimum-stability": "dev",
"autoload": {
"files": [
"app/Functions.php",
Expand Down

0 comments on commit 8e8b8ec

Please sign in to comment.