summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorEric Roberts <eric@cryode.com>2013-07-13 04:22:02 +0200
committerEric Roberts <eric@cryode.com>2013-07-13 04:22:02 +0200
commitc56ab9b4203ca07502cf25ac76e31f816ef75d96 (patch)
treedac1593970be0f82ae25f58df65e5d78762ac58a /composer.json
parentae096ad4c074280cbb878216ffcada080055cea7 (diff)
PHPUnit & Travis failures due to new version of vfsStream.
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
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