Skip to content

Commit 3237fda

Browse files
committed
looks like we have to checkout piwik as a submodule, otherwise the gitVersionCollection cannot switch between different tags
1 parent 7f7e35b commit 3237fda

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "piwik"]
2+
path = piwik
3+
url = [email protected]:piwik/piwik.git

composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
],
2020
"require": {
2121
"php": ">=5.3.0",
22-
"piwik/piwik": "dev-master",
2322
"tsteur/sami": "dev-master",
2423
"phine/sami-github": "1.0.4"
2524
}

piwik

Submodule piwik added at 6c11ad2

0 commit comments

Comments
 (0)