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/",
0 comments (0 inline, 0 general)