Skip to content
Snippets Groups Projects
composer.lock 702 KiB
Newer Older
  • Learn to ignore specific revisions
  • jurgenhaas's avatar
    jurgenhaas committed
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
                    "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
                    "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",
                        "homepage": "https://github.com/Tobion"
                    }
                ],
                "description": "Guzzle promises library",
                "keywords": [
                    "promise"
                ],
                "support": {
                    "issues": "https://github.com/guzzle/promises/issues",
                    "source": "https://github.com/guzzle/promises/tree/1.5.1"
                },
                "funding": [
                    {
                        "url": "https://github.com/GrahamCampbell",
                        "type": "github"
                    },
                    {
                        "url": "https://github.com/Nyholm",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
                        "type": "tidelift"
                    }
                ],
                "time": "2021-10-22T20:56:57+00:00"
            },
            {
                "name": "guzzlehttp/psr7",
                "version": "1.8.5",
                "source": {
                    "type": "git",
                    "url": "https://github.com/guzzle/psr7.git",
                    "reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/guzzle/psr7/zipball/337e3ad8e5716c15f9657bd214d16cc5e69df268",
                    "reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.4.0",
                    "psr/http-message": "~1.0",
                    "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
                },
                "provide": {
                    "psr/http-message-implementation": "1.0"
                },
                "require-dev": {
                    "ext-zlib": "*",
                    "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
                },
                "suggest": {
                    "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.7-dev"
                    }
                },
                "autoload": {
                    "files": [
                        "src/functions_include.php"
                    ],
                    "psr-4": {
                        "GuzzleHttp\\Psr7\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Graham Campbell",
                        "email": "hello@gjcampbell.co.uk",
                        "homepage": "https://github.com/GrahamCampbell"
                    },
                    {
                        "name": "Michael Dowling",
                        "email": "mtdowling@gmail.com",
                        "homepage": "https://github.com/mtdowling"
                    },
                    {
                        "name": "George Mponos",
                        "email": "gmponos@gmail.com",
                        "homepage": "https://github.com/gmponos"
                    },
                    {
                        "name": "Tobias Nyholm",
                        "email": "tobias.nyholm@gmail.com",
                        "homepage": "https://github.com/Nyholm"
                    },
                    {
                        "name": "Márk Sági-Kazár",
                        "email": "mark.sagikazar@gmail.com",
                        "homepage": "https://github.com/sagikazarmark"
                    },
                    {
                        "name": "Tobias Schultze",
                        "email": "webmaster@tubo-world.de",
                        "homepage": "https://github.com/Tobion"
                    }
                ],
                "description": "PSR-7 message implementation that also provides common utility methods",
                "keywords": [
                    "http",
                    "message",
                    "psr-7",
                    "request",
                    "response",
                    "stream",
                    "uri",
                    "url"
                ],
                "support": {
                    "issues": "https://github.com/guzzle/psr7/issues",
                    "source": "https://github.com/guzzle/psr7/tree/1.8.5"
                },
                "funding": [
                    {
                        "url": "https://github.com/GrahamCampbell",
                        "type": "github"
                    },
                    {
                        "url": "https://github.com/Nyholm",
                        "type": "github"
                    },
                    {
                        "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
                        "type": "tidelift"
                    }
                ],
                "time": "2022-03-20T21:51:18+00:00"
            },
            {
                "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",
                "keywords": [
                    "encodep",
                    "encoding",
                    "functions",
                    "plantuml",
                    "uml"
                ],
                "support": {
                    "issues": "https://github.com/jawira/plantuml-encoding/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/jawira/plantuml-encoding/tree/v1.1.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-05-31T18:58:21+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "lakedrops/ahoy",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v1.6.2",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://gitlab.lakedrops.com/composer/plugin/ahoy.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "4cb92728e43acf0415373bca0033e632a622df2e"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require": {
                    "composer-plugin-api": "^1||^2",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "lakedrops/composer-json-utils": "^2.0||dev-main",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "php": ">=7.2",
                    "symfony/yaml": "^3.4||^4.4||^5.0"
                },
                "require-dev": {
                    "composer/composer": "^1||^2",
                    "phpunit/phpunit": "^8.4"
                },
                "type": "composer-plugin",
                "extra": {
                    "class": "LakeDrops\\Ahoy\\Plugin"
                },
                "autoload": {
                    "psr-4": {
                        "LakeDrops\\Ahoy\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "GPL-2.0+"
                ],
                "authors": [
                    {
                        "name": "Jürgen Haas",
                        "email": "juergen@paragon-es.de",
                        "homepage": "https://www.paragon-es.de",
                        "role": "Drupal Expert"
                    },
                    {
                        "name": "Richard Papp",
                        "email": "richard.papp@boromino.com",
                        "homepage": "http://www.boromino.com",
                        "role": "Drupal Expert"
                    }
                ],
                "description": "This plugin collects available ahoy scripts from installed LakeDrops plugins and configures ahy in the project root.",
                "homepage": "https://gitlab.lakedrops.com/composer/plugin/ahoy",
                "keywords": [
                    "Ahoy",
                    "development",
                    "drupal",
                    "install",
                    "update"
                ],
                "support": {
                    "docs": "https://devops-tools.docs.lakedrops.com/composer/plugin/ahoy/",
                    "issues": "https://gitlab.lakedrops.com/composer/plugin/ahoy/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://gitlab.lakedrops.com/composer/plugin/ahoy/tree/main"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-06-02T16:19:57+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "lakedrops/composer-json-utils",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v2.3.2",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://gitlab.lakedrops.com/composer/library/composer-json-utils",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "c3b52ff28a349c61c0fce60d9ee731918590e6fb"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require": {
                    "ext-json": "*",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "php": ">=7.4",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "symfony/dotenv": "^3.4||^4.4||^5.0",
                    "symfony/yaml": "^3.4||^4.4||^5.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "twig/twig": "^2.12"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require-dev": {
                    "composer/composer": "^1||^2",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "drupal/coder": "^8.3",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "phpunit/phpunit": "^8.4"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "LakeDrops\\Component\\Composer\\": ""
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "authors": [
                    {
                        "name": "Jürgen Haas",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "email": "juergen.haas@lakedrops.com",
                        "homepage": "https://www.lakedrops.com",
                        "role": "Drupal Expert"
                    },
                    {
                        "name": "Daniel Speicher",
                        "email": "daniel.speicher@lakedrops.com",
                        "homepage": "https://www.lakedrops.com",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "role": "Drupal Expert"
                    },
                    {
                        "name": "Richard Papp",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "email": "richard.papp@lakedrops.com",
                        "homepage": "https://www.lakedrops.com",
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "role": "Drupal Expert"
                    }
                ],
                "description": "Composer Library to provide utilities to work with project's own composer.json file",
                "homepage": "https://gitlab.lakedrops.com/composer/library/composer-json-utils",
                "keywords": [
                    "composer",
                    "development",
                    "drupal"
                ],
                "support": {
                    "docs": "https://devops-tools.docs.lakedrops.com/composer/library/composer-json-utils/",
                    "issues": "https://gitlab.lakedrops.com/composer/library/composer-json-utils/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://gitlab.lakedrops.com/composer/library/composer-json-utils/tree/main"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-06-05T17:39:47+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "lakedrops/d9-project-scaffold",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "v1.3.1",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://gitlab.lakedrops.com/composer/plugin/drupal-9-scaffold",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "9f75e6e45f5a790c31ce1fbb2eadf7b0a405bc93"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require": {
                    "composer/installers": "^1.9",
                    "cweagans/composer-patches": "^1.6",
                    "drupal/address": "^1.8",
                    "drupal/admin_toolbar": "^3.0",
                    "drupal/antibot": "^1.4",
                    "drupal/block_class": "^1.2",
                    "drupal/coffee": "^1.0",
                    "drupal/colorbox": "^1.6",
                    "drupal/config_auto_export": "^2.0",
                    "drupal/config_filter": "^2.0",
                    "drupal/config_split": "^2.0",
                    "drupal/core": "^9.0",
                    "drupal/core-composer-scaffold": "^9.0",
                    "drupal/dev_modules": "^2.0",
                    "drupal/drd_agent": "^4.0",
                    "drupal/ds": "^3.7",
                    "drupal/entity": "^1.0",
                    "drupal/extlink": "^1.3",
                    "drupal/field_group": "^3.0",
                    "drupal/gin": "^3.0@alpha",
                    "drupal/gin_toolbar": "^1.0@beta",
                    "drupal/honeypot": "^2.0",
                    "drupal/linkit": "^6.0",
                    "drupal/metatag": "^1.13",
                    "drupal/pathauto": "^1.8",
                    "drupal/piwik_noscript": "^1.4",
                    "drupal/recaptcha": "^3.0",
                    "drupal/redis": "^1.4",
                    "drupal/security_review": "1.x-dev",
                    "drupal/simple_sitemap": "^3.6",
                    "drupal/sitemap": "^2.0",
                    "drupal/smart_date": "^3.1",
                    "drupal/smtp": "^1.0",
                    "drupal/stage_file_proxy": "^1.1",
                    "drupal/subpathauto": "^1.1",
                    "drupal/token": "^1.7",
                    "drupal/unlimited_number": "^2.0",
                    "drush/drush": "^11",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "lakedrops/ahoy": "^1.5||dev-main",
                    "lakedrops/composer-json-utils": "^2.0||dev-main",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "php": ">=7.3"
                },
                "type": "metapackage",
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "GPL-2.0-or-later"
                ],
                "authors": [
                    {
                        "name": "Jürgen Haas",
                        "email": "juergen@paragon-es.de",
                        "homepage": "https://www.paragon-es.de",
                        "role": "Drupal Expert"
                    },
                    {
                        "name": "Richard Papp",
                        "email": "richard.papp@boromino.com",
                        "homepage": "http://www.boromino.com",
                        "role": "Drupal Expert"
                    }
                ],
                "description": "Composer Plugin for Drupal 9 Project Template",
                "homepage": "https://gitlab.lakedrops.com/composer/plugin/drupal-9-scaffold",
                "keywords": [
                    "development",
                    "drupal",
                    "install",
                    "update"
                ],
                "support": {
                    "docs": "https://devops-tools.docs.lakedrops.com/composer/plugin/d9-scaffold/",
                    "issues": "https://gitlab.lakedrops.com/composer/plugin/drupal-9-scaffold/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://gitlab.lakedrops.com/composer/plugin/drupal-9-scaffold/tree/main"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-06-02T16:18:34+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "laminas/laminas-diactoros",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "2.11.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-diactoros.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "d1bc565b23c2040fafde398a8a5db083c47928c0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/d1bc565b23c2040fafde398a8a5db083c47928c0",
                    "reference": "d1bc565b23c2040fafde398a8a5db083c47928c0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": "^7.3 || ~8.0.0 || ~8.1.0",
                    "psr/http-factory": "^1.0",
                    "psr/http-message": "^1.0"
                },
                "conflict": {
                    "phpspec/prophecy": "<1.9.0",
                    "zendframework/zend-diactoros": "*"
                },
                "provide": {
                    "psr/http-factory-implementation": "1.0",
                    "psr/http-message-implementation": "1.0"
                },
                "require-dev": {
                    "ext-curl": "*",
                    "ext-dom": "*",
                    "ext-gd": "*",
                    "ext-libxml": "*",
                    "http-interop/http-factory-tests": "^0.8.0",
                    "laminas/laminas-coding-standard": "~1.0.0",
                    "php-http/psr7-integration-tests": "^1.1",
                    "phpspec/prophecy-phpunit": "^2.0",
                    "phpunit/phpunit": "^9.1",
                    "psalm/plugin-phpunit": "^0.14.0",
                    "vimeo/psalm": "^4.3"
                },
                "type": "library",
                "extra": {
                    "laminas": {
                        "config-provider": "Laminas\\Diactoros\\ConfigProvider",
                        "module": "Laminas\\Diactoros"
                    }
                },
                "autoload": {
                    "files": [
                        "src/functions/create_uploaded_file.php",
                        "src/functions/marshal_headers_from_sapi.php",
                        "src/functions/marshal_method_from_sapi.php",
                        "src/functions/marshal_protocol_version_from_sapi.php",
                        "src/functions/marshal_uri_from_sapi.php",
                        "src/functions/normalize_server.php",
                        "src/functions/normalize_uploaded_files.php",
                        "src/functions/parse_cookie_header.php",
                        "src/functions/create_uploaded_file.legacy.php",
                        "src/functions/marshal_headers_from_sapi.legacy.php",
                        "src/functions/marshal_method_from_sapi.legacy.php",
                        "src/functions/marshal_protocol_version_from_sapi.legacy.php",
                        "src/functions/marshal_uri_from_sapi.legacy.php",
                        "src/functions/normalize_server.legacy.php",
                        "src/functions/normalize_uploaded_files.legacy.php",
                        "src/functions/parse_cookie_header.legacy.php"
                    ],
                    "psr-4": {
                        "Laminas\\Diactoros\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "PSR HTTP Message implementations",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "http",
                    "laminas",
                    "psr",
                    "psr-17",
                    "psr-7"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-diactoros/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-diactoros/issues",
                    "rss": "https://github.com/laminas/laminas-diactoros/releases.atom",
                    "source": "https://github.com/laminas/laminas-diactoros"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-05-17T10:57:52+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "laminas/laminas-escaper",
                "version": "2.10.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-escaper.git",
                    "reference": "58af67282db37d24e584a837a94ee55b9c7552be"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/58af67282db37d24e584a837a94ee55b9c7552be",
                    "reference": "58af67282db37d24e584a837a94ee55b9c7552be",
                    "shasum": ""
                },
                "require": {
                    "ext-ctype": "*",
                    "ext-mbstring": "*",
                    "php": "^7.4 || ~8.0.0 || ~8.1.0"
                },
                "conflict": {
                    "zendframework/zend-escaper": "*"
                },
                "require-dev": {
                    "infection/infection": "^0.26.6",
                    "laminas/laminas-coding-standard": "~2.3.0",
                    "maglnet/composer-require-checker": "^3.8.0",
                    "phpunit/phpunit": "^9.5.18",
                    "psalm/plugin-phpunit": "^0.16.1",
                    "vimeo/psalm": "^4.22.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Laminas\\Escaper\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "escaper",
                    "laminas"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-escaper/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-escaper/issues",
                    "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
                    "source": "https://github.com/laminas/laminas-escaper"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2022-03-08T20:15:36+00:00"
            },
            {
                "name": "laminas/laminas-feed",
                "version": "2.17.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-feed.git",
                    "reference": "1ccb024ea615606ed1d676ba0fa3f22a398f3ac0"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/1ccb024ea615606ed1d676ba0fa3f22a398f3ac0",
                    "reference": "1ccb024ea615606ed1d676ba0fa3f22a398f3ac0",
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "ext-libxml": "*",
                    "laminas/laminas-escaper": "^2.9",
                    "laminas/laminas-stdlib": "^3.6",
                    "php": "^7.3 || ~8.0.0 || ~8.1.0"
                },
                "conflict": {
                    "laminas/laminas-servicemanager": "<3.3",
                    "zendframework/zend-feed": "*"
                },
                "require-dev": {
                    "laminas/laminas-cache": "^2.7.2",
                    "laminas/laminas-coding-standard": "~2.2.1",
                    "laminas/laminas-db": "^2.13.3",
                    "laminas/laminas-http": "^2.15",
                    "laminas/laminas-servicemanager": "^3.7",
                    "laminas/laminas-validator": "^2.15",
                    "phpunit/phpunit": "^9.5.5",
                    "psalm/plugin-phpunit": "^0.13.0",
                    "psr/http-message": "^1.0.1",
                    "vimeo/psalm": "^4.1"
                },
                "suggest": {
                    "laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests",
                    "laminas/laminas-db": "Laminas\\Db component, for use with PubSubHubbub",
                    "laminas/laminas-http": "Laminas\\Http for PubSubHubbub, and optionally for use with Laminas\\Feed\\Reader",
                    "laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for easily extending ExtensionManager implementations",
                    "laminas/laminas-validator": "Laminas\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent",
                    "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Laminas\\Feed\\Reader\\Http\\Psr7ResponseDecorator"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Laminas\\Feed\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "provides functionality for consuming RSS and Atom feeds",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "feed",
                    "laminas"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-feed/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-feed/issues",
                    "rss": "https://github.com/laminas/laminas-feed/releases.atom",
                    "source": "https://github.com/laminas/laminas-feed"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
                "time": "2022-03-24T10:26:04+00:00"
            },
            {
                "name": "laminas/laminas-stdlib",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "3.10.1",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-stdlib.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "0d669074845fc80a99add0f64025192f143ef836"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/0d669074845fc80a99add0f64025192f143ef836",
                    "reference": "0d669074845fc80a99add0f64025192f143ef836",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "php": "^7.3 || ~8.0.0 || ~8.1.0"
                },
                "conflict": {
                    "zendframework/zend-stdlib": "*"
                },
                "require-dev": {
                    "laminas/laminas-coding-standard": "~2.3.0",
                    "phpbench/phpbench": "^1.0",
                    "phpunit/phpunit": "^9.3.7",
                    "psalm/plugin-phpunit": "^0.16.0",
                    "vimeo/psalm": "^4.7"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Laminas\\Stdlib\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "SPL extensions, array utilities, error handlers, and more",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "laminas",
                    "stdlib"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-stdlib/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-stdlib/issues",
                    "rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
                    "source": "https://github.com/laminas/laminas-stdlib"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-06-10T14:49:09+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "league/container",
                "version": "4.2.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/thephpleague/container.git",
                    "reference": "375d13cb828649599ef5d48a339c4af7a26cd0ab"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/thephpleague/container/zipball/375d13cb828649599ef5d48a339c4af7a26cd0ab",
                    "reference": "375d13cb828649599ef5d48a339c4af7a26cd0ab",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.2 || ^8.0",
                    "psr/container": "^1.1 || ^2.0"
                },
                "provide": {
                    "psr/container-implementation": "^1.0"
                },
                "replace": {
                    "orno/di": "~2.0"
                },
                "require-dev": {
                    "nette/php-generator": "^3.4",
                    "nikic/php-parser": "^4.10",
                    "phpstan/phpstan": "^0.12.47",
                    "phpunit/phpunit": "^8.5.17",
                    "roave/security-advisories": "dev-latest",
                    "scrutinizer/ocular": "^1.8",
                    "squizlabs/php_codesniffer": "^3.6"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "4.x-dev",
                        "dev-4.x": "4.x-dev",
                        "dev-3.x": "3.x-dev",
                        "dev-2.x": "2.x-dev",
                        "dev-1.x": "1.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "League\\Container\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Phil Bennett",
                        "email": "mail@philbennett.co.uk",
                        "role": "Developer"
                    }
                ],
                "description": "A fast and intuitive dependency injection container.",
                "homepage": "https://github.com/thephpleague/container",
                "keywords": [
                    "container",
                    "dependency",
                    "di",
                    "injection",
                    "league",
                    "provider",
                    "service"
                ],
                "support": {
                    "issues": "https://github.com/thephpleague/container/issues",
                    "source": "https://github.com/thephpleague/container/tree/4.2.0"
                },
                "funding": [
                    {
                        "url": "https://github.com/philipobenito",
                        "type": "github"
                    }
                ],
                "time": "2021-11-16T10:29:06+00:00"
            },
            {
                "name": "league/oauth2-client",
                "version": "2.6.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/thephpleague/oauth2-client.git",
                    "reference": "2334c249907190c132364f5dae0287ab8666aa19"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/2334c249907190c132364f5dae0287ab8666aa19",
                    "reference": "2334c249907190c132364f5dae0287ab8666aa19",
                    "shasum": ""
                },
                "require": {
                    "guzzlehttp/guzzle": "^6.0 || ^7.0",
                    "paragonie/random_compat": "^1 || ^2 || ^9.99",
                    "php": "^5.6 || ^7.0 || ^8.0"
                },
                "require-dev": {
                    "mockery/mockery": "^1.3.5",
                    "php-parallel-lint/php-parallel-lint": "^1.3.1",
                    "phpunit/phpunit": "^5.7 || ^6.0 || ^9.5",
                    "squizlabs/php_codesniffer": "^2.3 || ^3.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-2.x": "2.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "League\\OAuth2\\Client\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Alex Bilbie",
                        "email": "hello@alexbilbie.com",
                        "homepage": "http://www.alexbilbie.com",
                        "role": "Developer"
                    },
                    {
                        "name": "Woody Gilk",
                        "homepage": "https://github.com/shadowhand",
                        "role": "Contributor"
                    }
                ],
                "description": "OAuth 2.0 Client Library",
                "keywords": [
                    "Authentication",
                    "SSO",
                    "authorization",
                    "identity",
                    "idp",
                    "oauth",
                    "oauth2",
                    "single sign on"
                ],
                "support": {
                    "issues": "https://github.com/thephpleague/oauth2-client/issues",
                    "source": "https://github.com/thephpleague/oauth2-client/tree/2.6.1"
                },
                "time": "2021-12-22T16:42:49+00:00"
            },
            {
                "name": "lorisleiva/cron-translator",
                "version": "v0.1.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/lorisleiva/cron-translator.git",
                    "reference": "784a6f6255a4b5f45da5d89dc6ec631a14d7b011"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/lorisleiva/cron-translator/zipball/784a6f6255a4b5f45da5d89dc6ec631a14d7b011",
                    "reference": "784a6f6255a4b5f45da5d89dc6ec631a14d7b011",
                    "shasum": ""
                },
                "require-dev": {
                    "phpunit/phpunit": "^8.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Lorisleiva\\CronTranslator\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Loris LEIVA",
                        "email": "loris.leiva@gmail.com",
                        "homepage": "https://lorisleiva.com"
                    }
                ],
                "description": "Makes CRON expressions human-readable",
                "homepage": "https://github.com/lorisleiva/cron-translator",
                "keywords": [
                    "cron",
                    "expression",
                    "human"
                ],
                "support": {
                    "issues": "https://github.com/lorisleiva/cron-translator/issues",
                    "source": "https://github.com/lorisleiva/cron-translator/tree/v0.1.1"
                },
                "time": "2020-03-01T14:44:47+00:00"
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "m4tthumphrey/php-gitlab-api",
                "version": "9.19.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/GitLabPHP/Client.git",
                    "reference": "bfeaeef6c69f9f9429bf28925af1a2567f5ae773"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/GitLabPHP/Client/zipball/bfeaeef6c69f9f9429bf28925af1a2567f5ae773",
                    "reference": "bfeaeef6c69f9f9429bf28925af1a2567f5ae773",
                    "shasum": ""
                },
                "require": {
                    "ext-json": "*",
                    "ext-xml": "*",
                    "php": "^5.6 || ^7.0",
                    "php-http/cache-plugin": "^1.4",
                    "php-http/client-common": "^1.6 || ^2.0",
                    "php-http/client-implementation": "^1.0",
                    "php-http/discovery": "^1.2",
                    "php-http/httplug": "^1.1 || ^2.0",
                    "php-http/multipart-stream-builder": "^1.0",
                    "psr/cache": "^1.0",
                    "psr/http-message": "^1.0",
                    "symfony/options-resolver": "^2.6 || ^3.0 || ^4.0 || ^5.0"
                },
                "require-dev": {
                    "bamarni/composer-bin-plugin": "^1.4.1",
                    "guzzlehttp/psr7": "^1.2",
                    "php-http/guzzle6-adapter": "^1.0 || ^2.0"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Gitlab\\": "lib/Gitlab/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Fabien Bourigault",
                        "email": "bourigaultfabien@gmail.com"
                    },
                    {
                        "name": "Graham Campbell",
                        "email": "graham@alt-three.com"
                    },
                    {
                        "name": "Matt Humphrey",
                        "email": "matth@windsor-telecom.co.uk"