Skip to content
Snippets Groups Projects
composer.lock 127 KiB
Newer Older
  • Learn to ignore specific revisions
  • totten's avatar
    totten committed
    {
        "_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",
    
    totten's avatar
    totten committed
            "This file is @generated automatically"
        ],
    
        "content-hash": "5b823c420fc0d96c61731dd45a7d2e3e",
    
    totten's avatar
    totten committed
        "packages": [
    
            {
                "name": "adrienrn/php-mimetyper",
                "version": "0.2.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/adrienrn/php-mimetyper.git",
                    "reference": "702e00a604b4baed34d69730ce055e05c0f43932"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/adrienrn/php-mimetyper/zipball/702e00a604b4baed34d69730ce055e05c0f43932",
                    "reference": "702e00a604b4baed34d69730ce055e05c0f43932",
                    "shasum": ""
                },
                "require": {
                    "dflydev/apache-mime-types": "^1.0"
                },
                "type": "library",
    
                "extra": {
                    "patches_applied": {
                        "Update gitignore to ensure that sites that manage via git don't miss out on the important db.json file": "https://patch-diff.githubusercontent.com/raw/adrienrn/php-mimetyper/pull/15.patch"
                    }
                },
    
                "autoload": {
                    "psr-4": {
                        "MimeTyper\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Hussard",
                        "email": "adrien.ricartnoblet@gmail.com"
                    }
                ],
                "description": "PHP mime type and extension mapping library: compatible with Symfony, powered by jshttp/mime-db",
                "time": "2018-09-27T09:45:05+00:00"
            },
    
            {
                "name": "brick/math",
                "version": "0.8.15",
                "source": {
                    "type": "git",
                    "url": "https://github.com/brick/math.git",
                    "reference": "9b08d412b9da9455b210459ff71414de7e6241cd"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/brick/math/zipball/9b08d412b9da9455b210459ff71414de7e6241cd",
                    "reference": "9b08d412b9da9455b210459ff71414de7e6241cd",
                    "shasum": ""
                },
                "require": {
                    "ext-json": "*",
                    "php": "^7.1|^8.0"
                },
                "require-dev": {
                    "php-coveralls/php-coveralls": "^2.2",
                    "phpunit/phpunit": "^7.5.15|^8.5",
                    "vimeo/psalm": "^3.5"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Brick\\Math\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "description": "Arbitrary-precision arithmetic library",
                "keywords": [
                    "Arbitrary-precision",
                    "BigInteger",
                    "BigRational",
                    "arithmetic",
                    "bigdecimal",
                    "bignum",
                    "brick",
                    "math"
                ],
                "time": "2020-04-15T15:59:35+00:00"
            },
            {
                "name": "brick/money",
                "version": "0.4.5",
                "source": {
                    "type": "git",
                    "url": "https://github.com/brick/money.git",
                    "reference": "91f2b5bc35646f172b038e46bb496ad18db59c3c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/brick/money/zipball/91f2b5bc35646f172b038e46bb496ad18db59c3c",
                    "reference": "91f2b5bc35646f172b038e46bb496ad18db59c3c",
                    "shasum": ""
                },
                "require": {
                    "brick/math": "~0.7.3 || ~0.8.0",
                    "php": "^7.1|^8.0"
                },
                "require-dev": {
                    "brick/varexporter": "~0.2.1",
                    "ext-dom": "*",
                    "ext-pdo": "*",
                    "php-coveralls/php-coveralls": "^2.2",
                    "phpunit/phpunit": "^7.5.15"
                },
                "suggest": {
                    "ext-intl": "Required to format Money objects"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Brick\\Money\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "description": "Money and currency library",
                "keywords": [
                    "brick",
                    "currency",
                    "money"
                ],
                "time": "2020-05-31T14:17:02+00:00"
            },
    
            {
                "name": "cache/integration-tests",
                "version": "0.16.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-cache/integration-tests.git",
                    "reference": "a8d9538a44ed5a70d551f9b87f534c98dfe6b0ee"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-cache/integration-tests/zipball/a8d9538a44ed5a70d551f9b87f534c98dfe6b0ee",
                    "reference": "a8d9538a44ed5a70d551f9b87f534c98dfe6b0ee",
                    "shasum": ""
                },
                "require": {
                    "cache/tag-interop": "^1.0",
                    "php": "^5.4|^7",
                    "psr/cache": "~1.0"
                },
                "require-dev": {
                    "cache/cache": "dev-master",
                    "illuminate/cache": "^5.0",
                    "madewithlove/illuminate-psr-cache-bridge": "^1.0",
                    "phpunit/phpunit": "^4.0|^5.0",
                    "symfony/cache": "^3.1",
                    "tedivm/stash": "dev-master"
                },
                "type": "library",
    
                "extra": {
                    "patches_applied": {
                        "Allow adding tests": "https://github.com/php-cache/integration-tests/commit/05f97174c09364dc10c084a38ba0cfd5124f4cec.patch",
                        "Support PHPUnit 6+": "https://github.com/php-cache/integration-tests/commit/1ec7362962185df91d3d749bc3fa7e7b99cb9fc7.patch",
                        "Add tests for binary data round trip": "https://github.com/php-cache/integration-tests/commit/89cd7068e83aa776774bfc44f6bcba858c085616.patch"
                    }
                },
    
                "autoload": {
                    "psr-4": {
                        "Cache\\IntegrationTests\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Aaron Scherer",
                        "email": "aequasi@gmail.com",
                        "homepage": "https://github.com/aequasi"
                    },
                    {
                        "name": "Tobias Nyholm",
                        "email": "tobias.nyholm@gmail.com",
                        "homepage": "https://github.com/Nyholm"
                    }
                ],
                "description": "Integration tests for PSR-6 and PSR-16 cache implementations",
                "homepage": "https://github.com/php-cache/integration-tests",
                "keywords": [
                    "cache",
                    "psr16",
                    "psr6",
                    "test"
                ],
                "time": "2017-02-02T14:29:50+00:00"
            },
            {
                "name": "cache/tag-interop",
                "version": "1.0.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/php-cache/tag-interop.git",
                    "reference": "c7496dd81530f538af27b4f2713cde97bc292832"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/php-cache/tag-interop/zipball/c7496dd81530f538af27b4f2713cde97bc292832",
                    "reference": "c7496dd81530f538af27b4f2713cde97bc292832",
                    "shasum": ""
                },
                "require": {
                    "php": "^5.5 || ^7.0",
                    "psr/cache": "^1.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.0-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Cache\\TagInterop\\": ""
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Tobias Nyholm",
                        "email": "tobias.nyholm@gmail.com",
    
                        "homepage": "https://github.com/nyholm"
    
                    },
                    {
                        "name": "Nicolas Grekas",
                        "email": "p@tchwork.com",
                        "homepage": "https://github.com/nicolas-grekas"
                    }
                ],
                "description": "Framework interoperable interfaces for tags",
                "homepage": "http://www.php-cache.com/en/latest/",
                "keywords": [
                    "cache",
                    "psr",
                    "psr6",
                    "tag"
                ],
                "time": "2017-03-13T09:14:27+00:00"
            },
    
            {
                "name": "civicrm/civicrm-cxn-rpc",
    
    eileen's avatar
    eileen committed
                "version": "v0.19.01.09",
    
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/civicrm/civicrm-cxn-rpc.git",
    
    eileen's avatar
    eileen committed
                    "reference": "3ea668bc651adb4d61e96276f55e76ae22baea7a"
    
    eileen's avatar
    eileen committed
                    "url": "https://api.github.com/repos/civicrm/civicrm-cxn-rpc/zipball/3ea668bc651adb4d61e96276f55e76ae22baea7a",
                    "reference": "3ea668bc651adb4d61e96276f55e76ae22baea7a",
    
                },
                "require": {
    
                    "phpseclib/phpseclib": "1.0.*",
    
    eileen's avatar
    eileen committed
                    "psr/log": "~1.0"
    
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Civi\\Cxn\\Rpc\\": "src/"
                    }
                },
    
                "notification-url": "https://packagist.org/downloads/",
    
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Tim Otten",
                        "email": "totten@civicrm.org"
                    }
                ],
    
                "description": "RPC library for CiviConnect",
    
    eileen's avatar
    eileen committed
                "time": "2020-02-05T03:24:26+00:00"
    
            {
                "name": "civicrm/composer-compile-lib",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/civicrm/composer-compile-lib.git",
    
                    "reference": "980b26dcc3d51ecf47aa45c43564ab9b6dbac244"
    
                    "url": "https://api.github.com/repos/civicrm/composer-compile-lib/zipball/980b26dcc3d51ecf47aa45c43564ab9b6dbac244",
                    "reference": "980b26dcc3d51ecf47aa45c43564ab9b6dbac244",
    
                    "shasum": ""
                },
                "require": {
                    "civicrm/composer-compile-plugin": "~0.9 || ~1.0",
                    "padaliyajay/php-autoprefixer": "~1.2",
                    "scssphp/scssphp": "~1.2",
                    "symfony/filesystem": "~2.8 || ~3.4 || ~4.0 || ~5.0",
                    "tubalmartin/cssmin": "^4.1"
                },
                "type": "library",
                "extra": {
                    "compile": [
                        {
                            "title": "Generate <comment>CCL</comment> wrapper functions",
                            "run": [
    
                                "@php-method \\CCL\\Tasks::template"
    
                            "tpl-file": "src/StubsTpl.php",
                            "tpl-items": {
                                "CCL.php": true
                            },
    
                            "watch-files": [
                                "src/StubsTpl.php",
                                "src/Functions.php"
                            ]
                        }
                    ]
                },
                "autoload": {
                    "psr-0": {
                        "CCL": ""
                    },
                    "psr-4": {
                        "CCL\\": [
                            "src/"
                        ]
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "CiviCRM",
                        "email": "info@civicrm.org"
                    }
                ],
                "description": "Small library of compilation helpers",
    
                "time": "2020-10-03T00:11:18+00:00"
    
            {
                "name": "civicrm/composer-compile-plugin",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/civicrm/composer-compile-plugin.git",
    
                    "reference": "5ed863f2276a445775900ba18e99d14b15402640"
    
                    "url": "https://api.github.com/repos/civicrm/composer-compile-plugin/zipball/5ed863f2276a445775900ba18e99d14b15402640",
                    "reference": "5ed863f2276a445775900ba18e99d14b15402640",
    
                    "shasum": ""
                },
                "require": {
                    "composer-plugin-api": "^1.1 || ^2.0",
                    "php": ">=7.1",
                    "totten/lurkerlite": "^1.3"
                },
                "require-dev": {
                    "composer/composer": "~1.0",
                    "totten/process-helper": "^1.0.1"
                },
                "type": "composer-plugin",
                "extra": {
                    "class": "Civi\\CompilePlugin\\CompilePlugin"
                },
                "autoload": {
                    "psr-4": {
                        "Civi\\CompilePlugin\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Tim Otten",
                        "email": "info@civicrm.org"
                    }
                ],
                "description": "Define a 'compile' event for all packages in the dependency-graph",
    
                "time": "2020-10-04T00:13:46+00:00"
    
            {
                "name": "civicrm/composer-downloads-plugin",
    
                "version": "v2.1.1",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/civicrm/composer-downloads-plugin.git",
    
                    "reference": "8722bc7d547315be39397a3078bb51ee053ca269"
    
                    "url": "https://api.github.com/repos/civicrm/composer-downloads-plugin/zipball/8722bc7d547315be39397a3078bb51ee053ca269",
                    "reference": "8722bc7d547315be39397a3078bb51ee053ca269",
    
                    "shasum": ""
                },
                "require": {
                    "composer-plugin-api": "^1.1",
                    "php": ">=5.6",
                    "togos/gitignore": "~1.1.1"
                },
                "require-dev": {
                    "composer/composer": "~1.0",
                    "friendsofphp/php-cs-fixer": "^2.3",
                    "phpunit/phpunit": "^5.7",
                    "totten/process-helper": "^1.0.1"
                },
                "type": "composer-plugin",
                "extra": {
                    "class": "LastCall\\DownloadsPlugin\\Plugin"
                },
                "autoload": {
                    "psr-4": {
                        "LastCall\\DownloadsPlugin\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Rob Bayliss",
                        "email": "rob@lastcallmedia.com"
                    },
                    {
                        "name": "Tim Otten",
                        "email": "totten@civicrm.org"
                    }
                ],
                "description": "Composer plugin for downloading additional files within any composer package.",
    
                "time": "2019-08-28T00:33:51+00:00"
    
    Seamus Lee's avatar
    Seamus Lee committed
            {
                "name": "cweagans/composer-patches",
                "version": "1.6.5",
                "source": {
                    "type": "git",
                    "url": "https://github.com/cweagans/composer-patches.git",
                    "reference": "2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3",
                    "reference": "2ec4f00ff5fb64de584c8c4aea53bf9053ecb0b3",
                    "shasum": ""
                },
                "require": {
                    "composer-plugin-api": "^1.0",
                    "php": ">=5.3.0"
                },
                "require-dev": {
                    "composer/composer": "~1.0",
                    "phpunit/phpunit": "~4.6"
                },
                "type": "composer-plugin",
                "extra": {
                    "class": "cweagans\\Composer\\Patches"
                },
                "autoload": {
                    "psr-4": {
                        "cweagans\\Composer\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Cameron Eagans",
                        "email": "me@cweagans.net"
                    }
                ],
                "description": "Provides a way to patch Composer packages.",
                "time": "2018-05-11T18:00:16+00:00"
            },
    
            {
                "name": "dflydev/apache-mime-types",
                "version": "v1.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/dflydev/dflydev-apache-mime-types.git",
                    "reference": "f30a57e59b7476e4c5270b6a0727d79c9c0eb861"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/dflydev/dflydev-apache-mime-types/zipball/f30a57e59b7476e4c5270b6a0727d79c9c0eb861",
                    "reference": "f30a57e59b7476e4c5270b6a0727d79c9c0eb861",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3"
                },
                "require-dev": {
                    "twig/twig": "1.*"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0-dev"
                    }
                },
                "autoload": {
                    "psr-0": {
                        "Dflydev\\ApacheMimeTypes": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Dragonfly Development Inc.",
                        "email": "info@dflydev.com",
                        "homepage": "http://dflydev.com"
                    },
                    {
                        "name": "Beau Simensen",
                        "email": "beau@dflydev.com",
                        "homepage": "http://beausimensen.com"
                    }
                ],
                "description": "Apache MIME Types",
                "keywords": [
                    "apache",
                    "mime",
                    "mimetypes"
                ],
                "time": "2013-05-14T02:02:01+00:00"
            },
    
    totten's avatar
    totten committed
            {
                "name": "dompdf/dompdf",
    
    totten's avatar
    totten committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/dompdf/dompdf.git",
    
                    "reference": "6782abfc090b132134cd6cea0ec6d76f0fce2c56"
    
    totten's avatar
    totten committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/dompdf/dompdf/zipball/6782abfc090b132134cd6cea0ec6d76f0fce2c56",
                    "reference": "6782abfc090b132134cd6cea0ec6d76f0fce2c56",
    
    totten's avatar
    totten committed
                    "shasum": ""
                },
                "require": {
    
                    "ext-dom": "*",
                    "ext-mbstring": "*",
    
                    "phenx/php-font-lib": "^0.5.1",
                    "phenx/php-svg-lib": "^0.3.3",
                    "php": "^7.1"
    
                },
                "require-dev": {
    
                    "phpunit/phpunit": "^7.5",
                    "squizlabs/php_codesniffer": "^3.5"
    
    totten's avatar
    totten committed
                },
    
    eileen's avatar
    eileen committed
                "suggest": {
                    "ext-gd": "Needed to process images",
                    "ext-gmagick": "Improves image processing performance",
                    "ext-imagick": "Improves image processing performance"
                },
    
    totten's avatar
    totten committed
                "type": "library",
    
                "extra": {
                    "branch-alias": {
                        "dev-develop": "0.7-dev"
                    }
                },
    
    totten's avatar
    totten committed
                "autoload": {
    
                    "psr-4": {
                        "Dompdf\\": "src/"
                    },
    
    totten's avatar
    totten committed
                    "classmap": [
    
    totten's avatar
    totten committed
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
    
    totten's avatar
    totten committed
                ],
                "authors": [
                    {
                        "name": "Fabien Ménager",
                        "email": "fabien.menager@gmail.com"
                    },
                    {
                        "name": "Brian Sweeney",
                        "email": "eclecticgeek@gmail.com"
    
                    },
                    {
                        "name": "Gabriel Bull",
                        "email": "me@gabrielbull.com"
    
    totten's avatar
    totten committed
                    }
                ],
                "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
                "homepage": "https://github.com/dompdf/dompdf",
    
                "time": "2020-02-20T03:52:51+00:00"
    
    totten's avatar
    totten committed
            },
    
            {
                "name": "electrolinux/phpquery",
                "version": "0.9.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/electrolinux/phpquery.git",
                    "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/electrolinux/phpquery/zipball/6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a",
                    "reference": "6cb8afcfe8cd4ce45f2f8c27d561383037c27a3a",
                    "shasum": ""
                },
                "type": "library",
    
                "extra": {
                    "patches_applied": {
                        "PHP7.4 Fix for array access using {} instead of []": "https://raw.githubusercontent.com/civicrm/civicrm-core/fe45bdfc4f3e3d3deb27e3d853cdbc7f616620a9/tools/scripts/composer/patches/php74_array_access_fix_phpquery.patch"
                    }
                },
    
                "autoload": {
                    "classmap": [
                        "phpQuery/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Tobiasz Cudnik",
                        "email": "tobiasz.cudnik@gmail.com",
                        "homepage": "https://github.com/TobiaszCudnik",
                        "role": "Developer"
                    },
                    {
                        "name": "didier Belot",
                        "role": "Packager"
                    }
                ],
                "description": "phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library",
                "homepage": "http://code.google.com/p/phpquery/",
                "time": "2013-03-21T12:39:33+00:00"
            },
    
            {
                "name": "guzzlehttp/guzzle",
    
                "version": "6.5.4",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/guzzle/guzzle.git",
    
                    "reference": "a4a1b6930528a8f7ee03518e6442ec7a44155d9d"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a4a1b6930528a8f7ee03518e6442ec7a44155d9d",
                    "reference": "a4a1b6930528a8f7ee03518e6442ec7a44155d9d",
    
                    "shasum": ""
                },
                "require": {
    
                    "guzzlehttp/promises": "^1.0",
    
                    "guzzlehttp/psr7": "^1.6.1",
                    "php": ">=5.5",
                    "symfony/polyfill-intl-idn": "1.17.0"
    
                },
                "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": {
                    "psr-4": {
                        "GuzzleHttp\\": "src/"
    
                    },
                    "files": [
                        "src/functions_include.php"
                    ]
    
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Michael Dowling",
                        "email": "mtdowling@gmail.com",
                        "homepage": "https://github.com/mtdowling"
                    }
                ],
                "description": "Guzzle is a PHP HTTP client library",
                "homepage": "http://guzzlephp.org/",
                "keywords": [
                    "client",
                    "curl",
                    "framework",
                    "http",
                    "http client",
                    "rest",
                    "web service"
                ],
    
                "time": "2020-05-25T19:35:05+00:00"
    
            },
            {
                "name": "guzzlehttp/promises",
                "version": "v1.3.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/guzzle/promises.git",
                    "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
                    "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.5.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.4-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "GuzzleHttp\\Promise\\": "src/"
                    },
                    "files": [
                        "src/functions_include.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Michael Dowling",
                        "email": "mtdowling@gmail.com",
                        "homepage": "https://github.com/mtdowling"
                    }
                ],
                "description": "Guzzle promises library",
                "keywords": [
                    "promise"
                ],
                "time": "2016-12-20T10:07:11+00:00"
            },
            {
                "name": "guzzlehttp/psr7",
    
                "version": "1.6.1",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/guzzle/psr7.git",
    
                    "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
    
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
                    "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
    
                    "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.8"
                },
                "suggest": {
                    "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
    
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "1.6-dev"
    
                    }
                },
                "autoload": {
                    "psr-4": {
                        "GuzzleHttp\\Psr7\\": "src/"
                    },
                    "files": [
                        "src/functions_include.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Michael Dowling",
                        "email": "mtdowling@gmail.com",
                        "homepage": "https://github.com/mtdowling"
                    },
                    {
                        "name": "Tobias Schultze",
                        "homepage": "https://github.com/Tobion"
                    }
                ],
                "description": "PSR-7 message implementation that also provides common utility methods",
                "keywords": [
                    "http",
                    "message",
    
                    "request",
                    "response",
                    "stream",
                    "uri",
                    "url"
                ],
    
                "time": "2019-07-01T23:21:34+00:00"
    
    eileen's avatar
    eileen committed
            {
                "name": "league/csv",
                "version": "9.2.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/thephpleague/csv.git",
                    "reference": "b574a7d8b28f1528e011d8652fb7d2e83410d4c9"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/thephpleague/csv/zipball/b574a7d8b28f1528e011d8652fb7d2e83410d4c9",
                    "reference": "b574a7d8b28f1528e011d8652fb7d2e83410d4c9",
                    "shasum": ""
                },
                "require": {
                    "ext-mbstring": "*",
                    "php": ">=7.0.10"
                },
                "require-dev": {
                    "ext-curl": "*",
                    "friendsofphp/php-cs-fixer": "^2.12",
                    "phpstan/phpstan": "^0.9.2",
                    "phpstan/phpstan-phpunit": "^0.9.4",
                    "phpstan/phpstan-strict-rules": "^0.9.0",
                    "phpunit/phpunit": "^6.0"
                },
                "suggest": {
                    "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "9.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "League\\Csv\\": "src"
                    },
                    "files": [
                        "src/functions_include.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Ignace Nyamagana Butera",
                        "email": "nyamsprod@gmail.com",
                        "homepage": "https://github.com/nyamsprod/",
                        "role": "Developer"
                    }
                ],
                "description": "Csv data manipulation made easy in PHP",
                "homepage": "http://csv.thephpleague.com",
                "keywords": [
                    "csv",
                    "export",
                    "filter",
                    "import",
                    "read",
                    "write"
                ],
                "time": "2019-06-07T06:24:33+00:00"
            },
    
    John Kirk's avatar
    John Kirk committed
            {
                "name": "marcj/topsort",
    
                "version": "1.1.0",
    
    John Kirk's avatar
    John Kirk committed
                "source": {
                    "type": "git",
    
                    "url": "https://github.com/marcj/topsort.php.git",
                    "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/marcj/topsort.php/zipball/387086c2db60ee0a27ac5df588c0f0b30c6bdc4b",
                    "reference": "387086c2db60ee0a27ac5df588c0f0b30c6bdc4b",
                    "shasum": ""
    
    John Kirk's avatar
    John Kirk committed
                },
                "require": {
    
    John Kirk's avatar
    John Kirk committed
                },
                "require-dev": {
                    "codeclimate/php-test-reporter": "dev-master",
                    "phpunit/phpunit": "~4.0",
                    "symfony/console": "~2.5"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "MJS\\TopSort\\": "src/",
                        "MJS\\TopSort\\Tests\\": "tests/Tests/"
                    }
                },
    
                "notification-url": "https://packagist.org/downloads/",
    
    John Kirk's avatar
    John Kirk committed
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Marc J. Schmidt",
                        "email": "marc@marcjschmidt.de"
                    }
                ],
                "description": "High-Performance TopSort/Dependency resolving algorithm",
                "keywords": [
                    "dependency resolving",
                    "topological sort",
                    "topsort"
                ],
    
                "time": "2016-11-19T14:58:11+00:00"
    
    John Kirk's avatar
    John Kirk committed
            },
    
            {
                "name": "padaliyajay/php-autoprefixer",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/padaliyajay/php-autoprefixer.git",
    
                    "reference": "f05f374f0c1e463db62209613f52b38bf4b52430"
    
                    "url": "https://api.github.com/repos/padaliyajay/php-autoprefixer/zipball/f05f374f0c1e463db62209613f52b38bf4b52430",
                    "reference": "f05f374f0c1e463db62209613f52b38bf4b52430",
    
                    "shasum": ""
                },
                "require": {
                    "sabberworm/php-css-parser": "*"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Padaliyajay\\PHPAutoprefixer\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {