| 1 |
{ |
| 2 |
"packages": [ |
| 3 |
{ |
| 4 |
"name": "automattic/jetpack-autoloader", |
| 5 |
"version": "v5.0.20", |
| 6 |
"version_normalized": "5.0.20.0", |
| 7 |
"source": { |
| 8 |
"type": "git", |
| 9 |
"url": "https://github.com/Automattic/jetpack-autoloader.git", |
| 10 |
"reference": "b6abf43a9ea638d6a0edc02f0dd7575703f9c2a1" |
| 11 |
}, |
| 12 |
"dist": { |
| 13 |
"type": "zip", |
| 14 |
"url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/b6abf43a9ea638d6a0edc02f0dd7575703f9c2a1", |
| 15 |
"reference": "b6abf43a9ea638d6a0edc02f0dd7575703f9c2a1", |
| 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-15T12:15:05+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.20" |
| 67 |
}, |
| 68 |
"install-path": "../automattic/jetpack-autoloader" |
| 69 |
}, |
| 70 |
{ |
| 71 |
"name": "wordpress/abilities-api", |
| 72 |
"version": "v0.4.0", |
| 73 |
"version_normalized": "0.4.0.0", |
| 74 |
"source": { |
| 75 |
"type": "git", |
| 76 |
"url": "https://github.com/WordPress/abilities-api.git", |
| 77 |
"reference": "0759075aed37c4247adbf273bdebec096d52e825" |
| 78 |
}, |
| 79 |
"dist": { |
| 80 |
"type": "zip", |
| 81 |
"url": "https://api.github.com/repos/WordPress/abilities-api/zipball/0759075aed37c4247adbf273bdebec096d52e825", |
| 82 |
"reference": "0759075aed37c4247adbf273bdebec096d52e825", |
| 83 |
"shasum": "" |
| 84 |
}, |
| 85 |
"require": { |
| 86 |
"php": "^7.4 | ^8" |
| 87 |
}, |
| 88 |
"require-dev": { |
| 89 |
"automattic/vipwpcs": "^3.0", |
| 90 |
"dealerdirect/phpcodesniffer-composer-installer": "^1.0", |
| 91 |
"phpcompatibility/php-compatibility": "10.x-dev as 9.99.99", |
| 92 |
"phpcompatibility/phpcompatibility-wp": "^2.1", |
| 93 |
"phpstan/extension-installer": "^1.3", |
| 94 |
"phpstan/phpstan": "^2.1.22", |
| 95 |
"phpstan/phpstan-deprecation-rules": "^2.0.3", |
| 96 |
"phpstan/phpstan-phpunit": "^2.0.3", |
| 97 |
"phpunit/phpunit": "^8.5|^9.6", |
| 98 |
"slevomat/coding-standard": "^8.0", |
| 99 |
"squizlabs/php_codesniffer": "^3.9", |
| 100 |
"szepeviktor/phpstan-wordpress": "^2.0.2", |
| 101 |
"wp-coding-standards/wpcs": "^3.1", |
| 102 |
"wp-phpunit/wp-phpunit": "^6.5", |
| 103 |
"wpackagist-plugin/plugin-check": "^1.6", |
| 104 |
"yoast/phpunit-polyfills": "^4.0" |
| 105 |
}, |
| 106 |
"time": "2025-10-29T05:35:31+00:00", |
| 107 |
"type": "library", |
| 108 |
"extra": { |
| 109 |
"installer-paths": { |
| 110 |
"vendor/{$vendor}/{$name}/": [ |
| 111 |
"wpackagist-plugin/plugin-check" |
| 112 |
] |
| 113 |
} |
| 114 |
}, |
| 115 |
"installation-source": "dist", |
| 116 |
"autoload": { |
| 117 |
"files": [ |
| 118 |
"includes/bootstrap.php" |
| 119 |
] |
| 120 |
}, |
| 121 |
"notification-url": "https://packagist.org/downloads/", |
| 122 |
"license": [ |
| 123 |
"GPL-2.0-or-later" |
| 124 |
], |
| 125 |
"authors": [ |
| 126 |
{ |
| 127 |
"name": "WordPress AI Team", |
| 128 |
"homepage": "https://make.wordpress.org/ai/" |
| 129 |
} |
| 130 |
], |
| 131 |
"description": "AI Abilities for WordPress.", |
| 132 |
"homepage": "https://github.com/WordPress/abilities-api", |
| 133 |
"keywords": [ |
| 134 |
"abilities", |
| 135 |
"ai", |
| 136 |
"api", |
| 137 |
"llm", |
| 138 |
"wordpress" |
| 139 |
], |
| 140 |
"support": { |
| 141 |
"issues": "https://github.com/WordPress/abilities-api/issues", |
| 142 |
"source": "https://github.com/WordPress/abilities-api" |
| 143 |
}, |
| 144 |
"abandoned": true, |
| 145 |
"install-path": "../wordpress/abilities-api" |
| 146 |
} |
| 147 |
], |
| 148 |
"dev": false, |
| 149 |
"dev-package-names": [] |
| 150 |
} |
| 151 |
|