Skip to content

Instantly share code, notes, and snippets.

@bastman
Created March 16, 2016 14:21
Show Gist options
  • Save bastman/a204e0a8f099401d1ff8 to your computer and use it in GitHub Desktop.
Save bastman/a204e0a8f099401d1ff8 to your computer and use it in GitHub Desktop.
Typo3 Source Artifact Downloader (composer)
{
"name": "meteogroup/typo3-sources",
"description": "see: https://get.typo3.org/json",
"version": "1.0.0",
"license": "proprietary",
"keywords": [
],
"repositories": [
{
"type": "package",
"package": {
"name": "typo3-cms",
"version": "4.4.15",
"dist": {
"url": "https://get.typo3.org/4.4.15",
"type": "tar"
}
}
}
],
"require": {
"typo3-cms": "4.4.15"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment