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