-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
66 lines (66 loc) · 1.62 KB
/
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
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": "^1.1",
"SpiroAB/spiro_wp_settings": "^1.0",
"SpiroAB/wordpress": "^5.0",
"SpiroAB/wp_version_tracker": "^1.0",
"wpackagist-plugin/normalizer": "^1.0",
"wpackagist-plugin/regenerate-thumbnails": "^3.0",
"wpackagist-plugin/svg-support": "^2.3",
"wpackagist-plugin/wordpress-seo": "^9.5",
"wpackagist-plugin/post-types-order": "^1.9",
"wpackagist-plugin/which-template-file": "^4.3",
"wpackagist-plugin/wordpress-importer": "^0.6",
"wpackagist-plugin/wp-mail-smtp": "^1.2",
"wp-plugins/advanced-custom-fields-pro": "^5",
"wp-plugins/sitepress-multilingual-cms": "^4.1"
},
"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"
]
}
}