-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
52 lines (52 loc) · 1.32 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
{
"name": "log1x/plugin-meta",
"type": "wordpress-muplugin",
"license": "MIT",
"description": "A simple meta package for my commonly used WordPress plugins",
"homepage": "https://github.com/log1x/plugin-meta",
"authors": [
{
"name": "Brandon Nifong",
"email": "brandon@tendency.me",
"homepage": "https://github.com/log1x"
}
],
"keywords": [
"wordpress",
"bedrock",
"composer"
],
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org",
"only": [
"wpackagist-plugin/*",
"wpackagist-theme/*"
]
}
],
"require": {
"php": ">=7.2.5",
"composer/installers": "^1.7",
"log1x/modern-acf-options": "dev-master",
"log1x/modern-login": "dev-master",
"wpackagist-plugin/duplicate-page": "^4.3",
"wpackagist-plugin/enable-media-replace": "^4.0",
"wpackagist-plugin/post-type-switcher": "^3.2",
"wpackagist-plugin/safe-svg": "^2.1",
"wpackagist-plugin/simple-history": "^5.0",
"wpackagist-plugin/two-factor": "^0.10.0",
"wpackagist-plugin/user-switching": "^1.5"
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"allow-plugins": {
"composer/installers": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
}