-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
32 lines (32 loc) · 1006 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
{
"name": "winter/wn-tinypng-plugin",
"type": "winter-plugin",
"description": "Automatically optimize resized images in Winter CMS with TinyPNG",
"homepage": "https://github.com/wintercms/wn-tinypng-plugin",
"keywords": ["winter", "wintercms", "laravel", "tinypng", "tinyjpg", "image optimization"],
"license": "MIT",
"authors": [
{
"name": "Luke Towers",
"email": "[email protected]"
},
{
"name": "Winter CMS Maintainers",
"homepage": "https://wintercms.com",
"role": "Maintainer"
}
],
"support": {
"issues": "https://github.com/wintercms/wn-test-plugin/issues",
"discord": "https://discord.gg/D5MFSPH6Ux",
"source": "https://github.com/wintercms/wn-test-plugin"
},
"require": {
"php": ">=7.2",
"composer/installers": "~1.0",
"tinify/tinify": "^1.5"
},
"extra": {
"installer-name": "tinypng"
}
}