summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index c18e37d..ecf8890 100644
--- a/composer.json
+++ b/composer.json
@@ -1,5 +1,5 @@
{
- "name": "mikey179/vfsStream",
+ "name": "mikey179/vfsstream",
"type": "library",
"homepage": "http://vfs.bovigo.org/",
"description": "Virtual file system to mock the real file system in unit tests.",
@@ -12,9 +12,9 @@
}
],
"support": {
- "issues": "https://github.com/mikey179/vfsStream/issues",
- "source": "https://github.com/mikey179/vfsStream/tree/master",
- "wiki": "https://github.com/mikey179/vfsStream/wiki"
+ "issues": "https://github.com/bovigo/vfsStream/issues",
+ "source": "https://github.com/bovigo/vfsStream/tree/master",
+ "wiki": "https://github.com/bovigo/vfsStream/wiki"
},
"require": {
"php": ">=5.3.0"