ClassLoader.php
1 year ago
InstalledVersions.php
1 year ago
LICENSE
1 year ago
autoload_classmap.php
1 year ago
autoload_namespaces.php
1 year ago
autoload_psr4.php
1 year ago
autoload_real.php
6 days ago
autoload_static.php
6 days ago
installed.json
1 day ago
installed.php
1 day ago
jetpack_autoload_classmap.php
3 weeks ago
jetpack_autoload_psr4.php
1 day ago
installed.json
207 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-helper", |
| 73 | "version": "1.0.15", |
| 74 | "version_normalized": "1.0.15.0", |
| 75 | "source": { |
| 76 | "type": "git", |
| 77 | "url": "https://github.com/hostinger/hostinger-wp-helper.git", |
| 78 | "reference": "4ed53bfa1c2ad4e8d0662a416e760428a93a994b" |
| 79 | }, |
| 80 | "dist": { |
| 81 | "type": "zip", |
| 82 | "url": "https://api.github.com/repos/hostinger/hostinger-wp-helper/zipball/4ed53bfa1c2ad4e8d0662a416e760428a93a994b", |
| 83 | "reference": "4ed53bfa1c2ad4e8d0662a416e760428a93a994b", |
| 84 | "shasum": "" |
| 85 | }, |
| 86 | "require": { |
| 87 | "ext-json": "*", |
| 88 | "php": ">=8.0" |
| 89 | }, |
| 90 | "require-dev": { |
| 91 | "10up/wp_mock": "^1.1", |
| 92 | "phpunit/phpunit": "^9.6.33", |
| 93 | "squizlabs/php_codesniffer": "^4.0", |
| 94 | "yoast/phpunit-polyfills": "^2.0" |
| 95 | }, |
| 96 | "time": "2026-07-01T09:43:05+00:00", |
| 97 | "type": "library", |
| 98 | "installation-source": "dist", |
| 99 | "autoload": { |
| 100 | "psr-4": { |
| 101 | "Hostinger\\WpHelper\\": "src/", |
| 102 | "Hostinger\\Tests\\": "tests/phpunit" |
| 103 | } |
| 104 | }, |
| 105 | "license": [ |
| 106 | "proprietary" |
| 107 | ], |
| 108 | "description": "A PHP package with core functions for Hostinger WordPress plugins.", |
| 109 | "install-path": "../hostinger/hostinger-wp-helper" |
| 110 | }, |
| 111 | { |
| 112 | "name": "hostinger/hostinger-wp-menu-manager", |
| 113 | "version": "1.2.24", |
| 114 | "version_normalized": "1.2.24.0", |
| 115 | "source": { |
| 116 | "type": "git", |
| 117 | "url": "git@github.com:hostinger/hostinger-wp-menu-manager.git", |
| 118 | "reference": "a8af8373c2714338124ea33abc7785c64f482fe8" |
| 119 | }, |
| 120 | "dist": { |
| 121 | "type": "zip", |
| 122 | "url": "https://api.github.com/repos/hostinger/hostinger-wp-menu-manager/zipball/a8af8373c2714338124ea33abc7785c64f482fe8", |
| 123 | "reference": "a8af8373c2714338124ea33abc7785c64f482fe8", |
| 124 | "shasum": "" |
| 125 | }, |
| 126 | "require": { |
| 127 | "hostinger/hostinger-wp-helper": "^1.0" |
| 128 | }, |
| 129 | "require-dev": { |
| 130 | "phpunit/phpunit": "^9.6", |
| 131 | "squizlabs/php_codesniffer": "^3.0", |
| 132 | "yoast/phpunit-polyfills": "^2.0" |
| 133 | }, |
| 134 | "time": "2026-07-03T10:46:09+00:00", |
| 135 | "type": "library", |
| 136 | "installation-source": "dist", |
| 137 | "autoload": { |
| 138 | "psr-4": { |
| 139 | "Hostinger\\WpMenuManager\\": "src/" |
| 140 | } |
| 141 | }, |
| 142 | "autoload-dev": { |
| 143 | "psr-4": { |
| 144 | "Hostinger\\WpMenuManager\\Tests\\": "tests/phpunit" |
| 145 | } |
| 146 | }, |
| 147 | "license": [ |
| 148 | "proprietary" |
| 149 | ], |
| 150 | "description": "Package for managing Hostinger WordPress menus and pages.", |
| 151 | "support": { |
| 152 | "source": "https://github.com/hostinger/hostinger-wp-menu-manager/tree/1.2.24", |
| 153 | "issues": "https://github.com/hostinger/hostinger-wp-menu-manager/issues" |
| 154 | }, |
| 155 | "install-path": "../hostinger/hostinger-wp-menu-manager" |
| 156 | }, |
| 157 | { |
| 158 | "name": "woocommerce/action-scheduler", |
| 159 | "version": "3.9.3", |
| 160 | "version_normalized": "3.9.3.0", |
| 161 | "source": { |
| 162 | "type": "git", |
| 163 | "url": "https://github.com/woocommerce/action-scheduler.git", |
| 164 | "reference": "c58cdbab17651303d406cd3b22cf9d75c71c986c" |
| 165 | }, |
| 166 | "dist": { |
| 167 | "type": "zip", |
| 168 | "url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/c58cdbab17651303d406cd3b22cf9d75c71c986c", |
| 169 | "reference": "c58cdbab17651303d406cd3b22cf9d75c71c986c", |
| 170 | "shasum": "" |
| 171 | }, |
| 172 | "require": { |
| 173 | "php": ">=7.2" |
| 174 | }, |
| 175 | "require-dev": { |
| 176 | "phpunit/phpunit": "^8.5", |
| 177 | "woocommerce/woocommerce-sniffs": "0.1.0", |
| 178 | "wp-cli/wp-cli": "~2.5.0", |
| 179 | "yoast/phpunit-polyfills": "^2.0" |
| 180 | }, |
| 181 | "time": "2025-07-15T09:32:30+00:00", |
| 182 | "type": "wordpress-plugin", |
| 183 | "extra": { |
| 184 | "scripts-description": { |
| 185 | "test": "Run unit tests", |
| 186 | "phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer", |
| 187 | "phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier" |
| 188 | } |
| 189 | }, |
| 190 | "installation-source": "dist", |
| 191 | "notification-url": "https://packagist.org/downloads/", |
| 192 | "license": [ |
| 193 | "GPL-3.0-or-later" |
| 194 | ], |
| 195 | "description": "Action Scheduler for WordPress and WooCommerce", |
| 196 | "homepage": "https://actionscheduler.org/", |
| 197 | "support": { |
| 198 | "issues": "https://github.com/woocommerce/action-scheduler/issues", |
| 199 | "source": "https://github.com/woocommerce/action-scheduler/tree/3.9.3" |
| 200 | }, |
| 201 | "install-path": "../woocommerce/action-scheduler" |
| 202 | } |
| 203 | ], |
| 204 | "dev": false, |
| 205 | "dev-package-names": [] |
| 206 | } |
| 207 |