forked from Felixya/wordpress-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 883 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
{
"name": "tinify/wordpress-plugin",
"description": "Speed up your website. Optimize your JPEG and PNG images automatically with TinyPNG.",
"license": "GPL-2.0+",
"type": "wordpress-plugin",
"keywords": [
"plugin"
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/tinify/tinify-php"
}
],
"require": {
"php": ">=5.3.0",
"composer/installers": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.6",
"facebook/webdriver": "~1.1",
"mikey179/vfsStream": "~1.5",
"mockery/mockery": "~0.9",
"phpdocumentor/reflection-docblock": "~2.0",
"symfony/yaml": "~2.8",
"squizlabs/php_codesniffer": "~2.2",
"tinify/tinify": "dev-create-key",
"wp-coding-standards/wpcs": "dev-master"
},
"scripts": {
"post-install-cmd": "bin/post-install",
"post-update-cmd": "bin/post-install"
}
}