Skip to content

Instantly share code, notes, and snippets.

@htuscher
Created March 7, 2017 09:00
Show Gist options
  • Select an option

  • Save htuscher/b0e64ad259b31bf8cf29deea71b9cb67 to your computer and use it in GitHub Desktop.

Select an option

Save htuscher/b0e64ad259b31bf8cf29deea71b9cb67 to your computer and use it in GitHub Desktop.
Composer external package manual
{
"repositories": [
{
"type": "package",
"package": {
"version": "2.0",
"type": "neos-plugin",
"name": "networkteam/neos-mailobfuscator",
"source": {
"url": "https://github.com/ComiR/Networkteam.Neos.MailObfuscator.git",
"type": "git",
"reference": "2.0"
},
"autoload": {
"psr-4": {
"Networkteam\\Neos\\MailObfuscator\\": "Classes"
}
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment