-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
46 lines (46 loc) · 1.58 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
{
"require": {
"johnpbloch/wordpress": "5.8.10",
"wpackagist-plugin/cookie-law-info" : "1.5.3",
"wpackagist-plugin/easy-wp-smtp" : "1.4.6",
"wpackagist-plugin/enhanced-media-library" : "2.4.4",
"wpackagist-plugin/flickr-album-gallery" : "^2.1",
"wpackagist-plugin/google-sitemap-generator": "^4.1",
"wpackagist-plugin/iframe": "^4.5",
"wpackagist-plugin/insert-php": "1.3",
"wpackagist-plugin/jquery-t-countdown-widget": "2.3.16",
"symfony/filesystem": "^3.3",
"symfony/finder": "^3.3",
"symfony/polyfill-ctype": "1.18.0",
"wpackagist-plugin/display-posts-shortcode": "^3.0",
"ext-curl": "*",
"wpackagist-plugin/lktags-linkedin-insight-tags": "^1.2",
"wpackagist-plugin/easy-wp-meta-description": "^1.2",
"wpackagist-plugin/duplicate-post": "^4.5"
},
"repositories": [
{
"type": "composer",
"url" : "https://wpackagist.org"
}
],
"extra": {
"installer-paths": {
"wp/wp-content/plugins/{$name}": ["type:wordpress-plugin"]
},
"wordpress-install-dir": "wp"
},
"autoload": {
"psr-4": {"Afup\\EventWordpress\\": "src/"}
},
"scripts": {
"post-install-cmd": "Afup\\EventWordpress\\ComposerScript::createSymlinks",
"post-update-cmd": "Afup\\EventWordpress\\ComposerScript::createSymlinks"
},
"config": {
"allow-plugins": {
"johnpbloch/wordpress-core-installer": true,
"composer/installers": true
}
}
}