Skip to content

Commit

Permalink
updated Phake version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tamagokun committed Jan 19, 2014
1 parent 2ee7baa commit 37d08a4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"jaz303/phake": "@dev",
"jaz303/phake": "~0.6",
"phpseclib/phpseclib": "@stable"
},
"require-dev": {
Expand Down
15 changes: 7 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/Pomander.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Pomander
{
public static function version()
{
return array(0,3,9);
return array(0,4,0);
}
}

Expand Down

0 comments on commit 37d08a4

Please sign in to comment.