648 lines
25 KiB
JSON
648 lines
25 KiB
JSON
{
|
|
"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": {
|
|
"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.5",
|
|
"version_normalized": "3.3.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/lucatume/di52.git",
|
|
"reference": "d39d1cbbc57eb41c7aa21fab106e17b6938ec6b3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/lucatume/di52/zipball/d39d1cbbc57eb41c7aa21fab106e17b6938ec6b3",
|
|
"reference": "d39d1cbbc57eb41c7aa21fab106e17b6938ec6b3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"php": ">=5.6",
|
|
"psr/container": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "<10.0"
|
|
},
|
|
"time": "2023-09-01T08:49:32+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"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.5"
|
|
},
|
|
"install-path": "../lucatume/di52"
|
|
},
|
|
{
|
|
"name": "monolog/monolog",
|
|
"version": "1.24.0",
|
|
"version_normalized": "1.24.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Seldaek/monolog.git",
|
|
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
|
|
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"psr/log": "~1.0"
|
|
},
|
|
"provide": {
|
|
"psr/log-implementation": "1.0.0"
|
|
},
|
|
"require-dev": {
|
|
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
|
|
"doctrine/couchdb": "~1.0@dev",
|
|
"graylog2/gelf-php": "~1.0",
|
|
"jakub-onderka/php-parallel-lint": "0.9",
|
|
"php-amqplib/php-amqplib": "~2.4",
|
|
"php-console/php-console": "^3.1.3",
|
|
"phpunit/phpunit": "~4.5",
|
|
"phpunit/phpunit-mock-objects": "2.3.0",
|
|
"ruflin/elastica": ">=0.90 <3.0",
|
|
"sentry/sentry": "^0.13",
|
|
"swiftmailer/swiftmailer": "^5.3|^6.0"
|
|
},
|
|
"suggest": {
|
|
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
|
|
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
|
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
|
"ext-mongo": "Allow sending log messages to a MongoDB server",
|
|
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
|
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
|
|
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
|
|
"php-console/php-console": "Allow sending log messages to Google Chrome",
|
|
"rollbar/rollbar": "Allow sending log messages to Rollbar",
|
|
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
|
|
"sentry/sentry": "Allow sending log messages to a Sentry server"
|
|
},
|
|
"time": "2018-11-05T09:00:11+00:00",
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Monolog\\": "src/Monolog"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be",
|
|
"homepage": "http://seld.be"
|
|
}
|
|
],
|
|
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
|
"homepage": "http://github.com/Seldaek/monolog",
|
|
"keywords": [
|
|
"log",
|
|
"logging",
|
|
"psr-3"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/Seldaek/monolog/issues",
|
|
"source": "https://github.com/Seldaek/monolog/tree/1.24.0"
|
|
},
|
|
"install-path": "../monolog/monolog"
|
|
},
|
|
{
|
|
"name": "psr/container",
|
|
"version": "1.1.2",
|
|
"version_normalized": "1.1.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/container.git",
|
|
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
|
|
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.4.0"
|
|
},
|
|
"time": "2021-11-05T16:50:12+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"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.2"
|
|
},
|
|
"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": {
|
|
"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": "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": {
|
|
"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.1.0",
|
|
"version_normalized": "1.1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/stellarwp/db.git",
|
|
"reference": "9c76724be8b60e76b7281118e4ccdf2cc129f257"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/stellarwp/db/zipball/9c76724be8b60e76b7281118e4ccdf2cc129f257",
|
|
"reference": "9c76724be8b60e76b7281118e4ccdf2cc129f257",
|
|
"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": "2023-11-14T12:37:35+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"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.1.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": {
|
|
"StellarWP\\Installer\\": "src/Installer",
|
|
"StellarWP\\Installer\\Assets_JS\\": "src/assets/js",
|
|
"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": "dev-main",
|
|
"version_normalized": "dev-main",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/stellarwp/models.git",
|
|
"reference": "1e364cc54883ac43fc25f7fce652259439af0a89"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/stellarwp/models/zipball/1e364cc54883ac43fc25f7fce652259439af0a89",
|
|
"reference": "1e364cc54883ac43fc25f7fce652259439af0a89",
|
|
"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": "2023-09-12T15:59:24+00:00",
|
|
"default-branch": true,
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"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/1.2.1"
|
|
},
|
|
"install-path": "../stellarwp/models"
|
|
},
|
|
{
|
|
"name": "stellarwp/schema",
|
|
"version": "1.1.6",
|
|
"version_normalized": "1.1.6.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/stellarwp/schema.git",
|
|
"reference": "afef7300c8d67d0362b8f8ced83cfd28c3467211"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/stellarwp/schema/zipball/afef7300c8d67d0362b8f8ced83cfd28c3467211",
|
|
"reference": "afef7300c8d67d0362b8f8ced83cfd28c3467211",
|
|
"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": "2024-01-09T13:56:29+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"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/1.1.6"
|
|
},
|
|
"install-path": "../stellarwp/schema"
|
|
},
|
|
{
|
|
"name": "stellarwp/telemetry",
|
|
"version": "2.3.2",
|
|
"version_normalized": "2.3.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/stellarwp/telemetry.git",
|
|
"reference": "a4bc84f1b9539ae5418e76caab31355191273a9c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/stellarwp/telemetry/zipball/a4bc84f1b9539ae5418e76caab31355191273a9c",
|
|
"reference": "a4bc84f1b9539ae5418e76caab31355191273a9c",
|
|
"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": "2024-01-08T18:55:26+00:00",
|
|
"type": "library",
|
|
"installation-source": "dist",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"StellarWP\\Telemetry\\": "src/Telemetry",
|
|
"StellarWP\\Telemetry\\Views_Dir\\": "src/views",
|
|
"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.2"
|
|
},
|
|
"install-path": "../stellarwp/telemetry"
|
|
}
|
|
],
|
|
"dev": false,
|
|
"dev-package-names": []
|
|
}
|