Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarElgabry committed May 5, 2016
1 parent 7aa64a0 commit 36a5d64
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "omarelgabry/miniphp",
"name": "omarelgabry/miniphp",
"type": "project",
"description": "A small, simple PHP MVC framework skeleton that encapsulates a lot of features surrounded with powerful security layers.",
"keywords": ["authentication", "authorization", "mvc", "security", "login", "encryption", "validation", "files", "ajax"],
"keywords": ["framework", "authentication", "authorization", "mvc", "security", "login", "encryption", "validation", "files", "ajax"],
"homepage": "https://github.com/OmarElGabry/miniPHP",
"license": "MIT",
"authors": [
"authors": [
{
"name": "Omar El Gabry",
"email": "[email protected]",
"role": "Developer"
}
],
"support": {
"support": {
"issues": "https://github.com/OmarElGabry/miniPHP/issues",
"source": "https://github.com/OmarElGabry/miniPHP"
},
Expand All @@ -21,9 +21,7 @@
"phpmailer/phpmailer": "~5.2",
"gregwar/captcha": "~1.0.12"
},
"autoload": {
"psr-4": { "":
["app/core/", "app/models/", "app/utility/", "app/controllers/", "app/core/Components"]
}
"autoload": {
"psr-4": { "": ["app/core/", "app/models/", "app/utility/", "app/controllers/", "app/core/Components"] }
}
}
}

0 comments on commit 36a5d64

Please sign in to comment.