File "installed.json"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/flexible-shipping-pro/vendor/composer/installed.json
File size: 8.92 KB
MIME-type: text/plain
Charset: utf-8

{
    "packages": [
        {
            "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": "wpdesk/wp-builder",
            "version": "2.1.1",
            "version_normalized": "2.1.1.0",
            "source": {
                "type": "git",
                "url": "https://gitlab.wpdesk.dev/wpdesk/wp-builder",
                "reference": "bf30b1ac6f94f39654a29552cb26d8dad5dda085"
            },
            "require": {
                "php": ">=5.5"
            },
            "require-dev": {
                "10up/wp_mock": "*",
                "mockery/mockery": "*",
                "phpunit/phpunit": "<7",
                "squizlabs/php_codesniffer": "^3.0.2",
                "wimg/php-compatibility": "^8",
                "wp-coding-standards/wpcs": "^0.14.1"
            },
            "time": "2023-12-12T11:21:37+00:00",
            "type": "library",
            "extra": {
                "text-domain": "wpdesk-wp-builder",
                "translations-folder": "lang",
                "po-files": {
                    "pl_PL": "pl_PL.po"
                }
            },
            "installation-source": "source",
            "autoload": {
                "psr-4": {
                    "WPDesk\\PluginBuilder\\": "src/"
                },
                "classmap": [
                    "src/Plugin/WithoutNamespace"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "authors": [
                {
                    "name": "Krzysiek",
                    "email": "[email protected]"
                }
            ],
            "install-path": "../wpdesk/wp-builder"
        },
        {
            "name": "wpdesk/wp-notice",
            "version": "3.2.4",
            "version_normalized": "3.2.4.0",
            "source": {
                "type": "git",
                "url": "https://gitlab.wpdesk.dev/wpdesk/wp-notice.git",
                "reference": "d01635f1a36769a3fbcbad78af824e7f633a1e45"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.wpdesk.dev/api/v4/projects/801/packages/composer/archives/wpdesk/wp-notice.zip?sha=d01635f1a36769a3fbcbad78af824e7f633a1e45",
                "reference": "d01635f1a36769a3fbcbad78af824e7f633a1e45",
                "shasum": ""
            },
            "require": {
                "php": ">=7.0.8",
                "wpdesk/wp-builder": "^1.0|^2.0"
            },
            "require-dev": {
                "10up/wp_mock": "*",
                "mockery/mockery": "*",
                "squizlabs/php_codesniffer": "^3.0.2",
                "wimg/php-compatibility": "^8",
                "wp-coding-standards/wpcs": "^0.14.1",
                "wpdesk/wp-codeception": "^2.7"
            },
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src/WPDesk/notice-functions.php"
                ],
                "psr-4": {
                    "WPDesk\\Notice\\": "src/WPDesk/Notice/"
                }
            },
            "scripts": {
                "phpcs": [
                    "phpcs"
                ],
                "phpunit-unit": [
                    "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never"
                ],
                "phpunit-unit-fast": [
                    "phpunit --configuration phpunit-unit.xml --no-coverage"
                ],
                "phpunit-integration": [
                    "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never"
                ],
                "phpunit-integration-fast": [
                    "phpunit --configuration phpunit-integration.xml --no-coverage"
                ]
            },
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "grola",
                    "email": "[email protected]"
                }
            ],
            "description": "Library for displaying Wordpress notices.",
            "homepage": "https://gitlab.com/wpdesk/wp-notice",
            "keywords": [
                "admin",
                "notice",
                "wordpress"
            ],
            "install-path": "../wpdesk/wp-notice"
        },
        {
            "name": "wpdesk/wp-wpdesk-fs-compatibility",
            "version": "1.0.13",
            "version_normalized": "1.0.13.0",
            "source": {
                "type": "git",
                "url": "https://gitlab.wpdesk.dev/wpdesk/wp-wpdesk-fs-compatibility",
                "reference": "b5d26e68d60330b9eb7f9a788b8b25801e205618"
            },
            "require": {
                "php": ">=5.6",
                "psr/log": "^1.1",
                "wpdesk/wp-builder": "^1.4|^2",
                "wpdesk/wp-notice": "^3.1.3"
            },
            "require-dev": {
                "10up/wp_mock": "^0.3",
                "mockery/mockery": "^1.2",
                "phpunit/phpunit": "<7"
            },
            "time": "2023-02-17T20:13:46+00:00",
            "type": "library",
            "extra": {
                "text-domain": "wp-wpdesk-fs-compatibility",
                "translations-folder": "lang",
                "po-files": {
                    "pl_PL": "pl_PL.po"
                }
            },
            "installation-source": "source",
            "autoload": {
                "psr-4": {
                    "WPDesk\\FS\\Compatibility\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "authors": [
                {
                    "name": "Sebastian",
                    "email": "[email protected]"
                }
            ],
            "install-path": "../wpdesk/wp-wpdesk-fs-compatibility"
        },
        {
            "name": "wpdesk/wp-wpdesk-helper-override",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https://gitlab.com/wpdesk/wp-wpdesk-helper-override.git",
                "reference": "77844fc71da7ebb7645f10f0fc15f5294fed8542"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/wpdesk%2Fwp-wpdesk-helper-override/repository/archive.zip?sha=77844fc71da7ebb7645f10f0fc15f5294fed8542",
                "reference": "77844fc71da7ebb7645f10f0fc15f5294fed8542",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "phpunit/phpunit": "<7"
            },
            "time": "2019-08-13T07:33:46+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "src"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "authors": [
                {
                    "name": "Krzysiek",
                    "email": "[email protected]"
                }
            ],
            "install-path": "../wpdesk/wp-wpdesk-helper-override"
        }
    ],
    "dev": false,
    "dev-package-names": []
}