diff options
author | David Barratt <david@davidwbarratt.com> | 2013-02-18 23:23:44 +0100 |
---|---|---|
committer | David Barratt <david@davidwbarratt.com> | 2013-02-18 23:23:44 +0100 |
commit | 1396a958a5b96cc6c617ae725034fa58542acd25 (patch) | |
tree | 864c8ef3273c49e063319fd4826752222775938b | |
parent | 21e91c53a79e9e3394be58381e759c952500ecd8 (diff) |
Attempt to get travis to work by adding php-invoker
-rw-r--r-- | composer.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 54f305e89..ec34372ac 100644 --- a/composer.json +++ b/composer.json @@ -5,6 +5,7 @@ }, "require-dev": { "mikey179/vfsStream": "*", - "phpunit/phpunit": "*" + "phpunit/phpunit": "*", + "phpunit/php-invoker": ">=1.1.0,<1.2.0" } }
\ No newline at end of file |