Skip to content

Commit

Permalink
adding composer file for database logger
Browse files Browse the repository at this point in the history
  • Loading branch information
webtechnick committed Oct 4, 2013
1 parent 2dee112 commit b8d3576
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "webtechnick/cakephp-database-logger-plugin",
"description": "CakePHP Database Logger Plugin",
"type": "cakephp-plugin",
"keywords": ["cakephp", "database", "logging", "logs", "plugin"],
"homepage": "https://github.com/webtechnick/CakePHP-DatabaseLogger-Plugin",
"license": "MIT",
"authors": [
{
"name": "Nick Baker",
"homepage": "http://www.webtechnick.com",
"role": "Author"
}
],
"support": {
"issues": "https://github.com/webtechnick/CakePHP-DatabaseLogger-Plugin/issues",
"source": "https://github.com/webtechnick/CakePHP-DatabaseLogger-Plugin"
},
"require": {
"php": ">=5.2.0",
"composer/installers": "*",
},
"extra": {
"branch-alias": {
"dev-master": "2.x-dev",
},
"installer-name": "DatabaseLogger"
}
}

0 comments on commit b8d3576

Please sign in to comment.