diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2013-09-20 16:52:03 +0200 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2013-09-20 16:52:03 +0200 |
commit | 5dea687c29b89d792e9653d6e5f3c64cddb26b04 (patch) | |
tree | e6201ff8895dd609fe0625289e13944b3eb3614a /composer.lock | |
parent | 3fdbb2cbfe778fcf48c61bb9fe40d4ac85f8004f (diff) |
Enable travis for php 5.3, 5.4, 5.5; enabled coveralls
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/composer.lock b/composer.lock index 086e5c94..4a907065 100644 --- a/composer.lock +++ b/composer.lock @@ -3,7 +3,7 @@ "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": "eb691c1d28ed1a4df80b55b78c0bf9f8", + "hash": "5d13e6a7e5d1c16086fabc64d066f227", "packages": [ ], @@ -788,16 +788,16 @@ }, { "name": "phpunit/phpunit", - "version": "3.7.26", + "version": "3.7.27", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "551d18555488f385aea9dfb33f2ba3fe6f3050f8" + "reference": "4b024e753e3421837afbcca962c8724c58b39376" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/551d18555488f385aea9dfb33f2ba3fe6f3050f8", - "reference": "551d18555488f385aea9dfb33f2ba3fe6f3050f8", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4b024e753e3421837afbcca962c8724c58b39376", + "reference": "4b024e753e3421837afbcca962c8724c58b39376", "shasum": "" }, "require": { @@ -858,7 +858,7 @@ "testing", "xunit" ], - "time": "2013-09-13 05:00:10" + "time": "2013-09-16 03:09:52" }, { "name": "phpunit/phpunit-mock-objects", @@ -1431,7 +1431,7 @@ "ext-pcre": "*", "ext-spl": "*" }, - "platform-dev": [ - - ] + "platform-dev": { + "ext-xdebug": "*" + } } |