Viewing File: /home/rtsgrob/ww3/wp-content/plugins/mailpoet/vendor/composer/installed.json
{
"packages": [
{
"name": "automattic/jetpack-autoloader",
"version": "dev-trunk",
"version_normalized": "dev-trunk",
"source": {
"type": "git",
"url": "https://github.com/Automattic/jetpack-autoloader.git",
"reference": "d202767bf7a3286851762977d7ba4389437ffcc5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/d202767bf7a3286851762977d7ba4389437ffcc5",
"reference": "d202767bf7a3286851762977d7ba4389437ffcc5",
"shasum": ""
},
"require": {
"composer-plugin-api": "^2.2",
"php": ">=7.2"
},
"require-dev": {
"automattic/jetpack-changelogger": "^6.0.5",
"automattic/phpunit-select-config": "^1.0.3",
"composer/composer": "^2.2",
"yoast/phpunit-polyfills": "^4.0.0"
},
"time": "2025-06-24T13:28:47+00:00",
"default-branch": true,
"type": "composer-plugin",
"extra": {
"class": "Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin",
"autotagger": true,
"mirror-repo": "Automattic/jetpack-autoloader",
"branch-alias": {
"dev-trunk": "5.0.x-dev"
},
"changelogger": {
"link-template": "https://github.com/Automattic/jetpack-autoloader/compare/v${old}...v${new}"
},
"version-constants": {
"::VERSION": "src/AutoloadGenerator.php"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"Automattic\\Jetpack\\Autoloader\\": "src"
},
"classmap": [
"src/AutoloadGenerator.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"description": "Creates a custom autoloader for a plugin or theme.",
"keywords": [
"autoload",
"autoloader",
"composer",
"jetpack",
"plugin",
"wordpress"
],
"support": {
"source": "https://github.com/Automattic/jetpack-autoloader/tree/trunk"
},
"install-path": "../automattic/jetpack-autoloader"
},
{
"name": "dragonmantank/cron-expression",
"version": "v3.3.3",
"version_normalized": "3.3.3.0",
"source": {
"type": "git",
"url": "https://github.com/dragonmantank/cron-expression.git",
"reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
"reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
"shasum": ""
},
"require": {
"php": "^7.2|^8.0",
"webmozart/assert": "^1.0"
},
"replace": {
"mtdowling/cron-expression": "^1.0"
},
"require-dev": {
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-webmozart-assert": "^1.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0"
},
"time": "2023-08-10T19:36:49+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Cron\\": "src/Cron/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Tankersley",
"email": "chris@ctankersley.com",
"homepage": "https://github.com/dragonmantank"
}
],
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
"keywords": [
"cron",
"schedule"
],
"support": {
"issues": "https://github.com/dragonmantank/cron-expression/issues",
"source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.3"
},
"funding": [
{
"url": "https://github.com/dragonmantank",
"type": "github"
}
],
"install-path": "../dragonmantank/cron-expression"
},
{
"name": "mixpanel/mixpanel-php",
"version": "2.11.0",
"version_normalized": "2.11.0.0",
"source": {
"type": "git",
"url": "https://github.com/mixpanel/mixpanel-php.git",
"reference": "4b0fafacf2129eff5d50721e129b07f0c32687e7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mixpanel/mixpanel-php/zipball/4b0fafacf2129eff5d50721e129b07f0c32687e7",
"reference": "4b0fafacf2129eff5d50721e129b07f0c32687e7",
"shasum": ""
},
"require": {
"php": ">=5.0"
},
"require-dev": {
"phpdocumentor/phpdocumentor": "2.9.*",
"phpunit/phpunit": "5.6.*"
},
"time": "2023-04-11T23:03:57+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"files": [
"lib/Mixpanel.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Mixpanel <dev@mixpanel.com>",
"homepage": "https://mixpanel.com/"
}
],
"description": "The Official PHP library for Mixpanel",
"homepage": "https://mixpanel.com/help/reference/php",
"keywords": [
"mixpanel",
"mixpanel php"
],
"support": {
"issues": "https://github.com/mixpanel/mixpanel-php/issues",
"source": "https://github.com/mixpanel/mixpanel-php/tree/2.11.0"
},
"install-path": "../mixpanel/mixpanel-php"
},
{
"name": "webmozart/assert",
"version": "1.11.0",
"version_normalized": "1.11.0.0",
"source": {
"type": "git",
"url": "https://github.com/webmozarts/assert.git",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"php": "^7.2 || ^8.0"
},
"conflict": {
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<4.6.1 || 4.6.2"
},
"require-dev": {
"phpunit/phpunit": "^8.5.13"
},
"time": "2022-06-03T18:03:27+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
"support": {
"issues": "https://github.com/webmozarts/assert/issues",
"source": "https://github.com/webmozarts/assert/tree/1.11.0"
},
"install-path": "../webmozart/assert"
},
{
"name": "woocommerce/action-scheduler",
"version": "3.9.2",
"version_normalized": "3.9.2.0",
"source": {
"type": "git",
"url": "https://github.com/woocommerce/action-scheduler.git",
"reference": "efbb7953f72a433086335b249292f280dd43ddfe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/efbb7953f72a433086335b249292f280dd43ddfe",
"reference": "efbb7953f72a433086335b249292f280dd43ddfe",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
"woocommerce/woocommerce-sniffs": "0.1.0",
"wp-cli/wp-cli": "~2.5.0",
"yoast/phpunit-polyfills": "^2.0"
},
"time": "2025-02-03T09:09:30+00:00",
"type": "wordpress-plugin",
"extra": {
"scripts-description": {
"test": "Run unit tests",
"phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer",
"phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier"
}
},
"installation-source": "dist",
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0-or-later"
],
"description": "Action Scheduler for WordPress and WooCommerce",
"homepage": "https://actionscheduler.org/",
"support": {
"issues": "https://github.com/woocommerce/action-scheduler/issues",
"source": "https://github.com/woocommerce/action-scheduler/tree/3.9.2"
},
"install-path": "../woocommerce/action-scheduler"
},
{
"name": "woocommerce/email-editor",
"version": "2.9.2",
"version_normalized": "2.9.2.0",
"source": {
"type": "git",
"url": "https://github.com/woocommerce/email-editor.git",
"reference": "fd24335c605d7a52c5bf330fd3f12b0fadcad6b8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/woocommerce/email-editor/zipball/fd24335c605d7a52c5bf330fd3f12b0fadcad6b8",
"reference": "fd24335c605d7a52c5bf330fd3f12b0fadcad6b8",
"shasum": ""
},
"require": {
"php": ">=7.4"
},
"require-dev": {
"automattic/jetpack-changelogger": "3.3.0",
"phpunit/phpunit": "^9.6",
"woocommerce/woocommerce-sniffs": "1.0.0",
"yoast/phpunit-polyfills": "^4.0"
},
"time": "2026-03-12T17:34:21+00:00",
"type": "wordpress-plugin",
"extra": {
"changelogger": {
"types": {
"add": "Adds functionality",
"dev": "Development related task",
"fix": "Fixes an existing bug",
"tweak": "A minor adjustment to the codebase",
"update": "Update existing functionality",
"enhancement": "Improve existing functionality",
"performance": "Address performance issues"
},
"changelog": "changelog.md",
"formatter": {
"filename": "../../../tools/changelogger/class-php-package-formatter.php"
}
}
},
"installation-source": "dist",
"autoload": {
"classmap": [
"src/",
"vendor-prefixed/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"description": "Email editor based on WordPress Gutenberg package.",
"support": {
"source": "https://github.com/woocommerce/email-editor/tree/2.9.2"
},
"install-path": "../woocommerce/email-editor"
}
],
"dev": false,
"dev-package-names": []
}
Back to Directory
File Manager