Skip to content

Commit

Permalink
Documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rotimi committed May 25, 2024
1 parent 344d33e commit cffe65a
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,22 @@
"description": "This is a template mvc web-application (powered by SlimPHP 4), that can be extended to build more complex web applications.",
"license": "BSD-3-Clause",
"type": "project",
"keywords": [ "mvc", "framework", "slim 4", "slimphp 4", "slim4", "slimphp4", "slim-4", "slimphp-4"],
"keywords": [
"mvc",
"framework",
"slim-framework",
"slim",
"skeleton",
"slim-skeleton",
"slim-mvc",
"slim 4",
"slimphp 4",
"slim4",
"slimphp4",
"slim-4",
"slimphp-4",
"php"
],
"homepage": "https://github.com/rotexsoft/slim-skeleton-mvc-app",
"authors": [
{
Expand All @@ -17,7 +32,7 @@
"prefer-stable": true,
"require": {
"php": ">=8.1.0",
"rotexsoft/slim-skeleton-mvc-tools": "dev-master"
"rotexsoft/slim-skeleton-mvc-tools": "^5.0.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
Expand Down

0 comments on commit cffe65a

Please sign in to comment.