-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 790 Bytes
/
Copy pathcomposer.json
File metadata and controls
30 lines (30 loc) · 790 Bytes
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
{
"name": "piotrpress/wordpress",
"type": "project",
"license": "MIT",
"description": "This is the Composer project with WordPress setup.",
"homepage": "https://github.com/PiotrPress/wordpress",
"authors": [
{
"name": "Piotr Niewiadomski",
"homepage": "https://piotr.press"
}
],
"keywords": [ "wordpress", "blog", "cms" ],
"require": {
"wordpress-core/no-content": "*",
"wordpress-theme/twentytwentythree": "*",
"wordpress-plugin/hello-dolly": "*",
"piotrpress/wordpress-htaccess": "^1.0",
"piotrpress/wordpress-config": "^3.0",
"piotrpress/wordpress-installer": "^1.0"
},
"config": {
"allow-plugins": {
"piotrpress/wordpress-installer": true
}
},
"scripts": {
"post-update-cmd": "@php setup.php"
}
}