2023-09-26 10:09:00 +02:00
{
"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" ,
2025-02-28 08:42:11 +01:00
"autoload" : [ ] ,
2023-09-26 10:09:00 +02:00
"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" ,
2025-02-28 08:42:11 +01:00
"version" : "3.3.7" ,
"version_normalized" : "3.3.7.0" ,
2023-09-26 10:09:00 +02:00
"source" : {
"type" : "git" ,
2024-02-16 11:03:01 +01:00
"url" : "https://github.com/lucatume/di52.git" ,
2025-02-28 08:42:11 +01:00
"reference" : "76c0c2ad0422ce595e2e38138456f3475888e32c"
2023-09-26 10:09:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2025-02-28 08:42:11 +01:00
"url" : "https://api.github.com/repos/lucatume/di52/zipball/76c0c2ad0422ce595e2e38138456f3475888e32c" ,
"reference" : "76c0c2ad0422ce595e2e38138456f3475888e32c" ,
2023-09-26 10:09:00 +02:00
"shasum" : ""
} ,
"require" : {
"ext-json" : "*" ,
"php" : ">=5.6" ,
"psr/container" : "^1.0"
} ,
"require-dev" : {
"phpunit/phpunit" : "<10.0"
} ,
2025-02-28 08:42:11 +01:00
"time" : "2024-04-26T14:46:26+00:00" ,
2023-09-26 10:09:00 +02:00
"type" : "library" ,
"installation-source" : "dist" ,
2025-02-28 08:42:11 +01:00
"autoload" : [ ] ,
2024-02-16 11:03:01 +01:00
"notification-url" : "https://packagist.org/downloads/" ,
2023-09-26 10:09:00 +02:00
"license" : [
"GPL-3.0"
] ,
"authors" : [
{
"name" : "Luca Tumedei" ,
"email" : "luca@theaveragedev.com"
}
] ,
"description" : "A PHP 5.6 compatible dependency injection container." ,
2024-02-16 11:03:01 +01:00
"support" : {
"issues" : "https://github.com/lucatume/di52/issues" ,
2025-02-28 08:42:11 +01:00
"source" : "https://github.com/lucatume/di52/tree/3.3.7"
2024-02-16 11:03:01 +01:00
} ,
2023-09-26 10:09:00 +02:00
"install-path" : "../lucatume/di52"
} ,
{
"name" : "monolog/monolog" ,
2025-04-25 12:30:07 +02:00
"version" : "2.10.0" ,
"version_normalized" : "2.10.0.0" ,
2023-09-26 10:09:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/Seldaek/monolog.git" ,
2025-04-25 12:30:07 +02:00
"reference" : "5cf826f2991858b54d5c3809bee745560a1042a7"
2023-09-26 10:09:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2025-04-25 12:30:07 +02:00
"url" : "https://api.github.com/repos/Seldaek/monolog/zipball/5cf826f2991858b54d5c3809bee745560a1042a7" ,
"reference" : "5cf826f2991858b54d5c3809bee745560a1042a7" ,
2023-09-26 10:09:00 +02:00
"shasum" : ""
} ,
"require" : {
2025-04-25 12:30:07 +02:00
"php" : ">=7.2" ,
"psr/log" : "^1.0.1 || ^2.0 || ^3.0"
2023-09-26 10:09:00 +02:00
} ,
"provide" : {
2025-04-25 12:30:07 +02:00
"psr/log-implementation" : "1.0.0 || 2.0.0 || 3.0.0"
2023-09-26 10:09:00 +02:00
} ,
"require-dev" : {
"aws/aws-sdk-php" : "^2.4.9 || ^3.0" ,
"doctrine/couchdb" : "~1.0@dev" ,
2025-04-25 12:30:07 +02:00
"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"
2023-09-26 10:09:00 +02:00
} ,
"suggest" : {
"aws/aws-sdk-php" : "Allow sending log messages to AWS services like DynamoDB" ,
"doctrine/couchdb" : "Allow sending log messages to a CouchDB server" ,
2025-04-25 12:30:07 +02:00
"elasticsearch/elasticsearch" : "Allow sending log messages to an Elasticsearch server via official client" ,
2023-09-26 10:09:00 +02:00
"ext-amqp" : "Allow sending log messages to an AMQP server (1.0+ required)" ,
2025-04-25 12:30:07 +02:00
"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)" ,
2023-09-26 10:09:00 +02:00
"graylog2/gelf-php" : "Allow sending log messages to a GrayLog2 server" ,
2025-04-25 12:30:07 +02:00
"mongodb/mongodb" : "Allow sending log messages to a MongoDB server (via library)" ,
2023-09-26 10:09:00 +02:00
"php-amqplib/php-amqplib" : "Allow sending log messages to an AMQP server using php-amqplib" ,
"rollbar/rollbar" : "Allow sending log messages to Rollbar" ,
2025-04-25 12:30:07 +02:00
"ruflin/elastica" : "Allow sending log messages to an Elastic Search server"
2023-09-26 10:09:00 +02:00
} ,
2025-04-25 12:30:07 +02:00
"time" : "2024-11-12T12:43:37+00:00" ,
2023-09-26 10:09:00 +02:00
"type" : "library" ,
"extra" : {
"branch-alias" : {
2025-04-25 12:30:07 +02:00
"dev-main" : "2.x-dev"
2023-09-26 10:09:00 +02:00
}
} ,
"installation-source" : "dist" ,
2025-02-28 08:42:11 +01:00
"autoload" : [ ] ,
2023-09-26 10:09:00 +02:00
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Jordi Boggiano" ,
"email" : "j.boggiano@seld.be" ,
2025-04-25 12:30:07 +02:00
"homepage" : "https://seld.be"
2023-09-26 10:09:00 +02:00
}
] ,
"description" : "Sends your logs to files, sockets, inboxes, databases and various web services" ,
2025-04-25 12:30:07 +02:00
"homepage" : "https://github.com/Seldaek/monolog" ,
2023-09-26 10:09:00 +02:00
"keywords" : [
"log" ,
"logging" ,
"psr-3"
] ,
"support" : {
"issues" : "https://github.com/Seldaek/monolog/issues" ,
2025-04-25 12:30:07 +02:00
"source" : "https://github.com/Seldaek/monolog/tree/2.10.0"
2023-09-26 10:09:00 +02:00
} ,
2025-04-25 12:30:07 +02:00
"funding" : [
{
"url" : "https://github.com/Seldaek" ,
"type" : "github"
} ,
{
"url" : "https://tidelift.com/funding/github/packagist/monolog/monolog" ,
"type" : "tidelift"
}
] ,
2023-09-26 10:09:00 +02:00
"install-path" : "../monolog/monolog"
} ,
{
"name" : "psr/container" ,
2025-02-28 08:42:11 +01:00
"version" : "1.1.1" ,
"version_normalized" : "1.1.1.0" ,
2023-09-26 10:09:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/container.git" ,
2025-02-28 08:42:11 +01:00
"reference" : "8622567409010282b7aeebe4bb841fe98b58dcaf"
2023-09-26 10:09:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2025-02-28 08:42:11 +01:00
"url" : "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf" ,
"reference" : "8622567409010282b7aeebe4bb841fe98b58dcaf" ,
2023-09-26 10:09:00 +02:00
"shasum" : ""
} ,
"require" : {
2025-02-28 08:42:11 +01:00
"php" : ">=7.2.0"
2023-09-26 10:09:00 +02:00
} ,
2025-02-28 08:42:11 +01:00
"time" : "2021-03-05T17:36:06+00:00" ,
2023-09-26 10:09:00 +02:00
"type" : "library" ,
"installation-source" : "dist" ,
2025-02-28 08:42:11 +01:00
"autoload" : [ ] ,
2023-09-26 10:09:00 +02:00
"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" ,
2025-02-28 08:42:11 +01:00
"source" : "https://github.com/php-fig/container/tree/1.1.1"
2023-09-26 10:09:00 +02:00
} ,
"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" ,
2025-02-28 08:42:11 +01:00
"autoload" : [ ] ,
2023-09-26 10:09:00 +02:00
"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"
} ,
2025-02-28 08:42:11 +01:00
{
"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.2" ,
"version_normalized" : "1.4.2.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/stellarwp/assets.git" ,
"reference" : "6c26d088dcf940234c57185218258dc909be657d"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/stellarwp/assets/zipball/6c26d088dcf940234c57185218258dc909be657d" ,
"reference" : "6c26d088dcf940234c57185218258dc909be657d" ,
"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-11-11T15:52:51+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.2"
} ,
"install-path" : "../stellarwp/assets"
} ,
2023-09-26 10:09:00 +02:00
{
"name" : "stellarwp/container-contract" ,
2023-12-07 09:44:11 +01:00
"version" : "1.1.1" ,
"version_normalized" : "1.1.1.0" ,
2023-09-26 10:09:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/stellarwp/container-contract.git" ,
2023-12-07 09:44:11 +01:00
"reference" : "b2c42c76681db314e4edbb2af0a312b6c06b495e"
2023-09-26 10:09:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2023-12-07 09:44:11 +01:00
"url" : "https://api.github.com/repos/stellarwp/container-contract/zipball/b2c42c76681db314e4edbb2af0a312b6c06b495e" ,
"reference" : "b2c42c76681db314e4edbb2af0a312b6c06b495e" ,
2023-09-26 10:09:00 +02:00
"shasum" : ""
} ,
"require" : {
"php" : ">=7.0.0"
} ,
2023-12-07 09:44:11 +01:00
"time" : "2023-09-05T20:08:29+00:00" ,
2023-09-26 10:09:00 +02:00
"type" : "library" ,
"installation-source" : "dist" ,
2025-02-28 08:42:11 +01:00
"autoload" : [ ] ,
2023-09-26 10:09:00 +02:00
"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" ,
2023-12-07 09:44:11 +01:00
"source" : "https://github.com/stellarwp/container-contract/tree/1.1.1"
2023-09-26 10:09:00 +02:00
} ,
"install-path" : "../stellarwp/container-contract"
} ,
{
"name" : "stellarwp/db" ,
2025-02-28 08:42:11 +01:00
"version" : "1.1.1" ,
"version_normalized" : "1.1.1.0" ,
2023-09-26 10:09:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/stellarwp/db.git" ,
2025-02-28 08:42:11 +01:00
"reference" : "cbaed00b77f212b791263689cb8a24cbdfdf2100"
2023-09-26 10:09:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2025-02-28 08:42:11 +01:00
"url" : "https://api.github.com/repos/stellarwp/db/zipball/cbaed00b77f212b791263689cb8a24cbdfdf2100" ,
"reference" : "cbaed00b77f212b791263689cb8a24cbdfdf2100" ,
2023-09-26 10:09:00 +02:00
"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"
} ,
2025-02-28 08:42:11 +01:00
"time" : "2024-06-06T20:03:23+00:00" ,
2023-09-26 10:09:00 +02:00
"type" : "library" ,
"installation-source" : "dist" ,
2025-02-28 08:42:11 +01:00
"autoload" : [ ] ,
2023-09-26 10:09:00 +02:00
"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" ,
2025-02-28 08:42:11 +01:00
"source" : "https://github.com/stellarwp/db/tree/1.1.1"
2023-09-26 10:09:00 +02:00
} ,
"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" ,
2025-02-28 08:42:11 +01:00
"autoload" : [ ] ,
2023-09-26 10:09:00 +02:00
"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"
} ,
2024-02-16 11:03:01 +01:00
{
"name" : "stellarwp/models" ,
"version" : "dev-main" ,
"version_normalized" : "dev-main" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/stellarwp/models.git" ,
2025-02-28 08:42:11 +01:00
"reference" : "ac30397971ac654278ebe2cf703524db81459630"
2024-02-16 11:03:01 +01:00
} ,
"dist" : {
"type" : "zip" ,
2025-02-28 08:42:11 +01:00
"url" : "https://api.github.com/repos/stellarwp/models/zipball/ac30397971ac654278ebe2cf703524db81459630" ,
"reference" : "ac30397971ac654278ebe2cf703524db81459630" ,
2024-02-16 11:03:01 +01:00
"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"
} ,
2025-02-28 08:42:11 +01:00
"time" : "2024-09-26T18:03:55+00:00" ,
2024-02-16 11:03:01 +01:00
"default-branch" : true ,
"type" : "library" ,
"installation-source" : "dist" ,
2025-02-28 08:42:11 +01:00
"autoload" : [ ] ,
2024-02-16 11:03:01 +01:00
"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" ,
2025-02-28 08:42:11 +01:00
"source" : "https://github.com/stellarwp/models/tree/1.2.2"
2024-02-16 11:03:01 +01:00
} ,
"install-path" : "../stellarwp/models"
} ,
{
"name" : "stellarwp/schema" ,
2025-04-25 12:30:07 +02:00
"version" : "1.1.8" ,
"version_normalized" : "1.1.8.0" ,
2024-02-16 11:03:01 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/stellarwp/schema.git" ,
2025-04-25 12:30:07 +02:00
"reference" : "979344c46d9c54a7891a27e7399fd391fa51b755"
2024-02-16 11:03:01 +01:00
} ,
"dist" : {
"type" : "zip" ,
2025-04-25 12:30:07 +02:00
"url" : "https://api.github.com/repos/stellarwp/schema/zipball/979344c46d9c54a7891a27e7399fd391fa51b755" ,
"reference" : "979344c46d9c54a7891a27e7399fd391fa51b755" ,
2024-02-16 11:03:01 +01:00
"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"
} ,
2025-04-25 12:30:07 +02:00
"time" : "2025-01-10T19:40:08+00:00" ,
2024-02-16 11:03:01 +01:00
"type" : "library" ,
"installation-source" : "dist" ,
2025-02-28 08:42:11 +01:00
"autoload" : [ ] ,
2024-02-16 11:03:01 +01:00
"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" ,
2025-04-25 12:30:07 +02:00
"source" : "https://github.com/stellarwp/schema/tree/1.1.8"
2024-02-16 11:03:01 +01:00
} ,
"install-path" : "../stellarwp/schema"
} ,
2023-09-26 10:09:00 +02:00
{
"name" : "stellarwp/telemetry" ,
2025-04-25 12:30:07 +02:00
"version" : "2.3.3" ,
"version_normalized" : "2.3.3.0" ,
2023-09-26 10:09:00 +02:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/stellarwp/telemetry.git" ,
2025-04-25 12:30:07 +02:00
"reference" : "cb302096350b047ab203367c8198bd0c5d1805cc"
2023-09-26 10:09:00 +02:00
} ,
"dist" : {
"type" : "zip" ,
2025-04-25 12:30:07 +02:00
"url" : "https://api.github.com/repos/stellarwp/telemetry/zipball/cb302096350b047ab203367c8198bd0c5d1805cc" ,
"reference" : "cb302096350b047ab203367c8198bd0c5d1805cc" ,
2023-09-26 10:09:00 +02:00
"shasum" : ""
} ,
"require" : {
"ext-json" : "*" ,
"php" : ">=7.1" ,
"stellarwp/container-contract" : "^1.0"
} ,
"require-dev" : {
2024-02-16 11:03:01 +01:00
"automattic/vipwpcs" : "^3.0.0" ,
2023-09-26 10:09:00 +02:00
"dealerdirect/phpcodesniffer-composer-installer" : "^0.7.2" ,
"lucatume/di52" : "3.0.0" ,
2024-02-16 11:03:01 +01:00
"lucatume/wp-browser" : "^3.2.3" ,
2023-09-26 10:09:00 +02:00
"phpcompatibility/phpcompatibility-wp" : "*" ,
2023-12-07 09:44:11 +01:00
"phpunit/php-code-coverage" : "^9.2" ,
2023-09-26 10:09:00 +02:00
"szepeviktor/phpstan-wordpress" : "^1.1" ,
"the-events-calendar/coding-standards" : "dev-master" ,
2024-02-16 11:03:01 +01:00
"wp-coding-standards/wpcs" : "^3.0.0"
2023-09-26 10:09:00 +02:00
} ,
2025-04-25 12:30:07 +02:00
"time" : "2025-01-28T21:13:55+00:00" ,
2023-09-26 10:09:00 +02:00
"type" : "library" ,
"installation-source" : "dist" ,
2025-02-28 08:42:11 +01:00
"autoload" : [ ] ,
2024-02-16 11:03:01 +01:00
"notification-url" : "https://packagist.org/downloads/" ,
2023-09-26 10:09:00 +02:00
"license" : [
"GPL-2.0-or-later"
] ,
"description" : "Telemetry library for StellarWP plugins." ,
"support" : {
2024-02-16 11:03:01 +01:00
"issues" : "https://github.com/stellarwp/telemetry/issues" ,
2025-04-25 12:30:07 +02:00
"source" : "https://github.com/stellarwp/telemetry/tree/2.3.3"
2023-09-26 10:09:00 +02:00
} ,
"install-path" : "../stellarwp/telemetry"
2025-02-28 08:42:11 +01:00
} ,
{
"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" ,
2025-04-25 12:30:07 +02:00
"version" : "3.9.0" ,
"version_normalized" : "3.9.0.0" ,
2025-02-28 08:42:11 +01:00
"source" : {
"type" : "git" ,
"url" : "https://github.com/woocommerce/action-scheduler.git" ,
2025-04-25 12:30:07 +02:00
"reference" : "90b98e6fe97d455679b1d288f050cad8f6f79771"
2025-02-28 08:42:11 +01:00
} ,
"dist" : {
"type" : "zip" ,
2025-04-25 12:30:07 +02:00
"url" : "https://api.github.com/repos/woocommerce/action-scheduler/zipball/90b98e6fe97d455679b1d288f050cad8f6f79771" ,
"reference" : "90b98e6fe97d455679b1d288f050cad8f6f79771" ,
2025-02-28 08:42:11 +01:00
"shasum" : ""
} ,
"require" : {
2025-04-25 12:30:07 +02:00
"php" : ">=7.1"
2025-02-28 08:42:11 +01:00
} ,
"require-dev" : {
"phpunit/phpunit" : "^7.5" ,
"woocommerce/woocommerce-sniffs" : "0.1.0" ,
"wp-cli/wp-cli" : "~2.5.0" ,
"yoast/phpunit-polyfills" : "^2.0"
} ,
2025-04-25 12:30:07 +02:00
"time" : "2024-11-15T00:11:39+00:00" ,
2025-02-28 08:42:11 +01: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" ,
2025-04-25 12:30:07 +02:00
"source" : "https://github.com/woocommerce/action-scheduler/tree/3.9.0"
2025-02-28 08:42:11 +01:00
} ,
"install-path" : "../woocommerce/action-scheduler"
2023-09-26 10:09:00 +02:00
}
] ,
"dev" : false ,
"dev-package-names" : [ ]
}