Skip to content
Snippets Groups Projects
composer.lock 235 KiB
Newer Older
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
                "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.3"
Tim van Dijen's avatar
Tim van Dijen committed
                "phpunit/phpunit": "^9.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-master": "4.0-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de"
                },
Tim van Dijen's avatar
Tim van Dijen committed
                {
                    "name": "Jeff Welch",
                    "email": "whatthejeff@gmail.com"
                },
                {
                    "name": "Adam Harvey",
                    "email": "aharvey@php.net"
                }
            ],
            "description": "Provides functionality to recursively process PHP variables",
Tim van Dijen's avatar
Tim van Dijen committed
            "homepage": "https://github.com/sebastianbergmann/recursion-context",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
Tim van Dijen's avatar
Tim van Dijen committed
                "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2023-02-03T06:07:39+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
            "name": "sebastian/resource-operations",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "3.0.3",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
                "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
Tim van Dijen's avatar
Tim van Dijen committed
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.3"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "require-dev": {
                "phpunit/phpunit": "^9.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-master": "3.0-dev"
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
Tim van Dijen's avatar
Tim van Dijen committed
                    "email": "sebastian@phpunit.de"
Tim van Dijen's avatar
Tim van Dijen committed
            "description": "Provides a list of PHP built-in functions that operate on resources",
            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
                "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2020-09-28T06:45:17+00:00"
        },
        {
            "name": "sebastian/type",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "3.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/type.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
                "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.3"
            },
            "require-dev": {
Tim van Dijen's avatar
Tim van Dijen committed
                "phpunit/phpunit": "^9.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-master": "3.2-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
                }
            ],
            "description": "Collection of value objects that represent the types of the PHP type system",
            "homepage": "https://github.com/sebastianbergmann/type",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/type/issues",
Tim van Dijen's avatar
Tim van Dijen committed
                "source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2023-02-03T06:13:03+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
            "name": "sebastian/version",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "3.0.2",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://github.com/sebastianbergmann/version.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "c6c1022351a901512170118436c764e473f6de8c"
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
                "reference": "c6c1022351a901512170118436c764e473f6de8c",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=7.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-master": "3.0-dev"
Tim van Dijen's avatar
Tim van Dijen committed
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
Tim van Dijen's avatar
Tim van Dijen committed
                "BSD-3-Clause"
Tim van Dijen's avatar
Tim van Dijen committed
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
Tim van Dijen's avatar
Tim van Dijen committed
            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
            "homepage": "https://github.com/sebastianbergmann/version",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/sebastianbergmann/version/issues",
                "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/sebastianbergmann",
                    "type": "github"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2020-09-28T06:39:44+00:00"
        {
            "name": "simplesamlphp/simplesamlphp-module-adfs",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-adfs.git",
                "reference": "565ef81ccd5bbff0e16b489b4f836deded5ea7cd"
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-adfs/zipball/565ef81ccd5bbff0e16b489b4f836deded5ea7cd",
                "reference": "565ef81ccd5bbff0e16b489b4f836deded5ea7cd",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": "^8.0",
                "simplesamlphp/assert": "^1.0.0",
                "simplesamlphp/composer-module-installer": "^1.3.2",
                "simplesamlphp/xml-security": "^1.5.0"
Tim van Dijen's avatar
Tim van Dijen committed
                "simplesamlphp/simplesamlphp": "dev-master",
Tim van Dijen's avatar
Tim van Dijen committed
                "simplesamlphp/simplesamlphp-test-framework": "^1.3.1"
Tim van Dijen's avatar
Tim van Dijen committed
            "default-branch": true,
            "type": "simplesamlphp-module",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\Module\\adfs\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Tim van Dijen",
                    "email": "tvdijen@gmail.com"
                }
            ],
            "description": "A module that implements the WS-federation IDP",
            "keywords": [
                "adfs",
                "simplesamlphp"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/simplesamlphp/simplesamlphp-module-adfs/issues",
                "source": "https://github.com/simplesamlphp/simplesamlphp-module-adfs"
            },
            "time": "2023-03-08T20:53:36+00:00"
        {
            "name": "simplesamlphp/simplesamlphp-test-framework",
            "version": "v1.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-test-framework.git",
                "reference": "2cc6d6d07fb425c30989dbc1241412be02558cac"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-test-framework/zipball/2cc6d6d07fb425c30989dbc1241412be02558cac",
                "reference": "2cc6d6d07fb425c30989dbc1241412be02558cac",
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "php": "^8.0",
                "phpunit/phpunit": "^9.6 || ^10.0",
                "symfony/phpunit-bridge": "^6.1"
            },
            "require-dev": {
                "ext-curl": "*",
                "simplesamlphp/simplesamlphp": "^2.0.0"
            },
            "type": "project",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\TestUtils\\": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Tim van Dijen",
                    "email": "tvdijen@gmail.com"
                }
            ],
            "description": "Test framework for SimpleSAMLphp and related repositories ",
            "keywords": [
                "test-framework"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/simplesamlphp/simplesamlphp-test-framework/issues",
                "source": "https://github.com/simplesamlphp/simplesamlphp-test-framework"
            },
            "time": "2023-03-10T22:54:36+00:00"
            "name": "simplesamlphp/xml-common",
            "version": "v1.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/xml-common.git",
                "reference": "9c92d92d9939d840419572b80fcacab4972e5bad"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/xml-common/zipball/9c92d92d9939d840419572b80fcacab4972e5bad",
                "reference": "9c92d92d9939d840419572b80fcacab4972e5bad",
                "shasum": ""
            },
            "require": {
Tim van Dijen's avatar
Tim van Dijen committed
                "ext-spl": "*",
                "php": "^8.0",
                "simplesamlphp/assert": "^1.0.1"
            },
            "require-dev": {
Tim van Dijen's avatar
Tim van Dijen committed
                "ext-xmlreader": "*",
                "simplesamlphp/simplesamlphp-test-framework": "^1.3.2"
            "autoload": {
                "psr-4": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "SimpleSAML\\XML\\": "src/",
                    "SimpleSAML\\Test\\XML\\": [
                        "tests/PHPUnit/"
                    ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
            ],
            "authors": [
                {
                    "name": "Jaime Perez",
                    "email": "jaime.perez@uninett.no"
                    "name": "Tim van Dijen",
                    "email": "tvdijen@gmail.com"
            "description": "A library with classes and utilities for handling XML structures.",
            "homepage": "http://simplesamlphp.org",
            "keywords": [
                "saml",
                "xml"
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/simplesamlphp/xml-common/issues",
                "source": "https://github.com/simplesamlphp/xml-common"
            },
            "time": "2023-03-08T18:56:51+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        {
            "name": "simplesamlphp/xml-security",
            "version": "v1.5.0",
Tim van Dijen's avatar
Tim van Dijen committed
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/xml-security.git",
                "reference": "2dae08f383038d7947228da895700073f18da6b6"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/xml-security/zipball/2dae08f383038d7947228da895700073f18da6b6",
                "reference": "2dae08f383038d7947228da895700073f18da6b6",
Tim van Dijen's avatar
Tim van Dijen committed
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-openssl": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "ext-spl": "*",
                "php": "^8.0",
                "simplesamlphp/assert": "^1.0.0",
                "simplesamlphp/xml-common": "^1.5.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "require-dev": {
                "simplesamlphp/simplesamlphp-test-framework": "^1.3.1"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "type": "library",
            "autoload": {
                "psr-4": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "SimpleSAML\\XMLSecurity\\": "src",
                    "SimpleSAML\\XMLSecurity\\TestUtils\\": "tests/TestUtils"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
Tim van Dijen's avatar
Tim van Dijen committed
                "LGPL-2.1-or-later"
Tim van Dijen's avatar
Tim van Dijen committed
            ],
            "authors": [
                {
                    "name": "Jaime Perez Crespo",
                    "email": "jaime.perez@uninett.no",
                    "role": "Maintainer"
                    "name": "Tim van Dijen",
                    "email": "tvdijen@gmail.com",
                    "role": "Maintainer"
            "description": "SimpleSAMLphp library for XML Security",
            "homepage": "https://github.com/simplesamlphp/xml-security",
Tim van Dijen's avatar
Tim van Dijen committed
            "keywords": [
                "security",
                "signature",
                "xml",
                "xmldsig"
Tim van Dijen's avatar
Tim van Dijen committed
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/simplesamlphp/xml-security/issues",
                "source": "https://github.com/simplesamlphp/xml-security/tree/v1.5.0"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "time": "2023-02-27T22:59:32+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        },
Tim van Dijen's avatar
Tim van Dijen committed
        {
            "name": "symfony/phpunit-bridge",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "v6.2.7",
Tim van Dijen's avatar
Tim van Dijen committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/phpunit-bridge.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "56965fae0b6b8d271015990eff5240ffff02e185"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/56965fae0b6b8d271015990eff5240ffff02e185",
                "reference": "56965fae0b6b8d271015990eff5240ffff02e185",
Tim van Dijen's avatar
Tim van Dijen committed
                "shasum": ""
            },
            "require": {
                "php": ">=7.1.3"
            },
            "conflict": {
                "phpunit/phpunit": "<7.5|9.1.2"
            },
            "require-dev": {
                "symfony/deprecation-contracts": "^2.1|^3.0",
                "symfony/error-handler": "^5.4|^6.0"
            },
            "suggest": {
                "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
            },
            "bin": [
                "bin/simple-phpunit"
            ],
            "type": "symfony-bridge",
            "extra": {
                "thanks": {
                    "name": "phpunit/phpunit",
                    "url": "https://github.com/sebastianbergmann/phpunit"
                }
            },
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Symfony\\Bridge\\PhpUnit\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Provides utilities for PHPUnit, especially user deprecation notices management",
            "homepage": "https://symfony.com",
            "support": {
Tim van Dijen's avatar
Tim van Dijen committed
                "source": "https://github.com/symfony/phpunit-bridge/tree/v6.2.7"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2023-02-16T09:57:23+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        },
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "name": "theseer/tokenizer",
            "version": "1.2.1",
            "source": {
                "type": "git",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "url": "https://github.com/theseer/tokenizer.git",
                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
                "shasum": ""
            },
            "require": {
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "ext-dom": "*",
                "ext-tokenizer": "*",
                "ext-xmlwriter": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": "^7.2 || ^8.0"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
                }
            ],
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
Tim van Dijen's avatar
Tim van Dijen committed
            "support": {
                "issues": "https://github.com/theseer/tokenizer/issues",
                "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
Tim van Dijen's avatar
Tim van Dijen committed
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/theseer",
                    "type": "github"
                }
            ],
            "time": "2021-07-28T10:34:58+00:00"
    "minimum-stability": "stable",
    "stability-flags": {
Tim van Dijen's avatar
Tim van Dijen committed
        "simplesamlphp/simplesamlphp-module-adfs": 20
Jaime Perez's avatar
Jaime Perez committed
    "prefer-stable": false,
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
    "prefer-lowest": false,
    "platform": {
Tim van Dijen's avatar
Tim van Dijen committed
        "php": "^8.0",
        "ext-mbstring": "*",
        "ext-openssl": "*",
        "ext-pcre": "*",
        "ext-spl": "*",
        "ext-zlib": "*"
Tim van Dijen's avatar
Tim van Dijen committed
        "ext-curl": "*",
        "ext-pdo_sqlite": "*"
    "plugin-api-version": "2.3.0"