3450 lines
125 KiB
JSON
3450 lines
125 KiB
JSON
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "892031a2c857679ab79c60de03fccc25",
|
|
"packages": [
|
|
{
|
|
"name": "erusev/parsedown",
|
|
"version": "1.7.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/erusev/parsedown.git",
|
|
"reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
|
|
"reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-mbstring": "*",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8.35"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Parsedown": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Emanuil Rusev",
|
|
"email": "hello@erusev.com",
|
|
"homepage": "http://erusev.com"
|
|
}
|
|
],
|
|
"description": "Parser for Markdown.",
|
|
"homepage": "http://parsedown.org",
|
|
"keywords": [
|
|
"markdown",
|
|
"parser"
|
|
],
|
|
"time": "2018-03-08T01:11:30+00:00"
|
|
},
|
|
{
|
|
"name": "gettext/gettext",
|
|
"version": "v4.8.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-gettext/Gettext.git",
|
|
"reference": "e474f872f2c8636cf53fd283ec4ce1218f3d236a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-gettext/Gettext/zipball/e474f872f2c8636cf53fd283ec4ce1218f3d236a",
|
|
"reference": "e474f872f2c8636cf53fd283ec4ce1218f3d236a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"gettext/languages": "^2.3",
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"illuminate/view": "*",
|
|
"phpunit/phpunit": "^4.8|^5.7|^6.5",
|
|
"squizlabs/php_codesniffer": "^3.0",
|
|
"symfony/yaml": "~2",
|
|
"twig/extensions": "*",
|
|
"twig/twig": "^1.31|^2.0"
|
|
},
|
|
"suggest": {
|
|
"illuminate/view": "Is necessary if you want to use the Blade extractor",
|
|
"symfony/yaml": "Is necessary if you want to use the Yaml extractor/generator",
|
|
"twig/extensions": "Is necessary if you want to use the Twig extractor",
|
|
"twig/twig": "Is necessary if you want to use the Twig extractor"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Gettext\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Oscar Otero",
|
|
"email": "oom@oscarotero.com",
|
|
"homepage": "http://oscarotero.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "PHP gettext manager",
|
|
"homepage": "https://github.com/oscarotero/Gettext",
|
|
"keywords": [
|
|
"JS",
|
|
"gettext",
|
|
"i18n",
|
|
"mo",
|
|
"po",
|
|
"translation"
|
|
],
|
|
"time": "2019-12-02T10:21:14+00:00"
|
|
},
|
|
{
|
|
"name": "gettext/languages",
|
|
"version": "2.6.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-gettext/Languages.git",
|
|
"reference": "38ea0482f649e0802e475f0ed19fa993bcb7a618"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-gettext/Languages/zipball/38ea0482f649e0802e475f0ed19fa993bcb7a618",
|
|
"reference": "38ea0482f649e0802e475f0ed19fa993bcb7a618",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.16.0",
|
|
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4"
|
|
},
|
|
"bin": [
|
|
"bin/export-plural-rules"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Gettext\\Languages\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michele Locati",
|
|
"email": "mlocati@gmail.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "gettext languages with plural rules",
|
|
"homepage": "https://github.com/php-gettext/Languages",
|
|
"keywords": [
|
|
"cldr",
|
|
"i18n",
|
|
"internationalization",
|
|
"l10n",
|
|
"language",
|
|
"languages",
|
|
"localization",
|
|
"php",
|
|
"plural",
|
|
"plural rules",
|
|
"plurals",
|
|
"translate",
|
|
"translations",
|
|
"unicode"
|
|
],
|
|
"time": "2019-11-13T10:30:21+00:00"
|
|
},
|
|
{
|
|
"name": "phpfastcache/riak-client",
|
|
"version": "3.4.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPSocialNetwork/riak-php-client.git",
|
|
"reference": "d771f75d16196006604a30bb15adc1c6a9b0fcc9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPSocialNetwork/riak-php-client/zipball/d771f75d16196006604a30bb15adc1c6a9b0fcc9",
|
|
"reference": "d771f75d16196006604a30bb15adc1c6a9b0fcc9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"php": ">=5.4"
|
|
},
|
|
"conflict": {
|
|
"basho/riak": "*"
|
|
},
|
|
"require-dev": {
|
|
"apigen/apigen": "4.1.*",
|
|
"phpunit/phpunit": "4.8.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Basho\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Georges.L",
|
|
"email": "contact@geolim4.com",
|
|
"homepage": "https://github.com/Geolim4",
|
|
"role": "Maintainer"
|
|
},
|
|
{
|
|
"name": "Christopher Mancini",
|
|
"email": "cmancini@basho.com",
|
|
"homepage": "https://github.com/christophermancini",
|
|
"role": "Former Lead Developer"
|
|
},
|
|
{
|
|
"name": "Alex Moore",
|
|
"email": "amoore@basho.com",
|
|
"homepage": "https://github.com/alexmoore",
|
|
"role": "Former Developer"
|
|
}
|
|
],
|
|
"description": "Riak client for PHP (Fork of the official basho/riak due to maintainer significant inactivity)",
|
|
"homepage": "https://github.com/PHPSocialNetwork/riak-php-client",
|
|
"keywords": [
|
|
"basho",
|
|
"client",
|
|
"crdt",
|
|
"data",
|
|
"database",
|
|
"datatype",
|
|
"driver",
|
|
"kv",
|
|
"nosql",
|
|
"riak"
|
|
],
|
|
"time": "2017-11-23T21:33:15+00:00"
|
|
},
|
|
{
|
|
"name": "phpmailer/phpmailer",
|
|
"version": "v6.1.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
|
"reference": "c5e61d0729507049cec9673aa1a679f9adefd683"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/c5e61d0729507049cec9673aa1a679f9adefd683",
|
|
"reference": "c5e61d0729507049cec9673aa1a679f9adefd683",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-ctype": "*",
|
|
"ext-filter": "*",
|
|
"php": ">=5.5.0"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/annotations": "^1.2",
|
|
"friendsofphp/php-cs-fixer": "^2.2",
|
|
"phpunit/phpunit": "^4.8 || ^5.7"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "Needed to send email in multibyte encoding charset",
|
|
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
|
|
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
|
|
"psr/log": "For optional PSR-3 debug logging",
|
|
"stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication",
|
|
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PHPMailer\\PHPMailer\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1-only"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Marcus Bointon",
|
|
"email": "phpmailer@synchromedia.co.uk"
|
|
},
|
|
{
|
|
"name": "Jim Jagielski",
|
|
"email": "jimjag@gmail.com"
|
|
},
|
|
{
|
|
"name": "Andy Prevost",
|
|
"email": "codeworxtech@users.sourceforge.net"
|
|
},
|
|
{
|
|
"name": "Brent R. Matzelle"
|
|
}
|
|
],
|
|
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
|
|
"time": "2019-12-10T11:17:38+00:00"
|
|
},
|
|
{
|
|
"name": "psr/container",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/container.git",
|
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Container\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
|
"homepage": "https://github.com/php-fig/container",
|
|
"keywords": [
|
|
"PSR-11",
|
|
"container",
|
|
"container-interface",
|
|
"container-interop",
|
|
"psr"
|
|
],
|
|
"time": "2017-02-14T16:28:37+00:00"
|
|
},
|
|
{
|
|
"name": "psr/log",
|
|
"version": "1.1.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/log.git",
|
|
"reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
|
|
"reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Log\\": "Psr/Log/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for logging libraries",
|
|
"homepage": "https://github.com/php-fig/log",
|
|
"keywords": [
|
|
"log",
|
|
"psr",
|
|
"psr-3"
|
|
],
|
|
"time": "2019-11-01T11:05:21+00:00"
|
|
},
|
|
{
|
|
"name": "robrichards/xmlseclibs",
|
|
"version": "3.0.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/robrichards/xmlseclibs.git",
|
|
"reference": "0a53d3c3aa87564910cae4ed01416441d3ae0db5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/0a53d3c3aa87564910cae4ed01416441d3ae0db5",
|
|
"reference": "0a53d3c3aa87564910cae4ed01416441d3ae0db5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-openssl": "*",
|
|
"php": ">= 5.4"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"RobRichards\\XMLSecLibs\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"description": "A PHP library for XML Security",
|
|
"homepage": "https://github.com/robrichards/xmlseclibs",
|
|
"keywords": [
|
|
"security",
|
|
"signature",
|
|
"xml",
|
|
"xmldsig"
|
|
],
|
|
"time": "2019-11-05T11:44:22+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/composer-module-installer",
|
|
"version": "v1.1.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/composer-module-installer.git",
|
|
"reference": "b70414a2112fe49e97a7eddd747657bd8bc38ef0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/composer-module-installer/zipball/b70414a2112fe49e97a7eddd747657bd8bc38ef0",
|
|
"reference": "b70414a2112fe49e97a7eddd747657bd8bc38ef0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^1.0",
|
|
"simplesamlphp/simplesamlphp": "*"
|
|
},
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "SimpleSamlPhp\\Composer\\ModuleInstallerPlugin"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"SimpleSamlPhp\\Composer": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"description": "A Composer plugin that allows installing SimpleSAMLphp modules through Composer.",
|
|
"time": "2017-04-24T07:12:50+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/saml2",
|
|
"version": "v4.1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/saml2.git",
|
|
"reference": "4ef98dcf868312d11ea6c1acbebfe80483970d7f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/4ef98dcf868312d11ea6c1acbebfe80483970d7f",
|
|
"reference": "4ef98dcf868312d11ea6c1acbebfe80483970d7f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-openssl": "*",
|
|
"ext-zlib": "*",
|
|
"php": ">=7.2",
|
|
"psr/log": "~1.1",
|
|
"robrichards/xmlseclibs": "^3.0.4",
|
|
"webmozart/assert": "^1.5"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "~1.2",
|
|
"phpunit/phpunit": "^8.3",
|
|
"sebastian/phpcpd": "~4.1",
|
|
"sensiolabs/security-checker": "~6.0",
|
|
"simplesamlphp/simplesamlphp-test-framework": "~0.1.0",
|
|
"squizlabs/php_codesniffer": "~3.5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "v4.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SAML2\\": "src/SAML2"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Andreas Åkre Solberg",
|
|
"email": "andreas.solberg@uninett.no"
|
|
}
|
|
],
|
|
"description": "SAML2 PHP library from SimpleSAMLphp",
|
|
"time": "2019-12-15T09:41:22+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/simplesamlphp",
|
|
"version": "v1.18.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp.git",
|
|
"reference": "864f0392480317a6f44b0e3c26db23ad0e21e5fb"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp/zipball/864f0392480317a6f44b0e3c26db23ad0e21e5fb",
|
|
"reference": "864f0392480317a6f44b0e3c26db23ad0e21e5fb",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-date": "*",
|
|
"ext-dom": "*",
|
|
"ext-hash": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-openssl": "*",
|
|
"ext-pcre": "*",
|
|
"ext-spl": "*",
|
|
"ext-zlib": "*",
|
|
"gettext/gettext": "^4.6",
|
|
"php": ">=5.6",
|
|
"phpmailer/phpmailer": "^6.0",
|
|
"robrichards/xmlseclibs": "^3.0.4",
|
|
"simplesamlphp/saml2": "^3.4 || ^4.0",
|
|
"simplesamlphp/simplesamlphp-module-adfs": "^0.9",
|
|
"simplesamlphp/simplesamlphp-module-authcrypt": "^0.9",
|
|
"simplesamlphp/simplesamlphp-module-authfacebook": "^0.9",
|
|
"simplesamlphp/simplesamlphp-module-authorize": "^0.9",
|
|
"simplesamlphp/simplesamlphp-module-authtwitter": "^0.9",
|
|
"simplesamlphp/simplesamlphp-module-authwindowslive": "^0.9",
|
|
"simplesamlphp/simplesamlphp-module-authx509": "^0.9",
|
|
"simplesamlphp/simplesamlphp-module-authyubikey": "^0.9",
|
|
"simplesamlphp/simplesamlphp-module-cas": "^0.9",
|
|
"simplesamlphp/simplesamlphp-module-cdc": "^0.9",
|
|
"simplesamlphp/simplesamlphp-module-consent": "^0.9",
|
|
"simplesamlphp/simplesamlphp-module-consentadmin": "^0.9",
|
|
"simplesamlphp/simplesamlphp-module-discopower": "^0.9",
|
|
"simplesamlphp/simplesamlphp-module-exampleattributeserver": "^1.0",
|
|
"simplesamlphp/simplesamlphp-module-expirycheck": "^0.9",
|
|
"simplesamlphp/simplesamlphp-module-ldap": "^0.9",
|
|
"simplesamlphp/simplesamlphp-module-memcachemonitor": "^0.9",
|
|
"simplesamlphp/simplesamlphp-module-memcookie": "^1.2",
|
|
"simplesamlphp/simplesamlphp-module-metarefresh": "^0.9",
|
|
"simplesamlphp/simplesamlphp-module-negotiate": "^0.9",
|
|
"simplesamlphp/simplesamlphp-module-oauth": "^0.9",
|
|
"simplesamlphp/simplesamlphp-module-preprodwarning": "^0.9",
|
|
"simplesamlphp/simplesamlphp-module-radius": "^0.9",
|
|
"simplesamlphp/simplesamlphp-module-riak": "^0.9",
|
|
"simplesamlphp/simplesamlphp-module-sanitycheck": "^0.9",
|
|
"simplesamlphp/simplesamlphp-module-smartattributes": "^0.9",
|
|
"simplesamlphp/simplesamlphp-module-sqlauth": "^0.9",
|
|
"simplesamlphp/simplesamlphp-module-statistics": "^0.9",
|
|
"simplesamlphp/twig-configurable-i18n": "^2.1",
|
|
"symfony/config": "^3.4 || ^4.0",
|
|
"symfony/dependency-injection": "^3.4 || ^4.0",
|
|
"symfony/http-foundation": "^3.4 || ^4.0",
|
|
"symfony/http-kernel": "^3.4 || ^4.0",
|
|
"symfony/routing": "^3.4 || ^4.0",
|
|
"symfony/yaml": "^3.4 || ^4.0",
|
|
"twig/twig": "~1.0 || ~2.0",
|
|
"whitehat101/apr1-md5": "~1.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-curl": "*",
|
|
"mikey179/vfsstream": "~1.6",
|
|
"phpunit/phpunit": "~5.7",
|
|
"sensiolabs/security-checker": "^5.0.3",
|
|
"simplesamlphp/simplesamlphp-test-framework": "^0.0.14",
|
|
"squizlabs/php_codesniffer": "^3.5",
|
|
"vimeo/psalm": "~1.1.9"
|
|
},
|
|
"suggest": {
|
|
"ext-curl": "Needed in order to check for updates automatically",
|
|
"ext-ldap": "Needed if an LDAP backend is used",
|
|
"ext-memcache": "Needed if a Memcache server is used to store session information",
|
|
"ext-mysql": "Needed if a MySQL backend is used, either for authentication or to store session information",
|
|
"ext-pdo": "Needed if a database backend is used, either for authentication or to store session information",
|
|
"ext-pgsql": "Needed if a PostgreSQL backend is used, either for authentication or to store session information",
|
|
"ext-radius": "Needed if a Radius backend is used",
|
|
"predis/predis": "Needed if a Redis server is used to store session information"
|
|
},
|
|
"type": "project",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SimpleSAML\\": "lib/SimpleSAML"
|
|
},
|
|
"files": [
|
|
"lib/_autoload_modules.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Andreas Åkre Solberg",
|
|
"email": "andreas.solberg@uninett.no"
|
|
},
|
|
{
|
|
"name": "Olav Morken",
|
|
"email": "olav.morken@uninett.no"
|
|
},
|
|
{
|
|
"name": "Jaime Perez",
|
|
"email": "jaime.perez@uninett.no"
|
|
}
|
|
],
|
|
"description": "A PHP implementation of a SAML 2.0 service provider and identity provider, also compatible with Shibboleth 1.3 and 2.0.",
|
|
"homepage": "http://simplesamlphp.org",
|
|
"keywords": [
|
|
"SAML2",
|
|
"idp",
|
|
"oauth",
|
|
"shibboleth",
|
|
"sp",
|
|
"ws-federation"
|
|
],
|
|
"time": "2020-01-24T09:57:02+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/simplesamlphp-module-adfs",
|
|
"version": "v0.9.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp-module-adfs.git",
|
|
"reference": "3ac7d15825e609152ca04faceea80ee0db3afcb1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-adfs/zipball/3ac7d15825e609152ca04faceea80ee0db3afcb1",
|
|
"reference": "3ac7d15825e609152ca04faceea80ee0db3afcb1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"simplesamlphp/composer-module-installer": "~1.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~5.7",
|
|
"simplesamlphp/simplesamlphp": "^1.17"
|
|
},
|
|
"type": "simplesamlphp-module",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SimpleSAML\\Module\\adfs\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Tim van Dijen",
|
|
"email": "tvdijen@gmail.com"
|
|
}
|
|
],
|
|
"description": "A module that implements the WS-federation IDP",
|
|
"keywords": [
|
|
"adfs",
|
|
"simplesamlphp"
|
|
],
|
|
"time": "2019-12-03T08:45:21+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/simplesamlphp-module-authcrypt",
|
|
"version": "v0.9.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp-module-authcrypt.git",
|
|
"reference": "cc2950cf710933063192e883ba2804321b8af6db"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authcrypt/zipball/cc2950cf710933063192e883ba2804321b8af6db",
|
|
"reference": "cc2950cf710933063192e883ba2804321b8af6db",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"simplesamlphp/composer-module-installer": "~1.1",
|
|
"webmozart/assert": "~1.4"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~5.7",
|
|
"simplesamlphp/simplesamlphp": "^1.17"
|
|
},
|
|
"type": "simplesamlphp-module",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SimpleSAML\\Module\\authcrypt\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Olav Morken",
|
|
"email": "olavmrk@gmail.com"
|
|
}
|
|
],
|
|
"description": "This module provides authentication against password hashes or .htpasswd files",
|
|
"keywords": [
|
|
"authcrypt",
|
|
"simplesamlphp"
|
|
],
|
|
"time": "2019-12-03T08:56:36+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/simplesamlphp-module-authfacebook",
|
|
"version": "v0.9.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp-module-authfacebook.git",
|
|
"reference": "661cc25ac21ea422552a2394ea35ce9e8873ce39"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authfacebook/zipball/661cc25ac21ea422552a2394ea35ce9e8873ce39",
|
|
"reference": "661cc25ac21ea422552a2394ea35ce9e8873ce39",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"simplesamlphp/composer-module-installer": "~1.1"
|
|
},
|
|
"require-dev": {
|
|
"simplesamlphp/simplesamlphp": "^1.17",
|
|
"simplesamlphp/simplesamlphp-test-framework": "^0.0.10"
|
|
},
|
|
"type": "simplesamlphp-module",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SimpleSAML\\Module\\authfacebook\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Andjelko Horvat",
|
|
"email": "comel@vingd.com"
|
|
},
|
|
{
|
|
"name": "Tim van Dijen",
|
|
"email": "tvdijen@gmail.com"
|
|
}
|
|
],
|
|
"description": "A module that is able to authenticate against Facebook",
|
|
"keywords": [
|
|
"facebook",
|
|
"simplesamlphp"
|
|
],
|
|
"time": "2019-12-03T08:58:26+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/simplesamlphp-module-authorize",
|
|
"version": "v0.9.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp-module-authorize.git",
|
|
"reference": "648954077e1cb8dd7b694eebfca7c619c401145b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authorize/zipball/648954077e1cb8dd7b694eebfca7c619c401145b",
|
|
"reference": "648954077e1cb8dd7b694eebfca7c619c401145b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"simplesamlphp/composer-module-installer": "~1.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~5.7",
|
|
"simplesamlphp/simplesamlphp": "^1.17"
|
|
},
|
|
"type": "simplesamlphp-module",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SimpleSAML\\Module\\authorize\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ernesto Revilla",
|
|
"email": "erny@yaco.es"
|
|
}
|
|
],
|
|
"description": "This module provides a user authorization filter based on attribute matching",
|
|
"keywords": [
|
|
"authorize",
|
|
"simplesamlphp"
|
|
],
|
|
"time": "2019-12-13T07:49:26+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/simplesamlphp-module-authtwitter",
|
|
"version": "v0.9.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp-module-authtwitter.git",
|
|
"reference": "29a15e58061222632fea9eb2c807aef5e2c0d54a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authtwitter/zipball/29a15e58061222632fea9eb2c807aef5e2c0d54a",
|
|
"reference": "29a15e58061222632fea9eb2c807aef5e2c0d54a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5",
|
|
"simplesamlphp/composer-module-installer": "~1.0",
|
|
"simplesamlphp/simplesamlphp-module-oauth": "^0.9"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.8.35",
|
|
"simplesamlphp/simplesamlphp": "^1.17"
|
|
},
|
|
"type": "simplesamlphp-module",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SimpleSAML\\Module\\authtwitter\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Olav Morken",
|
|
"email": "olavmrk@gmail.com"
|
|
},
|
|
{
|
|
"name": "Tim van Dijen",
|
|
"email": "tvdijen@gmail.com"
|
|
}
|
|
],
|
|
"description": "A module that is able to perform authentication against Twitter",
|
|
"keywords": [
|
|
"simplesamlphp",
|
|
"twitter"
|
|
],
|
|
"time": "2019-12-03T09:00:09+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/simplesamlphp-module-authwindowslive",
|
|
"version": "v0.9.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp-module-authwindowslive.git",
|
|
"reference": "f40aecec6c0adaedb6693309840c98cec783876e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authwindowslive/zipball/f40aecec6c0adaedb6693309840c98cec783876e",
|
|
"reference": "f40aecec6c0adaedb6693309840c98cec783876e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"simplesamlphp/composer-module-installer": "~1.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~5.7",
|
|
"simplesamlphp/simplesamlphp": "^1.17"
|
|
},
|
|
"type": "simplesamlphp-module",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SimpleSAML\\Module\\authwindowslive\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Olav Morken",
|
|
"email": "olavmrk@gmail.com"
|
|
},
|
|
{
|
|
"name": "Tim van Dijen",
|
|
"email": "tvdijen@gmail.com"
|
|
}
|
|
],
|
|
"description": "A module that is able to perform authentication against Windows Live",
|
|
"keywords": [
|
|
"live",
|
|
"simplesamlphp",
|
|
"windows",
|
|
"windowslive"
|
|
],
|
|
"time": "2019-12-03T09:01:13+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/simplesamlphp-module-authx509",
|
|
"version": "v0.9.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp-module-authX509.git",
|
|
"reference": "32f4fb3822b4325fdccbff824996e82fa1042e0d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authX509/zipball/32f4fb3822b4325fdccbff824996e82fa1042e0d",
|
|
"reference": "32f4fb3822b4325fdccbff824996e82fa1042e0d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.5",
|
|
"simplesamlphp/composer-module-installer": "~1.1",
|
|
"simplesamlphp/simplesamlphp-module-ldap": "^0.9"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.8.36",
|
|
"simplesamlphp/simplesamlphp": "^1.17",
|
|
"simplesamlphp/simplesamlphp-test-framework": "^0.0.7"
|
|
},
|
|
"type": "simplesamlphp-module",
|
|
"extra": {
|
|
"ssp-mixedcase-module-name": "authX509"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SimpleSAML\\Module\\authX509\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Joost van Dijk",
|
|
"email": "Joost.vanDijk@surfnet.nl"
|
|
},
|
|
{
|
|
"name": "Tim van Dijen",
|
|
"email": "tvdijen@gmail.com"
|
|
}
|
|
],
|
|
"description": "A module that is able to authenticate users based on X509 client certificates",
|
|
"keywords": [
|
|
"simplesamlphp",
|
|
"x509"
|
|
],
|
|
"time": "2019-12-03T08:48:01+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/simplesamlphp-module-authyubikey",
|
|
"version": "v0.9.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp-module-authyubikey.git",
|
|
"reference": "8c27bfeb4981d2e6fa40a831e945f40c5a4ad3d2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authyubikey/zipball/8c27bfeb4981d2e6fa40a831e945f40c5a4ad3d2",
|
|
"reference": "8c27bfeb4981d2e6fa40a831e945f40c5a4ad3d2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"simplesamlphp/composer-module-installer": "~1.1",
|
|
"webmozart/assert": "~1.4"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~5.7",
|
|
"simplesamlphp/simplesamlphp": "^1.17"
|
|
},
|
|
"type": "simplesamlphp-module",
|
|
"extra": {
|
|
"ssp-mixedcase-module-name": "authYubikey"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SimpleSAML\\modules\\yubikey\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Tim van Dijen",
|
|
"email": "tvdijen@gmail.com"
|
|
}
|
|
],
|
|
"description": "A module that is able to authenticate against YubiKey",
|
|
"keywords": [
|
|
"authyubikey",
|
|
"simplesamlphp"
|
|
],
|
|
"time": "2019-12-03T08:52:49+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/simplesamlphp-module-cas",
|
|
"version": "v0.9.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp-module-cas.git",
|
|
"reference": "63b72e4600550c507cdfc32fdd208ad59a64321e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-cas/zipball/63b72e4600550c507cdfc32fdd208ad59a64321e",
|
|
"reference": "63b72e4600550c507cdfc32fdd208ad59a64321e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"simplesamlphp/composer-module-installer": "~1.1",
|
|
"simplesamlphp/simplesamlphp-module-ldap": "^0.9",
|
|
"webmozart/assert": "~1.4"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~5.7",
|
|
"simplesamlphp/simplesamlphp": "^1.17"
|
|
},
|
|
"type": "simplesamlphp-module",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SimpleSAML\\Module\\cas\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Olav Morken",
|
|
"email": "olavmrk@gmail.com"
|
|
}
|
|
],
|
|
"description": "A module that provides CAS authentication",
|
|
"keywords": [
|
|
"cas",
|
|
"simplesamlphp"
|
|
],
|
|
"time": "2019-12-03T09:03:06+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/simplesamlphp-module-cdc",
|
|
"version": "v0.9.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp-module-cdc.git",
|
|
"reference": "16a5bfac7299e04e5feb472af328e07598708166"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-cdc/zipball/16a5bfac7299e04e5feb472af328e07598708166",
|
|
"reference": "16a5bfac7299e04e5feb472af328e07598708166",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"simplesamlphp/composer-module-installer": ">=1.1.6"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~5.7",
|
|
"simplesamlphp/simplesamlphp": "^1.17"
|
|
},
|
|
"type": "simplesamlphp-module",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SimpleSAML\\Module\\cdc\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Olav Morken",
|
|
"email": "olav.morken@uninett.no"
|
|
},
|
|
{
|
|
"name": "Jaime Perez Crespo",
|
|
"email": "jaime.perez@uninett.no"
|
|
}
|
|
],
|
|
"description": "A SimpleSAMLphp module that allows integration with CDC",
|
|
"homepage": "https://simplesamlphp.org/",
|
|
"keywords": [
|
|
"cdc",
|
|
"simplesamlphp"
|
|
],
|
|
"time": "2019-12-03T09:04:11+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/simplesamlphp-module-consent",
|
|
"version": "v0.9.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp-module-consent.git",
|
|
"reference": "700f4c6abfdcd7ebd75a0c405d386758eff6e65e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-consent/zipball/700f4c6abfdcd7ebd75a0c405d386758eff6e65e",
|
|
"reference": "700f4c6abfdcd7ebd75a0c405d386758eff6e65e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"simplesamlphp/composer-module-installer": "~1.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~5.7",
|
|
"simplesamlphp/simplesamlphp": "^1.17"
|
|
},
|
|
"type": "simplesamlphp-module",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SimpleSAML\\Module\\consent\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Olav Morken",
|
|
"email": "lavmrk@gmail.com"
|
|
}
|
|
],
|
|
"description": "A module that will ask for user consent before releasing attributes",
|
|
"keywords": [
|
|
"consent",
|
|
"simplesamlphp"
|
|
],
|
|
"time": "2019-12-13T07:55:51+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/simplesamlphp-module-consentadmin",
|
|
"version": "v0.9.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp-module-consentadmin.git",
|
|
"reference": "466e8d0d751f0080162d78e63ab2e125b24d17a1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-consentadmin/zipball/466e8d0d751f0080162d78e63ab2e125b24d17a1",
|
|
"reference": "466e8d0d751f0080162d78e63ab2e125b24d17a1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"simplesamlphp/composer-module-installer": "~1.1",
|
|
"simplesamlphp/simplesamlphp-module-consent": "^0.9",
|
|
"webmozart/assert": "~1.4"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~5.7",
|
|
"simplesamlphp/simplesamlphp": "^1.17"
|
|
},
|
|
"type": "simplesamlphp-module",
|
|
"extra": {
|
|
"ssp-mixedcase-module-name": "consentAdmin"
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jacob Christiansen",
|
|
"email": "jach@wayf.dk"
|
|
},
|
|
{
|
|
"name": "Olav Morken",
|
|
"email": "olav.morken@uninett.no"
|
|
}
|
|
],
|
|
"description": "A module that allows users to manage their consent",
|
|
"keywords": [
|
|
"consentadmin",
|
|
"simplesamlphp"
|
|
],
|
|
"time": "2019-12-03T09:06:40+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/simplesamlphp-module-discopower",
|
|
"version": "v0.9.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp-module-discopower.git",
|
|
"reference": "c892926e8186d0a2c638f7032dfc30540c1f92fb"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-discopower/zipball/c892926e8186d0a2c638f7032dfc30540c1f92fb",
|
|
"reference": "c892926e8186d0a2c638f7032dfc30540c1f92fb",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"simplesamlphp/composer-module-installer": "~1.1",
|
|
"webmozart/assert": "~1.4 <1.6"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~5.7",
|
|
"simplesamlphp/simplesamlphp": "^1.17"
|
|
},
|
|
"type": "simplesamlphp-module",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SimpleSAML\\modules\\discopower\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Andreas Åkre Solberg",
|
|
"email": "andreas.solberg@uninett.no"
|
|
}
|
|
],
|
|
"description": "Fancy tabbed discovery service with filtering capabilities where SPs can have different sets of metadata listed",
|
|
"keywords": [
|
|
"discopower",
|
|
"discovery",
|
|
"simplesamlphp"
|
|
],
|
|
"time": "2019-12-13T07:51:43+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/simplesamlphp-module-exampleattributeserver",
|
|
"version": "v1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp-module-exampleattributeserver.git",
|
|
"reference": "63e0323e81c32bc3c9eaa01ea45194bb10153708"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-exampleattributeserver/zipball/63e0323e81c32bc3c9eaa01ea45194bb10153708",
|
|
"reference": "63e0323e81c32bc3c9eaa01ea45194bb10153708",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"simplesamlphp/composer-module-installer": "~1.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~5.7",
|
|
"simplesamlphp/simplesamlphp": "^1.17"
|
|
},
|
|
"type": "simplesamlphp-module",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SimpleSAML\\Module\\exampleattributeserver\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Olav Morken",
|
|
"email": "olavmrk@gmail.com"
|
|
}
|
|
],
|
|
"description": "An example for SAML attributes queries",
|
|
"keywords": [
|
|
"exampleattributeserver",
|
|
"simplesamlphp"
|
|
],
|
|
"time": "2019-05-28T12:37:15+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/simplesamlphp-module-expirycheck",
|
|
"version": "v0.9.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp-module-expirycheck.git",
|
|
"reference": "59c59cdf87e2679257b46c07bb4c27666a11cc20"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-expirycheck/zipball/59c59cdf87e2679257b46c07bb4c27666a11cc20",
|
|
"reference": "59c59cdf87e2679257b46c07bb4c27666a11cc20",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"simplesamlphp/composer-module-installer": "~1.1",
|
|
"webmozart/assert": "~1.4"
|
|
},
|
|
"require-dev": {
|
|
"simplesamlphp/simplesamlphp": "^1.17",
|
|
"simplesamlphp/simplesamlphp-test-framework": "^0.0.10"
|
|
},
|
|
"type": "simplesamlphp-module",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SimpleSAML\\Module\\expirycheck\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Alex Mihičinac",
|
|
"email": "alexm@arnes.si"
|
|
}
|
|
],
|
|
"description": "The expirycheck module validates user's expiry date",
|
|
"keywords": [
|
|
"expirycheck",
|
|
"simplesamlphp"
|
|
],
|
|
"time": "2019-12-14T13:20:46+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/simplesamlphp-module-ldap",
|
|
"version": "v0.9.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp-module-ldap.git",
|
|
"reference": "21301b3fcd7bc6147acdc673ada9e17e5282e908"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-ldap/zipball/21301b3fcd7bc6147acdc673ada9e17e5282e908",
|
|
"reference": "21301b3fcd7bc6147acdc673ada9e17e5282e908",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"simplesamlphp/composer-module-installer": "~1.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~5.7",
|
|
"simplesamlphp/simplesamlphp": "^1.17"
|
|
},
|
|
"suggest": {
|
|
"ext-ldap": "Needed when using LDAP authentication in SimpleSAMLphp"
|
|
},
|
|
"type": "simplesamlphp-module",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SimpleSAML\\Module\\ldap\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Olav Morken",
|
|
"email": "olavmrk@gmail.com"
|
|
},
|
|
{
|
|
"name": "Tim van Dijen",
|
|
"email": "tvdijen@gmail.com"
|
|
}
|
|
],
|
|
"description": "A module that provides authentication against LDAP stores",
|
|
"keywords": [
|
|
"ldap",
|
|
"simplesamlphp"
|
|
],
|
|
"time": "2019-12-03T12:01:56+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/simplesamlphp-module-memcachemonitor",
|
|
"version": "v0.9.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp-module-memcachemonitor.git",
|
|
"reference": "0e08e87707cd7b1fb91bbcf65cc454d8849571b0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-memcachemonitor/zipball/0e08e87707cd7b1fb91bbcf65cc454d8849571b0",
|
|
"reference": "0e08e87707cd7b1fb91bbcf65cc454d8849571b0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"simplesamlphp/composer-module-installer": "~1.1"
|
|
},
|
|
"require-dev": {
|
|
"simplesamlphp/simplesamlphp": "^1.17",
|
|
"simplesamlphp/simplesamlphp-test-framework": "~0.0.6"
|
|
},
|
|
"type": "simplesamlphp-module",
|
|
"extra": {
|
|
"ssp-mixedcase-module-name": "memcacheMonitor"
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Andreas Åkre Solberg",
|
|
"email": "andreas.solberg@uninett.no"
|
|
},
|
|
{
|
|
"name": "Tim van Dijen",
|
|
"email": "tvdijen@gmail.com"
|
|
}
|
|
],
|
|
"description": "A module that is able display usage statistics of a memcache(d) store",
|
|
"keywords": [
|
|
"memcachemonitor",
|
|
"simplesamlphp"
|
|
],
|
|
"time": "2019-12-03T09:19:35+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/simplesamlphp-module-memcookie",
|
|
"version": "v1.2.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp-module-memcookie.git",
|
|
"reference": "39535304e8d464b7baa1e82cb441fa432947ff57"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-memcookie/zipball/39535304e8d464b7baa1e82cb441fa432947ff57",
|
|
"reference": "39535304e8d464b7baa1e82cb441fa432947ff57",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"simplesamlphp/composer-module-installer": ">=1.1.6"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~5.7",
|
|
"simplesamlphp/simplesamlphp": "^1.17",
|
|
"simplesamlphp/simplesamlphp-test-framework": "^0.0.6"
|
|
},
|
|
"type": "simplesamlphp-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Olav Morken",
|
|
"email": "olav.morken@uninett.no"
|
|
},
|
|
{
|
|
"name": "Jaime Perez Crespo",
|
|
"email": "jaime.perez@uninett.no"
|
|
}
|
|
],
|
|
"description": "A SimpleSAMLphp module that allows integration with Auth MemCookie, allowing web applications written in other languages than PHP to integrate with SimpleSAMLphp.",
|
|
"homepage": "https://simplesamlphp.org/",
|
|
"keywords": [
|
|
"Auth MemCookie",
|
|
"apache",
|
|
"cookies",
|
|
"simplesamlphp"
|
|
],
|
|
"time": "2019-08-08T18:33:47+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/simplesamlphp-module-metarefresh",
|
|
"version": "v0.9.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp-module-metarefresh.git",
|
|
"reference": "478e52f33c725aea10b493d574b4b42b62c5dbed"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-metarefresh/zipball/478e52f33c725aea10b493d574b4b42b62c5dbed",
|
|
"reference": "478e52f33c725aea10b493d574b4b42b62c5dbed",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"simplesamlphp/composer-module-installer": "~1.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~5.7",
|
|
"simplesamlphp/simplesamlphp": "^1.18"
|
|
},
|
|
"type": "simplesamlphp-module",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SimpleSAML\\Module\\metarefresh\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Andreas Åkre Solberg",
|
|
"email": "andreas.solberg@uninett.no"
|
|
}
|
|
],
|
|
"description": "The metarefresh module will download and parse metadata documents and store them locally",
|
|
"keywords": [
|
|
"metarefresh",
|
|
"simplesamlphp"
|
|
],
|
|
"time": "2019-12-15T09:44:34+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/simplesamlphp-module-negotiate",
|
|
"version": "v0.9.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp-module-negotiate.git",
|
|
"reference": "08998d51b38592c5e90bfdcb61c91a8255b35f5f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-negotiate/zipball/08998d51b38592c5e90bfdcb61c91a8255b35f5f",
|
|
"reference": "08998d51b38592c5e90bfdcb61c91a8255b35f5f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"simplesamlphp/composer-module-installer": "~1.1",
|
|
"simplesamlphp/simplesamlphp-module-ldap": "^0.9",
|
|
"webmozart/assert": "~1.4"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~5.7",
|
|
"simplesamlphp/simplesamlphp": "^1.17"
|
|
},
|
|
"suggest": {
|
|
"ext-krb5": "Needed in case the SimpleSAMLphp negotiate module is used"
|
|
},
|
|
"type": "simplesamlphp-module",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SimpleSAML\\Module\\negotiate\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Olav Morken",
|
|
"email": "olavmrk@gmail.com"
|
|
}
|
|
],
|
|
"description": "The Negotiate module implements Microsofts Kerberos SPNEGO mechanism",
|
|
"keywords": [
|
|
"negotiate",
|
|
"simplesamlphp"
|
|
],
|
|
"time": "2019-11-20T08:50:01+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/simplesamlphp-module-oauth",
|
|
"version": "v0.9.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp-module-oauth.git",
|
|
"reference": "17450420b5d4c1810055b8ab655cc4d045a0c477"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-oauth/zipball/17450420b5d4c1810055b8ab655cc4d045a0c477",
|
|
"reference": "17450420b5d4c1810055b8ab655cc4d045a0c477",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"simplesamlphp/composer-module-installer": ">=1.1.6"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.8.36",
|
|
"simplesamlphp/simplesamlphp": "^1.17"
|
|
},
|
|
"type": "simplesamlphp-module",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.1"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Olav Morken",
|
|
"email": "olav.morken@uninett.no"
|
|
},
|
|
{
|
|
"name": "Jaime Perez Crespo",
|
|
"email": "jaime.perez@uninett.no"
|
|
}
|
|
],
|
|
"description": "A SimpleSAMLphp module that allows integration with OAuth1,",
|
|
"homepage": "https://simplesamlphp.org/",
|
|
"keywords": [
|
|
"oauth1",
|
|
"simplesamlphp"
|
|
],
|
|
"time": "2019-12-03T09:22:08+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/simplesamlphp-module-preprodwarning",
|
|
"version": "v0.9.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp-module-preprodwarning.git",
|
|
"reference": "925ef60b51a7230286b390c0abc0e815d8b9768e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-preprodwarning/zipball/925ef60b51a7230286b390c0abc0e815d8b9768e",
|
|
"reference": "925ef60b51a7230286b390c0abc0e815d8b9768e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"simplesamlphp/composer-module-installer": "~1.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~5.7",
|
|
"simplesamlphp/simplesamlphp": "^1.17",
|
|
"webmozart/assert": "^1.4"
|
|
},
|
|
"type": "simplesamlphp-module",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SimpleSAML\\Module\\preprodwarning\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Andreas Åkre Solberg",
|
|
"email": "andreas.solberg@uninett.no"
|
|
}
|
|
],
|
|
"description": "Display a warning when using a pre-production environment",
|
|
"keywords": [
|
|
"preprodwarning",
|
|
"simplesamlphp"
|
|
],
|
|
"time": "2019-12-03T09:17:47+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/simplesamlphp-module-radius",
|
|
"version": "v0.9.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp-module-radius.git",
|
|
"reference": "36bd0f39f9a13f7eb96ead97c97c3634aa1c3f2d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-radius/zipball/36bd0f39f9a13f7eb96ead97c97c3634aa1c3f2d",
|
|
"reference": "36bd0f39f9a13f7eb96ead97c97c3634aa1c3f2d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"simplesamlphp/composer-module-installer": "~1.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~5.7",
|
|
"simplesamlphp/simplesamlphp": "^1.17",
|
|
"simplesamlphp/simplesamlphp-test-framework": "^0.0.7"
|
|
},
|
|
"type": "simplesamlphp-module",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SimpleSAML\\Module\\radius\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Olav Morken",
|
|
"email": "olavmrk@gmail.com"
|
|
}
|
|
],
|
|
"description": "A module that is able perform authentication against a RADIUS server",
|
|
"keywords": [
|
|
"radius",
|
|
"simplesamlphp"
|
|
],
|
|
"time": "2019-10-03T18:13:07+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/simplesamlphp-module-riak",
|
|
"version": "v0.9.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp-module-riak.git",
|
|
"reference": "c1a9d9545cb4e05b9205b34624850bb777aca991"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-riak/zipball/c1a9d9545cb4e05b9205b34624850bb777aca991",
|
|
"reference": "c1a9d9545cb4e05b9205b34624850bb777aca991",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"phpfastcache/riak-client": "^3.4",
|
|
"simplesamlphp/composer-module-installer": "~1.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~5.7",
|
|
"simplesamlphp/simplesamlphp": "^1.17"
|
|
},
|
|
"type": "simplesamlphp-module",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SimpleSAML\\Module\\riak\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Tim van Dijen",
|
|
"email": "tvdijen@gmail.com"
|
|
}
|
|
],
|
|
"description": "A module that is able to store key/value pairs in a Riak store",
|
|
"keywords": [
|
|
"riak",
|
|
"simplesamlphp"
|
|
],
|
|
"time": "2019-12-03T08:28:45+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/simplesamlphp-module-sanitycheck",
|
|
"version": "v0.9.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp-module-sanitycheck.git",
|
|
"reference": "1efbeab5df8e616522690bcc6e49a99436a748b9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-sanitycheck/zipball/1efbeab5df8e616522690bcc6e49a99436a748b9",
|
|
"reference": "1efbeab5df8e616522690bcc6e49a99436a748b9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"simplesamlphp/composer-module-installer": "~1.1",
|
|
"webmozart/assert": "~1.4"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~5.7",
|
|
"simplesamlphp/simplesamlphp": "^1.17"
|
|
},
|
|
"type": "simplesamlphp-module",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SimpleSAML\\Module\\sanitycheck\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Andreas Åkre Solberg",
|
|
"email": "andreas.solberg@uninett.no"
|
|
}
|
|
],
|
|
"description": "Perform sanity checks on configuration",
|
|
"keywords": [
|
|
"sanitycheck",
|
|
"simplesamlphp"
|
|
],
|
|
"time": "2019-05-28T12:19:05+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/simplesamlphp-module-smartattributes",
|
|
"version": "v0.9.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp-module-smartattributes.git",
|
|
"reference": "b45d3ecd916e359a9cae05f9ae9df09b5c42f4e6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-smartattributes/zipball/b45d3ecd916e359a9cae05f9ae9df09b5c42f4e6",
|
|
"reference": "b45d3ecd916e359a9cae05f9ae9df09b5c42f4e6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"simplesamlphp/composer-module-installer": "~1.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~5.7",
|
|
"simplesamlphp/simplesamlphp": "^1.17"
|
|
},
|
|
"type": "simplesamlphp-module",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SimpleSAML\\Module\\smartattributes\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Andreas Åkre Solberg",
|
|
"email": "andreas.solberg@uninett.no"
|
|
}
|
|
],
|
|
"description": "The SmartAttributes module provides additional authentication processing filters to manipulate attributes.",
|
|
"keywords": [
|
|
"simplesamlphp",
|
|
"smartattributes"
|
|
],
|
|
"time": "2019-12-03T09:24:09+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/simplesamlphp-module-sqlauth",
|
|
"version": "v0.9.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp-module-sqlauth.git",
|
|
"reference": "31bce8763ad97f4b4473e4ad4a5a96ddc136ef6b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-sqlauth/zipball/31bce8763ad97f4b4473e4ad4a5a96ddc136ef6b",
|
|
"reference": "31bce8763ad97f4b4473e4ad4a5a96ddc136ef6b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"simplesamlphp/composer-module-installer": "~1.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~5.7",
|
|
"simplesamlphp/simplesamlphp": "^1.17",
|
|
"webmozart/assert": "^1.4"
|
|
},
|
|
"type": "simplesamlphp-module",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SimpleSAML\\Module\\sqlauth\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Olav Morken",
|
|
"email": "olavmrk@gmail.com"
|
|
}
|
|
],
|
|
"description": "This is a authentication module for authenticating a user against a SQL database",
|
|
"keywords": [
|
|
"simplesamlphp",
|
|
"sqlauth"
|
|
],
|
|
"time": "2019-12-03T09:07:09+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/simplesamlphp-module-statistics",
|
|
"version": "v0.9.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp-module-statistics.git",
|
|
"reference": "1bb1e46921d8dc84707bc9cd3c307c8abd723ac7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-statistics/zipball/1bb1e46921d8dc84707bc9cd3c307c8abd723ac7",
|
|
"reference": "1bb1e46921d8dc84707bc9cd3c307c8abd723ac7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.6",
|
|
"simplesamlphp/composer-module-installer": "~1.1",
|
|
"webmozart/assert": "^1.4"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~5.7",
|
|
"simplesamlphp/simplesamlphp": "^1.17",
|
|
"simplesamlphp/simplesamlphp-test-framework": "^0.0.12"
|
|
},
|
|
"type": "simplesamlphp-module",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SimpleSAML\\Module\\statistics\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Andreas Åkre Solberg",
|
|
"email": "andreas.solberg@uninett.no"
|
|
}
|
|
],
|
|
"description": "The SimpleSAMLphp statistics module",
|
|
"keywords": [
|
|
"simplesamlphp",
|
|
"statistics"
|
|
],
|
|
"time": "2019-12-03T08:42:27+00:00"
|
|
},
|
|
{
|
|
"name": "simplesamlphp/twig-configurable-i18n",
|
|
"version": "v2.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/simplesamlphp/twig-configurable-i18n.git",
|
|
"reference": "b036c134157ce40ed66da2fc9d01f63e3b1d3abd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/simplesamlphp/twig-configurable-i18n/zipball/b036c134157ce40ed66da2fc9d01f63e3b1d3abd",
|
|
"reference": "b036c134157ce40ed66da2fc9d01f63e3b1d3abd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"twig/extensions": "^1.5"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.8.36 || ~7.5",
|
|
"twig/twig": "^1.37 || ^2.7"
|
|
},
|
|
"type": "project",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SimpleSAML\\TwigConfigurableI18n\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jaime Perez",
|
|
"email": "jaime.perez@uninett.no"
|
|
}
|
|
],
|
|
"description": "This is an extension on top of Twig's i18n extension, allowing you to customize which functions to use for translations.",
|
|
"keywords": [
|
|
"extension",
|
|
"gettext",
|
|
"i18n",
|
|
"internationalization",
|
|
"translation",
|
|
"twig"
|
|
],
|
|
"time": "2019-07-09T08:35:44+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/config",
|
|
"version": "v4.4.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/config.git",
|
|
"reference": "4d3979f54472637169080f802dc82197e21fdcce"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/config/zipball/4d3979f54472637169080f802dc82197e21fdcce",
|
|
"reference": "4d3979f54472637169080f802dc82197e21fdcce",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1.3",
|
|
"symfony/filesystem": "^3.4|^4.0|^5.0",
|
|
"symfony/polyfill-ctype": "~1.8"
|
|
},
|
|
"conflict": {
|
|
"symfony/finder": "<3.4"
|
|
},
|
|
"require-dev": {
|
|
"symfony/event-dispatcher": "^3.4|^4.0|^5.0",
|
|
"symfony/finder": "^3.4|^4.0|^5.0",
|
|
"symfony/messenger": "^4.1|^5.0",
|
|
"symfony/service-contracts": "^1.1|^2",
|
|
"symfony/yaml": "^3.4|^4.0|^5.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/yaml": "To use the yaml reference dumper"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Config\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Config Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2020-01-04T13:00:46+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/debug",
|
|
"version": "v4.4.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/debug.git",
|
|
"reference": "89c3fd5c299b940333bc6fe9f1b8db1b0912c759"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/debug/zipball/89c3fd5c299b940333bc6fe9f1b8db1b0912c759",
|
|
"reference": "89c3fd5c299b940333bc6fe9f1b8db1b0912c759",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1.3",
|
|
"psr/log": "~1.0"
|
|
},
|
|
"conflict": {
|
|
"symfony/http-kernel": "<3.4"
|
|
},
|
|
"require-dev": {
|
|
"symfony/http-kernel": "^3.4|^4.0|^5.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Debug\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Debug Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2020-01-08T17:29:02+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/dependency-injection",
|
|
"version": "v4.4.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/dependency-injection.git",
|
|
"reference": "6faf589e1f6af78692aed3ab6b3c336c58d5d83c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/6faf589e1f6af78692aed3ab6b3c336c58d5d83c",
|
|
"reference": "6faf589e1f6af78692aed3ab6b3c336c58d5d83c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1.3",
|
|
"psr/container": "^1.0",
|
|
"symfony/service-contracts": "^1.1.6|^2"
|
|
},
|
|
"conflict": {
|
|
"symfony/config": "<4.3|>=5.0",
|
|
"symfony/finder": "<3.4",
|
|
"symfony/proxy-manager-bridge": "<3.4",
|
|
"symfony/yaml": "<3.4"
|
|
},
|
|
"provide": {
|
|
"psr/container-implementation": "1.0",
|
|
"symfony/service-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/config": "^4.3",
|
|
"symfony/expression-language": "^3.4|^4.0|^5.0",
|
|
"symfony/yaml": "^3.4|^4.0|^5.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/config": "",
|
|
"symfony/expression-language": "For using expressions in service container configuration",
|
|
"symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
|
|
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
|
|
"symfony/yaml": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\DependencyInjection\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony DependencyInjection Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2020-01-21T07:39:36+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/error-handler",
|
|
"version": "v4.4.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/error-handler.git",
|
|
"reference": "a59789092e40ad08465dc2cdc55651be503d0d5a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/error-handler/zipball/a59789092e40ad08465dc2cdc55651be503d0d5a",
|
|
"reference": "a59789092e40ad08465dc2cdc55651be503d0d5a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1.3",
|
|
"psr/log": "~1.0",
|
|
"symfony/debug": "^4.4",
|
|
"symfony/var-dumper": "^4.4|^5.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/http-kernel": "^4.4|^5.0",
|
|
"symfony/serializer": "^4.4|^5.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\ErrorHandler\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony ErrorHandler Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2020-01-08T17:29:02+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/event-dispatcher",
|
|
"version": "v4.4.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
|
"reference": "9e3de195e5bc301704dd6915df55892f6dfc208b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9e3de195e5bc301704dd6915df55892f6dfc208b",
|
|
"reference": "9e3de195e5bc301704dd6915df55892f6dfc208b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1.3",
|
|
"symfony/event-dispatcher-contracts": "^1.1"
|
|
},
|
|
"conflict": {
|
|
"symfony/dependency-injection": "<3.4"
|
|
},
|
|
"provide": {
|
|
"psr/event-dispatcher-implementation": "1.0",
|
|
"symfony/event-dispatcher-implementation": "1.1"
|
|
},
|
|
"require-dev": {
|
|
"psr/log": "~1.0",
|
|
"symfony/config": "^3.4|^4.0|^5.0",
|
|
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
|
|
"symfony/expression-language": "^3.4|^4.0|^5.0",
|
|
"symfony/http-foundation": "^3.4|^4.0|^5.0",
|
|
"symfony/service-contracts": "^1.1|^2",
|
|
"symfony/stopwatch": "^3.4|^4.0|^5.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/dependency-injection": "",
|
|
"symfony/http-kernel": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\EventDispatcher\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony EventDispatcher Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2020-01-10T21:54:01+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/event-dispatcher-contracts",
|
|
"version": "v1.1.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
|
|
"reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
|
|
"reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1.3"
|
|
},
|
|
"suggest": {
|
|
"psr/event-dispatcher": "",
|
|
"symfony/event-dispatcher-implementation": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Contracts\\EventDispatcher\\": ""
|
|
}
|
|
},
|
|
"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": "Generic abstractions related to dispatching event",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"abstractions",
|
|
"contracts",
|
|
"decoupling",
|
|
"interfaces",
|
|
"interoperability",
|
|
"standards"
|
|
],
|
|
"time": "2019-09-17T09:54:03+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/filesystem",
|
|
"version": "v5.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/filesystem.git",
|
|
"reference": "3afadc0f57cd74f86379d073e694b0f2cda2a88c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/3afadc0f57cd74f86379d073e694b0f2cda2a88c",
|
|
"reference": "3afadc0f57cd74f86379d073e694b0f2cda2a88c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2.5",
|
|
"symfony/polyfill-ctype": "~1.8"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Filesystem\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Filesystem Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2020-01-21T08:40:24+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/http-foundation",
|
|
"version": "v4.4.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/http-foundation.git",
|
|
"reference": "62f92509c9abfd1f73e17b8cf1b72c0bdac6611b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/62f92509c9abfd1f73e17b8cf1b72c0bdac6611b",
|
|
"reference": "62f92509c9abfd1f73e17b8cf1b72c0bdac6611b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1.3",
|
|
"symfony/mime": "^4.3|^5.0",
|
|
"symfony/polyfill-mbstring": "~1.1"
|
|
},
|
|
"require-dev": {
|
|
"predis/predis": "~1.0",
|
|
"symfony/expression-language": "^3.4|^4.0|^5.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\HttpFoundation\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony HttpFoundation Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2020-03-30T14:07:33+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/http-kernel",
|
|
"version": "v4.4.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/http-kernel.git",
|
|
"reference": "16f2aa3c54b08483fba5375938f60b1ff83b6bd2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/16f2aa3c54b08483fba5375938f60b1ff83b6bd2",
|
|
"reference": "16f2aa3c54b08483fba5375938f60b1ff83b6bd2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1.3",
|
|
"psr/log": "~1.0",
|
|
"symfony/error-handler": "^4.4",
|
|
"symfony/event-dispatcher": "^4.4",
|
|
"symfony/http-foundation": "^4.4|^5.0",
|
|
"symfony/polyfill-ctype": "^1.8",
|
|
"symfony/polyfill-php73": "^1.9"
|
|
},
|
|
"conflict": {
|
|
"symfony/browser-kit": "<4.3",
|
|
"symfony/config": "<3.4",
|
|
"symfony/console": ">=5",
|
|
"symfony/dependency-injection": "<4.3",
|
|
"symfony/translation": "<4.2",
|
|
"twig/twig": "<1.34|<2.4,>=2"
|
|
},
|
|
"provide": {
|
|
"psr/log-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"psr/cache": "~1.0",
|
|
"symfony/browser-kit": "^4.3|^5.0",
|
|
"symfony/config": "^3.4|^4.0|^5.0",
|
|
"symfony/console": "^3.4|^4.0",
|
|
"symfony/css-selector": "^3.4|^4.0|^5.0",
|
|
"symfony/dependency-injection": "^4.3|^5.0",
|
|
"symfony/dom-crawler": "^3.4|^4.0|^5.0",
|
|
"symfony/expression-language": "^3.4|^4.0|^5.0",
|
|
"symfony/finder": "^3.4|^4.0|^5.0",
|
|
"symfony/process": "^3.4|^4.0|^5.0",
|
|
"symfony/routing": "^3.4|^4.0|^5.0",
|
|
"symfony/stopwatch": "^3.4|^4.0|^5.0",
|
|
"symfony/templating": "^3.4|^4.0|^5.0",
|
|
"symfony/translation": "^4.2|^5.0",
|
|
"symfony/translation-contracts": "^1.1|^2",
|
|
"twig/twig": "^1.34|^2.4|^3.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/browser-kit": "",
|
|
"symfony/config": "",
|
|
"symfony/console": "",
|
|
"symfony/dependency-injection": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\HttpKernel\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony HttpKernel Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2020-01-21T13:23:17+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/mime",
|
|
"version": "v5.0.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/mime.git",
|
|
"reference": "481b7d6da88922fb1e0d86a943987722b08f3955"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/mime/zipball/481b7d6da88922fb1e0d86a943987722b08f3955",
|
|
"reference": "481b7d6da88922fb1e0d86a943987722b08f3955",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2.5",
|
|
"symfony/polyfill-intl-idn": "^1.10",
|
|
"symfony/polyfill-mbstring": "^1.0"
|
|
},
|
|
"conflict": {
|
|
"symfony/mailer": "<4.4"
|
|
},
|
|
"require-dev": {
|
|
"egulias/email-validator": "^2.1.10",
|
|
"symfony/dependency-injection": "^4.4|^5.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Mime\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "A library to manipulate MIME messages",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"mime",
|
|
"mime-type"
|
|
],
|
|
"time": "2020-03-27T16:56:45+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-ctype",
|
|
"version": "v1.13.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
|
"reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
|
|
"reference": "f8f0b461be3385e56d6de3dbb5a0df24c0c275e3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-ctype": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.13-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
|
},
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Gert de Pagter",
|
|
"email": "BackEndTea@gmail.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for ctype functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"ctype",
|
|
"polyfill",
|
|
"portable"
|
|
],
|
|
"time": "2019-11-27T13:56:44+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-intl-idn",
|
|
"version": "v1.15.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-intl-idn.git",
|
|
"reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf",
|
|
"reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/polyfill-mbstring": "^1.3",
|
|
"symfony/polyfill-php72": "^1.10"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.15-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Intl\\Idn\\": ""
|
|
},
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Laurent Bassin",
|
|
"email": "laurent@bassin.info"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"idn",
|
|
"intl",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"time": "2020-03-09T19:04:49+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-mbstring",
|
|
"version": "v1.15.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
"reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
|
|
"reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.15-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
},
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"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": "Symfony polyfill for the Mbstring extension",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"mbstring",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"time": "2020-03-09T19:04:49+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php72",
|
|
"version": "v1.15.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php72.git",
|
|
"reference": "37b0976c78b94856543260ce09b460a7bc852747"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/37b0976c78b94856543260ce09b460a7bc852747",
|
|
"reference": "37b0976c78b94856543260ce09b460a7bc852747",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.15-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Php72\\": ""
|
|
},
|
|
"files": [
|
|
"bootstrap.php"
|
|
]
|
|
},
|
|
"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": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"time": "2020-02-27T09:26:54+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php73",
|
|
"version": "v1.13.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php73.git",
|
|
"reference": "4b0e2222c55a25b4541305a053013d5647d3a25f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/4b0e2222c55a25b4541305a053013d5647d3a25f",
|
|
"reference": "4b0e2222c55a25b4541305a053013d5647d3a25f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.13-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Php73\\": ""
|
|
},
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"classmap": [
|
|
"Resources/stubs"
|
|
]
|
|
},
|
|
"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": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"time": "2019-11-27T16:25:15+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/routing",
|
|
"version": "v4.4.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/routing.git",
|
|
"reference": "7bf4e38573728e317b926ca4482ad30470d0e86a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/routing/zipball/7bf4e38573728e317b926ca4482ad30470d0e86a",
|
|
"reference": "7bf4e38573728e317b926ca4482ad30470d0e86a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1.3"
|
|
},
|
|
"conflict": {
|
|
"symfony/config": "<4.2",
|
|
"symfony/dependency-injection": "<3.4",
|
|
"symfony/yaml": "<3.4"
|
|
},
|
|
"require-dev": {
|
|
"doctrine/annotations": "~1.2",
|
|
"psr/log": "~1.0",
|
|
"symfony/config": "^4.2|^5.0",
|
|
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
|
|
"symfony/expression-language": "^3.4|^4.0|^5.0",
|
|
"symfony/http-foundation": "^3.4|^4.0|^5.0",
|
|
"symfony/yaml": "^3.4|^4.0|^5.0"
|
|
},
|
|
"suggest": {
|
|
"doctrine/annotations": "For using the annotation loader",
|
|
"symfony/config": "For using the all-in-one router or any loader",
|
|
"symfony/expression-language": "For using expression matching",
|
|
"symfony/http-foundation": "For using a Symfony Request object",
|
|
"symfony/yaml": "For using the YAML loader"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Routing\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Routing Component",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"router",
|
|
"routing",
|
|
"uri",
|
|
"url"
|
|
],
|
|
"time": "2020-01-08T17:29:02+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/service-contracts",
|
|
"version": "v2.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/service-contracts.git",
|
|
"reference": "144c5e51266b281231e947b51223ba14acf1a749"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
|
|
"reference": "144c5e51266b281231e947b51223ba14acf1a749",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2.5",
|
|
"psr/container": "^1.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/service-implementation": ""
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Contracts\\Service\\": ""
|
|
}
|
|
},
|
|
"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": "Generic abstractions related to writing services",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"abstractions",
|
|
"contracts",
|
|
"decoupling",
|
|
"interfaces",
|
|
"interoperability",
|
|
"standards"
|
|
],
|
|
"time": "2019-11-18T17:27:11+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/var-dumper",
|
|
"version": "v5.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/var-dumper.git",
|
|
"reference": "ccb1be566ae15f790020f917f06d1da0b04fe47b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/ccb1be566ae15f790020f917f06d1da0b04fe47b",
|
|
"reference": "ccb1be566ae15f790020f917f06d1da0b04fe47b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2.5",
|
|
"symfony/polyfill-mbstring": "~1.0"
|
|
},
|
|
"conflict": {
|
|
"phpunit/phpunit": "<5.4.3",
|
|
"symfony/console": "<4.4"
|
|
},
|
|
"require-dev": {
|
|
"ext-iconv": "*",
|
|
"symfony/console": "^4.4|^5.0",
|
|
"symfony/process": "^4.4|^5.0",
|
|
"twig/twig": "^2.4|^3.0"
|
|
},
|
|
"suggest": {
|
|
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
|
|
"ext-intl": "To show region name in time zone dump",
|
|
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
|
|
},
|
|
"bin": [
|
|
"Resources/bin/var-dump-server"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "5.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"Resources/functions/dump.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Component\\VarDumper\\": ""
|
|
},
|
|
"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": "Symfony mechanism for exploring and dumping PHP variables",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"debug",
|
|
"dump"
|
|
],
|
|
"time": "2020-01-04T14:08:26+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/yaml",
|
|
"version": "v4.4.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/yaml.git",
|
|
"reference": "cd014e425b3668220adb865f53bff64b3ad21767"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/cd014e425b3668220adb865f53bff64b3ad21767",
|
|
"reference": "cd014e425b3668220adb865f53bff64b3ad21767",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1.3",
|
|
"symfony/polyfill-ctype": "~1.8"
|
|
},
|
|
"conflict": {
|
|
"symfony/console": "<3.4"
|
|
},
|
|
"require-dev": {
|
|
"symfony/console": "^3.4|^4.0|^5.0"
|
|
},
|
|
"suggest": {
|
|
"symfony/console": "For validating YAML files using the lint command"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.4-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Symfony\\Component\\Yaml\\": ""
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/Tests/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony Yaml Component",
|
|
"homepage": "https://symfony.com",
|
|
"time": "2020-01-21T11:12:16+00:00"
|
|
},
|
|
{
|
|
"name": "twig/extensions",
|
|
"version": "v1.5.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/twigphp/Twig-extensions.git",
|
|
"reference": "57873c8b0c1be51caa47df2cdb824490beb16202"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202",
|
|
"reference": "57873c8b0c1be51caa47df2cdb824490beb16202",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"twig/twig": "^1.27|^2.0"
|
|
},
|
|
"require-dev": {
|
|
"symfony/phpunit-bridge": "^3.4",
|
|
"symfony/translation": "^2.7|^3.4"
|
|
},
|
|
"suggest": {
|
|
"symfony/translation": "Allow the time_diff output to be translated"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.5-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Twig_Extensions_": "lib/"
|
|
},
|
|
"psr-4": {
|
|
"Twig\\Extensions\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
}
|
|
],
|
|
"description": "Common additional features for Twig that do not directly belong in core",
|
|
"keywords": [
|
|
"i18n",
|
|
"text"
|
|
],
|
|
"time": "2018-12-05T18:34:18+00:00"
|
|
},
|
|
{
|
|
"name": "twig/twig",
|
|
"version": "v2.12.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/twigphp/Twig.git",
|
|
"reference": "97b6311585cae66a26833b14b33785f5797f7d39"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/97b6311585cae66a26833b14b33785f5797f7d39",
|
|
"reference": "97b6311585cae66a26833b14b33785f5797f7d39",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.0",
|
|
"symfony/polyfill-ctype": "^1.8",
|
|
"symfony/polyfill-mbstring": "^1.3"
|
|
},
|
|
"require-dev": {
|
|
"psr/container": "^1.0",
|
|
"symfony/phpunit-bridge": "^4.4|^5.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.12-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Twig_": "lib/"
|
|
},
|
|
"psr-4": {
|
|
"Twig\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Twig Team",
|
|
"role": "Contributors"
|
|
},
|
|
{
|
|
"name": "Armin Ronacher",
|
|
"email": "armin.ronacher@active-4.com",
|
|
"role": "Project Founder"
|
|
}
|
|
],
|
|
"description": "Twig, the flexible, fast, and secure template language for PHP",
|
|
"homepage": "https://twig.symfony.com",
|
|
"keywords": [
|
|
"templating"
|
|
],
|
|
"time": "2019-12-28T07:12:03+00:00"
|
|
},
|
|
{
|
|
"name": "webmozart/assert",
|
|
"version": "1.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/webmozart/assert.git",
|
|
"reference": "88e6d84706d09a236046d686bbea96f07b3a34f4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/webmozart/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4",
|
|
"reference": "88e6d84706d09a236046d686bbea96f07b3a34f4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.3.3 || ^7.0",
|
|
"symfony/polyfill-ctype": "^1.8"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8.36 || ^7.5.13"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.3-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Webmozart\\Assert\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bernhard Schussek",
|
|
"email": "bschussek@gmail.com"
|
|
}
|
|
],
|
|
"description": "Assertions to validate method input/output with nice error messages.",
|
|
"keywords": [
|
|
"assert",
|
|
"check",
|
|
"validate"
|
|
],
|
|
"time": "2019-08-24T08:43:50+00:00"
|
|
},
|
|
{
|
|
"name": "whitehat101/apr1-md5",
|
|
"version": "v1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/whitehat101/apr1-md5.git",
|
|
"reference": "8b261c9fc0481b4e9fa9d01c6ca70867b5d5e819"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/whitehat101/apr1-md5/zipball/8b261c9fc0481b4e9fa9d01c6ca70867b5d5e819",
|
|
"reference": "8b261c9fc0481b4e9fa9d01c6ca70867b5d5e819",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.0.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WhiteHat101\\Crypt\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jeremy Ebler",
|
|
"email": "jebler@gmail.com"
|
|
}
|
|
],
|
|
"description": "Apache's APR1-MD5 algorithm in pure PHP",
|
|
"homepage": "https://github.com/whitehat101/apr1-md5",
|
|
"keywords": [
|
|
"MD5",
|
|
"apr1"
|
|
],
|
|
"time": "2015-02-11T11:06:42+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": {
|
|
"ext-pdo_sqlite": "*"
|
|
}
|
|
}
|