-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 1002 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "ergophobe/syntaxhighlighter-liquid-brush",
"type": "project",
"license": "GPLv2",
"description": "Liquid brush for the Wordpress Syntax Highlighter plugin",
"homepage": "https://github.com/ergophobe/syntaxhighlighter-liquid-brush",
"authors": [
{
"name": "Tom Lambert",
"email": "[email protected]",
"homepage": "https://ideawrights.com"
}
],
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org",
"only": ["wpackagist-plugin/*", "wpackagist-theme/*"]
}
],
"require": {
"wpackagist-plugin/syntaxhighlighter": "^3.5"
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist"
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"installer-paths": {
"web/app/mu-plugins/{$name}/": ["type:wordpress-muplugin"],
"web/app/plugins/{$name}/": ["type:wordpress-plugin"],
"web/app/themes/{$name}/": ["type:wordpress-theme"]
}
}
}