Skip to content
Snippets Groups Projects
composer.lock 191 KiB
Newer Older
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"
Tim van Dijen's avatar
Tim van Dijen committed
        {
            "name": "simplesamlphp/simplesamlphp-module-adfs",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-module-adfs.git",
                "reference": "472c2e227ec106386b6671cd0634aa3706bf26e8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-adfs/zipball/472c2e227ec106386b6671cd0634aa3706bf26e8",
                "reference": "472c2e227ec106386b6671cd0634aa3706bf26e8",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "php": "^8.0",
                "robrichards/xmlseclibs": "^3.1.1",
                "simplesamlphp/assert": "^1.0.4",
                "simplesamlphp/saml2": "^4.6",
                "symfony/http-foundation": "^6.0"
            },
            "require-dev": {
                "simplesamlphp/simplesamlphp": "3.0.x-dev",
                "simplesamlphp/simplesamlphp-test-framework": "^1.5.4",
                "simplesamlphp/xml-security": "^1.6.0"
            },
            "default-branch": true,
            "type": "simplesamlphp-module",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                }
            },
            "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"
            ],
            "support": {
                "issues": "https://github.com/simplesamlphp/simplesamlphp-module-adfs/issues",
                "source": "https://github.com/simplesamlphp/simplesamlphp-module-adfs"
            },
            "time": "2023-03-19T20:57:28+00:00"
        },
        {
            "name": "simplesamlphp/simplesamlphp-test-framework",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "v1.5.4",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/simplesamlphp-test-framework.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "b627dd12d1d5bb50cef5336b9726f3a2d1b4969e"
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-test-framework/zipball/b627dd12d1d5bb50cef5336b9726f3a2d1b4969e",
                "reference": "b627dd12d1d5bb50cef5336b9726f3a2d1b4969e",
                "shasum": ""
            },
            "require": {
                "phpunit/phpunit": "^9.6 || ^10.0"
            },
            "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"
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2023-03-16T20:42:22+00:00"
        },
        {
            "name": "simplesamlphp/xml-common",
            "version": "v1.7.2",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/xml-common.git",
                "reference": "99b7679b7a6e7b98a624a272e5a117ce45b32c6d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/xml-common/zipball/99b7679b7a6e7b98a624a272e5a117ce45b32c6d",
                "reference": "99b7679b7a6e7b98a624a272e5a117ce45b32c6d",
                "shasum": ""
            },
            "require": {
                "ext-date": "*",
                "ext-dom": "*",
                "ext-libxml": "*",
                "ext-pcre": "*",
                "ext-spl": "*",
                "ext-xmlreader": "*",
                "php": "^8.0",
                "simplesamlphp/assert": "^1.0.3"
            },
            "require-dev": {
                "phpunit/phpunit": "^9.6 || ^10.0"
            },
            "type": "project",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\XML\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "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"
            ],
            "support": {
                "issues": "https://github.com/simplesamlphp/xml-common/issues",
                "source": "https://github.com/simplesamlphp/xml-common"
            },
            "time": "2023-03-14T14:18:06+00:00"
        },
        {
            "name": "simplesamlphp/xml-security",
            "version": "v1.6.1",
            "source": {
                "type": "git",
                "url": "https://github.com/simplesamlphp/xml-security.git",
                "reference": "640b55b079a00f2549fb9c6a173496c1c6345c50"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/simplesamlphp/xml-security/zipball/640b55b079a00f2549fb9c6a173496c1c6345c50",
                "reference": "640b55b079a00f2549fb9c6a173496c1c6345c50",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-hash": "*",
                "ext-mbstring": "*",
                "ext-openssl": "*",
                "ext-pcre": "*",
                "ext-spl": "*",
                "php": "^8.0",
                "simplesamlphp/assert": "^1.0.3",
                "simplesamlphp/xml-common": "^1.7.2"
            },
            "require-dev": {
                "simplesamlphp/simplesamlphp-test-framework": "^1.5.1"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "SimpleSAML\\XMLSecurity\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "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",
            "keywords": [
                "security",
                "signature",
                "xml",
                "xmldsig"
            ],
            "support": {
                "issues": "https://github.com/simplesamlphp/xml-security/issues",
                "source": "https://github.com/simplesamlphp/xml-security/tree/v1.6.1"
            },
            "time": "2023-03-14T21:52:29+00:00"
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",
Tim van Dijen's avatar
Tim van Dijen committed
        "ext-fileinfo": "*",
        "ext-filter": "*",
Tim van Dijen's avatar
Tim van Dijen committed
        "ext-libxml": "*",
        "ext-mbstring": "*",
        "ext-openssl": "*",
Tim van Dijen's avatar
Tim van Dijen committed
        "ext-posix": "*",
Tim van Dijen's avatar
Tim van Dijen committed
        "ext-session": "*",
        "ext-simplexml": "*",
Tim van Dijen's avatar
Tim van Dijen committed
        "ext-xml": "*"
    "platform-dev": [],
    "plugin-api-version": "2.3.0"