Skip to content

Commit 37d08a4

Browse files
committed
updated Phake version.
1 parent 2ee7baa commit 37d08a4

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
],
1515
"require": {
16-
"jaz303/phake": "@dev",
16+
"jaz303/phake": "~0.6",
1717
"phpseclib/phpseclib": "@stable"
1818
},
1919
"require-dev": {

composer.lock

+7-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Pomander.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Pomander
1111
{
1212
public static function version()
1313
{
14-
return array(0,3,9);
14+
return array(0,4,0);
1515
}
1616
}
1717

0 commit comments

Comments
 (0)