Skip to content
Snippets Groups Projects
composer.lock 927 KiB
Newer Older
  • Learn to ignore specific revisions
  • 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",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "drupal/colorbox": "^1.6 | ^2.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "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",
    
    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 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-10-14T10:45:53+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "laminas/laminas-diactoros",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "2.22.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-diactoros.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "df8c7f9e11d854269f4aa7c06ffa38caa42e4405"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/df8c7f9e11d854269f4aa7c06ffa38caa42e4405",
                    "reference": "df8c7f9e11d854269f4aa7c06ffa38caa42e4405",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "psr/http-factory": "^1.0",
                    "psr/http-message": "^1.0"
                },
                "conflict": {
                    "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": "*",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "http-interop/http-factory-tests": "^0.9.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "laminas/laminas-coding-standard": "^2.4.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "php-http/psr7-integration-tests": "^1.1.1",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "phpunit/phpunit": "^9.5.26",
                    "psalm/plugin-phpunit": "^0.18.0",
                    "vimeo/psalm": "^4.29.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "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-11-22T05:54:54+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "laminas/laminas-escaper",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "2.12.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-escaper.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490",
                    "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "ext-ctype": "*",
                    "ext-mbstring": "*",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "conflict": {
                    "zendframework/zend-escaper": "*"
                },
                "require-dev": {
                    "infection/infection": "^0.26.6",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "laminas/laminas-coding-standard": "~2.4.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "maglnet/composer-require-checker": "^3.8.0",
                    "phpunit/phpunit": "^9.5.18",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "psalm/plugin-phpunit": "^0.17.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "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"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-10-10T10:11:09+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "laminas/laminas-feed",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "2.19.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-feed.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "4d0a7a536b48f698914156ca6633104b3aef2f3b"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/4d0a7a536b48f698914156ca6633104b3aef2f3b",
                    "reference": "4d0a7a536b48f698914156ca6633104b3aef2f3b",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "ext-dom": "*",
                    "ext-libxml": "*",
                    "laminas/laminas-escaper": "^2.9",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "laminas/laminas-servicemanager": "^3.14.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "laminas/laminas-stdlib": "^3.6",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "conflict": {
                    "laminas/laminas-servicemanager": "<3.3",
                    "zendframework/zend-feed": "*"
                },
                "require-dev": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "laminas/laminas-cache": "^2.13.2 || ^3.6",
                    "laminas/laminas-cache-storage-adapter-memory": "^1.1.0 || ^2.1",
                    "laminas/laminas-coding-standard": "~2.4.0",
                    "laminas/laminas-db": "^2.15",
                    "laminas/laminas-http": "^2.16",
                    "laminas/laminas-validator": "^2.26",
                    "phpunit/phpunit": "^9.5.25",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "psalm/plugin-phpunit": "^0.17.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "psr/http-message": "^1.0.1",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "vimeo/psalm": "^4.29"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "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"
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "description": "provides functionality for creating and consuming RSS and Atom feeds",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "homepage": "https://laminas.dev",
                "keywords": [
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "atom",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "feed",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "laminas",
                    "rss"
    
    jurgenhaas's avatar
    jurgenhaas committed
                ],
                "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"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-10-14T13:40:45+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "laminas/laminas-servicemanager",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "3.19.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-servicemanager.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "ed160729bb8721127efdaac799f9a298963345b1"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/ed160729bb8721127efdaac799f9a298963345b1",
                    "reference": "ed160729bb8721127efdaac799f9a298963345b1",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "laminas/laminas-stdlib": "^3.2.1",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "php": "~8.0.0 || ~8.1.0 || ~8.2.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "psr/container": "^1.0"
                },
                "conflict": {
                    "ext-psr": "*",
                    "laminas/laminas-code": "<3.3.1",
                    "zendframework/zend-code": "<3.3.1",
                    "zendframework/zend-servicemanager": "*"
                },
                "provide": {
                    "psr/container-implementation": "^1.0"
                },
                "replace": {
                    "container-interop/container-interop": "^1.2.0"
                },
                "require-dev": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "composer/package-versions-deprecated": "^1.11.99.5",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "laminas/laminas-coding-standard": "~2.4.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "laminas/laminas-container-config-test": "^0.7",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "laminas/laminas-dependency-plugin": "^2.2",
                    "mikey179/vfsstream": "^1.6.11@alpha",
                    "ocramius/proxy-manager": "^2.14.1",
                    "phpbench/phpbench": "^1.2.6",
                    "phpunit/phpunit": "^9.5.25",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "psalm/plugin-phpunit": "^0.17.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "vimeo/psalm": "^4.28"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "suggest": {
                    "ocramius/proxy-manager": "ProxyManager ^2.1.1 to handle lazy initialization of services"
                },
                "bin": [
                    "bin/generate-deps-for-config-factory",
                    "bin/generate-factory-for-class"
                ],
                "type": "library",
                "autoload": {
                    "files": [
                        "src/autoload.php"
                    ],
                    "psr-4": {
                        "Laminas\\ServiceManager\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "description": "Factory-Driven Dependency Injection Container",
                "homepage": "https://laminas.dev",
                "keywords": [
                    "PSR-11",
                    "dependency-injection",
                    "di",
                    "dic",
                    "laminas",
                    "service-manager",
                    "servicemanager"
                ],
                "support": {
                    "chat": "https://laminas.dev/chat",
                    "docs": "https://docs.laminas.dev/laminas-servicemanager/",
                    "forum": "https://discourse.laminas.dev",
                    "issues": "https://github.com/laminas/laminas-servicemanager/issues",
                    "rss": "https://github.com/laminas/laminas-servicemanager/releases.atom",
                    "source": "https://github.com/laminas/laminas-servicemanager"
                },
                "funding": [
                    {
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-10-10T20:59:22+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "laminas/laminas-stdlib",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "3.15.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/laminas/laminas-stdlib.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "63b66bd4b696f024f42616b9d95cdb10e5109c27"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/63b66bd4b696f024f42616b9d95cdb10e5109c27",
                    "reference": "63b66bd4b696f024f42616b9d95cdb10e5109c27",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "php": "~8.0.0 || ~8.1.0 || ~8.2.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "conflict": {
                    "zendframework/zend-stdlib": "*"
                },
                "require-dev": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "laminas/laminas-coding-standard": "^2.4.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "phpbench/phpbench": "^1.2.6",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "phpunit/phpunit": "^9.5.25",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "psalm/plugin-phpunit": "^0.17.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "vimeo/psalm": "^4.28"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "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": [
                    {
    
    jurgenhaas's avatar
    jurgenhaas committed
                        "url": "https://funding.communitybridge.org/projects/laminas-project",
                        "type": "community_bridge"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-10-10T19:10:24+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "lcobucci/clock",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "2.2.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/lcobucci/clock.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "fb533e093fd61321bfcbac08b131ce805fe183d3"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/lcobucci/clock/zipball/fb533e093fd61321bfcbac08b131ce805fe183d3",
                    "reference": "fb533e093fd61321bfcbac08b131ce805fe183d3",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "php": "^8.0",
                    "stella-maris/clock": "^0.1.4"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "require-dev": {
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "infection/infection": "^0.26",
                    "lcobucci/coding-standard": "^8.0",
                    "phpstan/extension-installer": "^1.1",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "phpstan/phpstan": "^0.12",
                    "phpstan/phpstan-deprecation-rules": "^0.12",
                    "phpstan/phpstan-phpunit": "^0.12",
                    "phpstan/phpstan-strict-rules": "^0.12",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "phpunit/phpunit": "^9.5"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Lcobucci\\Clock\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Luís Cobucci",
                        "email": "lcobucci@gmail.com"
                    }
                ],
                "description": "Yet another clock abstraction",
                "support": {
                    "issues": "https://github.com/lcobucci/clock/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/lcobucci/clock/tree/2.2.0"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "funding": [
                    {
                        "url": "https://github.com/lcobucci",
                        "type": "github"
                    },
                    {
                        "url": "https://www.patreon.com/lcobucci",
                        "type": "patreon"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-04-19T19:34:17+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "lcobucci/jwt",
                "version": "4.1.5",
                "source": {
                    "type": "git",
                    "url": "https://github.com/lcobucci/jwt.git",
                    "reference": "fe2d89f2eaa7087af4aa166c6f480ef04e000582"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/lcobucci/jwt/zipball/fe2d89f2eaa7087af4aa166c6f480ef04e000582",
                    "reference": "fe2d89f2eaa7087af4aa166c6f480ef04e000582",
                    "shasum": ""
                },
                "require": {
                    "ext-hash": "*",
                    "ext-json": "*",
                    "ext-mbstring": "*",
                    "ext-openssl": "*",
                    "ext-sodium": "*",
                    "lcobucci/clock": "^2.0",
                    "php": "^7.4 || ^8.0"
                },
                "require-dev": {
                    "infection/infection": "^0.21",
                    "lcobucci/coding-standard": "^6.0",
                    "mikey179/vfsstream": "^1.6.7",
                    "phpbench/phpbench": "^1.0",
                    "phpstan/extension-installer": "^1.0",
                    "phpstan/phpstan": "^0.12",
                    "phpstan/phpstan-deprecation-rules": "^0.12",
                    "phpstan/phpstan-phpunit": "^0.12",
                    "phpstan/phpstan-strict-rules": "^0.12",
                    "phpunit/php-invoker": "^3.1",
                    "phpunit/phpunit": "^9.5"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Lcobucci\\JWT\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Luís Cobucci",
                        "email": "lcobucci@gmail.com",
                        "role": "Developer"
                    }
                ],
                "description": "A simple library to work with JSON Web Token and JSON Web Signature",
                "keywords": [
                    "JWS",
                    "jwt"
                ],
                "support": {
                    "issues": "https://github.com/lcobucci/jwt/issues",
                    "source": "https://github.com/lcobucci/jwt/tree/4.1.5"
                },
                "funding": [
                    {
                        "url": "https://github.com/lcobucci",
                        "type": "github"
                    },
                    {
                        "url": "https://www.patreon.com/lcobucci",
                        "type": "patreon"
    
    jurgenhaas's avatar
    jurgenhaas committed
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2021-09-28T19:34:56+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/csv",
                "version": "9.8.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/thephpleague/csv.git",
                    "reference": "9d2e0265c5d90f5dd601bc65ff717e05cec19b47"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/thephpleague/csv/zipball/9d2e0265c5d90f5dd601bc65ff717e05cec19b47",
                    "reference": "9d2e0265c5d90f5dd601bc65ff717e05cec19b47",
                    "shasum": ""
                },
                "require": {
                    "ext-json": "*",
                    "ext-mbstring": "*",
                    "php": "^7.4 || ^8.0"
                },
                "require-dev": {
                    "ext-curl": "*",
                    "ext-dom": "*",
                    "friendsofphp/php-cs-fixer": "^v3.4.0",
                    "phpstan/phpstan": "^1.3.0",
                    "phpstan/phpstan-phpunit": "^1.0.0",
                    "phpstan/phpstan-strict-rules": "^1.1.0",
                    "phpunit/phpunit": "^9.5.11"
                },
                "suggest": {
                    "ext-dom": "Required to use the XMLConverter and or the HTMLConverter classes",
                    "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "9.x-dev"
                    }
                },
                "autoload": {
                    "files": [
                        "src/functions_include.php"
                    ],
                    "psr-4": {
                        "League\\Csv\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Ignace Nyamagana Butera",
                        "email": "nyamsprod@gmail.com",
                        "homepage": "https://github.com/nyamsprod/",
                        "role": "Developer"
                    }
                ],
                "description": "CSV data manipulation made easy in PHP",
                "homepage": "https://csv.thephpleague.com",
                "keywords": [
                    "convert",
                    "csv",
                    "export",
                    "filter",
                    "import",
                    "read",
                    "transform",
                    "write"
                ],
                "support": {
                    "docs": "https://csv.thephpleague.com",
                    "issues": "https://github.com/thephpleague/csv/issues",
                    "rss": "https://github.com/thephpleague/csv/releases.atom",
                    "source": "https://github.com/thephpleague/csv"
                },
                "funding": [
                    {
                        "url": "https://github.com/sponsors/nyamsprod",
                        "type": "github"
                    }
                ],
                "time": "2022-01-04T00:13:07+00:00"
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "league/event",
                "version": "2.2.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/thephpleague/event.git",
                    "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/thephpleague/event/zipball/d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
                    "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.4.0"
                },
                "require-dev": {
                    "henrikbjorn/phpspec-code-coverage": "~1.0.1",
                    "phpspec/phpspec": "^2.2"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.2-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "League\\Event\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Frank de Jonge",
                        "email": "info@frenky.net"
                    }
                ],
                "description": "Event package",
                "keywords": [
                    "emitter",
                    "event",
                    "listener"
                ],
                "support": {
                    "issues": "https://github.com/thephpleague/event/issues",
                    "source": "https://github.com/thephpleague/event/tree/master"
                },
                "time": "2018-11-26T11:52:41+00:00"
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "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"
            },
    
    jurgenhaas's avatar
    jurgenhaas committed
            {
                "name": "league/oauth2-server",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "8.3.6",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/thephpleague/oauth2-server.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "28c5441716c10d0c936bd731860dc385d0f6d1a8"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/28c5441716c10d0c936bd731860dc385d0f6d1a8",
                    "reference": "28c5441716c10d0c936bd731860dc385d0f6d1a8",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "defuse/php-encryption": "^2.2.1",
                    "ext-json": "*",
                    "ext-openssl": "*",
                    "lcobucci/jwt": "^3.4.6 || ^4.0.4",
                    "league/event": "^2.2",
                    "league/uri": "^6.4",
                    "php": "^7.2 || ^8.0",
                    "psr/http-message": "^1.0.1"
                },
                "replace": {
                    "league/oauth2server": "*",
                    "lncd/oauth2": "*"
                },
                "require-dev": {
                    "laminas/laminas-diactoros": "^2.4.1",
                    "phpstan/phpstan": "^0.12.57",
                    "phpstan/phpstan-phpunit": "^0.12.16",
                    "phpunit/phpunit": "^8.5.13",
                    "roave/security-advisories": "dev-master"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "League\\OAuth2\\Server\\": "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": "Andy Millington",
                        "email": "andrew@noexceptions.io",
                        "homepage": "https://www.noexceptions.io",
                        "role": "Developer"
                    }
                ],
                "description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.",
                "homepage": "https://oauth2.thephpleague.com/",
                "keywords": [
                    "Authentication",
                    "api",
                    "auth",
                    "authorisation",
                    "authorization",
                    "oauth",
                    "oauth 2",
                    "oauth 2.0",
                    "oauth2",
                    "protect",
                    "resource",
                    "secure",
                    "server"
                ],
                "support": {
                    "issues": "https://github.com/thephpleague/oauth2-server/issues",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "source": "https://github.com/thephpleague/oauth2-server/tree/8.3.6"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "funding": [
                    {
                        "url": "https://github.com/sephster",
                        "type": "github"
                    }
                ],
    
    jurgenhaas's avatar
    jurgenhaas committed
                "time": "2022-11-14T19:42:00+00:00"
    
    jurgenhaas's avatar
    jurgenhaas committed
            },
            {
                "name": "league/uri",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "version": "6.8.0",
    
    jurgenhaas's avatar
    jurgenhaas committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/thephpleague/uri.git",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "reference": "a700b4656e4c54371b799ac61e300ab25a2d1d39"
    
    jurgenhaas's avatar
    jurgenhaas committed
                },
                "dist": {
                    "type": "zip",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "url": "https://api.github.com/repos/thephpleague/uri/zipball/a700b4656e4c54371b799ac61e300ab25a2d1d39",
                    "reference": "a700b4656e4c54371b799ac61e300ab25a2d1d39",
    
    jurgenhaas's avatar
    jurgenhaas committed
                    "shasum": ""
                },
                "require": {
                    "ext-json": "*",