Created
September 11, 2024 14:58
-
-
Save svandragt/b6ef494db57b624ab2ebec54d35e7c59 to your computer and use it in GitHub Desktop.
TextPattern composer setup
This file contains 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": "my/mysite", | |
"type": "project", | |
"authors": [ | |
{ | |
"name": "My Name", | |
"email": "[email protected]" | |
} | |
], | |
"require": { | |
"textpattern/textpattern": "dev-main", | |
"oomphinc/composer-installers-extender": "^2.0" | |
}, | |
"repositories": { | |
"textpattern": { | |
"type": "vcs", | |
"url": "[email protected]:textpattern/textpattern.git" | |
} | |
}, | |
"extra": { | |
"installer-types": ["project"], | |
"installer-paths": { | |
"site/": [ | |
"textpattern/textpattern" | |
] | |
} | |
}, | |
"config": { | |
"allow-plugins": { | |
"composer/installers": true, | |
"oomphinc/composer-installers-extender": true | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment