forked from wp-berlin/tech-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
71 lines (71 loc) · 1.83 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "wp-berlin/tech-website",
"description": "Public website for the WordPress Tech Meetup Berlin",
"type": "project",
"repositories": [
{
"type": "composer",
"url": "https://wpackagist.org"
},
{
"type": "vcs",
"url": "[email protected]:alpipego/wp-sqlite-integration.git"
}
],
"autoload": {
},
"require": {
"johnpbloch/wordpress-core": "^4.9",
"hassankhan/config": "^1.0",
"composer/installers": "^1.5",
"johnpbloch/wordpress-core-installer": "1.0.0.2",
"wpackagist-plugin/disable-wordpress-updates": "^1.6",
"tillkruss/redis-cache": "^1.3",
"alpipego/awp-di": "^0.4.1",
"alpipego/awp-template": "dev-develop",
"wpackagist-plugin/no-self-ping": "^1.1",
"symfony/cache": "^4.0",
"predis/predis": "^1.1",
"alpipego/awp-assets": "^0.3.0",
"alpipego/ghcp": "^0.2",
"alpipego/awp-cache": "^0.1.0",
"alpipego/sqlite-integration": "dev-master",
"wpackagist-plugin/disable-emojis": "^1.7",
"wp-cli/wp-cli": "^1.5",
"gordalina/cachetool": "^3.0"
},
"require-dev": {
"deployer/recipes": "^6.0",
"deployer/deployer": "^6.1",
"wpackagist-plugin/rewrite-rules-inspector": "^1.2",
"rmccue/requests": "^1.7"
},
"license": "GPL-3.0-or-later",
"extra": {
"wordpress-install-dir": "web/wp",
"installer-paths": {
"web/must-use/{$name}/": [
"type:wordpress-muplugin"
],
"web/plugins/{$name}/": [
"type:wordpress-plugin"
],
"web/assets/themes/{$name}/": [
"type:wordpress-theme"
]
},
"dropin-paths": {
"web/languages/": [
"vendor:koodimonni-language"
]
}
},
"authors": [
{
"name": "Alexander Goller",
"email": "[email protected]",
"homepage": "https://alpipego.com",
"role": "Developer"
}
]
}