-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·116 lines (115 loc) · 4.2 KB
/
Copy pathcomposer.json
File metadata and controls
executable file
·116 lines (115 loc) · 4.2 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name":"metabolism/wordpress-bundle",
"type": "symfony-bundle",
"version": "3.0.2",
"description": "Build enterprise solutions with WordPress",
"license": "MIT",
"keywords": [
"framework",
"symfony",
"wordpress",
"bundle",
"plugin"
],
"require": {
"php" : ">=8.1",
"ext-gd": "*",
"ext-libxml": "*",
"ext-curl": "*",
"ext-mysqli": "*",
"ext-openssl" : "*",
"ext-zip" : "*",
"ext-mbstring" : "*",
"ext-ctype" : "*",
"ext-iconv" : "*",
"ext-json" : "*",
"ext-pcre": "*",
"ext-simplexml": "*",
"ext-fileinfo" : "*",
"ext-session": "*",
"oscarotero/env": "^2.1",
"symfony/templating": "^5.0|^6.0|^7.0",
"symfony/twig-bundle": "^5.0|^6.0|^7.0",
"symfony/asset": "^5.0|^6.0|^7.0",
"symfony/http-client": "^5.0|^6.0|^7.0",
"metabolism/wordpress-core-installer": "^1.0",
"metabolism/package-actions": "^1.0",
"metabolism/wp-steroids": "^1.5.18",
"metabolism/void": "^2.0",
"johnpbloch/wordpress-core": "^6.0|^7.0",
"ifsnop/mysqldump-php":"^2.0",
"dflydev/dot-access-data":"^3.0",
"intervention/image": "^3.4.0",
"kornrunner/blurhash": "^1.2.2",
"juanantoniodelgado/stopwords": "^1.4"
},
"suggest": {
"metabolism/acf-extensions": "Extensions for ACF",
"wpackagist-plugin/advanced-custom-fields": "Customise WordPress with powerful, professional and intuitive fields.",
"wpackagist-plugin/classic-editor": "Restores the previous (« classic ») WordPress editor and the « Edit Post » screen.",
"wpackagist-plugin/wp-smartcrop": "Set the 'focal point' of any image, right from the media library",
"wpackagist-plugin/multisite-language-switcher": "Add multilingual support using a WordPress multisite",
"wpackagist-plugin/wordpress-seo": "The favorite WordPress SEO plugin of millions of users worldwide!",
"wpackagist-plugin/query-monitor": "Query Monitor is the developer tools panel for WordPress.",
"wpackagist-plugin/redirection" : "Easily manage 301 redirections, keep track of 404 errors",
"wpackagist-plugin/relevanssi" : "Replaces the standard WordPress search with a better search engine, with lots of features and configurable options.",
"wpackagist-plugin/contact-form-7" : "Manage multiple contact forms, plus you can customize the form and the mail contents",
"wpackagist-plugin/wp-2fa" : "Harden your website login page; add two-factor authentication (2FA) for all your users with this easy to use plugin."
},
"extra": {
"post-package-install": {
"create": {
"metabolism/wordpress-bundle": {
"public/uploads": 775,
"public/wp-bundle/upgrade": 775,
"public/wp-bundle/languages": 775,
"config/packages/acf": 775
}
},
"copy": {
"metabolism/wordpress-bundle": {
"samples/public/.htaccess": "public/.htaccess",
"samples/public/wp-config.php": "public/wp-config.php",
"config/wordpress.yaml": "config/packages/wordpress.yaml",
"samples/public/wp-bundle/mu-plugins/wp-bundle.php": "public/wp-bundle/mu-plugins/wp-bundle.php",
"README.md": "docs/wordpress_bundle.md"
}
}
},
"post-package-update": {
"rename": {
"metabolism/wordpress-bundle": {
"config/packages/wordpress_bundle.yml": "config/packages/wordpress.yaml",
"config/packages/wordpress.yml": "config/packages/wordpress.yaml"
}
},
"copy": {
"metabolism/wordpress-bundle": {
"samples/public/wp-config.php": "public/wp-config.php",
"samples/public/wp-bundle/mu-plugins/wp-bundle.php": "public/wp-bundle/mu-plugins/wp-bundle.php",
"README.md": "docs/wordpress_bundle.md"
}
}
},
"branch-alias": {
"dev-1.4.x": "1.4.x-dev",
"dev-2.0.x": "2.0.x-dev",
"dev-2.1.x": "2.1.x-dev",
"dev-2.2.x": "2.2.x-dev",
"dev-2.3.x": "2.3.x-dev",
"dev-3.0.x": "3.0.x-dev"
}
},
"autoload" : {
"psr-4" : {
"Metabolism\\WordpressBundle\\" : "src/"
}
},
"config": {
"allow-plugins": {
"composer/installers": true,
"metabolism/package-actions": true,
"metabolism/wordpress-core-installer": true
}
}
}