Skip to content

Instantly share code, notes, and snippets.

@InvisibleKind
Created March 9, 2016 12:52
Show Gist options
  • Save InvisibleKind/54c5a10cc2cc8ced4f24 to your computer and use it in GitHub Desktop.
Save InvisibleKind/54c5a10cc2cc8ced4f24 to your computer and use it in GitHub Desktop.
Custom zip-archive as composer package dependency
{
"type": "package",
"package": {
"name": "typo3-ter/fal_securedownload",
"type": "typo3-cms-extension",
"version": "1.0.0",
"dist": {
"url": "https://typo3.org/extensions/repository/download/fal_securedownload/1.0.0/zip/",
"type": "zip"
},
"autoload": {
"psr-4": {
"BeechIt\\FalSecuredownload\\": "Classes"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment