Skip to content

Commit

Permalink
composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tomFlidr committed Jan 5, 2017
1 parent 6a8cf33 commit 9cee705
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "mvccore/example-cdcol",
"type": "application",
"description": "MvcCore Example - CD Collection - demonstration how to login, logout and work with database items in MvcCore applications.",
"keywords": ["mvccore", "framework", "mvc", "simple mvc", "super fast mvc", "easy mvc", "single file application", "cd collection"],
"license": ["BSD-3-Clause"],
"authors": [
{
"name": "Tom Flidr",
"homepage": "https://github.com/tomFlidr"
}
],
"require": {
"php": ">=5.3.0"
},
"minimum-stability": "dev"
}

0 comments on commit 9cee705

Please sign in to comment.