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.
2 parents 6c474c6 + 2c1a943 commit 97dfcd1Copy full SHA for 97dfcd1
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+* 0.2.1 (2016-03-30)
4
+ * HOTFIX #18 Fixed command issues (sorting and shortcut)
5
+
6
* 0.2.0 (2016-02-27)
7
* ENHANCEMENT #-- Added debug tasks command and extended storage
8
* ENHANCEMENT #-- Moved command name to service definition
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