Skip to content

Instantly share code, notes, and snippets.

@manuelselbach
Created July 22, 2016 08:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manuelselbach/7d0d45a9e03f1b1be9392761003fd56e to your computer and use it in GitHub Desktop.
Save manuelselbach/7d0d45a9e03f1b1be9392761003fd56e to your computer and use it in GitHub Desktop.
Snippet to test a custom branch of a TYPO3 extension in e.g. a fork
{
{
"type":"package",
"package": {
"name": "placeholder/for-namespace",
"type": "typo3-cms-extension",
"version":"dev-bugfix",
"source": {
"url": "https://github.com/your-account/your-repository.git",
"type": "git",
"reference": "bugfix"
}
}
},
require: {
"placeholder/for-namespace": "dev-bugfix as 9.9.9"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment