Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
buihanh2304 committed Jun 30, 2023
1 parent e856ecb commit 4b8da33
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"version": "1.1.1",
"name": "buihanh2304/simple-php-mvc-framework",
"description": "A simple PHP MVC Framework",
"keywords": ["php", "mvc", "framework"],
"license": "MIT",
"config": {
"sort-packages": true
},
"require": {
"php": "~8.0.0|~8.1.0",
"php": "^8.0",
"league/plates": "3.*"
}
}
6 changes: 4 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b8da33

Please # to comment.