diff --git a/composer.json b/composer.json index e5c2070..5fc0d7e 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } ], "require": { - "jaz303/phake": "@dev", + "jaz303/phake": "~0.6", "phpseclib/phpseclib": "@stable" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 460f4c6..692845b 100644 --- a/composer.lock +++ b/composer.lock @@ -3,11 +3,11 @@ "This file locks the dependencies of your project to a known state", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" ], - "hash": "ecf19e949b33fd5432f12dbfbe74886f", + "hash": "c984da22d74fa9f4caf6e73ca6566dfe", "packages": [ { "name": "jaz303/phake", - "version": "dev-master", + "version": "v0.6.0", "source": { "type": "git", "url": "https://github.com/jaz303/phake.git", @@ -372,16 +372,16 @@ }, { "name": "phpunit/phpunit", - "version": "3.7.28", + "version": "3.7.29", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "3b97c8492bcafbabe6b6fbd2ab35f2f04d932a8d" + "reference": "faeb2d9f15dc83830d2db5e4c67acf1d68c9b5ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3b97c8492bcafbabe6b6fbd2ab35f2f04d932a8d", - "reference": "3b97c8492bcafbabe6b6fbd2ab35f2f04d932a8d", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/faeb2d9f15dc83830d2db5e4c67acf1d68c9b5ac", + "reference": "faeb2d9f15dc83830d2db5e4c67acf1d68c9b5ac", "shasum": "" }, "require": { @@ -442,7 +442,7 @@ "testing", "xunit" ], - "time": "2013-10-17 07:27:40" + "time": "2014-01-15 06:46:38" }, { "name": "phpunit/phpunit-mock-objects", @@ -546,7 +546,6 @@ ], "minimum-stability": "stable", "stability-flags": { - "jaz303/phake": 20, "phpseclib/phpseclib": 0, "phpunit/phpunit": 0 }, diff --git a/lib/Pomander.php b/lib/Pomander.php index 1b81455..2b77c80 100644 --- a/lib/Pomander.php +++ b/lib/Pomander.php @@ -11,7 +11,7 @@ class Pomander { public static function version() { - return array(0,3,9); + return array(0,4,0); } }