-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json.stars
66 lines (66 loc) · 1.58 KB
/
composer.json.stars
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "SpiroAB/unnamed_wp_project",
"description": "Unnamed wordpress project",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "developer name",
"email": "[email protected]"
}
],
"require": {
"SpiroAB/isimo_wp": "*",
"SpiroAB/spiro_wp_settings": "*",
"SpiroAB/wordpress": "*",
"SpiroAB/wp_version_tracker": "*",
"wpackagist-plugin/normalizer": "*",
"wpackagist-plugin/regenerate-thumbnails": "*",
"wpackagist-plugin/svg-support": "*",
"wpackagist-plugin/wordpress-seo": "*",
"wpackagist-plugin/post-types-order": "*",
"wpackagist-plugin/which-template-file": "*",
"wpackagist-plugin/wordpress-importer": "*",
"wpackagist-plugin/wp-mail-smtp": "*",
"wp-plugins/advanced-custom-fields-pro": "*",
"wp-plugins/sitepress-multilingual-cms": "*"
},
"repositories": [
{
"type": "composer",
"url": "https://packages.spiro.se"
},
{
"type": "composer",
"url": "https://raw.githubusercontent.com/SpiroAB/composer-repo/master/packages.json"
},
{
"type": "composer",
"url": "https://wpackagist.org"
}
],
"extra": {
"installer-types": [
"wordpress-core"
],
"installer-paths": {
"wp/": [
"type:wordpress-core"
],
"content/plugins/{$name}/": [
"type:wordpress-plugin"
],
"content/themes/{$name}/": [
"type:wordpress-theme"
]
}
},
"config": {
"sort-packages": true
},
"scripts": {
"post-autoload-dump": [
"@php composer_wp_plugins_to_git_ignore.php"
]
}
}