{ "packages": [ { "name": "firebase/php-jwt", "version": "v6.3.2", "version_normalized": "6.3.2.0", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", "reference": "ea7dda77098b96e666c5ef382452f94841e439cd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/firebase/php-jwt/zipball/ea7dda77098b96e666c5ef382452f94841e439cd", "reference": "ea7dda77098b96e666c5ef382452f94841e439cd", "shasum": "" }, "require": { "php": "^7.1||^8.0" }, "require-dev": { "guzzlehttp/guzzle": "^6.5||^7.4", "phpspec/prophecy-phpunit": "^1.1", "phpunit/phpunit": "^7.5||^9.5", "psr/cache": "^1.0||^2.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0" }, "suggest": { "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present" }, "time": "2022-12-19T17:10:46+00:00", "type": "library", "installation-source": "dist", "autoload": [], "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Neuman Vong", "email": "neuman+pear@twilio.com", "role": "Developer" }, { "name": "Anant Narayanan", "email": "anant@php.net", "role": "Developer" } ], "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", "homepage": "https://github.com/firebase/php-jwt", "keywords": [ "jwt", "php" ], "support": { "issues": "https://github.com/firebase/php-jwt/issues", "source": "https://github.com/firebase/php-jwt/tree/v6.3.2" }, "install-path": "../firebase/php-jwt" }, { "name": "lucatume/di52", "version": "3.3.7", "version_normalized": "3.3.7.0", "source": { "type": "git", "url": "https://github.com/lucatume/di52.git", "reference": "76c0c2ad0422ce595e2e38138456f3475888e32c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/lucatume/di52/zipball/76c0c2ad0422ce595e2e38138456f3475888e32c", "reference": "76c0c2ad0422ce595e2e38138456f3475888e32c", "shasum": "" }, "require": { "ext-json": "*", "php": ">=5.6", "psr/container": "^1.0" }, "require-dev": { "phpunit/phpunit": "<10.0" }, "time": "2024-04-26T14:46:26+00:00", "type": "library", "installation-source": "dist", "autoload": [], "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0" ], "authors": [ { "name": "Luca Tumedei", "email": "luca@theaveragedev.com" } ], "description": "A PHP 5.6 compatible dependency injection container.", "support": { "issues": "https://github.com/lucatume/di52/issues", "source": "https://github.com/lucatume/di52/tree/3.3.7" }, "install-path": "../lucatume/di52" }, { "name": "monolog/monolog", "version": "2.10.0", "version_normalized": "2.10.0.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "5cf826f2991858b54d5c3809bee745560a1042a7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5cf826f2991858b54d5c3809bee745560a1042a7", "reference": "5cf826f2991858b54d5c3809bee745560a1042a7", "shasum": "" }, "require": { "php": ">=7.2", "psr/log": "^1.0.1 || ^2.0 || ^3.0" }, "provide": { "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0" }, "require-dev": { "aws/aws-sdk-php": "^2.4.9 || ^3.0", "doctrine/couchdb": "~1.0@dev", "elasticsearch/elasticsearch": "^7 || ^8", "ext-json": "*", "graylog2/gelf-php": "^1.4.2 || ^2@dev", "guzzlehttp/guzzle": "^7.4", "guzzlehttp/psr7": "^2.2", "mongodb/mongodb": "^1.8", "php-amqplib/php-amqplib": "~2.4 || ^3", "phpspec/prophecy": "^1.15", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^8.5.38 || ^9.6.19", "predis/predis": "^1.1 || ^2.0", "rollbar/rollbar": "^1.3 || ^2 || ^3", "ruflin/elastica": "^7", "swiftmailer/swiftmailer": "^5.3|^6.0", "symfony/mailer": "^5.4 || ^6", "symfony/mime": "^5.4 || ^6" }, "suggest": { "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", "doctrine/couchdb": "Allow sending log messages to a CouchDB server", "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler", "ext-mbstring": "Allow to work properly with unicode symbols", "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", "ext-openssl": "Required to send log messages using SSL", "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", "rollbar/rollbar": "Allow sending log messages to Rollbar", "ruflin/elastica": "Allow sending log messages to an Elastic Search server" }, "time": "2024-11-12T12:43:37+00:00", "type": "library", "extra": { "branch-alias": { "dev-main": "2.x-dev" } }, "installation-source": "dist", "autoload": [], "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "https://seld.be" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "homepage": "https://github.com/Seldaek/monolog", "keywords": [ "log", "logging", "psr-3" ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", "source": "https://github.com/Seldaek/monolog/tree/2.10.0" }, "funding": [ { "url": "https://github.com/Seldaek", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", "type": "tidelift" } ], "install-path": "../monolog/monolog" }, { "name": "psr/container", "version": "1.1.1", "version_normalized": "1.1.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", "shasum": "" }, "require": { "php": ">=7.2.0" }, "time": "2021-03-05T17:36:06+00:00", "type": "library", "installation-source": "dist", "autoload": [], "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common Container Interface (PHP FIG PSR-11)", "homepage": "https://github.com/php-fig/container", "keywords": [ "PSR-11", "container", "container-interface", "container-interop", "psr" ], "support": { "issues": "https://github.com/php-fig/container/issues", "source": "https://github.com/php-fig/container/tree/1.1.1" }, "install-path": "../psr/container" }, { "name": "psr/log", "version": "1.1.4", "version_normalized": "1.1.4.0", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, "require": { "php": ">=5.3.0" }, "time": "2021-05-03T11:20:27+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "installation-source": "dist", "autoload": [], "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "support": { "source": "https://github.com/php-fig/log/tree/1.1.4" }, "install-path": "../psr/log" }, { "name": "stellarwp/admin-notices", "version": "1.2.2", "version_normalized": "1.2.2.0", "source": { "type": "git", "url": "https://github.com/stellarwp/admin-notices.git", "reference": "219e081167a347f80e7eca62d41eac06e5f58dc3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stellarwp/admin-notices/zipball/219e081167a347f80e7eca62d41eac06e5f58dc3", "reference": "219e081167a347f80e7eca62d41eac06e5f58dc3", "shasum": "" }, "require": { "psr/container": "1.1.1" }, "require-dev": { "codeception/module-asserts": "^1.0", "codeception/module-cli": "^1.0", "codeception/module-db": "^1.0", "codeception/module-filesystem": "^1.0", "codeception/module-phpbrowser": "^1.0", "codeception/module-rest": "^1.0", "codeception/module-webdriver": "^1.0", "codeception/util-universalframework": "^1.0", "lucatume/wp-browser": "^3.6.5", "phpunit/phpunit": "^9.5", "szepeviktor/phpstan-wordpress": "^1.3" }, "time": "2024-10-29T14:53:11+00:00", "type": "library", "installation-source": "dist", "autoload": [], "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jason Adams", "email": "jason.adams@stellarwp.com" } ], "description": "A handy package for easily displaying admin notices in WordPress with simple to complex visibility conditions", "support": { "issues": "https://github.com/stellarwp/admin-notices/issues", "source": "https://github.com/stellarwp/admin-notices/tree/1.2.2" }, "install-path": "../stellarwp/admin-notices" }, { "name": "stellarwp/arrays", "version": "1.2.2", "version_normalized": "1.2.2.0", "source": { "type": "git", "url": "https://github.com/stellarwp/arrays.git", "reference": "fe0a4cec1a299c196cc89bdba18ac99dea6bf5a2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stellarwp/arrays/zipball/fe0a4cec1a299c196cc89bdba18ac99dea6bf5a2", "reference": "fe0a4cec1a299c196cc89bdba18ac99dea6bf5a2", "shasum": "" }, "require-dev": { "codeception/module-asserts": "^1.0", "codeception/module-cli": "^1.0", "codeception/module-db": "^1.0", "codeception/module-filesystem": "^1.0", "codeception/module-phpbrowser": "^1.0", "codeception/module-rest": "^1.0", "codeception/module-webdriver": "^1.0", "codeception/util-universalframework": "^1.0", "lucatume/wp-browser": "^3.0.14", "phpunit/phpunit": "~6.0", "saggre/phpdocumentor-markdown": "^0.1.3", "symfony/event-dispatcher-contracts": "^2.5.1", "symfony/string": "^5.4", "szepeviktor/phpstan-wordpress": "^1.1" }, "time": "2023-11-14T12:48:06+00:00", "type": "library", "installation-source": "dist", "autoload": [], "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0" ], "authors": [ { "name": "StellarWP", "email": "dev@stellarwp.com" }, { "name": "Matthew Batchelder", "email": "matt.batchelder@stellarwp.com" } ], "description": "A library for array manipulation.", "support": { "issues": "https://github.com/stellarwp/arrays/issues", "source": "https://github.com/stellarwp/arrays/tree/1.2.2" }, "install-path": "../stellarwp/arrays" }, { "name": "stellarwp/assets", "version": "1.4.10", "version_normalized": "1.4.10.0", "source": { "type": "git", "url": "https://github.com/stellarwp/assets.git", "reference": "a7c196cd6a4189d3f8f1112c5e66bcf1a5d1f610" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stellarwp/assets/zipball/a7c196cd6a4189d3f8f1112c5e66bcf1a5d1f610", "reference": "a7c196cd6a4189d3f8f1112c5e66bcf1a5d1f610", "shasum": "" }, "require": { "php": ">=7.4" }, "require-dev": { "codeception/module-asserts": "^1.0", "codeception/module-cli": "^1.0", "codeception/module-db": "^1.0", "codeception/module-filesystem": "^1.0", "codeception/module-phpbrowser": "^1.0", "codeception/module-rest": "^1.0", "codeception/module-webdriver": "^1.0", "codeception/util-universalframework": "^1.0", "lucatume/wp-browser": "^3.0.14", "phpunit/phpunit": "~6.0", "symfony/event-dispatcher-contracts": "^2.5.1", "symfony/string": "^5.4", "szepeviktor/phpstan-wordpress": "^1.1" }, "time": "2025-05-22T14:40:10+00:00", "type": "library", "installation-source": "dist", "autoload": [], "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0" ], "authors": [ { "name": "StellarWP", "email": "dev@stellarwp.com" }, { "name": "Matthew Batchelder", "email": "matt.batchelder@stellarwp.com" } ], "description": "A library for managing asset registration and enqueuing in WordPress.", "support": { "issues": "https://github.com/stellarwp/assets/issues", "source": "https://github.com/stellarwp/assets/tree/1.4.10" }, "install-path": "../stellarwp/assets" }, { "name": "stellarwp/container-contract", "version": "1.1.1", "version_normalized": "1.1.1.0", "source": { "type": "git", "url": "https://github.com/stellarwp/container-contract.git", "reference": "b2c42c76681db314e4edbb2af0a312b6c06b495e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stellarwp/container-contract/zipball/b2c42c76681db314e4edbb2af0a312b6c06b495e", "reference": "b2c42c76681db314e4edbb2af0a312b6c06b495e", "shasum": "" }, "require": { "php": ">=7.0.0" }, "time": "2023-09-05T20:08:29+00:00", "type": "library", "installation-source": "dist", "autoload": [], "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "StellarWP", "homepage": "https://stellarwp.com" } ], "description": "StellarWP Container Interface", "homepage": "https://github.com/stellarwp/container-contract", "keywords": [ "PSR-11", "container", "container-interface", "container-interop" ], "support": { "issues": "https://github.com/stellarwp/container-contract/issues", "source": "https://github.com/stellarwp/container-contract/tree/1.1.1" }, "install-path": "../stellarwp/container-contract" }, { "name": "stellarwp/db", "version": "1.1.1", "version_normalized": "1.1.1.0", "source": { "type": "git", "url": "https://github.com/stellarwp/db.git", "reference": "cbaed00b77f212b791263689cb8a24cbdfdf2100" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stellarwp/db/zipball/cbaed00b77f212b791263689cb8a24cbdfdf2100", "reference": "cbaed00b77f212b791263689cb8a24cbdfdf2100", "shasum": "" }, "require-dev": { "codeception/module-asserts": "^1.0", "codeception/module-cli": "^1.0", "codeception/module-db": "^1.0", "codeception/module-filesystem": "^1.0", "codeception/module-phpbrowser": "^1.0", "codeception/module-rest": "^1.0", "codeception/module-webdriver": "^1.0", "codeception/util-universalframework": "^1.0", "lucatume/wp-browser": "^3.0.14", "phpunit/phpunit": "~6.0", "symfony/event-dispatcher-contracts": "^2.5.1", "symfony/string": "^5.4", "szepeviktor/phpstan-wordpress": "^1.1" }, "time": "2024-06-06T20:03:23+00:00", "type": "library", "installation-source": "dist", "autoload": [], "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0" ], "authors": [ { "name": "StellarWP", "email": "dev@stellarwp.com" }, { "name": "Matthew Batchelder", "email": "matt.batchelder@stellarwp.com" } ], "description": "A WPDB wrapper and query builder library.", "support": { "issues": "https://github.com/stellarwp/db/issues", "source": "https://github.com/stellarwp/db/tree/1.1.1" }, "install-path": "../stellarwp/db" }, { "name": "stellarwp/installer", "version": "1.1.1", "version_normalized": "1.1.1.0", "source": { "type": "git", "url": "https://github.com/stellarwp/installer.git", "reference": "9c2774a1fcc9724839c7f009784420ed71831fde" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stellarwp/installer/zipball/9c2774a1fcc9724839c7f009784420ed71831fde", "reference": "9c2774a1fcc9724839c7f009784420ed71831fde", "shasum": "" }, "require": { "ext-json": "*", "php": ">=7.2" }, "require-dev": { "automattic/vipwpcs": "^2.3", "codeception/module-asserts": "^1.0", "codeception/module-cli": "^1.0", "codeception/module-db": "^1.0", "codeception/module-filesystem": "^1.0", "codeception/module-phpbrowser": "^1.0", "codeception/module-webdriver": "^1.0", "codeception/util-universalframework": "^1.0", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2", "lucatume/wp-browser": "^3.1", "phpcompatibility/phpcompatibility-wp": "*", "szepeviktor/phpstan-wordpress": "^1.1", "the-events-calendar/coding-standards": "dev-master", "wp-coding-standards/wpcs": "^2.3" }, "time": "2023-06-06T13:25:04+00:00", "type": "library", "installation-source": "dist", "autoload": [], "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "StellarWP plugin install/activation library.", "support": { "issues": "https://github.com/stellarwp/installer/issues", "source": "https://github.com/stellarwp/installer/tree/1.1.1" }, "install-path": "../stellarwp/installer" }, { "name": "stellarwp/models", "version": "dev-main", "version_normalized": "dev-main", "source": { "type": "git", "url": "https://github.com/stellarwp/models.git", "reference": "ac30397971ac654278ebe2cf703524db81459630" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stellarwp/models/zipball/ac30397971ac654278ebe2cf703524db81459630", "reference": "ac30397971ac654278ebe2cf703524db81459630", "shasum": "" }, "require": { "stellarwp/db": "^1.0.3" }, "require-dev": { "codeception/module-asserts": "^1.0", "codeception/module-cli": "^1.0", "codeception/module-db": "^1.0", "codeception/module-filesystem": "^1.0", "codeception/module-phpbrowser": "^1.0", "codeception/module-rest": "^1.0", "codeception/module-webdriver": "^1.0", "codeception/util-universalframework": "^1.0", "lucatume/wp-browser": "^3.0.14", "phpunit/phpunit": "~6.0" }, "time": "2024-09-26T18:03:55+00:00", "default-branch": true, "type": "library", "installation-source": "dist", "autoload": [], "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "StellarWP", "homepage": "https://github.com/stellarwp" } ], "description": "A library for a simple model structure.", "homepage": "https://github.com/stellarwp/models", "keywords": [ "stellarwp" ], "support": { "issues": "https://github.com/stellarwp/models/issues", "source": "https://github.com/stellarwp/models/tree/1.2.2" }, "install-path": "../stellarwp/models" }, { "name": "stellarwp/schema", "version": "1.1.8", "version_normalized": "1.1.8.0", "source": { "type": "git", "url": "https://github.com/stellarwp/schema.git", "reference": "979344c46d9c54a7891a27e7399fd391fa51b755" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stellarwp/schema/zipball/979344c46d9c54a7891a27e7399fd391fa51b755", "reference": "979344c46d9c54a7891a27e7399fd391fa51b755", "shasum": "" }, "require": { "psr/container": "^1.0", "stellarwp/container-contract": "^1.0" }, "require-dev": { "brianhenryie/strauss": "^0.11.0", "codeception/module-asserts": "^1.0", "codeception/module-cli": "^1.0", "codeception/module-db": "^1.0", "codeception/module-filesystem": "^1.0", "codeception/module-phpbrowser": "^1.0", "codeception/module-rest": "^1.0", "codeception/module-webdriver": "^1.0", "codeception/util-universalframework": "^1.0", "lucatume/di52": "^3.0", "lucatume/wp-browser": "^3.0.14", "phpunit/phpunit": "~6.0", "stellarwp/db": "^1.0", "symfony/event-dispatcher-contracts": "^2.5.1", "symfony/string": "^5.4", "szepeviktor/phpstan-wordpress": "^1.1" }, "time": "2025-01-10T19:40:08+00:00", "type": "library", "installation-source": "dist", "autoload": [], "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0" ], "authors": [ { "name": "StellarWP", "email": "dev@stellarwp.com" } ], "description": "A library for simplifying the creation and updates of custom tables within WordPress.", "support": { "issues": "https://github.com/stellarwp/schema/issues", "source": "https://github.com/stellarwp/schema/tree/1.1.8" }, "install-path": "../stellarwp/schema" }, { "name": "stellarwp/telemetry", "version": "2.3.4", "version_normalized": "2.3.4.0", "source": { "type": "git", "url": "https://github.com/stellarwp/telemetry.git", "reference": "74c7b819d574aa5fc1392f982fb32cedc18d4c6f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stellarwp/telemetry/zipball/74c7b819d574aa5fc1392f982fb32cedc18d4c6f", "reference": "74c7b819d574aa5fc1392f982fb32cedc18d4c6f", "shasum": "" }, "require": { "ext-json": "*", "php": ">=7.1", "stellarwp/container-contract": "^1.0" }, "require-dev": { "automattic/vipwpcs": "^3.0.0", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2", "lucatume/di52": "3.0.0", "lucatume/wp-browser": "^3.2.3", "phpcompatibility/phpcompatibility-wp": "*", "phpunit/php-code-coverage": "^9.2", "szepeviktor/phpstan-wordpress": "^1.1", "the-events-calendar/coding-standards": "dev-master", "wp-coding-standards/wpcs": "^3.0.0" }, "time": "2025-04-25T18:58:09+00:00", "type": "library", "installation-source": "dist", "autoload": [], "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Telemetry library for StellarWP plugins.", "support": { "issues": "https://github.com/stellarwp/telemetry/issues", "source": "https://github.com/stellarwp/telemetry/tree/2.3.4" }, "install-path": "../stellarwp/telemetry" }, { "name": "stellarwp/uplink", "version": "v2.2.2", "version_normalized": "2.2.2.0", "source": { "type": "git", "url": "https://github.com/stellarwp/uplink.git", "reference": "5bc1f115efe629dd4244bff08809aea45ed9d8f1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stellarwp/uplink/zipball/5bc1f115efe629dd4244bff08809aea45ed9d8f1", "reference": "5bc1f115efe629dd4244bff08809aea45ed9d8f1", "shasum": "" }, "require": { "ext-json": "*", "php": ">=7.1", "stellarwp/container-contract": "^1.0" }, "require-dev": { "codeception/module-asserts": "^1.0", "codeception/module-cli": "^1.0", "codeception/module-db": "^1.0", "codeception/module-filesystem": "^1.0", "codeception/module-phpbrowser": "^1.0", "codeception/module-rest": "^1.0", "codeception/module-webdriver": "^1.0", "codeception/util-universalframework": "^1.0", "lucatume/codeception-snapshot-assertions": "^0.4.0", "lucatume/di52": "^3.0", "lucatume/wp-browser": "^3.0.14", "phpspec/prophecy": "^1.0", "phpspec/prophecy-phpunit": "^1.0|^2.0", "phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0", "symfony/event-dispatcher-contracts": "^2.5.1", "symfony/string": "^5.4", "szepeviktor/phpstan-wordpress": "^1.1" }, "time": "2024-12-05T19:13:16+00:00", "bin": [ "bin/stellar-uplink" ], "type": "library", "installation-source": "dist", "autoload": [], "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "StellarWP", "homepage": "https://stellarwp.com" } ], "description": "A library that integrates a WordPress product with the StellarWP Licensing system.", "support": { "issues": "https://github.com/stellarwp/uplink/issues", "source": "https://github.com/stellarwp/uplink/tree/v2.2.2" }, "install-path": "../stellarwp/uplink" }, { "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" } ], "dev": false, "dev-package-names": [] }