Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
"dealerdirect/phpcodesniffer-composer-installer": true,
"dangoodman/composer-for-wordpress": true,
"mnsami/composer-custom-directory-installer": true
}
},
"platform": {
"php": "7.2"
}
},
"support": {
"issues": "https://github.com/wp-media/imagify-plugin/issues",
Expand Down
2 changes: 1 addition & 1 deletion imagify.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Dramatically reduce image file sizes without losing quality, make your website load faster, boost your SEO and save money on your bandwidth using Imagify, the new most advanced image optimization tool.
* Version: 2.1.1
* Requires at least: 5.3
* Requires PHP: 7.0
* Requires PHP: 7.2
* Author: Imagify – Optimize Images & Convert WebP
* Author URI: https://imagify.io
* Licence: GPLv2
Expand Down