summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-04-09 10:14:19 +0200
committerRemi Collet <remi@remirepo.net>2019-04-09 10:14:19 +0200
commitf32432f71d1d201c93c694c2dcb3e30fbe16b424 (patch)
tree9295f4083562b7a8a79e337e77b41ff92e542831 /composer.json
parentc1762c7179e5db01c163b3519dbc774689220e76 (diff)
- update to 1.6.6 (no change)
- project ownership have moved to bovigo
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"