Created
July 22, 2016 08:50
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
{ | |
"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