Skip to content

Commit 97dfcd1

Browse files
Merge branch 'master' of https://github.com/php-task/TaskBundle into feature/refactoring
2 parents 6c474c6 + 2c1a943 commit 97dfcd1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
* 0.2.1 (2016-03-30)
4+
* HOTFIX #18 Fixed command issues (sorting and shortcut)
5+
36
* 0.2.0 (2016-02-27)
47
* ENHANCEMENT #-- Added debug tasks command and extended storage
58
* ENHANCEMENT #-- Moved command name to service definition

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": "~5.5 || ~7.0",
14-
"php-task/php-task": "dev-master",
14+
"php-task/php-task": "0.2.*",
1515
"symfony/http-kernel": "^2.6",
1616
"symfony/dependency-injection": "^2.6",
1717
"symfony/config": "^2.6",

0 commit comments

Comments
 (0)