ClassLoader.php
2 years ago
InstalledVersions.php
5 months ago
autoload_classmap.php
5 days ago
autoload_files.php
8 months ago
autoload_namespaces.php
4 years ago
autoload_psr4.php
4 months ago
autoload_real.php
5 days ago
autoload_static.php
5 days ago
index.php
3 years ago
installed.json
2 months ago
installed.php
3 days ago
jetpack_autoload_classmap.php
5 days ago
jetpack_autoload_filemap.php
8 months ago
platform_check.php
5 months ago
installed.json
359 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": "d202767bf7a3286851762977d7ba4389437ffcc5" |
| 11 | }, |
| 12 | "dist": { |
| 13 | "type": "zip", |
| 14 | "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/d202767bf7a3286851762977d7ba4389437ffcc5", |
| 15 | "reference": "d202767bf7a3286851762977d7ba4389437ffcc5", |
| 16 | "shasum": "" |
| 17 | }, |
| 18 | "require": { |
| 19 | "composer-plugin-api": "^2.2", |
| 20 | "php": ">=7.2" |
| 21 | }, |
| 22 | "require-dev": { |
| 23 | "automattic/jetpack-changelogger": "^6.0.5", |
| 24 | "automattic/phpunit-select-config": "^1.0.3", |
| 25 | "composer/composer": "^2.2", |
| 26 | "yoast/phpunit-polyfills": "^4.0.0" |
| 27 | }, |
| 28 | "time": "2025-06-24T13:28:47+00:00", |
| 29 | "default-branch": true, |
| 30 | "type": "composer-plugin", |
| 31 | "extra": { |
| 32 | "class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin", |
| 33 | "autotagger": true, |
| 34 | "mirror-repo": "Automattic/jetpack-autoloader", |
| 35 | "branch-alias": { |
| 36 | "dev-trunk": "5.0.x-dev" |
| 37 | }, |
| 38 | "changelogger": { |
| 39 | "link-template": "https://github.com/Automattic/jetpack-autoloader/compare/v${old}...v${new}" |
| 40 | }, |
| 41 | "version-constants": { |
| 42 | "::VERSION": "src/AutoloadGenerator.php" |
| 43 | } |
| 44 | }, |
| 45 | "installation-source": "dist", |
| 46 | "autoload": { |
| 47 | "psr-4": { |
| 48 | "Automattic\\Jetpack\\Autoloader\\": "src" |
| 49 | }, |
| 50 | "classmap": [ |
| 51 | "src/AutoloadGenerator.php" |
| 52 | ] |
| 53 | }, |
| 54 | "notification-url": "https://packagist.org/downloads/", |
| 55 | "license": [ |
| 56 | "GPL-2.0-or-later" |
| 57 | ], |
| 58 | "description": "Creates a custom autoloader for a plugin or theme.", |
| 59 | "keywords": [ |
| 60 | "autoload", |
| 61 | "autoloader", |
| 62 | "composer", |
| 63 | "jetpack", |
| 64 | "plugin", |
| 65 | "wordpress" |
| 66 | ], |
| 67 | "support": { |
| 68 | "source": "https://github.com/Automattic/jetpack-autoloader/tree/trunk" |
| 69 | }, |
| 70 | "install-path": "../automattic/jetpack-autoloader" |
| 71 | }, |
| 72 | { |
| 73 | "name": "dragonmantank/cron-expression", |
| 74 | "version": "v3.3.3", |
| 75 | "version_normalized": "3.3.3.0", |
| 76 | "source": { |
| 77 | "type": "git", |
| 78 | "url": "https://github.com/dragonmantank/cron-expression.git", |
| 79 | "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a" |
| 80 | }, |
| 81 | "dist": { |
| 82 | "type": "zip", |
| 83 | "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/adfb1f505deb6384dc8b39804c5065dd3c8c8c0a", |
| 84 | "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a", |
| 85 | "shasum": "" |
| 86 | }, |
| 87 | "require": { |
| 88 | "php": "^7.2|^8.0", |
| 89 | "webmozart/assert": "^1.0" |
| 90 | }, |
| 91 | "replace": { |
| 92 | "mtdowling/cron-expression": "^1.0" |
| 93 | }, |
| 94 | "require-dev": { |
| 95 | "phpstan/extension-installer": "^1.0", |
| 96 | "phpstan/phpstan": "^1.0", |
| 97 | "phpstan/phpstan-webmozart-assert": "^1.0", |
| 98 | "phpunit/phpunit": "^7.0|^8.0|^9.0" |
| 99 | }, |
| 100 | "time": "2023-08-10T19:36:49+00:00", |
| 101 | "type": "library", |
| 102 | "installation-source": "dist", |
| 103 | "autoload": { |
| 104 | "psr-4": { |
| 105 | "Cron\\": "src/Cron/" |
| 106 | } |
| 107 | }, |
| 108 | "notification-url": "https://packagist.org/downloads/", |
| 109 | "license": [ |
| 110 | "MIT" |
| 111 | ], |
| 112 | "authors": [ |
| 113 | { |
| 114 | "name": "Chris Tankersley", |
| 115 | "email": "chris@ctankersley.com", |
| 116 | "homepage": "https://github.com/dragonmantank" |
| 117 | } |
| 118 | ], |
| 119 | "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due", |
| 120 | "keywords": [ |
| 121 | "cron", |
| 122 | "schedule" |
| 123 | ], |
| 124 | "support": { |
| 125 | "issues": "https://github.com/dragonmantank/cron-expression/issues", |
| 126 | "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.3" |
| 127 | }, |
| 128 | "funding": [ |
| 129 | { |
| 130 | "url": "https://github.com/dragonmantank", |
| 131 | "type": "github" |
| 132 | } |
| 133 | ], |
| 134 | "install-path": "../dragonmantank/cron-expression" |
| 135 | }, |
| 136 | { |
| 137 | "name": "mixpanel/mixpanel-php", |
| 138 | "version": "2.11.0", |
| 139 | "version_normalized": "2.11.0.0", |
| 140 | "source": { |
| 141 | "type": "git", |
| 142 | "url": "https://github.com/mixpanel/mixpanel-php.git", |
| 143 | "reference": "4b0fafacf2129eff5d50721e129b07f0c32687e7" |
| 144 | }, |
| 145 | "dist": { |
| 146 | "type": "zip", |
| 147 | "url": "https://api.github.com/repos/mixpanel/mixpanel-php/zipball/4b0fafacf2129eff5d50721e129b07f0c32687e7", |
| 148 | "reference": "4b0fafacf2129eff5d50721e129b07f0c32687e7", |
| 149 | "shasum": "" |
| 150 | }, |
| 151 | "require": { |
| 152 | "php": ">=5.0" |
| 153 | }, |
| 154 | "require-dev": { |
| 155 | "phpdocumentor/phpdocumentor": "2.9.*", |
| 156 | "phpunit/phpunit": "5.6.*" |
| 157 | }, |
| 158 | "time": "2023-04-11T23:03:57+00:00", |
| 159 | "type": "library", |
| 160 | "installation-source": "dist", |
| 161 | "autoload": { |
| 162 | "files": [ |
| 163 | "lib/Mixpanel.php" |
| 164 | ] |
| 165 | }, |
| 166 | "notification-url": "https://packagist.org/downloads/", |
| 167 | "license": [ |
| 168 | "Apache-2.0" |
| 169 | ], |
| 170 | "authors": [ |
| 171 | { |
| 172 | "name": "Mixpanel <dev@mixpanel.com>", |
| 173 | "homepage": "https://mixpanel.com/" |
| 174 | } |
| 175 | ], |
| 176 | "description": "The Official PHP library for Mixpanel", |
| 177 | "homepage": "https://mixpanel.com/help/reference/php", |
| 178 | "keywords": [ |
| 179 | "mixpanel", |
| 180 | "mixpanel php" |
| 181 | ], |
| 182 | "support": { |
| 183 | "issues": "https://github.com/mixpanel/mixpanel-php/issues", |
| 184 | "source": "https://github.com/mixpanel/mixpanel-php/tree/2.11.0" |
| 185 | }, |
| 186 | "install-path": "../mixpanel/mixpanel-php" |
| 187 | }, |
| 188 | { |
| 189 | "name": "webmozart/assert", |
| 190 | "version": "1.11.0", |
| 191 | "version_normalized": "1.11.0.0", |
| 192 | "source": { |
| 193 | "type": "git", |
| 194 | "url": "https://github.com/webmozarts/assert.git", |
| 195 | "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991" |
| 196 | }, |
| 197 | "dist": { |
| 198 | "type": "zip", |
| 199 | "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", |
| 200 | "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", |
| 201 | "shasum": "" |
| 202 | }, |
| 203 | "require": { |
| 204 | "ext-ctype": "*", |
| 205 | "php": "^7.2 || ^8.0" |
| 206 | }, |
| 207 | "conflict": { |
| 208 | "phpstan/phpstan": "<0.12.20", |
| 209 | "vimeo/psalm": "<4.6.1 || 4.6.2" |
| 210 | }, |
| 211 | "require-dev": { |
| 212 | "phpunit/phpunit": "^8.5.13" |
| 213 | }, |
| 214 | "time": "2022-06-03T18:03:27+00:00", |
| 215 | "type": "library", |
| 216 | "extra": { |
| 217 | "branch-alias": { |
| 218 | "dev-master": "1.10-dev" |
| 219 | } |
| 220 | }, |
| 221 | "installation-source": "dist", |
| 222 | "autoload": { |
| 223 | "psr-4": { |
| 224 | "Webmozart\\Assert\\": "src/" |
| 225 | } |
| 226 | }, |
| 227 | "notification-url": "https://packagist.org/downloads/", |
| 228 | "license": [ |
| 229 | "MIT" |
| 230 | ], |
| 231 | "authors": [ |
| 232 | { |
| 233 | "name": "Bernhard Schussek", |
| 234 | "email": "bschussek@gmail.com" |
| 235 | } |
| 236 | ], |
| 237 | "description": "Assertions to validate method input/output with nice error messages.", |
| 238 | "keywords": [ |
| 239 | "assert", |
| 240 | "check", |
| 241 | "validate" |
| 242 | ], |
| 243 | "support": { |
| 244 | "issues": "https://github.com/webmozarts/assert/issues", |
| 245 | "source": "https://github.com/webmozarts/assert/tree/1.11.0" |
| 246 | }, |
| 247 | "install-path": "../webmozart/assert" |
| 248 | }, |
| 249 | { |
| 250 | "name": "woocommerce/action-scheduler", |
| 251 | "version": "3.9.2", |
| 252 | "version_normalized": "3.9.2.0", |
| 253 | "source": { |
| 254 | "type": "git", |
| 255 | "url": "https://github.com/woocommerce/action-scheduler.git", |
| 256 | "reference": "efbb7953f72a433086335b249292f280dd43ddfe" |
| 257 | }, |
| 258 | "dist": { |
| 259 | "type": "zip", |
| 260 | "url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/efbb7953f72a433086335b249292f280dd43ddfe", |
| 261 | "reference": "efbb7953f72a433086335b249292f280dd43ddfe", |
| 262 | "shasum": "" |
| 263 | }, |
| 264 | "require": { |
| 265 | "php": ">=7.1" |
| 266 | }, |
| 267 | "require-dev": { |
| 268 | "phpunit/phpunit": "^7.5", |
| 269 | "woocommerce/woocommerce-sniffs": "0.1.0", |
| 270 | "wp-cli/wp-cli": "~2.5.0", |
| 271 | "yoast/phpunit-polyfills": "^2.0" |
| 272 | }, |
| 273 | "time": "2025-02-03T09:09:30+00:00", |
| 274 | "type": "wordpress-plugin", |
| 275 | "extra": { |
| 276 | "scripts-description": { |
| 277 | "test": "Run unit tests", |
| 278 | "phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer", |
| 279 | "phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier" |
| 280 | } |
| 281 | }, |
| 282 | "installation-source": "dist", |
| 283 | "notification-url": "https://packagist.org/downloads/", |
| 284 | "license": [ |
| 285 | "GPL-3.0-or-later" |
| 286 | ], |
| 287 | "description": "Action Scheduler for WordPress and WooCommerce", |
| 288 | "homepage": "https://actionscheduler.org/", |
| 289 | "support": { |
| 290 | "issues": "https://github.com/woocommerce/action-scheduler/issues", |
| 291 | "source": "https://github.com/woocommerce/action-scheduler/tree/3.9.2" |
| 292 | }, |
| 293 | "install-path": "../woocommerce/action-scheduler" |
| 294 | }, |
| 295 | { |
| 296 | "name": "woocommerce/email-editor", |
| 297 | "version": "2.13.0", |
| 298 | "version_normalized": "2.13.0.0", |
| 299 | "source": { |
| 300 | "type": "git", |
| 301 | "url": "https://github.com/woocommerce/email-editor.git", |
| 302 | "reference": "bdd2aeaa5f2852b0ef1a6b84da1cff2990c13f40" |
| 303 | }, |
| 304 | "dist": { |
| 305 | "type": "zip", |
| 306 | "url": "https://api.github.com/repos/woocommerce/email-editor/zipball/bdd2aeaa5f2852b0ef1a6b84da1cff2990c13f40", |
| 307 | "reference": "bdd2aeaa5f2852b0ef1a6b84da1cff2990c13f40", |
| 308 | "shasum": "" |
| 309 | }, |
| 310 | "require": { |
| 311 | "php": ">=7.4" |
| 312 | }, |
| 313 | "require-dev": { |
| 314 | "automattic/jetpack-changelogger": "3.3.0", |
| 315 | "phpunit/phpunit": "^9.6", |
| 316 | "woocommerce/woocommerce-sniffs": "1.0.0", |
| 317 | "yoast/phpunit-polyfills": "^4.0" |
| 318 | }, |
| 319 | "time": "2026-05-04T09:48:24+00:00", |
| 320 | "type": "wordpress-plugin", |
| 321 | "extra": { |
| 322 | "changelogger": { |
| 323 | "types": { |
| 324 | "add": "Adds functionality", |
| 325 | "dev": "Development related task", |
| 326 | "fix": "Fixes an existing bug", |
| 327 | "tweak": "A minor adjustment to the codebase", |
| 328 | "update": "Update existing functionality", |
| 329 | "enhancement": "Improve existing functionality", |
| 330 | "performance": "Address performance issues" |
| 331 | }, |
| 332 | "changelog": "changelog.md", |
| 333 | "formatter": { |
| 334 | "filename": "../../../tools/changelogger/class-php-package-formatter.php" |
| 335 | } |
| 336 | } |
| 337 | }, |
| 338 | "installation-source": "dist", |
| 339 | "autoload": { |
| 340 | "classmap": [ |
| 341 | "src/", |
| 342 | "vendor-prefixed/" |
| 343 | ] |
| 344 | }, |
| 345 | "notification-url": "https://packagist.org/downloads/", |
| 346 | "license": [ |
| 347 | "GPL-2.0-or-later" |
| 348 | ], |
| 349 | "description": "Email editor based on WordPress Gutenberg package.", |
| 350 | "support": { |
| 351 | "source": "https://github.com/woocommerce/email-editor/tree/2.13.0" |
| 352 | }, |
| 353 | "install-path": "../woocommerce/email-editor" |
| 354 | } |
| 355 | ], |
| 356 | "dev": false, |
| 357 | "dev-package-names": [] |
| 358 | } |
| 359 |