/home/crealab/riscatto.brainware.com.co/wp-content/plugins/sfwd-lms/vendor/composer/installed.json
{
"packages": [
{
"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": {
"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": "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": {
"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": "razorpay/razorpay",
"version": "2.9.1",
"version_normalized": "2.9.1.0",
"source": {
"type": "git",
"url": "https://github.com/razorpay/razorpay-php.git",
"reference": "d5e49ef12c4862f6bc8003f87f79b942a9dd3a8b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/razorpay/razorpay-php/zipball/d5e49ef12c4862f6bc8003f87f79b942a9dd3a8b",
"reference": "d5e49ef12c4862f6bc8003f87f79b942a9dd3a8b",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": ">=7.3",
"rmccue/requests": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^9",
"raveren/kint": "1.*"
},
"time": "2025-03-20T12:51:47+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"files": [
"Deprecated.php"
],
"psr-4": {
"Razorpay\\Api\\": "src/",
"Razorpay\\Tests\\": "tests/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Abhay Rana",
"email": "nemo@razorpay.com",
"homepage": "https://captnemo.in",
"role": "Developer"
},
{
"name": "Shashank Kumar",
"email": "shashank@razorpay.com",
"role": "Developer"
}
],
"description": "Razorpay PHP Client Library",
"homepage": "https://docs.razorpay.com",
"keywords": [
"api",
"client",
"php",
"razorpay"
],
"support": {
"email": "contact@razorpay.com",
"issues": "https://github.com/Razorpay/razorpay-php/issues",
"source": "https://github.com/Razorpay/razorpay-php"
},
"install-path": "../razorpay/razorpay"
},
{
"name": "rmccue/requests",
"version": "v2.0.15",
"version_normalized": "2.0.15.0",
"source": {
"type": "git",
"url": "https://github.com/WordPress/Requests.git",
"reference": "877cd66169755899682f1595e057334b40d9d149"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/WordPress/Requests/zipball/877cd66169755899682f1595e057334b40d9d149",
"reference": "877cd66169755899682f1595e057334b40d9d149",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": ">=5.6"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"php-parallel-lint/php-console-highlighter": "^0.5.0",
"php-parallel-lint/php-parallel-lint": "^1.3.1",
"phpcompatibility/php-compatibility": "^9.0",
"requests/test-server": "dev-main",
"roave/security-advisories": "dev-latest",
"squizlabs/php_codesniffer": "^3.6",
"wp-coding-standards/wpcs": "^2.0",
"yoast/phpunit-polyfills": "^1.0.0"
},
"suggest": {
"art4/requests-psr18-adapter": "For using Requests as a PSR-18 HTTP Client",
"ext-curl": "For improved performance",
"ext-openssl": "For secure transport support",
"ext-zlib": "For improved performance when decompressing encoded streams"
},
"time": "2025-01-21T10:13:31+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"files": [
"library/Deprecated.php"
],
"psr-4": {
"WpOrg\\Requests\\": "src/"
},
"classmap": [
"library/Requests.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"ISC"
],
"authors": [
{
"name": "Ryan McCue",
"homepage": "https://rmccue.io/"
},
{
"name": "Alain Schlesser",
"homepage": "https://github.com/schlessera"
},
{
"name": "Juliette Reinders Folmer",
"homepage": "https://github.com/jrfnl"
},
{
"name": "Contributors",
"homepage": "https://github.com/WordPress/Requests/graphs/contributors"
}
],
"description": "A HTTP library written in PHP, for human beings.",
"homepage": "https://requests.ryanmccue.info/",
"keywords": [
"curl",
"fsockopen",
"http",
"idna",
"ipv6",
"iri",
"sockets"
],
"support": {
"docs": "https://requests.ryanmccue.info/",
"issues": "https://github.com/WordPress/Requests/issues",
"source": "https://github.com/WordPress/Requests"
},
"install-path": "../rmccue/requests"
},
{
"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": "ssnepenthe/color-utils",
"version": "0.4.2",
"version_normalized": "0.4.2.0",
"source": {
"type": "git",
"url": "https://github.com/ssnepenthe/color-utils.git",
"reference": "a68562f81fd603be0c45d102b4e8064c76ddf863"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ssnepenthe/color-utils/zipball/a68562f81fd603be0c45d102b4e8064c76ddf863",
"reference": "a68562f81fd603be0c45d102b4e8064c76ddf863",
"shasum": ""
},
"require": {
"php": ">=7.0"
},
"require-dev": {
"phploc/phploc": "^3.0",
"phpmd/phpmd": "^2.6",
"phpunit/phpunit": "^6.0",
"psy/psysh": "^0.8",
"squizlabs/php_codesniffer": "^2.8",
"vimeo/psalm": "^0.3"
},
"time": "2017-06-19T16:48:17+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"files": [
"inc/colors.php",
"inc/helpers.php",
"inc/transformations.php"
],
"psr-4": {
"SSNepenthe\\ColorUtils\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0"
],
"description": "A PHP library for performing SASS-like color manipulations.",
"homepage": "https://github.com/ssnepenthe/color-utils",
"keywords": [
"Brightness",
"alpha",
"blue",
"color",
"conversion",
"convert",
"green",
"hex",
"hexadecimal",
"hsl",
"hsla",
"hue",
"lightness",
"luminance",
"manipulation",
"red",
"rgb",
"rgba",
"sass",
"saturation",
"scss",
"transformation"
],
"support": {
"issues": "https://github.com/ssnepenthe/color-utils/issues",
"source": "https://github.com/ssnepenthe/color-utils/tree/master"
},
"install-path": "../ssnepenthe/color-utils"
},
{
"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": {
"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.3.1",
"version_normalized": "1.3.1.0",
"source": {
"type": "git",
"url": "https://github.com/stellarwp/arrays.git",
"reference": "315a9b2018ac6f2475a346c89b1d7120ae07c218"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stellarwp/arrays/zipball/315a9b2018ac6f2475a346c89b1d7120ae07c218",
"reference": "315a9b2018ac6f2475a346c89b1d7120ae07c218",
"shasum": ""
},
"require-dev": {
"lucatume/wp-browser": "^3.5 || ^4.0",
"saggre/phpdocumentor-markdown": "^0.1.3",
"symfony/event-dispatcher-contracts": "^2.5.1",
"symfony/string": "^5.4",
"szepeviktor/phpstan-wordpress": "^1.1"
},
"time": "2025-02-07T18:23:13+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"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.3.1"
},
"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": {
"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.0.4",
"version_normalized": "1.0.4.0",
"source": {
"type": "git",
"url": "https://github.com/stellarwp/container-contract.git",
"reference": "37becc9edbecb0ff95556048337600dd9cc888f0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stellarwp/container-contract/zipball/37becc9edbecb0ff95556048337600dd9cc888f0",
"reference": "37becc9edbecb0ff95556048337600dd9cc888f0",
"shasum": ""
},
"require": {
"php": ">=7.0.0"
},
"time": "2022-12-20T21:29:17+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.0.4"
},
"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": {
"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.1"
},
"install-path": "../stellarwp/db"
},
{
"name": "stellarwp/field-conditions",
"version": "1.1.1",
"version_normalized": "1.1.1.0",
"source": {
"type": "git",
"url": "https://github.com/stellarwp/field-conditions.git",
"reference": "03f5aff2f4977359e672efe5426bbb4ef62101cd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stellarwp/field-conditions/zipball/03f5aff2f4977359e672efe5426bbb4ef62101cd",
"reference": "03f5aff2f4977359e672efe5426bbb4ef62101cd",
"shasum": ""
},
"require": {
"ext-json": "*"
},
"require-dev": {
"codeception/module-asserts": "^1.0.0",
"codeception/module-phpbrowser": "^1.0.0",
"lucatume/wp-browser": "^3.0.14",
"phpunit/phpunit": "~6.0"
},
"time": "2023-04-01T00:38:22+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"StellarWP\\FieldConditions\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "StellarWP",
"email": "dev@stellarwp.com"
},
{
"name": "Jason Adams",
"email": "jason.adams@givewp.com"
}
],
"description": "A set of serializable classes for handling conditional logic for fields in PHP",
"support": {
"issues": "https://github.com/stellarwp/field-conditions/issues",
"source": "https://github.com/stellarwp/field-conditions/tree/1.1.1"
},
"install-path": "../stellarwp/field-conditions"
},
{
"name": "stellarwp/models",
"version": "1.2.3",
"version_normalized": "1.2.3.0",
"source": {
"type": "git",
"url": "https://github.com/stellarwp/models.git",
"reference": "2fb454505742d0f671bcd5ea30cc2b99dab7fa4c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stellarwp/models/zipball/2fb454505742d0f671bcd5ea30cc2b99dab7fa4c",
"reference": "2fb454505742d0f671bcd5ea30cc2b99dab7fa4c",
"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": "2025-02-27T19:04:51+00:00",
"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.3"
},
"install-path": "../stellarwp/models"
},
{
"name": "stellarwp/superglobals",
"version": "1.3.0",
"version_normalized": "1.3.0.0",
"source": {
"type": "git",
"url": "https://github.com/stellarwp/superglobals.git",
"reference": "a43ffa491c171f46d81a26d55e096bc8eaddfb3e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stellarwp/superglobals/zipball/a43ffa491c171f46d81a26d55e096bc8eaddfb3e",
"reference": "a43ffa491c171f46d81a26d55e096bc8eaddfb3e",
"shasum": ""
},
"require": {
"stellarwp/arrays": "^1.2"
},
"require-dev": {
"phpunit/phpunit": "<10.0",
"symfony/event-dispatcher-contracts": "^2.5.1",
"symfony/string": "^5.4",
"szepeviktor/phpstan-wordpress": "^1.1"
},
"time": "2024-06-26T14:12:19+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"StellarWP\\SuperGlobals\\": "src/SuperGlobals/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "StellarWP",
"email": "dev@stellarwp.com"
},
{
"name": "Matthew Batchelder",
"email": "matt.batchelder@stellarwp.com"
}
],
"description": "A library that handles access to superglobals.",
"support": {
"issues": "https://github.com/stellarwp/superglobals/issues",
"source": "https://github.com/stellarwp/superglobals/tree/1.3.0"
},
"install-path": "../stellarwp/superglobals"
},
{
"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": {
"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.4"
},
"install-path": "../stellarwp/telemetry"
},
{
"name": "stellarwp/validation",
"version": "1.5.0",
"version_normalized": "1.5.0.0",
"source": {
"type": "git",
"url": "https://github.com/stellarwp/validation.git",
"reference": "cf610086713a8a20ad640b7f0da2bcf0e8a826a4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stellarwp/validation/zipball/cf610086713a8a20ad640b7f0da2bcf0e8a826a4",
"reference": "cf610086713a8a20ad640b7f0da2bcf0e8a826a4",
"shasum": ""
},
"require": {
"ext-json": "*",
"stellarwp/container-contract": "1.0.4",
"stellarwp/field-conditions": "^1.0"
},
"require-dev": {
"codeception/module-asserts": "^1.0.0",
"codeception/module-phpbrowser": "^1.0.0",
"lucatume/di52": "^3.0",
"lucatume/wp-browser": "^3.0.14",
"phpstan/phpstan": "^1.12",
"phpunit/phpunit": "~6.0",
"szepeviktor/phpstan-wordpress": "^1.3"
},
"time": "2025-06-18T20:38:33+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"StellarWP\\Validation\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "StellarWP",
"email": "dev@stellarwp.com"
},
{
"name": "Jason Adams",
"email": "jason.adams@givewp.com"
}
],
"description": "An end-to-end ready PHP validation library",
"support": {
"issues": "https://github.com/stellarwp/validation/issues",
"source": "https://github.com/stellarwp/validation/tree/1.5.0"
},
"install-path": "../stellarwp/validation"
},
{
"name": "stripe/stripe-php",
"version": "v13.18.0",
"version_normalized": "13.18.0.0",
"source": {
"type": "git",
"url": "https://github.com/stripe/stripe-php.git",
"reference": "02abb043b103766f4ed920642ae56ffdc58c7467"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stripe/stripe-php/zipball/02abb043b103766f4ed920642ae56ffdc58c7467",
"reference": "02abb043b103766f4ed920642ae56ffdc58c7467",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"php": ">=5.6.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "3.5.0",
"phpstan/phpstan": "^1.2",
"phpunit/phpunit": "^5.7 || ^9.0"
},
"time": "2024-04-09T21:08:04+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"Stripe\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Stripe and contributors",
"homepage": "https://github.com/stripe/stripe-php/contributors"
}
],
"description": "Stripe PHP Library",
"homepage": "https://stripe.com/",
"keywords": [
"api",
"payment processing",
"stripe"
],
"support": {
"issues": "https://github.com/stripe/stripe-php/issues",
"source": "https://github.com/stripe/stripe-php/tree/v13.18.0"
},
"install-path": "../stripe/stripe-php"
},
{
"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": {
"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"
}
],
"dev": false,
"dev-package-names": []
}