PluginProbe
Image Optimizer – Compress Images and Convert to WebP or AVIF / 1.7.7
Image Optimizer – Compress Images and Convert to WebP or AVIF v1.7.7
1.7.7 1.7.6 1.7.5 1.7.4 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.2.0 1.2.1 1.3.0 1.4.0 1.4.1 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 All 33 releases
← All changes | vendor/composer/installed.json +71 -0 1.6.3 → 1.7.7 View file →
@@ -1,7 +1,78 @@
1 1 {
2 2 "packages": [
3 3 {
4 + "name": "elementor/wp-notifications-package",
5 + "version": "1.2.0",
6 + "version_normalized": "1.2.0.0",
7 + "source": {
8 + "type": "git",
9 + "url": "https://github.com/elementor/wp-notifications-package.git",
10 + "reference": "dd25ca9dd79402c3bb51fab112aa079702eb165e"
11 + },
12 + "dist": {
13 + "type": "zip",
14 + "url": "https://api.github.com/repos/elementor/wp-notifications-package/zipball/dd25ca9dd79402c3bb51fab112aa079702eb165e",
15 + "reference": "dd25ca9dd79402c3bb51fab112aa079702eb165e",
16 + "shasum": ""
17 + },
18 + "require-dev": {
19 + "dealerdirect/phpcodesniffer-composer-installer": "^v1.0.0",
20 + "squizlabs/php_codesniffer": "^3.10.2",
21 + "wp-coding-standards/wpcs": "^3.1.0"
22 + },
23 + "time": "2025-04-28T12:27:21+00:00",
24 + "type": "library",
25 + "installation-source": "dist",
26 + "autoload": {
27 + "psr-4": {
28 + "Elementor\\WPNotificationsPackage\\": "src/"
29 + }
30 + },
31 + "notification-url": "https://packagist.org/downloads/",
32 + "support": {
33 + "source": "https://github.com/elementor/wp-notifications-package/tree/1.2.0"
34 + },
35 + "install-path": "../elementor/wp-notifications-package"
36 + },
37 + {
38 + "name": "elementor/wp-one-package",
39 + "version": "1.0.66",
40 + "version_normalized": "1.0.66.0",
41 + "dist": {
42 + "type": "zip",
43 + "url": "https://composer.elementor.com/download/elementor/wp-one-package/1.0.66"
44 + },
45 + "require": {
46 + "elementor/wp-notifications-package": "^1.2"
47 + },
48 + "require-dev": {
49 + "dealerdirect/phpcodesniffer-composer-installer": "^v1.0.0",
50 + "johnpbloch/wordpress-core": "^6.0",
51 + "phpunit/phpunit": "^9.0",
52 + "squizlabs/php_codesniffer": "^3.10.2",
53 + "wp-coding-standards/wpcs": "^3.1.0",
54 + "yoast/phpunit-polyfills": "^2.0"
55 + },
56 + "time": "2026-06-24T10:34:47+00:00",
57 + "type": "library",
58 + "installation-source": "dist",
59 + "autoload": {
60 + "files": [
61 + "./runner.php"
62 + ]
63 + },
64 + "scripts": {
65 + "lint": [
66 + "vendor/bin/phpcs --standard=./phpcs.xml ./src/"
67 + ],
68 + "lint:fix": [
69 + "vendor/bin/phpcbf ."
70 + ]
71 + },
72 + "install-path": "../elementor/wp-one-package"
73 + },
74 + {
4 75 "name": "woocommerce/action-scheduler",
5 76 "version": "3.9.0",
6 77 "version_normalized": "3.9.0.0",
7 78 "source": {