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