Skip to content
Snippets Groups Projects
composer.lock 935 KiB
Newer Older
  • Learn to ignore specific revisions
  • jurgenhaas's avatar
    jurgenhaas committed
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Endroid\\QrCode\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Jeroen van den Enden",
                        "email": "info@endroid.nl"
                    }
                ],
                "description": "Endroid QR Code",
                "homepage": "https://github.com/endroid/qr-code",
                "keywords": [
                    "bundle",
                    "code",
                    "endroid",
                    "php",
                    "qr",
                    "qrcode"
                ],
                "support": {
                    "issues": "https://github.com/endroid/qr-code/issues",
                    "source": "https://github.com/endroid/qr-code/tree/3.9.7"
                },
                "funding": [
                    {
                        "url": "https://github.com/endroid",
                        "type": "github"
                    }
                ],
                "time": "2021-04-20T19:10:54+00:00"
            },
            {
                "name": "endroid/qr-code-bundle",
                "version": "3.4.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/endroid/qr-code-bundle.git",
                    "reference": "36d7e61e02d84c92702138cc1c6dac5a0565a5ff"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/endroid/qr-code-bundle/zipball/36d7e61e02d84c92702138cc1c6dac5a0565a5ff",
                    "reference": "36d7e61e02d84c92702138cc1c6dac5a0565a5ff",
                    "shasum": ""
                },
                "require": {
                    "endroid/installer": "^1.2.2",
                    "endroid/qr-code": "^3.7.8",
                    "php": ">=7.2",
                    "symfony/framework-bundle": "^3.4||^4.4||^5.0",
                    "symfony/twig-bundle": "^3.4||^4.4||^5.0",
                    "symfony/yaml": "^3.4||^4.4||^5.0"
                },
                "require-dev": {
                    "endroid/quality": "dev-master"
                },
                "suggest": {
                    "roave/security-advisories": "Avoids installation of package versions with vulnerabilities",
                    "symfony/security-checker": "Checks your composer.lock for vulnerabilities"
                },
                "type": "symfony-bundle",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Endroid\\QrCodeBundle\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Jeroen van den Enden",
                        "email": "info@endroid.nl"
                    }
                ],
                "description": "Endroid QR Code Bundle",
                "homepage": "https://github.com/endroid/qr-code-bundle",
                "keywords": [
                    "bundle",
                    "code",
                    "endroid",
                    "php",
                    "qr",
                    "symfony"
                ],
                "support": {
                    "issues": "https://github.com/endroid/qr-code-bundle/issues",
                    "source": "https://github.com/endroid/qr-code-bundle/tree/3.4.3"
                },
                "funding": [
                    {
                        "url": "https://github.com/endroid",
                        "type": "github"
                    }
                ],
                "time": "2020-04-25T13:48:19+00:00"
            },
            {
                "name": "enlightn/security-checker",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v1.10.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/enlightn/security-checker.git",
                    "reference": "196bacc76e7a72a63d0e1220926dbb190272db97"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/enlightn/security-checker/zipball/196bacc76e7a72a63d0e1220926dbb190272db97",
                    "reference": "196bacc76e7a72a63d0e1220926dbb190272db97",
                    "shasum": ""
                },
                "require": {
                    "ext-json": "*",
                    "guzzlehttp/guzzle": "^6.3|^7.0",
                    "php": ">=5.6",
                    "symfony/console": "^3.4|^4|^5|^6",
                    "symfony/finder": "^3|^4|^5|^6",
                    "symfony/process": "^3.4|^4|^5|^6",
                    "symfony/yaml": "^3.4|^4|^5|^6"
                },
                "require-dev": {
                    "ext-zip": "*",
                    "friendsofphp/php-cs-fixer": "^2.18|^3.0",
                    "phpunit/phpunit": "^5.5|^6|^7|^8|^9"
                },
                "bin": [
                    "security-checker"
                ],
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Enlightn\\SecurityChecker\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Paras Malhotra",
                        "email": "paras@laravel-enlightn.com"
                    },
                    {
                        "name": "Miguel Piedrafita",
                        "email": "soy@miguelpiedrafita.com"
                    }
                ],
                "description": "A PHP dependency vulnerabilities scanner based on the Security Advisories Database.",
                "keywords": [
                    "package",
                    "php",
                    "scanner",
                    "security",
                    "security advisories",
                    "vulnerability scanner"
                ],
                "support": {
                    "issues": "https://github.com/enlightn/security-checker/issues",
                    "source": "https://github.com/enlightn/security-checker/tree/v1.10.0"
                },
                "time": "2022-02-21T22:40:16+00:00"
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "enshrined/svg-sanitize",
                "version": "0.15.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/darylldoyle/svg-sanitizer.git",
                    "reference": "e50b83a2f1f296ca61394fe88fbfe3e896a84cf4"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/e50b83a2f1f296ca61394fe88fbfe3e896a84cf4",
                    "reference": "e50b83a2f1f296ca61394fe88fbfe3e896a84cf4",
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "ext-libxml": "*",
                    "php": "^7.0 || ^8.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^6.5 || ^8.5"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "enshrined\\svgSanitize\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "authors": [
                    {
                        "name": "Daryll Doyle",
                        "email": "daryll@enshrined.co.uk"
                    }
                ],
                "description": "An SVG sanitizer for PHP",
                "support": {
                    "issues": "https://github.com/darylldoyle/svg-sanitizer/issues",
                    "source": "https://github.com/darylldoyle/svg-sanitizer/tree/0.15.4"
                },
                "time": "2022-02-21T09:13:59+00:00"
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "google/recaptcha",
                "version": "1.2.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/google/recaptcha.git",
                    "reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/google/recaptcha/zipball/614f25a9038be4f3f2da7cbfd778dc5b357d2419",
                    "reference": "614f25a9038be4f3f2da7cbfd778dc5b357d2419",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.5"
                },
                "require-dev": {
                    "friendsofphp/php-cs-fixer": "^2.2.20|^2.15",
                    "php-coveralls/php-coveralls": "^2.1",
                    "phpunit/phpunit": "^4.8.36|^5.7.27|^6.59|^7.5.11"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.2.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "ReCaptcha\\": "src/ReCaptcha"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Client library for reCAPTCHA, a free service that protects websites from spam and abuse.",
                "homepage": "https://www.google.com/recaptcha/",
                "keywords": [
                    "Abuse",
                    "captcha",
                    "recaptcha",
                    "spam"
                ],
                "support": {
                    "forum": "https://groups.google.com/forum/#!forum/recaptcha",
                    "issues": "https://github.com/google/recaptcha/issues",
                    "source": "https://github.com/google/recaptcha"
                },
                "time": "2020-03-31T17:50:54+00:00"
            },
            {
                "name": "grasmash/expander",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "2.0.3",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/grasmash/expander.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "b7cbc1f2fdf9a9c0e253a424c2a4058316b7cb6e"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/grasmash/expander/zipball/b7cbc1f2fdf9a9c0e253a424c2a4058316b7cb6e",
                    "reference": "b7cbc1f2fdf9a9c0e253a424c2a4058316b7cb6e",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "dflydev/dot-access-data": "^3.0.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "php": ">=7.1",
                    "psr/log": "^1 | ^2 | ^3"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require-dev": {
                    "greg-1-anderson/composer-test-scenarios": "^1",
                    "phpunit/phpunit": "^6.0 || ^8.0 || ^9",
                    "squizlabs/php_codesniffer": "^2.7 || ^3.3"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Grasmash\\Expander\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Matthew Grasmick"
                    }
                ],
                "description": "Expands internal property references in PHP arrays file.",
                "support": {
                    "issues": "https://github.com/grasmash/expander/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/grasmash/expander/tree/2.0.3"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-04-25T22:17:46+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "guzzlehttp/command",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "1.2.2",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/guzzle/command.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "7883359e0ecab8a8f7c43aad2fc36360a35d21e8"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/guzzle/command/zipball/7883359e0ecab8a8f7c43aad2fc36360a35d21e8",
                    "reference": "7883359e0ecab8a8f7c43aad2fc36360a35d21e8",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "guzzlehttp/guzzle": "^7.4.1",
                    "guzzlehttp/promises": "^1.5.1",
                    "guzzlehttp/psr7": "^1.8.3 || ^2.1",
                    "php": "^7.2.5 || ^8.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require-dev": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "phpunit/phpunit": "^8.5.19"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "dev-master": "1.2-dev"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    }
                },
                "autoload": {
                    "psr-4": {
                        "GuzzleHttp\\Command\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
    
    jurgenhaas's avatar
    jurgenhaas committed
                    {
                        "name": "Graham Campbell",
                        "email": "hello@gjcampbell.co.uk",
                        "homepage": "https://github.com/GrahamCampbell"
                    },
    
    jurgenhaas's avatar
    jurgenhaas committed
                    {
                        "name": "Michael Dowling",
                        "email": "mtdowling@gmail.com",
                        "homepage": "https://github.com/mtdowling"
                    },
                    {
                        "name": "Jeremy Lindblom",
                        "email": "jeremeamia@gmail.com",
                        "homepage": "https://github.com/jeremeamia"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    },
                    {
                        "name": "Tobias Nyholm",
                        "email": "tobias.nyholm@gmail.com",
                        "homepage": "https://github.com/Nyholm"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    }
                ],
                "description": "Provides the foundation for building command-based web service clients",
                "support": {
                    "issues": "https://github.com/guzzle/command/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/guzzle/command/tree/1.2.2"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "funding": [
                    {
                        "url": "https://github.com/GrahamCampbell",
                        "type": "github"
                    },
                    {
                        "url": "https://github.com/Nyholm",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/command",
                        "type": "tidelift"
                    }
                ],
                "time": "2022-02-08T10:21:14+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "guzzlehttp/guzzle",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "7.5.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/guzzle/guzzle.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba",
                    "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "ext-json": "*",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "guzzlehttp/promises": "^1.5",
                    "guzzlehttp/psr7": "^1.9 || ^2.4",
                    "php": "^7.2.5 || ^8.0",
                    "psr/http-client": "^1.0",
                    "symfony/deprecation-contracts": "^2.2 || ^3.0"
                },
                "provide": {
                    "psr/http-client-implementation": "1.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require-dev": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "bamarni/composer-bin-plugin": "^1.8.1",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "ext-curl": "*",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "php-http/client-integration-tests": "^3.0",
                    "phpunit/phpunit": "^8.5.29 || ^9.5.23",
                    "psr/log": "^1.1 || ^2.0 || ^3.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "suggest": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "ext-curl": "Required for CURL handler support",
                    "ext-intl": "Required for Internationalized Domain Name (IDN) support",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "psr/log": "Required for using the Log middleware"
                },
                "type": "library",
                "extra": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "bamarni-bin": {
                        "bin-links": true,
                        "forward-command": false
                    },
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "branch-alias": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "dev-master": "7.5-dev"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    }
                },
                "autoload": {
                    "files": [
                        "src/functions_include.php"
                    ],
                    "psr-4": {
                        "GuzzleHttp\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
    
    jurgenhaas's avatar
    jurgenhaas committed
                    {
                        "name": "Graham Campbell",
                        "email": "hello@gjcampbell.co.uk",
                        "homepage": "https://github.com/GrahamCampbell"
                    },
    
    jurgenhaas's avatar
    jurgenhaas committed
                    {
                        "name": "Michael Dowling",
                        "email": "mtdowling@gmail.com",
                        "homepage": "https://github.com/mtdowling"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    },
                    {
                        "name": "Jeremy Lindblom",
                        "email": "jeremeamia@gmail.com",
                        "homepage": "https://github.com/jeremeamia"
                    },
                    {
                        "name": "George Mponos",
                        "email": "gmponos@gmail.com",
                        "homepage": "https://github.com/gmponos"
                    },
                    {
                        "name": "Tobias Nyholm",
                        "email": "tobias.nyholm@gmail.com",
                        "homepage": "https://github.com/Nyholm"
                    },
                    {
                        "name": "Márk Sági-Kazár",
                        "email": "mark.sagikazar@gmail.com",
                        "homepage": "https://github.com/sagikazarmark"
                    },
                    {
                        "name": "Tobias Schultze",
                        "email": "webmaster@tubo-world.de",
                        "homepage": "https://github.com/Tobion"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    }
                ],
                "description": "Guzzle is a PHP HTTP client library",
                "keywords": [
                    "client",
                    "curl",
                    "framework",
                    "http",
                    "http client",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "psr-18",
                    "psr-7",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "rest",
                    "web service"
                ],
                "support": {
                    "issues": "https://github.com/guzzle/guzzle/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/guzzle/guzzle/tree/7.5.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "funding": [
                    {
                        "url": "https://github.com/GrahamCampbell",
                        "type": "github"
                    },
                    {
                        "url": "https://github.com/Nyholm",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
                        "type": "tidelift"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-08-28T15:39:27+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
    
    jurgenhaas's avatar
    jurgenhaas committed
                "name": "guzzlehttp/guzzle-services",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "1.3.2",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://github.com/guzzle/guzzle-services.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "4989d902dd4e0411b320e851c46f3c94d652d891"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/guzzle/guzzle-services/zipball/4989d902dd4e0411b320e851c46f3c94d652d891",
                    "reference": "4989d902dd4e0411b320e851c46f3c94d652d891",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "guzzlehttp/command": "^1.2.2",
                    "guzzlehttp/guzzle": "^7.4.1",
                    "guzzlehttp/psr7": "^1.8.3 || ^2.1",
                    "guzzlehttp/uri-template": "^1.0.1",
                    "php": "^7.2.5 || ^8.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require-dev": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "phpunit/phpunit": "^8.5.19 || ^9.5.8"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "suggest": {
                    "gimler/guzzle-description-loader": "^0.0.4"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "dev-master": "1.3-dev"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    }
                },
                "autoload": {
                    "psr-4": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "GuzzleHttp\\Command\\Guzzle\\": "src/"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
    
    jurgenhaas's avatar
    jurgenhaas committed
                    {
                        "name": "Graham Campbell",
                        "email": "hello@gjcampbell.co.uk",
                        "homepage": "https://github.com/GrahamCampbell"
                    },
    
    jurgenhaas's avatar
    jurgenhaas committed
                    {
                        "name": "Michael Dowling",
                        "email": "mtdowling@gmail.com",
                        "homepage": "https://github.com/mtdowling"
                    },
                    {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "name": "Stefano Kowalke",
                        "email": "blueduck@mail.org",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "homepage": "https://github.com/Konafets"
                    },
                    {
                        "name": "Tobias Nyholm",
                        "email": "tobias.nyholm@gmail.com",
                        "homepage": "https://github.com/Nyholm"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    }
                ],
                "description": "Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.",
                "support": {
                    "issues": "https://github.com/guzzle/guzzle-services/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/guzzle/guzzle-services/tree/1.3.2"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "funding": [
                    {
                        "url": "https://github.com/GrahamCampbell",
                        "type": "github"
                    },
                    {
                        "url": "https://github.com/Nyholm",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle-services",
                        "type": "tidelift"
                    }
                ],
                "time": "2022-03-03T11:21:34+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "guzzlehttp/promises",
                "version": "1.5.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/guzzle/promises.git",
                    "reference": "b94b2807d85443f9719887892882d0329d1e2598"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
                    "reference": "b94b2807d85443f9719887892882d0329d1e2598",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.5"
                },
                "require-dev": {
                    "symfony/phpunit-bridge": "^4.4 || ^5.1"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.5-dev"
                    }
                },
                "autoload": {
                    "files": [
                        "src/functions_include.php"
                    ],
                    "psr-4": {
                        "GuzzleHttp\\Promise\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Graham Campbell",
                        "email": "hello@gjcampbell.co.uk",
                        "homepage": "https://github.com/GrahamCampbell"
                    },
                    {
                        "name": "Michael Dowling",
                        "email": "mtdowling@gmail.com",
                        "homepage": "https://github.com/mtdowling"
                    },
                    {
                        "name": "Tobias Nyholm",
                        "email": "tobias.nyholm@gmail.com",
                        "homepage": "https://github.com/Nyholm"
                    },
                    {
                        "name": "Tobias Schultze",
                        "email": "webmaster@tubo-world.de",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "homepage": "https://github.com/Tobion"
                    }
                ],
                "description": "Guzzle promises library",
                "keywords": [
                    "promise"
                ],
                "support": {
                    "issues": "https://github.com/guzzle/promises/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/guzzle/promises/tree/1.5.2"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "funding": [
                    {
                        "url": "https://github.com/GrahamCampbell",
                        "type": "github"
                    },
                    {
                        "url": "https://github.com/Nyholm",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
                        "type": "tidelift"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-08-28T14:55:35+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "guzzlehttp/psr7",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "2.4.3",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/guzzle/psr7.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "67c26b443f348a51926030c83481b85718457d3d"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d",
                    "reference": "67c26b443f348a51926030c83481b85718457d3d",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "php": "^7.2.5 || ^8.0",
                    "psr/http-factory": "^1.0",
                    "psr/http-message": "^1.0",
                    "ralouphie/getallheaders": "^3.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "provide": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "psr/http-factory-implementation": "1.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "psr/http-message-implementation": "1.0"
                },
                "require-dev": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "bamarni/composer-bin-plugin": "^1.8.1",
                    "http-interop/http-factory-tests": "^0.9",
                    "phpunit/phpunit": "^8.5.29 || ^9.5.23"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "suggest": {
                    "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
                },
                "type": "library",
                "extra": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "bamarni-bin": {
                        "bin-links": true,
                        "forward-command": false
                    },
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "branch-alias": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "dev-master": "2.4-dev"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    }
                },
                "autoload": {
                    "psr-4": {
                        "GuzzleHttp\\Psr7\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Graham Campbell",
                        "email": "hello@gjcampbell.co.uk",
                        "homepage": "https://github.com/GrahamCampbell"
                    },
                    {
                        "name": "Michael Dowling",
                        "email": "mtdowling@gmail.com",
                        "homepage": "https://github.com/mtdowling"
                    },
                    {
                        "name": "George Mponos",
                        "email": "gmponos@gmail.com",
                        "homepage": "https://github.com/gmponos"
                    },
                    {
                        "name": "Tobias Nyholm",
                        "email": "tobias.nyholm@gmail.com",
                        "homepage": "https://github.com/Nyholm"
                    },
                    {
                        "name": "Márk Sági-Kazár",
                        "email": "mark.sagikazar@gmail.com",
                        "homepage": "https://github.com/sagikazarmark"
                    },
                    {
                        "name": "Tobias Schultze",
                        "email": "webmaster@tubo-world.de",
                        "homepage": "https://github.com/Tobion"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    },
                    {
                        "name": "Márk Sági-Kazár",
                        "email": "mark.sagikazar@gmail.com",
                        "homepage": "https://sagikazarmark.hu"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    }
                ],
                "description": "PSR-7 message implementation that also provides common utility methods",
                "keywords": [
                    "http",
                    "message",
                    "psr-7",
                    "request",
                    "response",
                    "stream",
                    "uri",
                    "url"
                ],
                "support": {
                    "issues": "https://github.com/guzzle/psr7/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/guzzle/psr7/tree/2.4.3"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "funding": [
                    {
                        "url": "https://github.com/GrahamCampbell",
                        "type": "github"
                    },
                    {
                        "url": "https://github.com/Nyholm",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
                        "type": "tidelift"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-10-26T14:07:24+00:00"
            },
            {
                "name": "guzzlehttp/uri-template",
                "version": "v1.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/guzzle/uri-template.git",
                    "reference": "b945d74a55a25a949158444f09ec0d3c120d69e2"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/guzzle/uri-template/zipball/b945d74a55a25a949158444f09ec0d3c120d69e2",
                    "reference": "b945d74a55a25a949158444f09ec0d3c120d69e2",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.2.5 || ^8.0",
                    "symfony/polyfill-php80": "^1.17"
                },
                "require-dev": {
                    "phpunit/phpunit": "^8.5.19 || ^9.5.8",
                    "uri-template/tests": "1.0.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "GuzzleHttp\\UriTemplate\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Graham Campbell",
                        "email": "hello@gjcampbell.co.uk",
                        "homepage": "https://github.com/GrahamCampbell"
                    },
                    {
                        "name": "Michael Dowling",
                        "email": "mtdowling@gmail.com",
                        "homepage": "https://github.com/mtdowling"
                    },
                    {
                        "name": "George Mponos",
                        "email": "gmponos@gmail.com",
                        "homepage": "https://github.com/gmponos"
                    },
                    {
                        "name": "Tobias Nyholm",
                        "email": "tobias.nyholm@gmail.com",
                        "homepage": "https://github.com/Nyholm"
                    }
                ],
                "description": "A polyfill class for uri_template of PHP",
                "keywords": [
                    "guzzlehttp",
                    "uri-template"
                ],
                "support": {
                    "issues": "https://github.com/guzzle/uri-template/issues",
                    "source": "https://github.com/guzzle/uri-template/tree/v1.0.1"
                },
                "funding": [
                    {
                        "url": "https://github.com/GrahamCampbell",
                        "type": "github"
                    },
                    {
                        "url": "https://github.com/Nyholm",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
                        "type": "tidelift"
                    }
                ],
                "time": "2021-10-07T12:57:01+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "highlightjs/highlightjs",
                "version": "11.2.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/highlightjs/highlight.js.git",
                    "reference": "tags/11.2.0"
                },
                "type": "drupal-library"
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "html2text/html2text",
                "version": "4.3.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/mtibben/html2text.git",
                    "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/mtibben/html2text/zipball/61ad68e934066a6f8df29a3d23a6460536d0855c",
                    "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c",
                    "shasum": ""
                },
                "require-dev": {
                    "phpunit/phpunit": "~4"
                },
                "suggest": {
                    "ext-mbstring": "For best performance",
                    "symfony/polyfill-mbstring": "If you can't install ext-mbstring"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Html2Text\\": [
                            "src/",
                            "test/"
                        ]
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "description": "Converts HTML to formatted plain text",
                "support": {
                    "issues": "https://github.com/mtibben/html2text/issues",
                    "source": "https://github.com/mtibben/html2text/tree/4.3.1"
                },
                "time": "2020-04-16T23:44:31+00:00"
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "jawira/plantuml-encoding",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v1.1.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/jawira/plantuml-encoding.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "cec097dfc062e7e13655d9594eacce5f9df639ad"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/jawira/plantuml-encoding/zipball/cec097dfc062e7e13655d9594eacce5f9df639ad",
                    "reference": "cec097dfc062e7e13655d9594eacce5f9df639ad",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "ext-zlib": "*",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "php": ">=7.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require-dev": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "jawira/skeleton": "^2.14",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "phpstan/phpstan": "^1.0",
                    "vimeo/psalm": "^4.0"
                },
                "type": "library",
                "autoload": {
                    "files": [
                        "src/plantuml_functions.php"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "name": "Jawira Portugal",
                        "homepage": "https://jawira.com"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    }
                ],
                "description": "PlantUML encoding functions",