forked from Automattic/regenerate-thumbnails
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
29 lines (29 loc) · 963 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
{
"name": "automattic/regenerate-thumbnails",
"description": "Regenerate the thumbnails for one or more of your image uploads. Useful when changing their sizes or your theme.",
"homepage": "https://alex.blog/wordpress-plugins/regenerate-thumbnails/",
"type": "wordpress-plugin",
"keywords": ["wordpress", "plugin", "thumbnails"],
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Alex Mills (Viper007Bond)",
"homepage": "https://alex.blog/"
}
],
"support": {
"issues": "https://github.com/automattic/regenerate-thumbnails/issues"
},
"require": {
"php": ">=5.2.4",
"composer/installers": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "*",
"dealerdirect/phpcodesniffer-composer-installer": "*",
"wp-coding-standards/wpcs": "*",
"sirbrillig/phpcs-variable-analysis": "*",
"poststatus/wptest": "dev-master",
"phpcompatibility/php-compatibility": "*"
}
}