forked from 10up/simple-local-avatars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 881 Bytes
/
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
{
"name": "10up/simple-local-avatars",
"description": "Adds an avatar upload field to user profiles. Generates requested sizes on demand just like Gravatar!",
"type": "wordpress-plugin",
"keywords": [
"wordpress",
"10up"
],
"homepage": "https://github.com/10up/simple-local-avatars",
"license": ["GPL-2.0-or-later"],
"authors": [
{
"name": "10up",
"homepage": "https://10up.com/"
}
],
"support": {
"issues": "https://github.com/10up/simple-local-avatars/issues",
"source": "https://github.com/10up/simple-local-avatars"
},
"require": {
"php": ">=5.3"
},
"require-dev": {
"10up/wpacceptance": "dev-master",
"10up/phpcs-composer": "dev-master",
"10up/wp_mock": "0.4.2"
},
"scripts": {
"lint": [
"phpcs ."
],
"lint-fix": [
"phpcbf ."
]
},
"minimum-stability": "dev"
}