-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
29 lines (29 loc) · 951 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": "viper007bond/smartcrop",
"description": "WordPress plugin that automatically crops image thumbnails based on their contents instead of just centering the crop.",
"homepage": "https://alex.blog/wordpress-plugins/smartcrop/",
"type": "wordpress-plugin",
"keywords": ["wordpress", "plugin", "thumbnails", "crop"],
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Alex Mills (Viper007Bond)",
"homepage": "https://alex.blog/"
}
],
"support": {
"issues": "https://github.com/Viper007Bond/smartcrop/issues"
},
"require": {
"php": ">=5.4",
"composer/installers": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "^6.5",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"wp-coding-standards/wpcs": "^0.14.0",
"sirbrillig/phpcs-variable-analysis": "^2.0",
"wimg/php-compatibility": "^8.1",
"poststatus/wptest": "dev-master"
}
}