diff options
author | Eric Roberts <eric@cryode.com> | 2013-07-13 04:22:02 +0200 |
---|---|---|
committer | Eric Roberts <eric@cryode.com> | 2013-07-13 04:22:02 +0200 |
commit | c56ab9b4203ca07502cf25ac76e31f816ef75d96 (patch) | |
tree | dac1593970be0f82ae25f58df65e5d78762ac58a /composer.json | |
parent | ae096ad4c074280cbb878216ffcada080055cea7 (diff) |
PHPUnit & Travis failures due to new version of vfsStream.
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 29715763f..0f98fe7a0 100644 --- a/composer.json +++ b/composer.json @@ -5,6 +5,6 @@ "php": ">=5.2.4" }, "require-dev": { - "mikey179/vfsStream": "*" + "mikey179/vfsStream": "1.1.*" } }
\ No newline at end of file |