forked from alainseys/project_creativecommons.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
50 lines (50 loc) · 1.35 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
{
"authors": [
{
"homepage": "https://creativecommons.org",
"name": "Creative Commons"
}
],
"config": {
"allow-plugins": {
"composer/installers": true
},
"vendor-dir": "wp-content/vendor"
},
"description": "Creative Commons dev WordPress site via Composer",
"name": "creativecommons/wordpress-dev-creativecommons-org",
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"no-api": true,
"type": "vcs",
"url": "https://github.com/creativecommons/creativecommons-base"
},
{
"no-api": true,
"type": "vcs",
"url": "https://github.com/creativecommons/wp-plugin-creativecommons-website"
},
{
"no-api": true,
"type": "vcs",
"url": "https://github.com/creativecommons/wp-theme-creativecommons.org"
}
],
"require": {
"composer/installers": "^1.0",
"creativecommons/wp-plugin-creativecommons-website": "0.5.0",
"creativecommons/wp-theme-creativecommons.org": "2022.03.2",
"wpackagist-plugin/ultimate-addons-for-gutenberg": "1.25.4",
"wpackagist-plugin/wordpress-importer": "0.7",
"wpackagist-plugin/wordpress-seo": "18.5.1"
},
"require-dev": {
"wpackagist-plugin/debug-bar": "1.1.2",
"wpackagist-plugin/debug-bar-actions-and-filters-addon": "1.5.4"
},
"type": "project"
}