diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..4ee5ffc --- /dev/null +++ b/composer.json @@ -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" +}