Skip to content

Commit 035d32d

Browse files
[BUGFIX] Use patched gitonomy/gitlib dependency
The library `gitonomy/gitlib` has an issue with fetching the output of Git commands, as some output is written to `stderr`. There's a pending pull request addressing this issue [1], which is now installed instead. [1] gitonomy/gitlib#206
1 parent 6f2a91d commit 035d32d

File tree

2 files changed

+32
-31
lines changed

2 files changed

+32
-31
lines changed

composer.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"doctrine/migrations": "^3.6",
2525
"doctrine/orm": "^2.15",
2626
"doctrine/persistence": "^3.2",
27-
"gitonomy/gitlib": "*",
27+
"gitonomy/gitlib": "dev-bugfix/205",
2828
"guzzlehttp/guzzle": "^7.7.0",
2929
"kbsali/redmine-api": "^2.2",
3030
"knplabs/knp-menu": "^3.4",
@@ -164,7 +164,14 @@
164164
"allow-contrib": false
165165
}
166166
},
167-
"repositories": [
168-
{"type": "composer", "url": "https://repo.packagist.com/typo3gmbh/"}
169-
]
167+
"repositories": {
168+
"gitlib": {
169+
"type": "vcs",
170+
"url": "https://github.com/andreasfernandez/gitlib.git"
171+
},
172+
"0": {
173+
"type": "composer",
174+
"url": "https://repo.packagist.com/typo3gmbh/"
175+
}
176+
}
170177
}

composer.lock

Lines changed: 21 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)