{ "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": { "psr-4": { "TEC\\Common\\Firebase\\JWT\\": "src" } }, "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": { "psr-4": { "TEC\\Common\\lucatume\\DI52\\": "src/" } }, "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": { "psr-4": { "TEC\\Common\\Monolog\\": "src/Monolog" } }, "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": { "psr-4": { "TEC\\Common\\Psr\\Container\\": "src/" } }, "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": { "psr-4": { "TEC\\Common\\Psr\\Log\\": "Psr/Log/" } }, "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": "scssphp/scssphp", "version": "v1.13.0", "version_normalized": "1.13.0.0", "source": { "type": "git", "url": "https://github.com/scssphp/scssphp.git", "reference": "63d1157457e5554edf00b0c1fabab4c1511d2520" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/scssphp/scssphp/zipball/63d1157457e5554edf00b0c1fabab4c1511d2520", "reference": "63d1157457e5554edf00b0c1fabab4c1511d2520", "shasum": "" }, "require": { "ext-ctype": "*", "ext-json": "*", "php": ">=5.6.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3 || ^9.4", "sass/sass-spec": "*", "squizlabs/php_codesniffer": "~3.5", "symfony/phpunit-bridge": "^5.1", "thoughtbot/bourbon": "^7.0", "twbs/bootstrap": "~5.0", "twbs/bootstrap4": "4.6.1", "zurb/foundation": "~6.7.0" }, "suggest": { "ext-iconv": "Can be used as fallback when ext-mbstring is not available", "ext-mbstring": "For best performance, mbstring should be installed as it is faster than ext-iconv" }, "time": "2024-08-17T21:02:11+00:00", "bin": [ "bin/pscss" ], "type": "library", "extra": { "bamarni-bin": { "bin-links": false, "forward-command": false } }, "installation-source": "dist", "autoload": { "psr-4": { "ScssPhp\\ScssPhp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Anthon Pang", "email": "apang@softwaredevelopment.ca", "homepage": "https://github.com/robocoder" }, { "name": "Cédric Morin", "email": "cedric@yterium.com", "homepage": "https://github.com/Cerdic" } ], "description": "scssphp is a compiler for SCSS written in PHP.", "homepage": "http://scssphp.github.io/scssphp/", "keywords": [ "css", "less", "sass", "scss", "stylesheet" ], "support": { "issues": "https://github.com/scssphp/scssphp/issues", "source": "https://github.com/scssphp/scssphp/tree/v1.13.0" }, "install-path": "../scssphp/scssphp" }, { "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": { "psr-4": { "TEC\\Common\\StellarWP\\AdminNotices\\": "src/" } }, "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": { "psr-4": { "TEC\\Common\\StellarWP\\Arrays\\": "src/Arrays/" } }, "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": { "psr-4": { "TEC\\Common\\StellarWP\\Assets\\": "src/Assets/" } }, "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": { "psr-4": { "TEC\\Common\\StellarWP\\ContainerContract\\": "src/" } }, "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.2.0", "version_normalized": "1.2.0.0", "source": { "type": "git", "url": "https://github.com/stellarwp/db.git", "reference": "f92d6ae0bcd74a3f526b023bb2d6ecd13227ef96" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stellarwp/db/zipball/f92d6ae0bcd74a3f526b023bb2d6ecd13227ef96", "reference": "f92d6ae0bcd74a3f526b023bb2d6ecd13227ef96", "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": "2025-11-10T10:55:50+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "TEC\\Common\\StellarWP\\DB\\": "src/DB/" } }, "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.2.0" }, "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": { "psr-4": { "TEC\\Common\\StellarWP\\Installer\\": "src/Installer", "TEC\\Common\\StellarWP\\Installer\\Assets_JS\\": "src/assets/js", "TEC\\Common\\StellarWP\\Installer\\Admin_Views\\": "src/admin-views" } }, "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": "2.0.0", "version_normalized": "2.0.0.0", "source": { "type": "git", "url": "https://github.com/stellarwp/models.git", "reference": "0571481c2e2f66b4c428be43c8d19ecb9ad3202d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stellarwp/models/zipball/0571481c2e2f66b4c428be43c8d19ecb9ad3202d", "reference": "0571481c2e2f66b4c428be43c8d19ecb9ad3202d", "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", "phpstan/phpstan": "^2.1", "phpunit/phpunit": "~6.0" }, "time": "2025-10-07T18:55:19+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "TEC\\Common\\StellarWP\\Models\\": "src/Models/" } }, "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/2.0.0" }, "install-path": "../stellarwp/models" }, { "name": "stellarwp/schema", "version": "3.2.0", "version_normalized": "3.2.0.0", "source": { "type": "git", "url": "https://github.com/stellarwp/schema.git", "reference": "af60b60c2e532d04ba884f7f4f545569f4b7a467" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stellarwp/schema/zipball/af60b60c2e532d04ba884f7f4f545569f4b7a467", "reference": "af60b60c2e532d04ba884f7f4f545569f4b7a467", "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/codeception-snapshot-assertions": "^0.5.0", "lucatume/di52": "^4.0", "lucatume/wp-browser": "^3.0 < 3.5", "php-stubs/wp-cli-stubs": "^2.11", "phpunit/phpunit": "~6.0", "stellarwp/db": "^1.1", "symfony/event-dispatcher-contracts": "^2.5.1", "symfony/string": "^5.4", "szepeviktor/phpstan-wordpress": "^1.1" }, "time": "2026-01-05T12:55:16+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "TEC\\Common\\StellarWP\\Schema\\": "src/Schema/" } }, "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/3.2.0" }, "install-path": "../stellarwp/schema" }, { "name": "stellarwp/schema-models", "version": "0.2.0", "version_normalized": "0.2.0.0", "source": { "type": "git", "url": "https://github.com/stellarwp/schema-models.git", "reference": "2ecd9d386a23a9451d0829c515a7c8ad9f10f4a2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stellarwp/schema-models/zipball/2ecd9d386a23a9451d0829c515a7c8ad9f10f4a2", "reference": "2ecd9d386a23a9451d0829c515a7c8ad9f10f4a2", "shasum": "" }, "require": { "php": ">=7.4", "stellarwp/models": "^2.0.0", "stellarwp/schema": "^3.2" }, "require-dev": { "codeception/module-asserts": "^1.3", "codeception/module-cli": "^1.1", "codeception/module-db": "^1.2", "codeception/module-filesystem": "^1.0", "codeception/module-phpbrowser": "^1.0", "codeception/module-rest": "^2.0", "codeception/module-webdriver": "^1.4", "codeception/util-universalframework": "^1.0", "lucatume/codeception-snapshot-assertions": "^0.4.0", "lucatume/di52": "^4.0", "lucatume/wp-browser": "^3.5.7", "phpcompatibility/phpcompatibility-wp": "^2.1", "slope-it/clock-mock": "^0.4.0", "stellarwp/coding-standards": "^2.1", "szepeviktor/phpstan-wordpress": "^2.0" }, "time": "2026-01-05T13:29:53+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "TEC\\Common\\StellarWP\\SchemaModels\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "StellarWP", "email": "dev@stellarwp.com" }, { "name": "Dimitrios Pantazis", "email": "dimi@stellarwp.com" } ], "description": "A library for offloading tasks to background processes.", "support": { "issues": "https://github.com/stellarwp/schema-models/issues", "source": "https://github.com/stellarwp/schema-models/tree/0.2.0" }, "install-path": "../stellarwp/schema-models" }, { "name": "stellarwp/shepherd", "version": "0.2.0", "version_normalized": "0.2.0.0", "source": { "type": "git", "url": "https://github.com/stellarwp/shepherd.git", "reference": "63c02ff7d978452c2fd879eed910a756e7abd185" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/stellarwp/shepherd/zipball/63c02ff7d978452c2fd879eed910a756e7abd185", "reference": "63c02ff7d978452c2fd879eed910a756e7abd185", "shasum": "" }, "require": { "php": ">=7.4", "psr/log": "^1.1", "stellarwp/db": "^1.1", "stellarwp/schema": "^3.2", "woocommerce/action-scheduler": "3.9.3" }, "require-dev": { "codeception/module-asserts": "^1.3", "codeception/module-cli": "^1.1", "codeception/module-db": "^1.2", "codeception/module-filesystem": "^1.0", "codeception/module-phpbrowser": "^1.0", "codeception/module-rest": "^2.0", "codeception/module-webdriver": "^1.4", "codeception/util-universalframework": "^1.0", "lucatume/codeception-snapshot-assertions": "^0.4.0", "lucatume/di52": "^4.0", "lucatume/wp-browser": "^3.5.7", "phpcompatibility/phpcompatibility-wp": "^2.1", "slope-it/clock-mock": "^0.4.0", "stellarwp/coding-standards": "^2.1", "szepeviktor/phpstan-wordpress": "^2.0" }, "time": "2026-01-05T13:28:25+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "TEC\\Common\\StellarWP\\Shepherd\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "StellarWP", "email": "dev@stellarwp.com" }, { "name": "Dimitrios Pantazis", "email": "dimi@stellarwp.com" } ], "description": "A library for offloading tasks to background processes.", "support": { "issues": "https://github.com/stellarwp/shepherd/issues", "source": "https://github.com/stellarwp/shepherd/tree/0.2.0" }, "install-path": "../stellarwp/shepherd" }, { "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": { "psr-4": { "TEC\\Common\\StellarWP\\Telemetry\\": "src/Telemetry", "TEC\\Common\\StellarWP\\Telemetry\\Views_Dir\\": "src/views", "TEC\\Common\\StellarWP\\Telemetry\\Assets_Dir\\": "src/resources" } }, "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": { "psr-4": { "TEC\\Common\\StellarWP\\Uplink\\": "src/Uplink/", "TEC\\Common\\StellarWP\\Uplink\\Views\\": "src/views/", "TEC\\Common\\StellarWP\\Uplink\\Assets_Dir\\": "src/assets/", "TEC\\Common\\StellarWP\\Uplink\\Admin_Views\\": "src/admin-views/" } }, "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": "trustedlogin/client", "version": "v1.9.0", "version_normalized": "1.9.0.0", "source": { "type": "git", "url": "https://github.com/trustedlogin/client.git", "reference": "b913058ae57b512a7766f449ab8d55952500fe72" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/trustedlogin/client/zipball/b913058ae57b512a7766f449ab8d55952500fe72", "reference": "b913058ae57b512a7766f449ab8d55952500fe72", "shasum": "" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^1.0", "ext-curl": "*", "ext-json": "*", "php": ">=5.3.0", "phpcompatibility/phpcompatibility-wp": "^2.1", "phpstan/extension-installer": "^1.3", "phpstan/phpstan": "^1.10", "szepeviktor/phpstan-wordpress": "^1.3", "wp-coding-standards/wpcs": "^3.0", "yoast/phpunit-polyfills": "^1.0.0" }, "time": "2024-08-26T01:13:42+00:00", "bin": [ "bin/build-sass" ], "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "TEC\\Common\\TrustedLogin\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "TrustedLogin", "email": "support@trustedlogin.com", "homepage": "https://www.trustedlogin.com" } ], "description": "Easily and securely log in to your customers sites when providing support.", "homepage": "https://www.trustedlogin.com", "keywords": [ "login", "security", "support" ], "support": { "issues": "https://github.com/trustedlogin/client/issues", "source": "https://github.com/trustedlogin/client/tree/v1.9.0" }, "install-path": "../trustedlogin/client" }, { "name": "woocommerce/action-scheduler", "version": "3.9.3", "version_normalized": "3.9.3.0", "source": { "type": "git", "url": "https://github.com/woocommerce/action-scheduler.git", "reference": "c58cdbab17651303d406cd3b22cf9d75c71c986c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/c58cdbab17651303d406cd3b22cf9d75c71c986c", "reference": "c58cdbab17651303d406cd3b22cf9d75c71c986c", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { "phpunit/phpunit": "^8.5", "woocommerce/woocommerce-sniffs": "0.1.0", "wp-cli/wp-cli": "~2.5.0", "yoast/phpunit-polyfills": "^2.0" }, "time": "2025-07-15T09:32: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.3" }, "install-path": "../woocommerce/action-scheduler" } ], "dev": false, "dev-package-names": [] }