Skip to content

Commit

Permalink
TASK: Add license and keywords in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeyer committed Apr 19, 2016
1 parent d0e8eca commit 625dc90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"name": "ttree/scheduler",
"type": "typo3-flow-package",
"description": "Simple task scheduler for TYPO3 Flow package",
"license": "MIT",
"keywords": ["cron", "scheduler", "task", "runner"],
"require": {
"typo3/flow": "*",
"mtdowling/cron-expression": "*",
Expand All @@ -12,4 +14,4 @@
"Ttree\\Scheduler": "Classes"
}
}
}
}

0 comments on commit 625dc90

Please sign in to comment.