Skip to content

Commit

Permalink
[BUGFIX] Use patched gitonomy/gitlib dependency
Browse files Browse the repository at this point in the history
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
  • Loading branch information
andreaskienast committed Jul 11, 2023
1 parent 6f2a91d commit 035d32d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 31 deletions.
15 changes: 11 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"doctrine/migrations": "^3.6",
"doctrine/orm": "^2.15",
"doctrine/persistence": "^3.2",
"gitonomy/gitlib": "*",
"gitonomy/gitlib": "dev-bugfix/205",
"guzzlehttp/guzzle": "^7.7.0",
"kbsali/redmine-api": "^2.2",
"knplabs/knp-menu": "^3.4",
Expand Down Expand Up @@ -164,7 +164,14 @@
"allow-contrib": false
}
},
"repositories": [
{"type": "composer", "url": "https://repo.packagist.com/typo3gmbh/"}
]
"repositories": {
"gitlib": {
"type": "vcs",
"url": "https://github.com/andreasfernandez/gitlib.git"
},
"0": {
"type": "composer",
"url": "https://repo.packagist.com/typo3gmbh/"
}
}
}
48 changes: 21 additions & 27 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 035d32d

Please sign in to comment.