{
"packages": [
{
"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": "mailpoet/email-editor",
"version": "dev-trunk",
"version_normalized": "dev-trunk",
"dist": {
"type": "path",
"url": "../packages/php/email-editor",
"reference": "53577c5aa3a97e82c58284d48c3aa339cb2a15d4"
},
"require": {
"php": ">=7.4",
"soundasleep/html2text": "^2.1"
},
"type": "library",
"installation-source": "dist",
"autoload": {
"classmap": [
"src/"
]
},
"autoload-dev": {
"classmap": [
"tests/unit/"
]
},
"scripts": {
"unit-test": [
"../../../tests_env/vendor/bin/codecept run unit"
],
"integration-test": [
"cd ../../../tests_env/docker && COMPOSE_HTTP_TIMEOUT=200 docker compose run -e SKIP_DEPS=1 -e SKIP_PLUGINS=1 -e PACKAGE_NAME=email-editor codeception_integration"
],
"code-style": [
"../../../mailpoet/tasks/code_sniffer/vendor/bin/phpcs -ps"
],
"code-style-fix": [
"../../../mailpoet/tasks/code_sniffer/vendor/bin/phpcbf -p"
],
"phpstan": [
"php ./tasks/run-phpstan.php"
]
},
"description": "Email editor based on WordPress Gutenberg package.",
"transport-options": {
"relative": true
},
"install-path": "../mailpoet/email-editor"
},
{
"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