Created
March 7, 2017 09:00
-
-
Save htuscher/b0e64ad259b31bf8cf29deea71b9cb67 to your computer and use it in GitHub Desktop.
Composer external package manual
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
| { | |
| "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