installed.json 12.5 KB
{
    "packages": [
        {
            "name": "lucatume/di52",
            "version": "3.3.3",
            "version_normalized": "3.3.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/lucatume/di52.git",
                "reference": "4185e21be2ac6c96bb1bb03970258352b6876bb2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/lucatume/di52/zipball/4185e21be2ac6c96bb1bb03970258352b6876bb2",
                "reference": "4185e21be2ac6c96bb1bb03970258352b6876bb2",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=5.6",
                "psr/container": "^1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "<10.0"
            },
            "time": "2023-04-28T07:39:10+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.3"
            },
            "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": "stellarwp/container-contract",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/container-contract.git",
                "reference": "b1568be99b4d2d38446895d31a1c0f3718bf4d36"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/container-contract/zipball/b1568be99b4d2d38446895d31a1c0f3718bf4d36",
                "reference": "b1568be99b4d2d38446895d31a1c0f3718bf4d36",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.0"
            },
            "time": "2023-02-13T21:24:31+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.0"
            },
            "install-path": "../stellarwp/container-contract"
        },
        {
            "name": "stellarwp/db",
            "version": "1.0.3",
            "version_normalized": "1.0.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/db.git",
                "reference": "782daf58b6160478059baeb7e7d84d6127726067"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/db/zipball/782daf58b6160478059baeb7e7d84d6127726067",
                "reference": "782daf58b6160478059baeb7e7d84d6127726067",
                "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": "2022-11-22T21:32:56+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.0.3"
            },
            "install-path": "../stellarwp/db"
        },
        {
            "name": "stellarwp/models",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/models.git",
                "reference": "a04aeb0898524d6538d0722629b6f04ff5018418"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/models/zipball/a04aeb0898524d6538d0722629b6f04ff5018418",
                "reference": "a04aeb0898524d6538d0722629b6f04ff5018418",
                "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-03-16T20:45:27+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/main"
            },
            "install-path": "../stellarwp/models"
        },
        {
            "name": "stellarwp/telemetry",
            "version": "1.0.6",
            "version_normalized": "1.0.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/stellarwp/telemetry.git",
                "reference": "331b61749bf1b4d90fa975419c2be506dd5d2cfc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/stellarwp/telemetry/zipball/331b61749bf1b4d90fa975419c2be506dd5d2cfc",
                "reference": "331b61749bf1b4d90fa975419c2be506dd5d2cfc",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=7.1",
                "stellarwp/container-contract": "^1.0"
            },
            "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/di52": "3.0.0",
                "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-02-23T18: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/1.0.6"
            },
            "install-path": "../stellarwp/telemetry"
        }
    ],
    "dev": false,
    "dev-package-names": []
}