This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
64 lines (64 loc) · 1.91 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
{
"name": "26B/wp-vvv",
"description": "A Vagrant configuration for WordPress.",
"authors": [
{
"name": "Pedro Duarte",
"email": "[email protected]"
},
{
"name": "Sérgio Santos",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "vcs",
"url": "https://github.com/pressjitsu/wp-transients-cleaner"
}
],
"require": {
"composer-plugin-api": "^1.1",
"dg/composer-cleaner": "^1.1",
"goblindegook/syllables": "^0.3",
"johnpbloch/wordpress": "@stable",
"pressjitsu/wp-transients-cleaner": "dev-master",
"wpackagist-plugin/force-strong-passwords": "^1.7",
"wpackagist-plugin/limit-login-attempts": "^1.7",
"wpackagist-plugin/regenerate-thumbnails": "^3.0"
},
"require-dev": {
"rarst/laps": "^1.4",
"squizlabs/php_codesniffer": "^3.2",
"wpackagist-plugin/debug-bar": "^0.9",
"wpackagist-plugin/debug-bar-actions-and-filters-addon": "^1.5",
"wpackagist-plugin/debug-bar-list-dependencies": "^1.1",
"wpackagist-plugin/debug-bar-post-types": "^2.0",
"wpackagist-plugin/duplicate-post": "^3.2",
"wpackagist-plugin/p3-profiler": "^1.5",
"wpackagist-plugin/query-monitor": "^3.0",
"wpackagist-plugin/user-switching": "^1.0",
"wpackagist-plugin/wp-hydra": "^1.1"
},
"extra": {
"installer-paths": {
"vendor/{$vendor}/{$name}/": ["goblindegook/syllables"],
"wp-content/mu-plugins/{$name}/": [
"pressjitsu/wp-transients-cleaner",
"wpackagist-plugin/force-strong-passwords",
"wpackagist-plugin/limit-login-attempts",
"type:wordpress-muplugin"
],
"wp-content/plugins/{$name}/": ["type:wordpress-plugin"],
"wp-content/themes/{$name}/": ["type:wordpress-theme"]
},
"wordpress-install-dir": "wordpress"
},
"config": {
"sort-packages": true
}
}