Skip to content
This repository was archived by the owner on May 27, 2023. It is now read-only.

Commit 6ea6e98

Browse files
committed
Remove vfsStream git submodule from repo
mikey179/vfsStream is already part of the dependencies (via "phpunit/phpunit": "4.1.*") It is also enforced via .travis/composer.json. See #231, #222
1 parent 8674636 commit 6ea6e98

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

Diff for: .gitmodules

-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "lib/vfsStream"]
2-
path = lib/vfsStream
3-
url = git://github.com/mikey179/vfsStream.git

Diff for: lib/vfsStream

-1
This file was deleted.

Diff for: modman

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ app/etc/modules/*.xml app/etc/modules/
33
app/code/community/EcomDev/* app/code/community/EcomDev/
44
lib/EcomDev/* lib/EcomDev/
55
lib/Spyc lib/Spyc
6-
lib/vfsStream lib/vfsStream
6+
vendor/mikey179/vfsStream lib/vfsStream
77
shell/*.php shell/
88

99
# Run shell installer

0 commit comments

Comments
 (0)