ClassLoader.php
11 months ago
InstalledVersions.php
11 months ago
LICENSE
11 months ago
autoload_classmap.php
2 months ago
autoload_namespaces.php
11 months ago
autoload_psr4.php
2 months ago
autoload_real.php
3 weeks ago
autoload_static.php
3 weeks ago
installed.json
3 weeks ago
installed.php
5 days ago
jetpack_autoload_classmap.php
3 weeks ago
platform_check.php
11 months ago
installed.json
347 lines
| 1 | { |
| 2 | "packages": [ |
| 3 | { |
| 4 | "name": "automattic/jetpack-autoloader", |
| 5 | "version": "dev-trunk", |
| 6 | "version_normalized": "dev-trunk", |
| 7 | "source": { |
| 8 | "type": "git", |
| 9 | "url": "https://github.com/Automattic/jetpack-autoloader.git", |
| 10 | "reference": "2fb6eba161b990cfb1fe92486ed6c12508a33598" |
| 11 | }, |
| 12 | "dist": { |
| 13 | "type": "zip", |
| 14 | "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/2fb6eba161b990cfb1fe92486ed6c12508a33598", |
| 15 | "reference": "2fb6eba161b990cfb1fe92486ed6c12508a33598", |
| 16 | "shasum": "" |
| 17 | }, |
| 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-06-24T16:01:08+00:00", |
| 28 | "default-branch": true, |
| 29 | "type": "composer-plugin", |
| 30 | "extra": { |
| 31 | "class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin", |
| 32 | "autotagger": true, |
| 33 | "mirror-repo": "Automattic/jetpack-autoloader", |
| 34 | "branch-alias": { |
| 35 | "dev-trunk": "5.0.x-dev" |
| 36 | }, |
| 37 | "changelogger": { |
| 38 | "link-template": "https://github.com/Automattic/jetpack-autoloader/compare/v${old}...v${new}" |
| 39 | }, |
| 40 | "version-constants": { |
| 41 | "::VERSION": "src/AutoloadGenerator.php" |
| 42 | } |
| 43 | }, |
| 44 | "installation-source": "dist", |
| 45 | "autoload": { |
| 46 | "psr-4": { |
| 47 | "Automattic\\Jetpack\\Autoloader\\": "src" |
| 48 | }, |
| 49 | "classmap": [ |
| 50 | "src/AutoloadGenerator.php" |
| 51 | ] |
| 52 | }, |
| 53 | "notification-url": "https://packagist.org/downloads/", |
| 54 | "license": [ |
| 55 | "GPL-2.0-or-later" |
| 56 | ], |
| 57 | "description": "Creates a custom autoloader for a plugin or theme.", |
| 58 | "keywords": [ |
| 59 | "autoload", |
| 60 | "autoloader", |
| 61 | "composer", |
| 62 | "jetpack", |
| 63 | "plugin", |
| 64 | "wordpress" |
| 65 | ], |
| 66 | "support": { |
| 67 | "source": "https://github.com/Automattic/jetpack-autoloader/tree/trunk" |
| 68 | }, |
| 69 | "install-path": "../automattic/jetpack-autoloader" |
| 70 | }, |
| 71 | { |
| 72 | "name": "hostinger/hostinger-wp-amplitude", |
| 73 | "version": "1.0.18", |
| 74 | "version_normalized": "1.0.18.0", |
| 75 | "source": { |
| 76 | "type": "git", |
| 77 | "url": "git@github.com:hostinger/hostinger-wp-amplitude.git", |
| 78 | "reference": "bad88dd1fe2bd97d84cc5db3c574c072fc1a6f9b" |
| 79 | }, |
| 80 | "dist": { |
| 81 | "type": "zip", |
| 82 | "url": "https://api.github.com/repos/hostinger/hostinger-wp-amplitude/zipball/bad88dd1fe2bd97d84cc5db3c574c072fc1a6f9b", |
| 83 | "reference": "bad88dd1fe2bd97d84cc5db3c574c072fc1a6f9b", |
| 84 | "shasum": "" |
| 85 | }, |
| 86 | "require": { |
| 87 | "hostinger/hostinger-wp-helper": "^1.0", |
| 88 | "php": ">=8.0" |
| 89 | }, |
| 90 | "require-dev": { |
| 91 | "phpunit/phpunit": "^9.6.33", |
| 92 | "squizlabs/php_codesniffer": "^3.11", |
| 93 | "yoast/phpunit-polyfills": "^4.0" |
| 94 | }, |
| 95 | "time": "2026-07-01T09:44:20+00:00", |
| 96 | "type": "library", |
| 97 | "installation-source": "dist", |
| 98 | "autoload": { |
| 99 | "psr-4": { |
| 100 | "Hostinger\\Amplitude\\": "src/" |
| 101 | } |
| 102 | }, |
| 103 | "autoload-dev": { |
| 104 | "psr-4": { |
| 105 | "Hostinger\\Amplitude\\Tests\\": "tests/phpunit" |
| 106 | } |
| 107 | }, |
| 108 | "license": [ |
| 109 | "proprietary" |
| 110 | ], |
| 111 | "description": "A PHP package with amplitude events for WordPress plugins", |
| 112 | "install-path": "../hostinger/hostinger-wp-amplitude" |
| 113 | }, |
| 114 | { |
| 115 | "name": "hostinger/hostinger-wp-helper", |
| 116 | "version": "1.0.15", |
| 117 | "version_normalized": "1.0.15.0", |
| 118 | "source": { |
| 119 | "type": "git", |
| 120 | "url": "git@github.com:hostinger/hostinger-wp-helper.git", |
| 121 | "reference": "4ed53bfa1c2ad4e8d0662a416e760428a93a994b" |
| 122 | }, |
| 123 | "dist": { |
| 124 | "type": "zip", |
| 125 | "url": "https://api.github.com/repos/hostinger/hostinger-wp-helper/zipball/4ed53bfa1c2ad4e8d0662a416e760428a93a994b", |
| 126 | "reference": "4ed53bfa1c2ad4e8d0662a416e760428a93a994b", |
| 127 | "shasum": "" |
| 128 | }, |
| 129 | "require": { |
| 130 | "ext-json": "*", |
| 131 | "php": ">=8.0" |
| 132 | }, |
| 133 | "require-dev": { |
| 134 | "10up/wp_mock": "^1.1", |
| 135 | "phpunit/phpunit": "^9.6.33", |
| 136 | "squizlabs/php_codesniffer": "^4.0", |
| 137 | "yoast/phpunit-polyfills": "^2.0" |
| 138 | }, |
| 139 | "time": "2026-07-01T09:43:05+00:00", |
| 140 | "type": "library", |
| 141 | "installation-source": "dist", |
| 142 | "autoload": { |
| 143 | "psr-4": { |
| 144 | "Hostinger\\WpHelper\\": "src/", |
| 145 | "Hostinger\\Tests\\": "tests/phpunit" |
| 146 | } |
| 147 | }, |
| 148 | "license": [ |
| 149 | "proprietary" |
| 150 | ], |
| 151 | "description": "A PHP package with core functions for Hostinger WordPress plugins.", |
| 152 | "install-path": "../hostinger/hostinger-wp-helper" |
| 153 | }, |
| 154 | { |
| 155 | "name": "hostinger/hostinger-wp-menu-manager", |
| 156 | "version": "1.2.23", |
| 157 | "version_normalized": "1.2.23.0", |
| 158 | "source": { |
| 159 | "type": "git", |
| 160 | "url": "git@github.com:hostinger/hostinger-wp-menu-manager.git", |
| 161 | "reference": "c97a06dc717769541b6fc2524474eb06103aefc9" |
| 162 | }, |
| 163 | "dist": { |
| 164 | "type": "zip", |
| 165 | "url": "https://api.github.com/repos/hostinger/hostinger-wp-menu-manager/zipball/c97a06dc717769541b6fc2524474eb06103aefc9", |
| 166 | "reference": "c97a06dc717769541b6fc2524474eb06103aefc9", |
| 167 | "shasum": "" |
| 168 | }, |
| 169 | "require": { |
| 170 | "hostinger/hostinger-wp-helper": "^1.0" |
| 171 | }, |
| 172 | "require-dev": { |
| 173 | "phpunit/phpunit": "^9.6", |
| 174 | "squizlabs/php_codesniffer": "^3.0", |
| 175 | "yoast/phpunit-polyfills": "^2.0" |
| 176 | }, |
| 177 | "time": "2026-07-02T06:49:20+00:00", |
| 178 | "type": "library", |
| 179 | "installation-source": "dist", |
| 180 | "autoload": { |
| 181 | "psr-4": { |
| 182 | "Hostinger\\WpMenuManager\\": "src/" |
| 183 | } |
| 184 | }, |
| 185 | "autoload-dev": { |
| 186 | "psr-4": { |
| 187 | "Hostinger\\WpMenuManager\\Tests\\": "tests/phpunit" |
| 188 | } |
| 189 | }, |
| 190 | "license": [ |
| 191 | "proprietary" |
| 192 | ], |
| 193 | "description": "Package for managing Hostinger WordPress menus and pages.", |
| 194 | "install-path": "../hostinger/hostinger-wp-menu-manager" |
| 195 | }, |
| 196 | { |
| 197 | "name": "hostinger/hostinger-wp-surveys", |
| 198 | "version": "1.1.23", |
| 199 | "version_normalized": "1.1.23.0", |
| 200 | "source": { |
| 201 | "type": "git", |
| 202 | "url": "git@github.com:hostinger/hostinger-wp-surveys.git", |
| 203 | "reference": "4ad88bce29b30ec4c8728fa02fe67492967061d2" |
| 204 | }, |
| 205 | "dist": { |
| 206 | "type": "zip", |
| 207 | "url": "https://api.github.com/repos/hostinger/hostinger-wp-surveys/zipball/4ad88bce29b30ec4c8728fa02fe67492967061d2", |
| 208 | "reference": "4ad88bce29b30ec4c8728fa02fe67492967061d2", |
| 209 | "shasum": "" |
| 210 | }, |
| 211 | "require": { |
| 212 | "hostinger/hostinger-wp-helper": "^1.0", |
| 213 | "php": ">=8.0" |
| 214 | }, |
| 215 | "require-dev": { |
| 216 | "10up/wp_mock": "^1.0", |
| 217 | "brain/monkey": "^2.6", |
| 218 | "phpunit/phpunit": "^9.6", |
| 219 | "squizlabs/php_codesniffer": "^3.0" |
| 220 | }, |
| 221 | "time": "2026-07-01T08:53:50+00:00", |
| 222 | "type": "library", |
| 223 | "installation-source": "dist", |
| 224 | "autoload": { |
| 225 | "psr-4": { |
| 226 | "Hostinger\\Surveys\\": "src/" |
| 227 | } |
| 228 | }, |
| 229 | "autoload-dev": { |
| 230 | "psr-4": { |
| 231 | "Hostinger\\Surveys\\Tests\\": "tests/phpunit" |
| 232 | } |
| 233 | }, |
| 234 | "license": [ |
| 235 | "proprietary" |
| 236 | ], |
| 237 | "description": "A PHP package with surveys for WordPress plugins", |
| 238 | "install-path": "../hostinger/hostinger-wp-surveys" |
| 239 | }, |
| 240 | { |
| 241 | "name": "psr/container", |
| 242 | "version": "dev-master", |
| 243 | "version_normalized": "dev-master", |
| 244 | "source": { |
| 245 | "type": "git", |
| 246 | "url": "https://github.com/php-fig/container.git", |
| 247 | "reference": "707984727bd5b2b670e59559d3ed2500240cf875" |
| 248 | }, |
| 249 | "dist": { |
| 250 | "type": "zip", |
| 251 | "url": "https://api.github.com/repos/php-fig/container/zipball/707984727bd5b2b670e59559d3ed2500240cf875", |
| 252 | "reference": "707984727bd5b2b670e59559d3ed2500240cf875", |
| 253 | "shasum": "" |
| 254 | }, |
| 255 | "require": { |
| 256 | "php": ">=7.4.0" |
| 257 | }, |
| 258 | "time": "2023-09-22T11:11:30+00:00", |
| 259 | "default-branch": true, |
| 260 | "type": "library", |
| 261 | "extra": { |
| 262 | "branch-alias": { |
| 263 | "dev-master": "2.0.x-dev" |
| 264 | } |
| 265 | }, |
| 266 | "installation-source": "dist", |
| 267 | "autoload": { |
| 268 | "psr-4": { |
| 269 | "Psr\\Container\\": "src/" |
| 270 | } |
| 271 | }, |
| 272 | "notification-url": "https://packagist.org/downloads/", |
| 273 | "license": [ |
| 274 | "MIT" |
| 275 | ], |
| 276 | "authors": [ |
| 277 | { |
| 278 | "name": "PHP-FIG", |
| 279 | "homepage": "https://www.php-fig.org/" |
| 280 | } |
| 281 | ], |
| 282 | "description": "Common Container Interface (PHP FIG PSR-11)", |
| 283 | "homepage": "https://github.com/php-fig/container", |
| 284 | "keywords": [ |
| 285 | "PSR-11", |
| 286 | "container", |
| 287 | "container-interface", |
| 288 | "container-interop", |
| 289 | "psr" |
| 290 | ], |
| 291 | "support": { |
| 292 | "issues": "https://github.com/php-fig/container/issues", |
| 293 | "source": "https://github.com/php-fig/container" |
| 294 | }, |
| 295 | "install-path": "../psr/container" |
| 296 | }, |
| 297 | { |
| 298 | "name": "woocommerce/action-scheduler", |
| 299 | "version": "3.9.3", |
| 300 | "version_normalized": "3.9.3.0", |
| 301 | "source": { |
| 302 | "type": "git", |
| 303 | "url": "https://github.com/woocommerce/action-scheduler.git", |
| 304 | "reference": "c58cdbab17651303d406cd3b22cf9d75c71c986c" |
| 305 | }, |
| 306 | "dist": { |
| 307 | "type": "zip", |
| 308 | "url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/c58cdbab17651303d406cd3b22cf9d75c71c986c", |
| 309 | "reference": "c58cdbab17651303d406cd3b22cf9d75c71c986c", |
| 310 | "shasum": "" |
| 311 | }, |
| 312 | "require": { |
| 313 | "php": ">=7.2" |
| 314 | }, |
| 315 | "require-dev": { |
| 316 | "phpunit/phpunit": "^8.5", |
| 317 | "woocommerce/woocommerce-sniffs": "0.1.0", |
| 318 | "wp-cli/wp-cli": "~2.5.0", |
| 319 | "yoast/phpunit-polyfills": "^2.0" |
| 320 | }, |
| 321 | "time": "2025-07-15T09:32:30+00:00", |
| 322 | "type": "wordpress-plugin", |
| 323 | "extra": { |
| 324 | "scripts-description": { |
| 325 | "test": "Run unit tests", |
| 326 | "phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer", |
| 327 | "phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier" |
| 328 | } |
| 329 | }, |
| 330 | "installation-source": "dist", |
| 331 | "notification-url": "https://packagist.org/downloads/", |
| 332 | "license": [ |
| 333 | "GPL-3.0-or-later" |
| 334 | ], |
| 335 | "description": "Action Scheduler for WordPress and WooCommerce", |
| 336 | "homepage": "https://actionscheduler.org/", |
| 337 | "support": { |
| 338 | "issues": "https://github.com/woocommerce/action-scheduler/issues", |
| 339 | "source": "https://github.com/woocommerce/action-scheduler/tree/3.9.3" |
| 340 | }, |
| 341 | "install-path": "../woocommerce/action-scheduler" |
| 342 | } |
| 343 | ], |
| 344 | "dev": false, |
| 345 | "dev-package-names": [] |
| 346 | } |
| 347 |