| @@ -1,59 +1,209 @@ | ||
| 1 | 1 | { |
| 2 | 2 | "packages": [ |
| 3 | 3 | { |
| 4 | - "name": "yahnis-elsts/plugin-update-checker", | |
| 5 | - "version": "v5.1", | |
| 6 | - "version_normalized": "5.1.0.0", | |
| 4 | + "name": "automattic/jetpack-autoloader", | |
| 5 | + "version": "v5.0.23", | |
| 6 | + "version_normalized": "5.0.23.0", | |
| 7 | 7 | "source": { |
| 8 | 8 | "type": "git", |
| 9 | - "url": "https://github.com/YahnisElsts/plugin-update-checker.git", | |
| 10 | - "reference": "48b03e93c9c2587f9276dce00ce2b6d94c1190d2" | |
| 9 | + "url": "https://github.com/Automattic/jetpack-autoloader.git", | |
| 10 | + "reference": "d11b2d621035dcb920abce8ae09bebd5da5f9ff8" | |
| 11 | 11 | }, |
| 12 | 12 | "dist": { |
| 13 | 13 | "type": "zip", |
| 14 | - "url": "https://api.github.com/repos/YahnisElsts/plugin-update-checker/zipball/48b03e93c9c2587f9276dce00ce2b6d94c1190d2", | |
| 15 | - "reference": "48b03e93c9c2587f9276dce00ce2b6d94c1190d2", | |
| 14 | + "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/d11b2d621035dcb920abce8ae09bebd5da5f9ff8", | |
| 15 | + "reference": "d11b2d621035dcb920abce8ae09bebd5da5f9ff8", | |
| 16 | 16 | "shasum": "" |
| 17 | 17 | }, |
| 18 | 18 | "require": { |
| 19 | + "composer-plugin-api": "^2.2", | |
| 20 | + "php": ">=7.2" | |
| 21 | + }, | |
| 22 | + "require-dev": { | |
| 23 | + "automattic/phpunit-select-config": "^1.0.9", | |
| 24 | + "composer/composer": "^2.2", | |
| 25 | + "yoast/phpunit-polyfills": "^4.0.0" | |
| 26 | + }, | |
| 27 | + "time": "2026-08-11T18:32:06+00:00", | |
| 28 | + "type": "composer-plugin", | |
| 29 | + "extra": { | |
| 30 | + "class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin", | |
| 31 | + "autotagger": true, | |
| 32 | + "mirror-repo": "Automattic/jetpack-autoloader", | |
| 33 | + "branch-alias": { | |
| 34 | + "dev-trunk": "5.0.x-dev" | |
| 35 | + }, | |
| 36 | + "changelogger": { | |
| 37 | + "link-template": "https://github.com/Automattic/jetpack-autoloader/compare/v${old}...v${new}" | |
| 38 | + }, | |
| 39 | + "version-constants": { | |
| 40 | + "::VERSION": "src/AutoloadGenerator.php" | |
| 41 | + } | |
| 42 | + }, | |
| 43 | + "installation-source": "dist", | |
| 44 | + "autoload": { | |
| 45 | + "psr-4": { | |
| 46 | + "Automattic\\Jetpack\\Autoloader\\": "src" | |
| 47 | + }, | |
| 48 | + "classmap": [ | |
| 49 | + "src/AutoloadGenerator.php" | |
| 50 | + ] | |
| 51 | + }, | |
| 52 | + "notification-url": "https://packagist.org/downloads/", | |
| 53 | + "license": [ | |
| 54 | + "GPL-2.0-or-later" | |
| 55 | + ], | |
| 56 | + "description": "Creates a custom autoloader for a plugin or theme.", | |
| 57 | + "keywords": [ | |
| 58 | + "autoload", | |
| 59 | + "autoloader", | |
| 60 | + "composer", | |
| 61 | + "jetpack", | |
| 62 | + "plugin", | |
| 63 | + "wordpress" | |
| 64 | + ], | |
| 65 | + "support": { | |
| 66 | + "source": "https://github.com/Automattic/jetpack-autoloader/tree/v5.0.23" | |
| 67 | + }, | |
| 68 | + "install-path": "../automattic/jetpack-autoloader" | |
| 69 | + }, | |
| 70 | + { | |
| 71 | + "name": "hostinger/hostinger-wp-helper", | |
| 72 | + "version": "1.0.17", | |
| 73 | + "version_normalized": "1.0.17.0", | |
| 74 | + "source": { | |
| 75 | + "type": "git", | |
| 76 | + "url": "[email protected]:hostinger/hostinger-wp-helper.git", | |
| 77 | + "reference": "2e008591625276b76a0113ff442cfcf04e94007f" | |
| 78 | + }, | |
| 79 | + "dist": { | |
| 80 | + "type": "zip", | |
| 81 | + "url": "https://api.github.com/repos/hostinger/hostinger-wp-helper/zipball/2e008591625276b76a0113ff442cfcf04e94007f", | |
| 82 | + "reference": "2e008591625276b76a0113ff442cfcf04e94007f", | |
| 83 | + "shasum": "" | |
| 84 | + }, | |
| 85 | + "require": { | |
| 19 | 86 | "ext-json": "*", |
| 20 | - "php": ">=5.6.20" | |
| 87 | + "php": ">=8.0" | |
| 21 | 88 | }, |
| 22 | - "time": "2023-05-20T11:55:43+00:00", | |
| 89 | + "require-dev": { | |
| 90 | + "10up/wp_mock": "^1.1", | |
| 91 | + "phpunit/phpunit": "^9.6.33", | |
| 92 | + "squizlabs/php_codesniffer": "^4.0", | |
| 93 | + "yoast/phpunit-polyfills": "^2.0" | |
| 94 | + }, | |
| 95 | + "time": "2026-09-16T16:50:27+00:00", | |
| 23 | 96 | "type": "library", |
| 24 | 97 | "installation-source": "dist", |
| 25 | 98 | "autoload": { |
| 26 | - "files": [ | |
| 27 | - "load-v5p1.php" | |
| 28 | - ] | |
| 99 | + "psr-4": { | |
| 100 | + "Hostinger\\WpHelper\\": "src/", | |
| 101 | + "Hostinger\\Tests\\": "tests/phpunit" | |
| 102 | + } | |
| 29 | 103 | }, |
| 30 | - "notification-url": "https://packagist.org/downloads/", | |
| 31 | 104 | "license": [ |
| 32 | - "MIT" | |
| 105 | + "proprietary" | |
| 33 | 106 | ], |
| 34 | - "authors": [ | |
| 35 | - { | |
| 36 | - "name": "Yahnis Elsts", | |
| 37 | - "email": "[email protected]", | |
| 38 | - "homepage": "https://w-shadow.com/", | |
| 39 | - "role": "Developer" | |
| 107 | + "description": "A PHP package with core functions for Hostinger WordPress plugins.", | |
| 108 | + "support": { | |
| 109 | + "source": "https://github.com/hostinger/hostinger-wp-helper/tree/1.0.17", | |
| 110 | + "issues": "https://github.com/hostinger/hostinger-wp-helper/issues" | |
| 111 | + }, | |
| 112 | + "install-path": "../hostinger/hostinger-wp-helper" | |
| 113 | + }, | |
| 114 | + { | |
| 115 | + "name": "hostinger/hostinger-wp-menu-manager", | |
| 116 | + "version": "1.2.33", | |
| 117 | + "version_normalized": "1.2.33.0", | |
| 118 | + "source": { | |
| 119 | + "type": "git", | |
| 120 | + "url": "[email protected]:hostinger/hostinger-wp-menu-manager.git", | |
| 121 | + "reference": "56f440c35c5ee7c0e543159153966705dcf05cb4" | |
| 122 | + }, | |
| 123 | + "dist": { | |
| 124 | + "type": "zip", | |
| 125 | + "url": "https://api.github.com/repos/hostinger/hostinger-wp-menu-manager/zipball/56f440c35c5ee7c0e543159153966705dcf05cb4", | |
| 126 | + "reference": "56f440c35c5ee7c0e543159153966705dcf05cb4", | |
| 127 | + "shasum": "" | |
| 128 | + }, | |
| 129 | + "require": { | |
| 130 | + "hostinger/hostinger-wp-helper": "^1.0" | |
| 131 | + }, | |
| 132 | + "require-dev": { | |
| 133 | + "phpunit/phpunit": "^9.6", | |
| 134 | + "squizlabs/php_codesniffer": "^3.0", | |
| 135 | + "yoast/phpunit-polyfills": "^2.0" | |
| 136 | + }, | |
| 137 | + "time": "2026-09-17T07:03:40+00:00", | |
| 138 | + "type": "library", | |
| 139 | + "installation-source": "dist", | |
| 140 | + "autoload": { | |
| 141 | + "psr-4": { | |
| 142 | + "Hostinger\\WpMenuManager\\": "src/" | |
| 40 | 143 | } |
| 144 | + }, | |
| 145 | + "autoload-dev": { | |
| 146 | + "psr-4": { | |
| 147 | + "Hostinger\\WpMenuManager\\Tests\\": "tests/phpunit" | |
| 148 | + } | |
| 149 | + }, | |
| 150 | + "license": [ | |
| 151 | + "proprietary" | |
| 41 | 152 | ], |
| 42 | - "description": "A custom update checker for WordPress plugins and themes. Useful if you can't host your plugin in the official WP repository but still want it to support automatic updates.", | |
| 43 | - "homepage": "https://github.com/YahnisElsts/plugin-update-checker/", | |
| 44 | - "keywords": [ | |
| 45 | - "automatic updates", | |
| 46 | - "plugin updates", | |
| 47 | - "theme updates", | |
| 48 | - "wordpress" | |
| 153 | + "description": "Package for managing Hostinger WordPress menus and pages.", | |
| 154 | + "support": { | |
| 155 | + "source": "https://github.com/hostinger/hostinger-wp-menu-manager/tree/1.2.33", | |
| 156 | + "issues": "https://github.com/hostinger/hostinger-wp-menu-manager/issues" | |
| 157 | + }, | |
| 158 | + "install-path": "../hostinger/hostinger-wp-menu-manager" | |
| 159 | + }, | |
| 160 | + { | |
| 161 | + "name": "woocommerce/action-scheduler", | |
| 162 | + "version": "3.9.3", | |
| 163 | + "version_normalized": "3.9.3.0", | |
| 164 | + "source": { | |
| 165 | + "type": "git", | |
| 166 | + "url": "https://github.com/woocommerce/action-scheduler.git", | |
| 167 | + "reference": "c58cdbab17651303d406cd3b22cf9d75c71c986c" | |
| 168 | + }, | |
| 169 | + "dist": { | |
| 170 | + "type": "zip", | |
| 171 | + "url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/c58cdbab17651303d406cd3b22cf9d75c71c986c", | |
| 172 | + "reference": "c58cdbab17651303d406cd3b22cf9d75c71c986c", | |
| 173 | + "shasum": "" | |
| 174 | + }, | |
| 175 | + "require": { | |
| 176 | + "php": ">=7.2" | |
| 177 | + }, | |
| 178 | + "require-dev": { | |
| 179 | + "phpunit/phpunit": "^8.5", | |
| 180 | + "woocommerce/woocommerce-sniffs": "0.1.0", | |
| 181 | + "wp-cli/wp-cli": "~2.5.0", | |
| 182 | + "yoast/phpunit-polyfills": "^2.0" | |
| 183 | + }, | |
| 184 | + "time": "2025-07-15T09:32:30+00:00", | |
| 185 | + "type": "wordpress-plugin", | |
| 186 | + "extra": { | |
| 187 | + "scripts-description": { | |
| 188 | + "test": "Run unit tests", | |
| 189 | + "phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer", | |
| 190 | + "phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier" | |
| 191 | + } | |
| 192 | + }, | |
| 193 | + "installation-source": "dist", | |
| 194 | + "notification-url": "https://packagist.org/downloads/", | |
| 195 | + "license": [ | |
| 196 | + "GPL-3.0-or-later" | |
| 49 | 197 | ], |
| 198 | + "description": "Action Scheduler for WordPress and WooCommerce", | |
| 199 | + "homepage": "https://actionscheduler.org/", | |
| 50 | 200 | "support": { |
| 51 | - "issues": "https://github.com/YahnisElsts/plugin-update-checker/issues", | |
| 52 | - "source": "https://github.com/YahnisElsts/plugin-update-checker/tree/v5.1" | |
| 201 | + "issues": "https://github.com/woocommerce/action-scheduler/issues", | |
| 202 | + "source": "https://github.com/woocommerce/action-scheduler/tree/3.9.3" | |
| 53 | 203 | }, |
| 54 | - "install-path": "../yahnis-elsts/plugin-update-checker" | |
| 204 | + "install-path": "../woocommerce/action-scheduler" | |
| 55 | 205 | } |
| 56 | 206 | ], |
| 57 | - "dev": true, | |
| 207 | + "dev": false, | |
| 58 | 208 | "dev-package-names": [] |
| 59 | 209 | } |