Changeset - 467a3a1612f2
[Not reviewed]
0 1 0
Lance Edgar (lance) - 15 months ago 2023-06-09 18:47:32
lance@edbob.org
Hopefully fix composer package compatibility ..?

struggling to get this all straight it seems..
1 file changed with 13 insertions and 73 deletions:
0 comments (0 inline, 0 general)
composer.lock
Show inline comments
 
{
 
    "_readme": [
 
        "This file locks the dependencies of your project to a known state",
 
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
 
        "This file is @generated automatically"
 
    ],
 
    "content-hash": "28d4f14f01418c8545cda86a7438312f",
 
    "packages": [
 
        {
 
            "name": "automattic/woocommerce",
 
            "version": "1.3.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/woocommerce/wc-api-php.git",
 
                "reference": "6181e20b96e95b2be8639d1e1dce76cc98856339"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/woocommerce/wc-api-php/zipball/6181e20b96e95b2be8639d1e1dce76cc98856339",
 
                "reference": "6181e20b96e95b2be8639d1e1dce76cc98856339",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "ext-curl": "*",
 
                "ext-json": "*",
 
                "php": ">= 5.4.0"
 
            },
 
            "require-dev": {
 
                "phpunit/phpunit": "*"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "Automattic\\WooCommerce\\": [
 
                        "src/WooCommerce"
 
                    ]
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Claudio Sanches",
 
                    "email": "claudio.sanches@automattic.com"
 
                }
 
            ],
 
            "description": "A PHP wrapper for the WooCommerce REST API",
 
            "keywords": [
 
                "api",
 
                "woocommerce"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/woocommerce/wc-api-php/issues",
 
                "source": "https://github.com/woocommerce/wc-api-php/tree/1.3.0"
 
            },
 
            "time": "2017-06-06T20:38:08+00:00"
 
        },
 
        {
 
            "name": "aws/aws-crt-php",
 
            "version": "v1.2.1",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/awslabs/aws-crt-php.git",
 
                "reference": "1926277fc71d253dfa820271ac5987bdb193ccf5"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/1926277fc71d253dfa820271ac5987bdb193ccf5",
 
                "reference": "1926277fc71d253dfa820271ac5987bdb193ccf5",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=5.5"
 
            },
 
            "require-dev": {
 
                "phpunit/phpunit": "^4.8.35||^5.6.3||^9.5",
 
                "yoast/phpunit-polyfills": "^1.0"
 
            },
 
            "suggest": {
 
                "ext-awscrt": "Make sure you install awscrt native extension to use any of the functionality."
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "classmap": [
 
                    "src/"
 
                ]
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "Apache-2.0"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "AWS SDK Common Runtime Team",
 
                    "email": "aws-sdk-common-runtime@amazon.com"
 
                }
 
            ],
 
            "description": "AWS Common Runtime for PHP",
 
            "homepage": "https://github.com/awslabs/aws-crt-php",
 
            "keywords": [
 
                "amazon",
 
                "aws",
 
                "crt",
 
                "sdk"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/awslabs/aws-crt-php/issues",
 
                "source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.1"
 
            },
 
            "time": "2023-03-24T20:22:19+00:00"
 
        },
 
        {
 
            "name": "aws/aws-sdk-php",
 
            "version": "3.272.1",
 
            "version": "3.130.3",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/aws/aws-sdk-php.git",
 
                "reference": "a0accaf4a16565c0b4438109c978602f27dff3a0"
 
                "reference": "916356edb5c30fa564d02de94bde51a9c0bb4469"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/a0accaf4a16565c0b4438109c978602f27dff3a0",
 
                "reference": "a0accaf4a16565c0b4438109c978602f27dff3a0",
 
                "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/916356edb5c30fa564d02de94bde51a9c0bb4469",
 
                "reference": "916356edb5c30fa564d02de94bde51a9c0bb4469",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "aws/aws-crt-php": "^1.0.4",
 
                "ext-json": "*",
 
                "ext-pcre": "*",
 
                "ext-simplexml": "*",
 
                "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
 
                "guzzlehttp/promises": "^1.4.0",
 
                "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
 
                "mtdowling/jmespath.php": "^2.6",
 
                "php": ">=5.5",
 
                "psr/http-message": "^1.0"
 
                "guzzlehttp/guzzle": "^5.3.3|^6.2.1",
 
                "guzzlehttp/promises": "~1.0",
 
                "guzzlehttp/psr7": "^1.4.1",
 
                "mtdowling/jmespath.php": "~2.2",
 
                "php": ">=5.5"
 
            },
 
            "require-dev": {
 
                "andrewsville/php-token-reflection": "^1.4",
 
                "aws/aws-php-sns-message-validator": "~1.0",
 
                "behat/behat": "~3.0",
 
                "composer/composer": "^1.10.22",
 
                "dms/phpunit-arraysubset-asserts": "^0.4.0",
 
                "doctrine/cache": "~1.4",
 
                "ext-dom": "*",
 
                "ext-openssl": "*",
 
                "ext-pcntl": "*",
 
                "ext-sockets": "*",
 
                "nette/neon": "^2.3",
 
                "paragonie/random_compat": ">= 2",
 
                "phpunit/phpunit": "^4.8.35 || ^5.6.3 || ^9.5",
 
                "phpunit/phpunit": "^4.8.35|^5.4.3",
 
                "psr/cache": "^1.0",
 
                "psr/simple-cache": "^1.0",
 
                "sebastian/comparator": "^1.2.3 || ^4.0",
 
                "yoast/phpunit-polyfills": "^1.0"
 
                "sebastian/comparator": "^1.2.3"
 
            },
 
            "suggest": {
 
                "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
 
                "doctrine/cache": "To use the DoctrineCacheAdapter",
 
                "ext-curl": "To send requests using cURL",
 
                "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
 
                "ext-sockets": "To use client-side monitoring"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "3.0-dev"
 
                }
 
            },
 
            "autoload": {
 
                "files": [
 
                    "src/functions.php"
 
                ],
 
                "psr-4": {
 
                    "Aws\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "Apache-2.0"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Amazon Web Services",
 
                    "homepage": "http://aws.amazon.com"
 
                }
 
            ],
 
            "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
 
            "homepage": "http://aws.amazon.com/sdkforphp",
 
            "keywords": [
 
                "amazon",
 
                "aws",
 
                "cloud",
 
                "dynamodb",
 
                "ec2",
 
                "glacier",
 
                "s3",
 
                "sdk"
 
            ],
 
            "support": {
 
                "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
 
                "issues": "https://github.com/aws/aws-sdk-php/issues",
 
                "source": "https://github.com/aws/aws-sdk-php/tree/3.272.1"
 
                "source": "https://github.com/aws/aws-sdk-php/tree/3.130.3"
 
            },
 
            "time": "2023-06-09T18:21:02+00:00"
 
            "time": "2020-01-02T19:13:50+00:00"
 
        },
 
        {
 
            "name": "bacon/bacon-qr-code",
 
            "version": "1.0.3",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/Bacon/BaconQrCode.git",
 
                "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/5a91b62b9d37cee635bbf8d553f4546057250bee",
 
                "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "ext-iconv": "*",
 
                "php": "^5.4|^7.0"
 
            },
 
            "require-dev": {
 
                "phpunit/phpunit": "^4.8"
 
            },
 
            "suggest": {
 
                "ext-gd": "to generate QR code images"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-0": {
 
                    "BaconQrCode": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "BSD-2-Clause"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Ben Scholzen 'DASPRiD'",
 
                    "email": "mail@dasprids.de",
 
                    "homepage": "http://www.dasprids.de",
 
                    "role": "Developer"
 
                }
 
            ],
 
            "description": "BaconQrCode is a QR code generator for PHP.",
 
            "homepage": "https://github.com/Bacon/BaconQrCode",
 
            "support": {
 
                "issues": "https://github.com/Bacon/BaconQrCode/issues",
 
                "source": "https://github.com/Bacon/BaconQrCode/tree/master"
 
            },
 
            "time": "2017-10-17T09:59:25+00:00"
 
        },
 
        {
 
            "name": "beberlei/assert",
 
            "version": "v2.9.9",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/beberlei/assert.git",
 
                "reference": "124317de301b7c91d5fce34c98bba2c6925bec95"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/beberlei/assert/zipball/124317de301b7c91d5fce34c98bba2c6925bec95",
 
                "reference": "124317de301b7c91d5fce34c98bba2c6925bec95",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "ext-mbstring": "*",
 
                "php": ">=5.3"
 
            },
 
            "require-dev": {
 
                "friendsofphp/php-cs-fixer": "^2.1.1",
 
                "phpunit/phpunit": "^4.8.35|^5.7"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "files": [
 
                    "lib/Assert/functions.php"
 
                ],
 
                "psr-4": {
 
                    "Assert\\": "lib/Assert"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "BSD-2-Clause"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Benjamin Eberlei",
 
                    "email": "kontakt@beberlei.de",
 
                    "role": "Lead Developer"
 
                },
 
                {
 
                    "name": "Richard Quadling",
 
                    "email": "rquadling@gmail.com",
 
                    "role": "Collaborator"
 
                }
 
            ],
 
            "description": "Thin assertion library for input validation in business models.",
 
            "keywords": [
 
                "assert",
 
                "assertion",
 
                "validation"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/beberlei/assert/issues",
 
                "source": "https://github.com/beberlei/assert/tree/v2.9.9"
 
            },
 
            "time": "2019-05-28T15:27:37+00:00"
 
        },
 
        {
 
            "name": "components/bootstrap",
 
            "version": "3.2.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/components/bootstrap.git",
 
                "reference": "09948b04f780173eb0b9ec522d53554f3f408055"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/components/bootstrap/zipball/09948b04f780173eb0b9ec522d53554f3f408055",
 
                "reference": "09948b04f780173eb0b9ec522d53554f3f408055",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "components/jquery": ">=1.9"
 
            },
 
            "suggest": {
 
                "components/bootstrap-default": "Provide a theme for Bootstrap as components/bootstrap only provides the CSS as file assets"
 
            },
 
            "type": "component",
 
            "extra": {
 
                "component": {
 
                    "scripts": [
 
                        "js/bootstrap.js"
 
                    ],
 
                    "files": [
 
                        "js/bootstrap.min.js",
 
                        "css/*.css",
 
                        "fonts/*",
 
                        "less/mixins/*.less",
 
                        "less/*.less"
 
                    ],
 
                    "shim": {
 
                        "deps": [
 
                            "jquery"
 
                        ]
 
                    }
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "Apache-2.0"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Twitter, Inc"
 
                }
 
            ],
 
            "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development.",
 
            "homepage": "http://getbootstrap.com",
 
            "keywords": [
 
                "bootstrap",
 
                "css"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/components/bootstrap/issues",
 
                "source": "https://github.com/components/bootstrap/tree/master"
 
            },
 
            "time": "2014-09-03T07:11:25+00:00"
 
        },
 
        {
 
            "name": "components/bootstrap-default",
 
            "version": "3.3.5",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/components/bootstrap-default.git",
 
                "reference": "db8137e7656e7887be92a6f54a866ed975b5946e"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/components/bootstrap-default/zipball/db8137e7656e7887be92a6f54a866ed975b5946e",
 
                "reference": "db8137e7656e7887be92a6f54a866ed975b5946e",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "components/bootstrap": "*"
 
            },
 
            "type": "component",
 
            "extra": {
 
                "component": {
 
                    "styles": [
 
                        "css/bootstrap.css",
 
                        "css/bootstrap-theme.css"
 
                    ],
 
                    "files": [
 
                        "css/*.css",
 
                        "css/*.map",
 
                        "fonts/*"
 
                    ],
 
                    "shim": {
 
                        "deps": [
 
                            "bootstrap"
 
                        ]
 
                    }
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "Apache-2.0"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Twitter, Inc"
 
                }
 
            ],
 
            "description": "Shim repository for the default theme for Bootstrap.",
 
            "homepage": "http://getbootstrap.com",
 
            "keywords": [
 
                "bootstrap",
 
                "css"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/components/bootstrap-default/issues",
 
                "source": "https://github.com/components/bootstrap-default/tree/master"
 
            },
 
            "time": "2015-06-18T12:28:13+00:00"
 
        },
 
        {
 
            "name": "components/jquery",
 
            "version": "1.12.4",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/components/jquery.git",
 
                "reference": "5dd7297d7603e11e53bdcca2a71074d92de37b8f"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/components/jquery/zipball/5dd7297d7603e11e53bdcca2a71074d92de37b8f",
 
                "reference": "5dd7297d7603e11e53bdcca2a71074d92de37b8f",
 
                "shasum": ""
 
            },
 
            "type": "component",
 
            "extra": {
 
                "component": {
 
                    "scripts": [
 
                        "jquery.js"
 
                    ],
 
                    "files": [
 
                        "jquery.min.js",
 
                        "jquery.min.map",
 
                        "jquery-migrate.js",
 
                        "jquery-migrate.min.js"
 
                    ]
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "John Resig",
 
                    "email": "jeresig@gmail.com"
 
                }
 
            ],
 
            "description": "jQuery JavaScript Library",
 
            "homepage": "http://jquery.com",
 
            "support": {
 
                "forum": "http://forum.jquery.com",
 
                "irc": "irc://irc.freenode.org/jquery",
 
                "issues": "http://bugs.jquery.com",
 
                "source": "https://github.com/jquery/jquery",
 
                "wiki": "http://docs.jquery.com/"
 
            },
 
            "time": "2016-05-25T06:50:04+00:00"
 
        },
 
        {
 
            "name": "composer/installers",
 
            "version": "v2.2.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/composer/installers.git",
 
                "reference": "c29dc4b93137acb82734f672c37e029dfbd95b35"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/composer/installers/zipball/c29dc4b93137acb82734f672c37e029dfbd95b35",
 
                "reference": "c29dc4b93137acb82734f672c37e029dfbd95b35",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "composer-plugin-api": "^1.0 || ^2.0",
 
                "php": "^7.2 || ^8.0"
 
            },
 
            "require-dev": {
 
                "composer/composer": "1.6.* || ^2.0",
 
                "composer/semver": "^1 || ^3",
 
                "phpstan/phpstan": "^0.12.55",
 
                "phpstan/phpstan-phpunit": "^0.12.16",
 
                "symfony/phpunit-bridge": "^5.3",
 
                "symfony/process": "^5"
 
            },
 
            "type": "composer-plugin",
 
            "extra": {
 
                "class": "Composer\\Installers\\Plugin",
 
                "branch-alias": {
 
                    "dev-main": "2.x-dev"
 
                },
 
                "plugin-modifies-install-path": true
 
            },
 
            "autoload": {
 
                "psr-4": {
 
                    "Composer\\Installers\\": "src/Composer/Installers"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Kyle Robinson Young",
 
                    "email": "kyle@dontkry.com",
 
                    "homepage": "https://github.com/shama"
 
                }
 
            ],
 
            "description": "A multi-framework Composer library installer",
 
            "homepage": "https://composer.github.io/installers/",
 
            "keywords": [
 
                "Dolibarr",
 
                "Eliasis",
 
                "Hurad",
 
                "ImageCMS",
 
                "Kanboard",
 
                "Lan Management System",
 
                "MODX Evo",
 
                "MantisBT",
 
                "Mautic",
 
                "Maya",
 
                "OXID",
 
                "Plentymarkets",
 
                "Porto",
 
                "RadPHP",
 
                "SMF",
 
                "Starbug",
 
                "Thelia",
 
                "Whmcs",
 
                "WolfCMS",
 
                "agl",
 
                "annotatecms",
 
                "attogram",
 
                "bitrix",
 
                "cakephp",
 
                "chef",
 
                "cockpit",
 
                "codeigniter",
 
                "concrete5",
 
                "croogo",
 
                "dokuwiki",
 
                "drupal",
 
                "eZ Platform",
 
                "elgg",
 
                "expressionengine",
 
                "fuelphp",
 
                "grav",
 
                "installer",
 
                "itop",
 
                "known",
 
                "kohana",
 
                "laravel",
 
                "lavalite",
 
                "lithium",
 
                "magento",
 
                "majima",
 
                "mako",
 
                "matomo",
 
                "mediawiki",
 
                "miaoxing",
 
                "modulework",
 
                "modx",
 
                "moodle",
 
                "osclass",
 
                "pantheon",
 
                "phpbb",
 
                "piwik",
 
                "ppi",
 
                "processwire",
 
                "puppet",
 
                "pxcms",
 
                "reindex",
 
                "roundcube",
 
                "shopware",
 
                "silverstripe",
 
                "sydes",
 
                "sylius",
 
                "tastyigniter",
 
                "wordpress",
 
                "yawik",
 
                "zend",
 
                "zikula"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/composer/installers/issues",
 
                "source": "https://github.com/composer/installers/tree/v2.2.0"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://packagist.com",
 
                    "type": "custom"
 
                },
 
                {
 
                    "url": "https://github.com/composer",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-08-20T06:45:11+00:00"
 
        },
 
        {
 
            "name": "corepos/class-cache",
 
            "version": "1.1.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/CORE-POS/ClassCache.git",
 
                "reference": "05b502363d62430a0db9de31d82ab0d9d5324a5d"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/CORE-POS/ClassCache/zipball/05b502363d62430a0db9de31d82ab0d9d5324a5d",
 
                "reference": "05b502363d62430a0db9de31d82ab0d9d5324a5d",
 
                "shasum": ""
 
            },
 
            "require-dev": {
 
                "phpunit/phpunit": "^5.4"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "COREPOS\\ClassCache\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "Apache 2.0"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Andy Theuninck",
 
                    "email": "andy@gohanman.com"
 
                }
 
            ],
 
            "description": "Pack a bunch of PHP classes into one file for faster loading",
 
            "support": {
 
                "issues": "https://github.com/CORE-POS/ClassCache/issues",
 
                "source": "https://github.com/CORE-POS/ClassCache/tree/master"
 
            },
 
            "time": "2017-09-21T18:00:11+00:00"
 
        },
 
        {
 
            "name": "corepos/composer-installer",
 
            "version": "3.0.3",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/CORE-POS/ComposerInstaller.git",
 
                "reference": "39ff5451808b7895f6bd67c4f9b3def1cf4729af"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/CORE-POS/ComposerInstaller/zipball/39ff5451808b7895f6bd67c4f9b3def1cf4729af",
 
                "reference": "39ff5451808b7895f6bd67c4f9b3def1cf4729af",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "composer-plugin-api": "^2.0"
 
            },
 
            "require-dev": {
 
                "composer/composer": "^2.0",
 
                "phpunit/phpunit": "^6.5"
 
            },
 
            "type": "composer-plugin",
 
            "extra": {
 
                "class": "COREPOS\\ComposerInstaller\\Plugin"
 
            },
 
            "autoload": {
 
                "psr-4": {
 
                    "COREPOS\\ComposerInstaller\\": "src/"
 
                },
 
                "exclude-from-classmap": [
 
                    "/test"
 
                ]
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "Apache-2.0"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Andy Theuninck",
 
                    "email": "andy@gohanman.com"
 
                }
 
            ],
 
            "description": "A composer plugin to install CORE POS plugins",
 
            "support": {
 
                "issues": "https://github.com/CORE-POS/ComposerInstaller/issues",
 
                "source": "https://github.com/CORE-POS/ComposerInstaller/tree/3.0.3"
 
            },
 
            "time": "2021-09-17T15:41:44+00:00"
 
        },
 
        {
 
            "name": "datto/json-rpc",
 
            "version": "4.0.4",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/datto/php-json-rpc.git",
 
                "reference": "0f4b4e574d83ecda2cd0819afddc3003f923f804"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/datto/php-json-rpc/zipball/0f4b4e574d83ecda2cd0819afddc3003f923f804",
 
                "reference": "0f4b4e574d83ecda2cd0819afddc3003f923f804",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=5.3.0"
 
            },
 
            "require-dev": {
 
                "phpunit/phpunit": "~3.7"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "Datto\\JsonRpc\\": "src"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "LGPL-3.0"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Spencer Mortensen",
 
                    "email": "smortensen@datto.com",
 
                    "homepage": "http://spencermortensen.com",
 
                    "role": "Developer"
 
                }
 
            ],
 
            "description": "Fully unit-tested JSON-RPC 2.0 for PHP",
 
            "homepage": "http://datto.com",
 
            "keywords": [
 
                "json",
 
                "json-rpc",
 
                "jsonrpc",
 
                "php",
 
                "php-json-rpc",
 
                "rpc"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/datto/php-json-rpc/issues",
 
                "source": "https://github.com/datto/php-json-rpc/tree/master"
 
            },
 
            "time": "2017-09-07T03:13:57+00:00"
 
        },
 
        {
 
            "name": "datto/json-rpc-http",
 
            "version": "3.2.1",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/datto/php-json-rpc-http.git",
 
                "reference": "e53e3bd597f0bddaa95b0c577385a5f8d6444543"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/datto/php-json-rpc-http/zipball/e53e3bd597f0bddaa95b0c577385a5f8d6444543",
 
                "reference": "e53e3bd597f0bddaa95b0c577385a5f8d6444543",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "datto/json-rpc": "~4.0",
 
                "php": ">=5.3.0"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "Datto\\JsonRpc\\Http\\": "src"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "LGPL-3.0"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Spencer Mortensen",
 
                    "email": "smortensen@datto.com",
 
                    "homepage": "http://spencermortensen.com",
 
                    "role": "Developer"
 
                }
 
            ],
 
            "description": "HTTP client and server for JSON-RPC 2.0",
 
            "homepage": "http://datto.com",
 
            "keywords": [
 
                "client",
 
                "http",
 
                "json",
 
                "json-rpc",
 
                "jsonrpc",
 
                "php",
 
                "php-json-rpc",
 
                "rpc",
 
                "server"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/datto/php-json-rpc-http/issues",
 
                "source": "https://github.com/datto/php-json-rpc-http/tree/master"
 
            },
 
            "time": "2017-09-12T01:08:04+00:00"
 
        },
 
        {
 
            "name": "domisys/image_barcode2",
 
            "version": "3.0.1",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/Domisys/Image_Barcode2.git",
 
                "reference": "f265895df9c6cf18c96071a2af78e4115660d9b6"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/Domisys/Image_Barcode2/zipball/f265895df9c6cf18c96071a2af78e4115660d9b6",
 
                "reference": "f265895df9c6cf18c96071a2af78e4115660d9b6",
 
                "shasum": ""
 
            },
 
            "require-dev": {
 
                "phpunit/phpunit": "*"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-0": {
 
                    "Image": "./"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "include-path": [
 
                "./"
 
            ],
 
            "license": [
 
                "PHP-3.0"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Marcelo Subtil Marcal",
 
                    "email": "msmarcal@php.net",
 
                    "role": "Lead"
 
                },
 
                {
 
                    "name": "Daniel O'Connor",
 
                    "email": "clockwerx@php.net",
 
                    "role": "Lead"
 
                },
 
                {
 
                    "name": "Pavel Dyakonov",
 
                    "email": "gemorroj@php.net",
 
                    "role": "Lead"
 
                }
 
            ],
 
            "description": "A PHP5 revamp of the Image_Barcode package",
 
            "support": {
 
                "source": "https://github.com/Domisys/Image_Barcode2"
 
            },
 
            "time": "2018-02-19T14:06:13+00:00"
 
        },
 
        {
 
            "name": "drewm/mailchimp-api",
 
            "version": "v2.5.4",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/drewm/mailchimp-api.git",
 
                "reference": "c6cdfab4ca6ddbc3b260913470bd0a4a5cb84c7a"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/drewm/mailchimp-api/zipball/c6cdfab4ca6ddbc3b260913470bd0a4a5cb84c7a",
 
                "reference": "c6cdfab4ca6ddbc3b260913470bd0a4a5cb84c7a",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "ext-curl": "*",
 
                "ext-json": "*",
 
                "php": ">=5.3"
 
            },
 
            "require-dev": {
 
                "phpunit/phpunit": "7.0.*",
 
                "vlucas/phpdotenv": "^2.0"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "DrewM\\MailChimp\\": "src"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Drew McLellan",
 
                    "email": "drew.mclellan@gmail.com",
 
                    "homepage": "http://allinthehead.com/"
 
                }
 
            ],
 
            "description": "Super-simple, minimum abstraction MailChimp API v3 wrapper",
 
            "homepage": "https://github.com/drewm/mailchimp-api",
 
            "support": {
 
                "issues": "https://github.com/drewm/mailchimp-api/issues",
 
                "source": "https://github.com/drewm/mailchimp-api/tree/master"
 
            },
 
            "time": "2019-08-06T09:24:58+00:00"
 
        },
 
        {
 
            "name": "endroid/qr-code",
 
            "version": "2.5.1",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/endroid/qr-code.git",
 
                "reference": "6062677d3404e0ded40647b8f62ec55ff9722eb7"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/endroid/qr-code/zipball/6062677d3404e0ded40647b8f62ec55ff9722eb7",
 
                "reference": "6062677d3404e0ded40647b8f62ec55ff9722eb7",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "bacon/bacon-qr-code": "^1.0.3",
 
                "ext-gd": "*",
 
                "khanamiryan/qrcode-detector-decoder": "1",
 
                "myclabs/php-enum": "^1.5",
 
                "php": ">=5.6",
 
                "symfony/options-resolver": "^2.7",
 
                "symfony/property-access": "^2.7"
 
            },
 
            "require-dev": {
 
                "phpunit/phpunit": "^5.7",
 
                "symfony/asset": "^2.7",
 
                "symfony/browser-kit": "^2.7",
 
                "symfony/finder": "^2.7",
 
                "symfony/framework-bundle": "^2.7",
 
                "symfony/http-kernel": "^2.7",
 
                "symfony/templating": "^2.7",
 
                "symfony/twig-bundle": "^2.7",
 
                "symfony/yaml": "^2.7"
 
            },
 
            "type": "symfony-bundle",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "2.x-dev"
 
                }
 
            },
 
            "autoload": {
 
                "psr-4": {
 
                    "Endroid\\QrCode\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Jeroen van den Enden",
 
                    "email": "info@endroid.nl",
 
                    "homepage": "http://endroid.nl/"
 
                }
 
            ],
 
            "description": "Endroid QR Code",
 
            "homepage": "https://github.com/endroid/QrCode",
 
            "keywords": [
 
                "bundle",
 
                "code",
 
                "endroid",
 
                "flex",
 
                "qr",
 
                "qrcode",
 
                "symfony"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/endroid/qr-code/issues",
 
                "source": "https://github.com/endroid/qr-code/tree/2.5.1"
 
            },
 
            "time": "2018-05-09T20:26:30+00:00"
 
        },
 
        {
 
            "name": "ezyang/htmlpurifier",
 
            "version": "v4.16.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/ezyang/htmlpurifier.git",
 
                "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8",
 
                "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
 
            },
 
            "require-dev": {
 
                "cerdic/css-tidy": "^1.7 || ^2.0",
 
                "simpletest/simpletest": "dev-master"
 
            },
 
            "suggest": {
 
                "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
 
                "ext-bcmath": "Used for unit conversion and imagecrash protection",
 
                "ext-iconv": "Converts text to and from non-UTF-8 encodings",
 
                "ext-tidy": "Used for pretty-printing HTML"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "files": [
 
                    "library/HTMLPurifier.composer.php"
 
                ],
 
                "psr-0": {
 
                    "HTMLPurifier": "library/"
 
                },
 
                "exclude-from-classmap": [
 
                    "/library/HTMLPurifier/Language/"
 
                ]
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "LGPL-2.1-or-later"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Edward Z. Yang",
 
                    "email": "admin@htmlpurifier.org",
 
                    "homepage": "http://ezyang.com"
 
                }
 
            ],
 
            "description": "Standards compliant HTML filter written in PHP",
 
            "homepage": "http://htmlpurifier.org/",
 
            "keywords": [
 
                "html"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/ezyang/htmlpurifier/issues",
 
                "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0"
 
            },
 
            "time": "2022-09-18T07:06:19+00:00"
 
        },
 
        {
 
            "name": "guzzlehttp/guzzle",
 
            "version": "6.5.8",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/guzzle/guzzle.git",
 
                "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981",
 
                "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "ext-json": "*",
 
                "guzzlehttp/promises": "^1.0",
 
                "guzzlehttp/psr7": "^1.9",
 
                "php": ">=5.5",
 
                "symfony/polyfill-intl-idn": "^1.17"
 
            },
 
            "require-dev": {
 
                "ext-curl": "*",
 
                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
 
                "psr/log": "^1.1"
 
            },
 
            "suggest": {
 
                "psr/log": "Required for using the Log middleware"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "6.5-dev"
 
                }
 
            },
 
            "autoload": {
 
                "files": [
 
                    "src/functions_include.php"
 
                ],
 
                "psr-4": {
 
                    "GuzzleHttp\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Graham Campbell",
 
                    "email": "hello@gjcampbell.co.uk",
 
                    "homepage": "https://github.com/GrahamCampbell"
 
                },
 
                {
 
                    "name": "Michael Dowling",
 
                    "email": "mtdowling@gmail.com",
 
                    "homepage": "https://github.com/mtdowling"
 
                },
 
                {
 
                    "name": "Jeremy Lindblom",
 
                    "email": "jeremeamia@gmail.com",
 
                    "homepage": "https://github.com/jeremeamia"
 
                },
 
                {
 
                    "name": "George Mponos",
 
                    "email": "gmponos@gmail.com",
 
                    "homepage": "https://github.com/gmponos"
 
                },
 
                {
 
                    "name": "Tobias Nyholm",
 
                    "email": "tobias.nyholm@gmail.com",
 
                    "homepage": "https://github.com/Nyholm"
 
                },
 
                {
 
                    "name": "Márk Sági-Kazár",
 
                    "email": "mark.sagikazar@gmail.com",
 
                    "homepage": "https://github.com/sagikazarmark"
 
                },
 
                {
 
                    "name": "Tobias Schultze",
 
                    "email": "webmaster@tubo-world.de",
 
                    "homepage": "https://github.com/Tobion"
 
                }
 
            ],
 
            "description": "Guzzle is a PHP HTTP client library",
 
            "homepage": "http://guzzlephp.org/",
 
            "keywords": [
 
                "client",
 
                "curl",
 
                "framework",
 
                "http",
 
                "http client",
 
                "rest",
 
                "web service"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/guzzle/guzzle/issues",
 
                "source": "https://github.com/guzzle/guzzle/tree/6.5.8"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://github.com/GrahamCampbell",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://github.com/Nyholm",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-06-20T22:16:07+00:00"
 
        },
 
        {
 
            "name": "guzzlehttp/promises",
 
            "version": "1.5.3",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/guzzle/promises.git",
 
                "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e",
 
                "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=5.5"
 
            },
 
            "require-dev": {
 
                "symfony/phpunit-bridge": "^4.4 || ^5.1"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "files": [
 
                    "src/functions_include.php"
 
                ],
 
                "psr-4": {
 
                    "GuzzleHttp\\Promise\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Graham Campbell",
 
                    "email": "hello@gjcampbell.co.uk",
 
                    "homepage": "https://github.com/GrahamCampbell"
 
                },
 
                {
 
                    "name": "Michael Dowling",
 
                    "email": "mtdowling@gmail.com",
 
                    "homepage": "https://github.com/mtdowling"
 
                },
 
                {
 
                    "name": "Tobias Nyholm",
 
                    "email": "tobias.nyholm@gmail.com",
 
                    "homepage": "https://github.com/Nyholm"
 
                },
 
                {
 
                    "name": "Tobias Schultze",
 
                    "email": "webmaster@tubo-world.de",
 
                    "homepage": "https://github.com/Tobion"
 
                }
 
            ],
 
            "description": "Guzzle promises library",
 
            "keywords": [
 
                "promise"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/guzzle/promises/issues",
 
                "source": "https://github.com/guzzle/promises/tree/1.5.3"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://github.com/GrahamCampbell",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://github.com/Nyholm",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2023-05-21T12:31:43+00:00"
 
        },
 
        {
 
            "name": "guzzlehttp/psr7",
 
            "version": "1.9.1",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/guzzle/psr7.git",
 
                "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b",
 
                "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": ">=5.4.0",
 
                "psr/http-message": "~1.0",
 
                "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
 
            },
 
            "provide": {
 
                "psr/http-message-implementation": "1.0"
 
            },
 
            "require-dev": {
 
                "ext-zlib": "*",
 
                "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
 
            },
 
            "suggest": {
 
                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "files": [
 
                    "src/functions_include.php"
 
                ],
 
                "psr-4": {
 
                    "GuzzleHttp\\Psr7\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Graham Campbell",
 
                    "email": "hello@gjcampbell.co.uk",
 
                    "homepage": "https://github.com/GrahamCampbell"
 
                },
 
                {
 
                    "name": "Michael Dowling",
 
                    "email": "mtdowling@gmail.com",
 
                    "homepage": "https://github.com/mtdowling"
 
                },
 
                {
 
                    "name": "George Mponos",
 
                    "email": "gmponos@gmail.com",
 
                    "homepage": "https://github.com/gmponos"
 
                },
 
                {
 
                    "name": "Tobias Nyholm",
 
                    "email": "tobias.nyholm@gmail.com",
 
                    "homepage": "https://github.com/Nyholm"
 
                },
 
                {
 
                    "name": "Márk Sági-Kazár",
 
                    "email": "mark.sagikazar@gmail.com",
 
                    "homepage": "https://github.com/sagikazarmark"
 
                },
 
                {
 
                    "name": "Tobias Schultze",
 
                    "email": "webmaster@tubo-world.de",
 
                    "homepage": "https://github.com/Tobion"
 
                }
 
            ],
 
            "description": "PSR-7 message implementation that also provides common utility methods",
 
            "keywords": [
 
                "http",
 
                "message",
 
                "psr-7",
 
                "request",
 
                "response",
 
                "stream",
 
                "uri",
 
                "url"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/guzzle/psr7/issues",
 
                "source": "https://github.com/guzzle/psr7/tree/1.9.1"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://github.com/GrahamCampbell",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://github.com/Nyholm",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2023-04-17T16:00:37+00:00"
 
        },
 
        {
 
            "name": "ircmaxell/password-compat",
 
            "version": "v1.0.4",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/ircmaxell/password_compat.git",
 
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/5c5cde8822a69545767f7c7f3058cb15ff84614c",
 
                "reference": "5c5cde8822a69545767f7c7f3058cb15ff84614c",
 
                "shasum": ""
 
            },
 
            "require-dev": {
 
                "phpunit/phpunit": "4.*"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "files": [
 
                    "lib/password.php"
 
                ]
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Anthony Ferrara",
 
                    "email": "ircmaxell@php.net",
 
                    "homepage": "http://blog.ircmaxell.com"
 
                }
 
            ],
 
            "description": "A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash",
 
            "homepage": "https://github.com/ircmaxell/password_compat",
 
            "keywords": [
 
                "hashing",
 
                "password"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/ircmaxell/password_compat/issues",
 
                "source": "https://github.com/ircmaxell/password_compat/tree/v1.0"
 
            },
 
            "time": "2014-11-20T16:49:30+00:00"
 
        },
 
        {
 
            "name": "itgalaxy/bmp2image",
 
            "version": "2.0.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/itgalaxy/bmp2image.git",
 
                "reference": "3e4265da72e10ef227ba7071c6317d8dd0d192c5"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/itgalaxy/bmp2image/zipball/3e4265da72e10ef227ba7071c6317d8dd0d192c5",
 
                "reference": "3e4265da72e10ef227ba7071c6317d8dd0d192c5",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": "^5.6 || ^7.0"
 
            },
 
            "require-dev": {
 
                "mikey179/vfsstream": "~1.6.0",
 
                "phpunit/php-code-coverage": "~4.0.0",
 
                "phpunit/phpunit": "~5.5.0"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "Itgalaxy\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Itgalaxy",
 
                    "email": "info@itgalaxy.company"
 
                }
 
            ],
 
            "description": "Creates an image from a Bitmap",
 
            "keywords": [
 
                "BMP",
 
                "bmp2gif",
 
                "bmp2jpg",
 
                "bmp2png",
 
                "gif",
 
                "jpg",
 
                "png"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/itgalaxy/bmp2image/issues",
 
                "source": "https://github.com/itgalaxy/bmp2image/tree/master"
 
            },
 
            "time": "2016-12-15T19:26:41+00:00"
 
        },
 
        {
 
            "name": "khanamiryan/qrcode-detector-decoder",
 
            "version": "1",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/khanamiryan/php-qrcode-detector-decoder.git",
 
                "reference": "96d5f80680b04803c4f1b69d6e01735e876b80c7"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/khanamiryan/php-qrcode-detector-decoder/zipball/96d5f80680b04803c4f1b69d6e01735e876b80c7",
 
                "reference": "96d5f80680b04803c4f1b69d6e01735e876b80c7",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "php": "^5.6|^7.0"
 
            },
 
            "require-dev": {
 
                "phpunit/phpunit": "^5.7"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "files": [
 
                    "lib/common/customFunctions.php"
 
                ],
 
                "classmap": [
 
                    "lib/"
 
                ]
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Ashot Khanamiryan",
 
                    "email": "a.khanamiryan@gmail.com",
 
                    "homepage": "https://github.com/khanamiryan",
 
                    "role": "Developer"
 
                }
 
            ],
 
            "description": "QR code decoder / reader",
 
            "homepage": "https://github.com/khanamiryan/php-qrcode-detector-decoder",
 
            "keywords": [
 
                "barcode",
 
                "qr",
 
                "zxing"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/khanamiryan/php-qrcode-detector-decoder/issues",
 
                "source": "https://github.com/khanamiryan/php-qrcode-detector-decoder/tree/1"
 
            },
 
            "time": "2017-01-13T09:11:46+00:00"
 
        },
 
        {
 
            "name": "league/flysystem",
 
            "version": "1.1.10",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/thephpleague/flysystem.git",
 
                "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3239285c825c152bcc315fe0e87d6b55f5972ed1",
 
                "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "ext-fileinfo": "*",
 
                "league/mime-type-detection": "^1.3",
 
                "php": "^7.2.5 || ^8.0"
 
            },
 
            "conflict": {
 
                "league/flysystem-sftp": "<1.0.6"
 
            },
 
            "require-dev": {
 
                "phpspec/prophecy": "^1.11.1",
 
                "phpunit/phpunit": "^8.5.8"
 
            },
 
            "suggest": {
 
                "ext-ftp": "Allows you to use FTP server storage",
 
                "ext-openssl": "Allows you to use FTPS server storage",
 
                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
 
                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
 
                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
 
                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
 
                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
 
                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
 
                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
 
                "league/flysystem-webdav": "Allows you to use WebDAV storage",
 
                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
 
                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
 
                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
 
            },
 
            "type": "library",
 
            "extra": {
 
                "branch-alias": {
 
                    "dev-master": "1.1-dev"
 
                }
 
            },
 
            "autoload": {
 
                "psr-4": {
 
                    "League\\Flysystem\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Frank de Jonge",
 
                    "email": "info@frenky.net"
 
                }
 
            ],
 
            "description": "Filesystem abstraction: Many filesystems, one API.",
 
            "keywords": [
 
                "Cloud Files",
 
                "WebDAV",
 
                "abstraction",
 
                "aws",
 
                "cloud",
 
                "copy.com",
 
                "dropbox",
 
                "file systems",
 
                "files",
 
                "filesystem",
 
                "filesystems",
 
                "ftp",
 
                "rackspace",
 
                "remote",
 
                "s3",
 
                "sftp",
 
                "storage"
 
            ],
 
            "support": {
 
                "issues": "https://github.com/thephpleague/flysystem/issues",
 
                "source": "https://github.com/thephpleague/flysystem/tree/1.1.10"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://offset.earth/frankdejonge",
 
                    "type": "other"
 
                }
 
            ],
 
            "time": "2022-10-04T09:16:37+00:00"
 
        },
 
        {
 
            "name": "league/flysystem-sftp",
 
            "version": "1.1.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/thephpleague/flysystem-sftp.git",
 
                "reference": "36fb893d10bb799fa6aa7199e37e84314c9fd97d"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/thephpleague/flysystem-sftp/zipball/36fb893d10bb799fa6aa7199e37e84314c9fd97d",
 
                "reference": "36fb893d10bb799fa6aa7199e37e84314c9fd97d",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "league/flysystem": "~1.0",
 
                "php": ">=5.6.0",
 
                "phpseclib/phpseclib": "~2.0"
 
            },
 
            "require-dev": {
 
                "mockery/mockery": "0.9.*",
 
                "phpunit/phpunit": "^5.7.25"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "League\\Flysystem\\Sftp\\": "src/"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Frank de Jonge",
 
                    "email": "info@frenky.net"
 
                }
 
            ],
 
            "description": "Flysystem adapter for SFTP",
 
            "support": {
 
                "issues": "https://github.com/thephpleague/flysystem-sftp/issues",
 
                "source": "https://github.com/thephpleague/flysystem-sftp/tree/1.1.0"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://offset.earth/frankdejonge",
 
                    "type": "custom"
 
                },
 
                {
 
                    "url": "https://github.com/frankdejonge",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "abandoned": "league/flysystem-sftp-v3",
 
            "time": "2022-01-04T22:02:01+00:00"
 
        },
 
        {
 
            "name": "league/mime-type-detection",
 
            "version": "1.11.0",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/thephpleague/mime-type-detection.git",
 
                "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
 
                "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "ext-fileinfo": "*",
 
                "php": "^7.2 || ^8.0"
 
            },
 
            "require-dev": {
 
                "friendsofphp/php-cs-fixer": "^3.2",
 
                "phpstan/phpstan": "^0.12.68",
 
                "phpunit/phpunit": "^8.5.8 || ^9.3"
 
            },
 
            "type": "library",
 
            "autoload": {
 
                "psr-4": {
 
                    "League\\MimeTypeDetection\\": "src"
 
                }
 
            },
 
            "notification-url": "https://packagist.org/downloads/",
 
            "license": [
 
                "MIT"
 
            ],
 
            "authors": [
 
                {
 
                    "name": "Frank de Jonge",
 
                    "email": "info@frankdejonge.nl"
 
                }
 
            ],
 
            "description": "Mime-type detection for Flysystem",
 
            "support": {
 
                "issues": "https://github.com/thephpleague/mime-type-detection/issues",
 
                "source": "https://github.com/thephpleague/mime-type-detection/tree/1.11.0"
 
            },
 
            "funding": [
 
                {
 
                    "url": "https://github.com/frankdejonge",
 
                    "type": "github"
 
                },
 
                {
 
                    "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
 
                    "type": "tidelift"
 
                }
 
            ],
 
            "time": "2022-04-17T13:12:02+00:00"
 
        },
 
        {
 
            "name": "maennchen/zipstream-php",
 
            "version": "2.2.6",
 
            "source": {
 
                "type": "git",
 
                "url": "https://github.com/maennchen/ZipStream-PHP.git",
 
                "reference": "30ad6f93cf3efe4192bc7a4c9cad11ff8f4f237f"
 
            },
 
            "dist": {
 
                "type": "zip",
 
                "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/30ad6f93cf3efe4192bc7a4c9cad11ff8f4f237f",
 
                "reference": "30ad6f93cf3efe4192bc7a4c9cad11ff8f4f237f",
 
                "shasum": ""
 
            },
 
            "require": {
 
                "myclabs/php-enum": "^1.5",
0 comments (0 inline, 0 general)