We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa34c99 commit a01f33cCopy full SHA for a01f33c
composer.json
@@ -11,11 +11,18 @@
11
{
12
"type": "composer",
13
"url": "https://wpackagist.org"
14
+ },
15
+ {
16
+ "type": "composer",
17
+ "url": "https://composer.log.pt"
18
}
19
],
20
+ "autoload": {},
21
"require": {
22
+ "php": ">=5.6",
23
"composer-plugin-api": "^1.1",
24
"goblindegook/syllables": "~0.3",
25
+ "logoscon/acf-plus": "dev-master",
26
"wpackagist-plugin/akismet": "~3.1",
27
"wpackagist-plugin/autoptimize": "~2.0",
28
"wpackagist-plugin/black-studio-tinymce-widget": "~2.2",
@@ -38,10 +45,6 @@
38
45
"installer-paths": {
39
46
"vendor/{$vendor}/{$name}/": [
40
47
"goblindegook/syllables"
41
- ],
42
- "wp-content/mu-plugins/{$name}/": [
43
- "wpackagist-plugin/disable-emojis",
44
- "wpackagist-plugin/disable-xml-rpc"
48
]
49
50
},
0 commit comments