mirror of
https://gh.wpcy.net/https://github.com/typisttech/image-optimize-command.git
synced 2026-04-27 14:04:42 +08:00
Bumps [itinerisltd/itineris-wp-coding-standards](https://github.com/ItinerisLtd/itineris-wp-coding-standards) from 0.3.5 to 0.4.0. - [Release notes](https://github.com/ItinerisLtd/itineris-wp-coding-standards/releases) - [Commits](https://github.com/ItinerisLtd/itineris-wp-coding-standards/compare/0.3.5...0.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
84 lines
2.3 KiB
JSON
84 lines
2.3 KiB
JSON
{
|
|
"name": "typisttech/image-optimize-command",
|
|
"type": "wp-cli-package",
|
|
"description": "Easily optimize images using WP CLI",
|
|
"keywords": [
|
|
"compression",
|
|
"cwebp",
|
|
"gifsicle",
|
|
"image-optimizer",
|
|
"jpegoptim",
|
|
"optipng",
|
|
"pngquant",
|
|
"svgo",
|
|
"wordpress",
|
|
"wp-cli",
|
|
"wp"
|
|
],
|
|
"homepage": "https://typist.tech/projects/image-optimize-command",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Typist Tech",
|
|
"email": "image-optimize-command@typist.tech",
|
|
"homepage": "https://typist.tech/"
|
|
},
|
|
{
|
|
"name": "Tang Rufus",
|
|
"email": "tangrufus@gmail.com",
|
|
"homepage": "https://typist.tech/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.2",
|
|
"psr/log": "^1.1",
|
|
"spatie/image-optimizer": "^1.2",
|
|
"symfony/filesystem": "^4.3 || ^5.0",
|
|
"symfony/finder": "^4.3 || ^5.0",
|
|
"wp-cli/wp-cli": "^2.3"
|
|
},
|
|
"require-dev": {
|
|
"10up/wp_mock": "^0.4.2",
|
|
"codeception/codeception": "^4.1",
|
|
"codeception/module-asserts": "^1.2",
|
|
"codeception/module-filesystem": "^1.0",
|
|
"itinerisltd/itineris-wp-coding-standards": "^0.4.0",
|
|
"roave/security-advisories": "dev-master"
|
|
},
|
|
"suggest": {
|
|
"wp-cli/media-command": "Regenerate thumbnails"
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.4.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"TypistTech\\ImageOptimizeCommand\\": "src/"
|
|
},
|
|
"files": [
|
|
"command.php"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"pretag": [
|
|
"composer update --no-suggest",
|
|
"@test",
|
|
"@style:check"
|
|
],
|
|
"style:check": "phpcs",
|
|
"style:fix": "phpcbf",
|
|
"test": "codecept run --debug",
|
|
"test:coverage": "codecept run --coverage --coverage-html --coverage-xml"
|
|
},
|
|
"support": {
|
|
"email": "image-optimize-command@typist.tech",
|
|
"issues": "https://github.com/TypistTech/image-optimize-command/issues",
|
|
"source": "https://github.com/TypistTech/image-optimize-command"
|
|
}
|
|
}
|