We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab42898 commit 6ef91c4Copy full SHA for 6ef91c4
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# CHANGELOG
2
3
-* dev-master
+* 0.2.0 (2016-02-27)
4
* ENHANCEMENT #-- Moved command name to service definition
5
* FEATURE #13 Added options to command schedule task for cron tasks
6
+
7
+* 0.1.0 (2016-01-31)
composer.json
@@ -11,7 +11,7 @@
11
],
12
"require": {
13
"php": "~5.5 || ~7.0",
14
- "php-task/php-task": "dev-master",
+ "php-task/php-task": "0.2.*",
15
"symfony/http-kernel": "^2.6",
16
"symfony/dependency-injection": "^2.6",
17
"symfony/config": "^2.6",
0 commit comments