Created
March 16, 2016 14:21
-
-
Save bastman/a204e0a8f099401d1ff8 to your computer and use it in GitHub Desktop.
Typo3 Source Artifact Downloader (composer)
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
{ | |
"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