Skip to content

Commit

Permalink
Adding composer support #5
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiivgeny committed Mar 7, 2014
1 parent be68f02 commit c5526b8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "yiivgeny/yii-phpdoc-crontab",
"description": "Simple and convenient installing console commands as cron jobs for Yii framework",
"keywords": ["yii", "cron", "crontab", "schedule"],
"homepage": "http://www.yiiframework.com/extension/phpdoc-crontab",
"type": "yii-extension",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Evgeny Blinov",
"email": "[email protected]"
}
],
"support": {
"issues": "https://github.com/Yiivgeny/Yii-PHPDocCrontab/issues",
"source": "https://github.com/Yiivgeny/Yii-PHPDocCrontab"
}
}

0 comments on commit c5526b8

Please sign in to comment.