2017-10-22 14:14:46 +02:00
|
|
|
{
|
|
|
|
"_readme": [
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
2018-08-12 03:52:55 +02:00
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
2017-10-22 14:14:46 +02:00
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"content-hash": "b567bc66a44ff70e79adbfbb3f5497b9",
|
2017-10-22 14:14:46 +02:00
|
|
|
"packages": [
|
2018-03-05 19:20:22 +01:00
|
|
|
{
|
|
|
|
"name": "gettext/gettext",
|
2024-04-02 21:37:08 +02:00
|
|
|
"version": "v5.7.0",
|
2018-03-05 19:20:22 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2019-11-19 09:39:32 +01:00
|
|
|
"url": "https://github.com/php-gettext/Gettext.git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"reference": "8657e580747bb3baacccdcebe69cac094661e404"
|
2018-03-05 19:20:22 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/php-gettext/Gettext/zipball/8657e580747bb3baacccdcebe69cac094661e404",
|
|
|
|
"reference": "8657e580747bb3baacccdcebe69cac094661e404",
|
2018-03-05 19:20:22 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-01-24 22:28:16 +01:00
|
|
|
"gettext/languages": "^2.3",
|
2024-04-02 21:37:08 +02:00
|
|
|
"php": "^7.2|^8.0"
|
2018-03-05 19:20:22 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"brick/varexporter": "^0.3.5",
|
|
|
|
"friendsofphp/php-cs-fixer": "^3.2",
|
|
|
|
"oscarotero/php-cs-fixer-config": "^2.0",
|
|
|
|
"phpunit/phpunit": "^8.0|^9.0",
|
|
|
|
"squizlabs/php_codesniffer": "^3.0"
|
2018-03-05 19:20:22 +01:00
|
|
|
},
|
|
|
|
"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",
|
2024-04-02 21:37:08 +02:00
|
|
|
"homepage": "https://github.com/php-gettext/Gettext",
|
2018-03-05 19:20:22 +01:00
|
|
|
"keywords": [
|
|
|
|
"JS",
|
|
|
|
"gettext",
|
|
|
|
"i18n",
|
|
|
|
"mo",
|
|
|
|
"po",
|
|
|
|
"translation"
|
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
|
|
|
"email": "oom@oscarotero.com",
|
2024-04-02 21:37:08 +02:00
|
|
|
"issues": "https://github.com/php-gettext/Gettext/issues",
|
|
|
|
"source": "https://github.com/php-gettext/Gettext/tree/v5.7.0"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://paypal.me/oscarotero",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/oscarotero",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://www.patreon.com/misteroom",
|
|
|
|
"type": "patreon"
|
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"time": "2022-07-27T19:54:55+00:00"
|
2018-03-05 19:20:22 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "gettext/languages",
|
2024-02-15 16:18:35 +01:00
|
|
|
"version": "2.10.0",
|
2018-03-05 19:20:22 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2020-01-24 22:28:16 +01:00
|
|
|
"url": "https://github.com/php-gettext/Languages.git",
|
2024-02-15 16:18:35 +01:00
|
|
|
"reference": "4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab"
|
2018-03-05 19:20:22 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-02-15 16:18:35 +01:00
|
|
|
"url": "https://api.github.com/repos/php-gettext/Languages/zipball/4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab",
|
|
|
|
"reference": "4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab",
|
2018-03-05 19:20:22 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-01-24 22:28:16 +01:00
|
|
|
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4"
|
2018-03-05 19:20:22 +01:00
|
|
|
},
|
|
|
|
"bin": [
|
2020-01-24 22:28:16 +01:00
|
|
|
"bin/export-plural-rules"
|
2018-03-05 19:20:22 +01:00
|
|
|
],
|
|
|
|
"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",
|
2020-01-24 22:28:16 +01:00
|
|
|
"homepage": "https://github.com/php-gettext/Languages",
|
2018-03-05 19:20:22 +01:00
|
|
|
"keywords": [
|
|
|
|
"cldr",
|
|
|
|
"i18n",
|
|
|
|
"internationalization",
|
|
|
|
"l10n",
|
|
|
|
"language",
|
|
|
|
"languages",
|
|
|
|
"localization",
|
|
|
|
"php",
|
|
|
|
"plural",
|
|
|
|
"plural rules",
|
|
|
|
"plurals",
|
|
|
|
"translate",
|
|
|
|
"translations",
|
|
|
|
"unicode"
|
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/php-gettext/Languages/issues",
|
2024-02-15 16:18:35 +01:00
|
|
|
"source": "https://github.com/php-gettext/Languages/tree/2.10.0"
|
2020-09-03 11:11:16 +02:00
|
|
|
},
|
2021-08-11 22:29:06 +02:00
|
|
|
"funding": [
|
2020-09-03 11:11:16 +02:00
|
|
|
{
|
2021-08-11 22:29:06 +02:00
|
|
|
"url": "https://paypal.me/mlocati",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/mlocati",
|
|
|
|
"type": "github"
|
2020-09-03 11:11:16 +02:00
|
|
|
}
|
|
|
|
],
|
2024-02-15 16:18:35 +01:00
|
|
|
"time": "2022-10-18T15:00:10+00:00"
|
2020-09-03 11:11:16 +02:00
|
|
|
},
|
2018-03-05 19:20:22 +01:00
|
|
|
{
|
2024-04-02 21:37:08 +02:00
|
|
|
"name": "gettext/translator",
|
|
|
|
"version": "v1.2.0",
|
2018-03-05 19:20:22 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://github.com/php-gettext/Translator.git",
|
|
|
|
"reference": "a4fa5ed740f304a0ed7b3e169b2b554a195c7570"
|
2018-03-05 19:20:22 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/php-gettext/Translator/zipball/a4fa5ed740f304a0ed7b3e169b2b554a195c7570",
|
|
|
|
"reference": "a4fa5ed740f304a0ed7b3e169b2b554a195c7570",
|
2018-03-05 19:20:22 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"php": "^7.2|^8.0"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"friendsofphp/php-cs-fixer": "^2.15",
|
|
|
|
"gettext/gettext": "^5.0.0",
|
|
|
|
"oscarotero/php-cs-fixer-config": "^1.0",
|
|
|
|
"phpunit/phpunit": "^8.0",
|
|
|
|
"squizlabs/php_codesniffer": "^3.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"gettext/gettext": "Is necessary to load and generate array files used by the translator"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
2018-03-05 19:20:22 +01:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"Gettext\\": "src"
|
2018-03-05 19:20:22 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2024-04-02 21:37:08 +02:00
|
|
|
"MIT"
|
2018-03-05 19:20:22 +01:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2024-04-02 21:37:08 +02:00
|
|
|
"name": "Oscar Otero",
|
|
|
|
"email": "oom@oscarotero.com",
|
|
|
|
"homepage": "http://oscarotero.com",
|
|
|
|
"role": "Developer"
|
2018-03-05 19:20:22 +01:00
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"description": "Gettext translator functions",
|
|
|
|
"homepage": "https://github.com/php-gettext/Translator",
|
2018-03-05 19:20:22 +01:00
|
|
|
"keywords": [
|
2024-04-02 21:37:08 +02:00
|
|
|
"gettext",
|
|
|
|
"i18n",
|
|
|
|
"php",
|
|
|
|
"translator"
|
2020-01-24 22:28:16 +01:00
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"email": "oom@oscarotero.com",
|
|
|
|
"issues": "https://github.com/php-gettext/Translator/issues",
|
|
|
|
"source": "https://github.com/php-gettext/Translator/tree/v1.2.0"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2024-04-02 21:37:08 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://paypal.me/oscarotero",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/oscarotero",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://www.patreon.com/misteroom",
|
|
|
|
"type": "patreon"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2023-11-06T15:42:03+00:00"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "phpmailer/phpmailer",
|
2024-02-15 16:18:35 +01:00
|
|
|
"version": "v6.9.1",
|
2020-01-24 22:28:16 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/PHPMailer/PHPMailer.git",
|
2024-02-15 16:18:35 +01:00
|
|
|
"reference": "039de174cd9c17a8389754d3b877a2ed22743e18"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-02-15 16:18:35 +01:00
|
|
|
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/039de174cd9c17a8389754d3b877a2ed22743e18",
|
|
|
|
"reference": "039de174cd9c17a8389754d3b877a2ed22743e18",
|
2020-01-24 22:28:16 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-ctype": "*",
|
|
|
|
"ext-filter": "*",
|
2021-06-22 17:39:37 +02:00
|
|
|
"ext-hash": "*",
|
2020-01-24 22:28:16 +01:00
|
|
|
"php": ">=5.5.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2024-02-15 16:18:35 +01:00
|
|
|
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
|
|
|
|
"doctrine/annotations": "^1.2.6 || ^1.13.3",
|
|
|
|
"php-parallel-lint/php-console-highlighter": "^1.0.0",
|
|
|
|
"php-parallel-lint/php-parallel-lint": "^1.3.2",
|
2021-06-22 17:39:37 +02:00
|
|
|
"phpcompatibility/php-compatibility": "^9.3.5",
|
|
|
|
"roave/security-advisories": "dev-latest",
|
2024-02-15 16:18:35 +01:00
|
|
|
"squizlabs/php_codesniffer": "^3.7.2",
|
|
|
|
"yoast/phpunit-polyfills": "^1.0.4"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"suggest": {
|
2024-02-15 16:18:35 +01:00
|
|
|
"decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",
|
2021-06-22 17:39:37 +02:00
|
|
|
"ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
|
2024-02-15 16:18:35 +01:00
|
|
|
"ext-openssl": "Needed for secure SMTP sending and DKIM signing",
|
|
|
|
"greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
|
2020-01-24 22:28:16 +01:00
|
|
|
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
|
|
|
|
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
|
|
|
|
"psr/log": "For optional PSR-3 debug logging",
|
2024-02-15 16:18:35 +01:00
|
|
|
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
|
|
|
|
"thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"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",
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/PHPMailer/PHPMailer/issues",
|
2024-02-15 16:18:35 +01:00
|
|
|
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.9.1"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2020-09-03 11:11:16 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
2021-06-22 17:39:37 +02:00
|
|
|
"url": "https://github.com/Synchro",
|
2020-09-03 11:11:16 +02:00
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
2024-02-15 16:18:35 +01:00
|
|
|
"time": "2023-11-25T22:23:28+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "psr/cache",
|
2024-04-02 21:37:08 +02:00
|
|
|
"version": "3.0.0",
|
2024-02-15 16:18:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/cache.git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
|
2024-02-15 16:18:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
|
|
|
|
"reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
|
2024-02-15 16:18:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=8.0.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Psr\\Cache\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "https://www.php-fig.org/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common interface for caching libraries",
|
|
|
|
"keywords": [
|
|
|
|
"cache",
|
|
|
|
"psr",
|
|
|
|
"psr-6"
|
|
|
|
],
|
|
|
|
"support": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/php-fig/cache/tree/3.0.0"
|
2024-02-15 16:18:35 +01:00
|
|
|
},
|
2024-04-02 21:37:08 +02:00
|
|
|
"time": "2021-02-03T23:26:27+00:00"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "psr/container",
|
2024-04-02 21:37:08 +02:00
|
|
|
"version": "2.0.2",
|
2020-01-24 22:28:16 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/container.git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
|
|
|
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
|
2020-01-24 22:28:16 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-02-15 16:18:35 +01:00
|
|
|
"php": ">=7.4.0"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
2024-04-02 21:37:08 +02:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
2020-01-24 22:28:16 +01:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Psr\\Container\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
2018-03-05 19:20:22 +01:00
|
|
|
],
|
2020-01-24 22:28:16 +01:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
2021-08-11 22:29:06 +02:00
|
|
|
"homepage": "https://www.php-fig.org/"
|
2020-01-24 22:28:16 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common Container Interface (PHP FIG PSR-11)",
|
|
|
|
"homepage": "https://github.com/php-fig/container",
|
|
|
|
"keywords": [
|
|
|
|
"PSR-11",
|
|
|
|
"container",
|
|
|
|
"container-interface",
|
|
|
|
"container-interop",
|
|
|
|
"psr"
|
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/php-fig/container/issues",
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/php-fig/container/tree/2.0.2"
|
2024-02-15 16:18:35 +01:00
|
|
|
},
|
2024-04-02 21:37:08 +02:00
|
|
|
"time": "2021-11-05T16:47:00+00:00"
|
2024-02-15 16:18:35 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "psr/event-dispatcher",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/event-dispatcher.git",
|
|
|
|
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
|
|
|
|
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.2.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Psr\\EventDispatcher\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
|
|
|
"homepage": "http://www.php-fig.org/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Standard interfaces for event handling.",
|
|
|
|
"keywords": [
|
|
|
|
"events",
|
|
|
|
"psr",
|
|
|
|
"psr-14"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/php-fig/event-dispatcher/issues",
|
|
|
|
"source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2024-02-15 16:18:35 +01:00
|
|
|
"time": "2019-01-08T18:20:26+00:00"
|
2018-03-05 19:20:22 +01:00
|
|
|
},
|
2017-10-22 14:14:46 +02:00
|
|
|
{
|
|
|
|
"name": "psr/log",
|
2024-04-02 21:37:08 +02:00
|
|
|
"version": "3.0.0",
|
2017-10-22 14:14:46 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/php-fig/log.git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
|
2017-10-22 14:14:46 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
|
|
|
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
|
2017-10-22 14:14:46 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-03-05 14:38:07 +01:00
|
|
|
"php": ">=8.0.0"
|
2017-10-22 14:14:46 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"dev-master": "3.x-dev"
|
2017-10-22 14:14:46 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2024-03-05 14:38:07 +01:00
|
|
|
"Psr\\Log\\": "src"
|
2017-10-22 14:14:46 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "PHP-FIG",
|
2021-08-11 22:29:06 +02:00
|
|
|
"homepage": "https://www.php-fig.org/"
|
2017-10-22 14:14:46 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common interface for logging libraries",
|
|
|
|
"homepage": "https://github.com/php-fig/log",
|
|
|
|
"keywords": [
|
|
|
|
"log",
|
|
|
|
"psr",
|
|
|
|
"psr-3"
|
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/php-fig/log/tree/3.0.0"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2024-04-02 21:37:08 +02:00
|
|
|
"time": "2021-07-14T16:46:02+00:00"
|
2017-10-22 14:14:46 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "robrichards/xmlseclibs",
|
2021-08-11 22:29:06 +02:00
|
|
|
"version": "3.1.1",
|
2017-10-22 14:14:46 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/robrichards/xmlseclibs.git",
|
2021-08-11 22:29:06 +02:00
|
|
|
"reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df"
|
2017-10-22 14:14:46 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-08-11 22:29:06 +02:00
|
|
|
"url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df",
|
|
|
|
"reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df",
|
2017-10-22 14:14:46 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2019-11-19 09:39:32 +01:00
|
|
|
"ext-openssl": "*",
|
2018-03-05 19:20:22 +01:00
|
|
|
"php": ">= 5.4"
|
2017-10-22 14:14:46 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2018-03-05 19:20:22 +01:00
|
|
|
"psr-4": {
|
|
|
|
"RobRichards\\XMLSecLibs\\": "src"
|
|
|
|
}
|
2017-10-22 14:14:46 +02:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/robrichards/xmlseclibs/issues",
|
|
|
|
"source": "https://github.com/robrichards/xmlseclibs/tree/3.1.1"
|
|
|
|
},
|
|
|
|
"time": "2020-09-05T13:00:25+00:00"
|
2017-10-22 14:14:46 +02:00
|
|
|
},
|
2024-02-15 16:18:35 +01:00
|
|
|
{
|
|
|
|
"name": "simplesamlphp/assert",
|
2024-04-02 21:37:08 +02:00
|
|
|
"version": "v1.1.1",
|
2024-02-15 16:18:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/simplesamlphp/assert.git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"reference": "8598fb2005f4eed689e30ebffd4e8e85ed7ce9aa"
|
2024-02-15 16:18:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/simplesamlphp/assert/zipball/8598fb2005f4eed689e30ebffd4e8e85ed7ce9aa",
|
|
|
|
"reference": "8598fb2005f4eed689e30ebffd4e8e85ed7ce9aa",
|
2024-02-15 16:18:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"ext-date": "*",
|
|
|
|
"ext-filter": "*",
|
|
|
|
"ext-pcre": "*",
|
2024-02-15 16:18:35 +01:00
|
|
|
"ext-spl": "*",
|
2024-04-02 21:37:08 +02:00
|
|
|
"php": "^8.1",
|
|
|
|
"webmozart/assert": "^1.11"
|
2024-02-15 16:18:35 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"simplesamlphp/simplesamlphp-test-framework": "^1.5.5"
|
2024-02-15 16:18:35 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"dev-master": "v1.1.x-dev"
|
2024-02-15 16:18:35 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"SimpleSAML\\Assert\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"LGPL-2.1-or-later"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Tim van Dijen",
|
|
|
|
"email": "tvdijen@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jaime Perez Crespo",
|
|
|
|
"email": "jaimepc@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A wrapper around webmozart/assert to make it useful beyond checking method arguments",
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/simplesamlphp/assert/issues",
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/simplesamlphp/assert/tree/v1.1.1"
|
2024-02-15 16:18:35 +01:00
|
|
|
},
|
2024-04-02 21:37:08 +02:00
|
|
|
"time": "2024-03-19T21:09:48+00:00"
|
2024-02-15 16:18:35 +01:00
|
|
|
},
|
2020-01-24 22:28:16 +01:00
|
|
|
{
|
|
|
|
"name": "simplesamlphp/composer-module-installer",
|
2024-04-02 21:37:08 +02:00
|
|
|
"version": "v1.3.4",
|
2020-01-24 22:28:16 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/simplesamlphp/composer-module-installer.git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"reference": "36508ed9580a30c4d5ab0bb3c25c00d0b5d42946"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/simplesamlphp/composer-module-installer/zipball/36508ed9580a30c4d5ab0bb3c25c00d0b5d42946",
|
|
|
|
"reference": "36508ed9580a30c4d5ab0bb3c25c00d0b5d42946",
|
2020-01-24 22:28:16 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-02-15 16:18:35 +01:00
|
|
|
"composer-plugin-api": "^1.1 || ^2.0",
|
|
|
|
"php": "^7.4 || ^8.0",
|
2024-04-02 21:37:08 +02:00
|
|
|
"simplesamlphp/assert": "^0.8.0 || ^1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"composer/composer": "^2.4",
|
|
|
|
"simplesamlphp/simplesamlphp-test-framework": "^1.2.1"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"type": "composer-plugin",
|
|
|
|
"extra": {
|
2024-02-15 16:18:35 +01:00
|
|
|
"class": "SimpleSAML\\Composer\\ModuleInstallerPlugin"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"autoload": {
|
2024-02-15 16:18:35 +01:00
|
|
|
"psr-4": {
|
|
|
|
"SimpleSAML\\Composer\\": "src/"
|
2020-01-24 22:28:16 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2021-08-11 22:29:06 +02:00
|
|
|
"license": [
|
|
|
|
"LGPL-2.1-only"
|
|
|
|
],
|
2020-01-24 22:28:16 +01:00
|
|
|
"description": "A Composer plugin that allows installing SimpleSAMLphp modules through Composer.",
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/simplesamlphp/composer-module-installer/issues",
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/simplesamlphp/composer-module-installer/tree/v1.3.4"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2024-04-02 21:37:08 +02:00
|
|
|
"time": "2023-03-08T20:58:22+00:00"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
2017-10-22 14:14:46 +02:00
|
|
|
{
|
|
|
|
"name": "simplesamlphp/saml2",
|
2024-03-05 14:38:07 +01:00
|
|
|
"version": "v4.6.11",
|
2017-10-22 14:14:46 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/simplesamlphp/saml2.git",
|
2024-03-05 14:38:07 +01:00
|
|
|
"reference": "1b5d48753c78d02e88667068e633531c233141fb"
|
2017-10-22 14:14:46 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-03-05 14:38:07 +01:00
|
|
|
"url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/1b5d48753c78d02e88667068e633531c233141fb",
|
|
|
|
"reference": "1b5d48753c78d02e88667068e633531c233141fb",
|
2017-10-22 14:14:46 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-dom": "*",
|
|
|
|
"ext-openssl": "*",
|
2018-03-05 19:20:22 +01:00
|
|
|
"ext-zlib": "*",
|
2021-08-11 22:29:06 +02:00
|
|
|
"php": ">=7.1 || ^8.0",
|
2024-03-05 14:38:07 +01:00
|
|
|
"psr/log": "~1.1 || ^2.0 || ^3.0",
|
2021-08-11 22:29:06 +02:00
|
|
|
"robrichards/xmlseclibs": "^3.1.1",
|
|
|
|
"webmozart/assert": "^1.9"
|
2017-10-22 14:14:46 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2021-08-11 22:29:06 +02:00
|
|
|
"mockery/mockery": "^1.3",
|
|
|
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
|
|
|
"sebastian/phpcpd": "~4.1 || ^5.0 || ^6.0",
|
2020-01-24 22:28:16 +01:00
|
|
|
"simplesamlphp/simplesamlphp-test-framework": "~0.1.0",
|
|
|
|
"squizlabs/php_codesniffer": "~3.5"
|
2017-10-22 14:14:46 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
2018-03-05 19:20:22 +01:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-08-11 22:29:06 +02:00
|
|
|
"dev-master": "v4.2.x-dev"
|
2018-03-05 19:20:22 +01:00
|
|
|
}
|
|
|
|
},
|
2017-10-22 14:14:46 +02:00
|
|
|
"autoload": {
|
2020-01-24 22:28:16 +01:00
|
|
|
"psr-4": {
|
|
|
|
"SAML2\\": "src/SAML2"
|
|
|
|
}
|
2017-10-22 14:14:46 +02:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2018-03-05 19:20:22 +01:00
|
|
|
"LGPL-2.1-or-later"
|
2017-10-22 14:14:46 +02:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Andreas Åkre Solberg",
|
|
|
|
"email": "andreas.solberg@uninett.no"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "SAML2 PHP library from SimpleSAMLphp",
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/simplesamlphp/saml2/issues",
|
2024-03-05 14:38:07 +01:00
|
|
|
"source": "https://github.com/simplesamlphp/saml2/tree/v4.6.11"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2024-03-05 14:38:07 +01:00
|
|
|
"time": "2024-01-25T19:39:46+00:00"
|
2017-10-22 14:14:46 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "simplesamlphp/simplesamlphp",
|
2024-04-02 21:37:08 +02:00
|
|
|
"version": "v2.2.1",
|
2017-10-22 14:14:46 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp.git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"reference": "0819ecbe66a11380c64bed0afb71c8d6dd4b714e"
|
2017-10-22 14:14:46 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp/zipball/0819ecbe66a11380c64bed0afb71c8d6dd4b714e",
|
|
|
|
"reference": "0819ecbe66a11380c64bed0afb71c8d6dd4b714e",
|
2017-10-22 14:14:46 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-date": "*",
|
|
|
|
"ext-dom": "*",
|
|
|
|
"ext-hash": "*",
|
|
|
|
"ext-json": "*",
|
2018-03-05 19:20:22 +01:00
|
|
|
"ext-mbstring": "*",
|
2017-10-22 14:14:46 +02:00
|
|
|
"ext-openssl": "*",
|
|
|
|
"ext-pcre": "*",
|
2024-04-02 21:37:08 +02:00
|
|
|
"ext-session": "*",
|
|
|
|
"ext-simplexml": "*",
|
2017-10-22 14:14:46 +02:00
|
|
|
"ext-spl": "*",
|
|
|
|
"ext-zlib": "*",
|
2024-04-02 21:37:08 +02:00
|
|
|
"gettext/gettext": "^5.7",
|
|
|
|
"gettext/translator": "^1.1",
|
|
|
|
"php": "^8.1",
|
|
|
|
"phpmailer/phpmailer": "^6.8",
|
|
|
|
"psr/log": "^3.0",
|
|
|
|
"simplesamlphp/assert": "^1.0.0",
|
|
|
|
"simplesamlphp/composer-module-installer": "^1.3",
|
|
|
|
"simplesamlphp/saml2": "^4.6",
|
|
|
|
"simplesamlphp/simplesamlphp-assets-base": "~2.1.5",
|
|
|
|
"symfony/cache": "^6.4",
|
|
|
|
"symfony/config": "^6.4",
|
|
|
|
"symfony/console": "^6.4",
|
|
|
|
"symfony/dependency-injection": "^6.4",
|
|
|
|
"symfony/filesystem": "^6.4",
|
|
|
|
"symfony/finder": "^6.4",
|
|
|
|
"symfony/framework-bundle": "^6.4",
|
|
|
|
"symfony/http-foundation": "^6.4",
|
|
|
|
"symfony/http-kernel": "^6.4",
|
|
|
|
"symfony/intl": "^6.4",
|
|
|
|
"symfony/polyfill-intl-icu": "^1.28",
|
|
|
|
"symfony/routing": "^6.4",
|
|
|
|
"symfony/translation-contracts": "^3.0",
|
|
|
|
"symfony/twig-bridge": "^6.4",
|
|
|
|
"symfony/var-exporter": "^6.4",
|
|
|
|
"symfony/yaml": "^6.4",
|
|
|
|
"twig/intl-extra": "^3.7",
|
|
|
|
"twig/twig": "^3.5"
|
2017-10-22 14:14:46 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-01-24 22:28:16 +01:00
|
|
|
"ext-curl": "*",
|
2024-04-02 21:37:08 +02:00
|
|
|
"ext-pdo_sqlite": "*",
|
|
|
|
"gettext/php-scanner": "1.3.1",
|
2018-03-05 19:20:22 +01:00
|
|
|
"mikey179/vfsstream": "~1.6",
|
2024-04-02 21:37:08 +02:00
|
|
|
"predis/predis": "^2.2",
|
|
|
|
"simplesamlphp/simplesamlphp-module-adfs": "^2.1",
|
|
|
|
"simplesamlphp/simplesamlphp-test-framework": "^1.5.4",
|
|
|
|
"simplesamlphp/xml-security": "^1.6.0",
|
|
|
|
"symfony/translation": "^6.4"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-curl": "Needed in order to check for updates automatically",
|
2024-04-02 21:37:08 +02:00
|
|
|
"ext-intl": "Needed if translations for non-English languages are required.",
|
2020-01-24 22:28:16 +01:00
|
|
|
"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",
|
|
|
|
"predis/predis": "Needed if a Redis server is used to store session information"
|
2017-10-22 14:14:46 +02:00
|
|
|
},
|
|
|
|
"type": "project",
|
2024-04-02 21:37:08 +02:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.2.x-dev"
|
|
|
|
}
|
|
|
|
},
|
2017-10-22 14:14:46 +02:00
|
|
|
"autoload": {
|
|
|
|
"files": [
|
2024-04-02 21:37:08 +02:00
|
|
|
"src/_autoload_modules.php"
|
2024-02-15 16:18:35 +01:00
|
|
|
],
|
|
|
|
"psr-4": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"SimpleSAML\\": "src/SimpleSAML",
|
|
|
|
"SimpleSAML\\Module\\core\\": "modules/core/src",
|
|
|
|
"SimpleSAML\\Module\\cron\\": "modules/cron/src",
|
|
|
|
"SimpleSAML\\Module\\saml\\": "modules/saml/src",
|
|
|
|
"SimpleSAML\\Module\\admin\\": "modules/admin/src",
|
|
|
|
"SimpleSAML\\Module\\multiauth\\": "modules/multiauth/src",
|
|
|
|
"SimpleSAML\\Module\\exampleauth\\": "modules/exampleauth/src"
|
2024-02-15 16:18:35 +01:00
|
|
|
}
|
2017-10-22 14:14:46 +02:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2018-03-05 19:20:22 +01:00
|
|
|
"LGPL-2.1-or-later"
|
2017-10-22 14:14:46 +02:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Andreas Åkre Solberg",
|
|
|
|
"email": "andreas.solberg@uninett.no"
|
2018-03-05 19:20:22 +01:00
|
|
|
},
|
2020-01-24 22:28:16 +01:00
|
|
|
{
|
|
|
|
"name": "Olav Morken",
|
|
|
|
"email": "olav.morken@uninett.no"
|
|
|
|
},
|
2018-03-05 19:20:22 +01:00
|
|
|
{
|
|
|
|
"name": "Jaime Perez",
|
|
|
|
"email": "jaime.perez@uninett.no"
|
2017-10-22 14:14:46 +02:00
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"description": "A PHP implementation of a SAML 2.0 service provider and identity provider.",
|
|
|
|
"homepage": "https://simplesamlphp.org",
|
2017-10-22 14:14:46 +02:00
|
|
|
"keywords": [
|
|
|
|
"SAML2",
|
|
|
|
"idp",
|
|
|
|
"oauth",
|
|
|
|
"shibboleth",
|
|
|
|
"sp",
|
|
|
|
"ws-federation"
|
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/simplesamlphp/simplesamlphp/issues",
|
|
|
|
"source": "https://github.com/simplesamlphp/simplesamlphp"
|
|
|
|
},
|
2024-04-02 21:37:08 +02:00
|
|
|
"time": "2024-03-16T23:03:28+00:00"
|
2018-03-05 19:20:22 +01:00
|
|
|
},
|
|
|
|
{
|
2024-04-02 21:37:08 +02:00
|
|
|
"name": "simplesamlphp/simplesamlphp-assets-base",
|
|
|
|
"version": "v2.1.13",
|
2018-03-05 19:20:22 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://github.com/simplesamlphp/simplesamlphp-assets-base.git",
|
|
|
|
"reference": "d450349ba524ffcf606da53937a2f038405fea4a"
|
2018-03-05 19:20:22 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-assets-base/zipball/d450349ba524ffcf606da53937a2f038405fea4a",
|
|
|
|
"reference": "d450349ba524ffcf606da53937a2f038405fea4a",
|
2018-03-05 19:20:22 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"php": ">=7.4 || ^8.0",
|
|
|
|
"simplesamlphp/composer-module-installer": "^1.3.2"
|
2018-03-05 19:20:22 +01:00
|
|
|
},
|
2020-01-24 22:28:16 +01:00
|
|
|
"type": "simplesamlphp-module",
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2020-04-22 23:01:55 +02:00
|
|
|
"LGPL-2.1-or-later"
|
2020-01-24 22:28:16 +01:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Tim van Dijen",
|
|
|
|
"email": "tvdijen@gmail.com"
|
2018-03-05 19:20:22 +01:00
|
|
|
}
|
2020-01-24 22:28:16 +01:00
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"description": "Assets for the SimpleSAMLphp main repository",
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"issues": "https://github.com/simplesamlphp/simplesamlphp-assets-base/issues",
|
|
|
|
"source": "https://github.com/simplesamlphp/simplesamlphp-assets-base/tree/v2.1.13"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2024-04-02 21:37:08 +02:00
|
|
|
"time": "2024-04-01T18:22:47+00:00"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
{
|
2024-04-02 21:37:08 +02:00
|
|
|
"name": "symfony/cache",
|
|
|
|
"version": "v6.4.4",
|
2020-01-24 22:28:16 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://github.com/symfony/cache.git",
|
|
|
|
"reference": "0ef36534694c572ff526d91c7181f3edede176e7"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/cache/zipball/0ef36534694c572ff526d91c7181f3edede176e7",
|
|
|
|
"reference": "0ef36534694c572ff526d91c7181f3edede176e7",
|
2020-01-24 22:28:16 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"php": ">=8.1",
|
|
|
|
"psr/cache": "^2.0|^3.0",
|
|
|
|
"psr/log": "^1.1|^2|^3",
|
|
|
|
"symfony/cache-contracts": "^2.5|^3",
|
|
|
|
"symfony/service-contracts": "^2.5|^3",
|
|
|
|
"symfony/var-exporter": "^6.3.6|^7.0"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"doctrine/dbal": "<2.13.1",
|
|
|
|
"symfony/dependency-injection": "<5.4",
|
|
|
|
"symfony/http-kernel": "<5.4",
|
|
|
|
"symfony/var-dumper": "<5.4"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/cache-implementation": "2.0|3.0",
|
|
|
|
"psr/simple-cache-implementation": "1.0|2.0|3.0",
|
|
|
|
"symfony/cache-implementation": "1.1|2.0|3.0"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"cache/integration-tests": "dev-master",
|
|
|
|
"doctrine/dbal": "^2.13.1|^3|^4",
|
|
|
|
"predis/predis": "^1.1|^2.0",
|
|
|
|
"psr/simple-cache": "^1.0|^2.0|^3.0",
|
|
|
|
"symfony/config": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/filesystem": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/http-kernel": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/messenger": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/var-dumper": "^5.4|^6.0|^7.0"
|
2018-03-05 19:20:22 +01:00
|
|
|
},
|
2024-04-02 21:37:08 +02:00
|
|
|
"type": "library",
|
2018-03-05 19:20:22 +01:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"Symfony\\Component\\Cache\\": ""
|
|
|
|
},
|
|
|
|
"classmap": [
|
|
|
|
"Traits/ValueWrapper.php"
|
|
|
|
],
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2018-03-05 19:20:22 +01:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2024-04-02 21:37:08 +02:00
|
|
|
"MIT"
|
2018-03-05 19:20:22 +01:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2024-04-02 21:37:08 +02:00
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2018-03-05 19:20:22 +01:00
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
|
|
|
|
"homepage": "https://symfony.com",
|
2018-03-05 19:20:22 +01:00
|
|
|
"keywords": [
|
2024-04-02 21:37:08 +02:00
|
|
|
"caching",
|
|
|
|
"psr6"
|
2018-03-05 19:20:22 +01:00
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/symfony/cache/tree/v6.4.4"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2024-04-02 21:37:08 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2024-02-22T20:27:10+00:00"
|
2018-03-05 19:20:22 +01:00
|
|
|
},
|
|
|
|
{
|
2024-04-02 21:37:08 +02:00
|
|
|
"name": "symfony/cache-contracts",
|
|
|
|
"version": "v3.4.0",
|
2018-03-05 19:20:22 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://github.com/symfony/cache-contracts.git",
|
|
|
|
"reference": "1d74b127da04ffa87aa940abe15446fa89653778"
|
2018-03-05 19:20:22 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/1d74b127da04ffa87aa940abe15446fa89653778",
|
|
|
|
"reference": "1d74b127da04ffa87aa940abe15446fa89653778",
|
2018-03-05 19:20:22 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"php": ">=8.1",
|
|
|
|
"psr/cache": "^3.0"
|
2018-03-05 19:20:22 +01:00
|
|
|
},
|
2024-04-02 21:37:08 +02:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-main": "3.4-dev"
|
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/contracts",
|
|
|
|
"url": "https://github.com/symfony/contracts"
|
|
|
|
}
|
2018-03-05 19:20:22 +01:00
|
|
|
},
|
2020-01-24 22:28:16 +01:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"Symfony\\Contracts\\Cache\\": ""
|
2018-03-05 19:20:22 +01:00
|
|
|
}
|
|
|
|
},
|
2020-01-24 22:28:16 +01:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2024-04-02 21:37:08 +02:00
|
|
|
"MIT"
|
2020-01-24 22:28:16 +01:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2024-04-02 21:37:08 +02:00
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
2018-03-05 19:20:22 +01:00
|
|
|
},
|
2020-01-24 22:28:16 +01:00
|
|
|
{
|
2024-04-02 21:37:08 +02:00
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2020-01-24 22:28:16 +01:00
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"description": "Generic abstractions related to caching",
|
|
|
|
"homepage": "https://symfony.com",
|
2020-01-24 22:28:16 +01:00
|
|
|
"keywords": [
|
2024-04-02 21:37:08 +02:00
|
|
|
"abstractions",
|
|
|
|
"contracts",
|
|
|
|
"decoupling",
|
|
|
|
"interfaces",
|
|
|
|
"interoperability",
|
|
|
|
"standards"
|
2020-01-24 22:28:16 +01:00
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/symfony/cache-contracts/tree/v3.4.0"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2024-04-02 21:37:08 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2023-09-25T12:52:38+00:00"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
{
|
2024-04-02 21:37:08 +02:00
|
|
|
"name": "symfony/config",
|
|
|
|
"version": "v6.4.4",
|
2020-01-24 22:28:16 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://github.com/symfony/config.git",
|
|
|
|
"reference": "6ea4affc27f2086c9d16b92ab5429ce1e3c38047"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/config/zipball/6ea4affc27f2086c9d16b92ab5429ce1e3c38047",
|
|
|
|
"reference": "6ea4affc27f2086c9d16b92ab5429ce1e3c38047",
|
2020-01-24 22:28:16 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"php": ">=8.1",
|
|
|
|
"symfony/deprecation-contracts": "^2.5|^3",
|
|
|
|
"symfony/filesystem": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/polyfill-ctype": "~1.8"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/finder": "<5.4",
|
|
|
|
"symfony/service-contracts": "<2.5"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"symfony/event-dispatcher": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/finder": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/messenger": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/service-contracts": "^2.5|^3",
|
|
|
|
"symfony/yaml": "^5.4|^6.0|^7.0"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
2024-04-02 21:37:08 +02:00
|
|
|
"type": "library",
|
2020-01-24 22:28:16 +01:00
|
|
|
"autoload": {
|
2018-03-05 19:20:22 +01:00
|
|
|
"psr-4": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"Symfony\\Component\\Config\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2018-03-05 19:20:22 +01:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2024-04-02 21:37:08 +02:00
|
|
|
"MIT"
|
2018-03-05 19:20:22 +01:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2024-04-02 21:37:08 +02:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
2020-01-24 22:28:16 +01:00
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
|
|
|
|
"homepage": "https://symfony.com",
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/symfony/config/tree/v6.4.4"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2024-04-02 21:37:08 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2024-02-26T07:52:26+00:00"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
{
|
2024-04-02 21:37:08 +02:00
|
|
|
"name": "symfony/console",
|
|
|
|
"version": "v6.4.4",
|
2020-01-24 22:28:16 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://github.com/symfony/console.git",
|
|
|
|
"reference": "0d9e4eb5ad413075624378f474c4167ea202de78"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/0d9e4eb5ad413075624378f474c4167ea202de78",
|
|
|
|
"reference": "0d9e4eb5ad413075624378f474c4167ea202de78",
|
2020-01-24 22:28:16 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"php": ">=8.1",
|
|
|
|
"symfony/deprecation-contracts": "^2.5|^3",
|
|
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
|
|
"symfony/service-contracts": "^2.5|^3",
|
|
|
|
"symfony/string": "^5.4|^6.0|^7.0"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/dependency-injection": "<5.4",
|
|
|
|
"symfony/dotenv": "<5.4",
|
|
|
|
"symfony/event-dispatcher": "<5.4",
|
|
|
|
"symfony/lock": "<5.4",
|
|
|
|
"symfony/process": "<5.4"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/log-implementation": "1.0|2.0|3.0"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"psr/log": "^1|^2|^3",
|
|
|
|
"symfony/config": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/event-dispatcher": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/http-foundation": "^6.4|^7.0",
|
|
|
|
"symfony/http-kernel": "^6.4|^7.0",
|
|
|
|
"symfony/lock": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/messenger": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/process": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/stopwatch": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/var-dumper": "^5.4|^6.0|^7.0"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
2024-04-02 21:37:08 +02:00
|
|
|
"type": "library",
|
2020-01-24 22:28:16 +01:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"Symfony\\Component\\Console\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2024-02-15 16:18:35 +01:00
|
|
|
},
|
|
|
|
"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": "Eases the creation of beautiful and testable command line interfaces",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"cli",
|
|
|
|
"command-line",
|
|
|
|
"console",
|
|
|
|
"terminal"
|
|
|
|
],
|
|
|
|
"support": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/symfony/console/tree/v6.4.4"
|
2024-02-15 16:18:35 +01:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"time": "2024-02-22T20:27:10+00:00"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/dependency-injection",
|
2024-04-02 21:37:08 +02:00
|
|
|
"version": "v6.4.4",
|
2020-01-24 22:28:16 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/dependency-injection.git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"reference": "6236e5e843cb763e9d0f74245678b994afea5363"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/6236e5e843cb763e9d0f74245678b994afea5363",
|
|
|
|
"reference": "6236e5e843cb763e9d0f74245678b994afea5363",
|
2020-01-24 22:28:16 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"php": ">=8.1",
|
|
|
|
"psr/container": "^1.1|^2.0",
|
|
|
|
"symfony/deprecation-contracts": "^2.5|^3",
|
|
|
|
"symfony/service-contracts": "^2.5|^3.0",
|
|
|
|
"symfony/var-exporter": "^6.2.10|^7.0"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"conflict": {
|
2024-02-15 16:18:35 +01:00
|
|
|
"ext-psr": "<1.1|>=2",
|
2024-04-02 21:37:08 +02:00
|
|
|
"symfony/config": "<6.1",
|
|
|
|
"symfony/finder": "<5.4",
|
|
|
|
"symfony/proxy-manager-bridge": "<6.3",
|
|
|
|
"symfony/yaml": "<5.4"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"provide": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"psr/container-implementation": "1.1|2.0",
|
|
|
|
"symfony/service-implementation": "1.1|2.0|3.0"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"symfony/config": "^6.1|^7.0",
|
|
|
|
"symfony/expression-language": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/yaml": "^5.4|^6.0|^7.0"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
|
2020-01-24 22:28:16 +01:00
|
|
|
"homepage": "https://symfony.com",
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/symfony/dependency-injection/tree/v6.4.4"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2020-09-03 11:11:16 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"time": "2024-02-22T20:27:10+00:00"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/deprecation-contracts",
|
2024-02-15 16:18:35 +01:00
|
|
|
"version": "v3.4.0",
|
2021-08-11 22:29:06 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/deprecation-contracts.git",
|
2024-02-15 16:18:35 +01:00
|
|
|
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-02-15 16:18:35 +01:00
|
|
|
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
|
|
|
|
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
|
2021-08-11 22:29:06 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-02-15 16:18:35 +01:00
|
|
|
"php": ">=8.1"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2024-02-15 16:18:35 +01:00
|
|
|
"dev-main": "3.4-dev"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/contracts",
|
|
|
|
"url": "https://github.com/symfony/contracts"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"function.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": "A generic function and convention to trigger deprecation notices",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"support": {
|
2024-02-15 16:18:35 +01:00
|
|
|
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-02-15 16:18:35 +01:00
|
|
|
"time": "2023-05-23T14:45:45+00:00"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/error-handler",
|
2024-04-02 21:37:08 +02:00
|
|
|
"version": "v7.0.4",
|
2020-01-24 22:28:16 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/error-handler.git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"reference": "677b24759decff69e65b1e9d1471d90f95ced880"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/error-handler/zipball/677b24759decff69e65b1e9d1471d90f95ced880",
|
|
|
|
"reference": "677b24759decff69e65b1e9d1471d90f95ced880",
|
2020-01-24 22:28:16 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"php": ">=8.2",
|
2021-08-11 22:29:06 +02:00
|
|
|
"psr/log": "^1|^2|^3",
|
2024-04-02 21:37:08 +02:00
|
|
|
"symfony/var-dumper": "^6.4|^7.0"
|
2024-02-15 16:18:35 +01:00
|
|
|
},
|
|
|
|
"conflict": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"symfony/deprecation-contracts": "<2.5",
|
|
|
|
"symfony/http-kernel": "<6.4"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2024-02-15 16:18:35 +01:00
|
|
|
"symfony/deprecation-contracts": "^2.5|^3",
|
2024-04-02 21:37:08 +02:00
|
|
|
"symfony/http-kernel": "^6.4|^7.0",
|
|
|
|
"symfony/serializer": "^6.4|^7.0"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
2024-02-15 16:18:35 +01:00
|
|
|
"bin": [
|
|
|
|
"Resources/bin/patch-type-declarations"
|
|
|
|
],
|
2020-01-24 22:28:16 +01:00
|
|
|
"type": "library",
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"description": "Provides tools to manage errors and ease debugging PHP code",
|
2020-01-24 22:28:16 +01:00
|
|
|
"homepage": "https://symfony.com",
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/symfony/error-handler/tree/v7.0.4"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2020-09-03 11:11:16 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"time": "2024-02-22T20:27:20+00:00"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/event-dispatcher",
|
2024-04-02 21:37:08 +02:00
|
|
|
"version": "v7.0.3",
|
2020-01-24 22:28:16 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/event-dispatcher.git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"reference": "834c28d533dd0636f910909d01b9ff45cc094b5e"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/834c28d533dd0636f910909d01b9ff45cc094b5e",
|
|
|
|
"reference": "834c28d533dd0636f910909d01b9ff45cc094b5e",
|
2020-01-24 22:28:16 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"php": ">=8.2",
|
2024-02-15 16:18:35 +01:00
|
|
|
"symfony/event-dispatcher-contracts": "^2.5|^3"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"conflict": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"symfony/dependency-injection": "<6.4",
|
2024-02-15 16:18:35 +01:00
|
|
|
"symfony/service-contracts": "<2.5"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/event-dispatcher-implementation": "1.0",
|
2024-02-15 16:18:35 +01:00
|
|
|
"symfony/event-dispatcher-implementation": "2.0|3.0"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2021-08-11 22:29:06 +02:00
|
|
|
"psr/log": "^1|^2|^3",
|
2024-04-02 21:37:08 +02:00
|
|
|
"symfony/config": "^6.4|^7.0",
|
|
|
|
"symfony/dependency-injection": "^6.4|^7.0",
|
|
|
|
"symfony/error-handler": "^6.4|^7.0",
|
|
|
|
"symfony/expression-language": "^6.4|^7.0",
|
|
|
|
"symfony/http-foundation": "^6.4|^7.0",
|
2024-02-15 16:18:35 +01:00
|
|
|
"symfony/service-contracts": "^2.5|^3",
|
2024-04-02 21:37:08 +02:00
|
|
|
"symfony/stopwatch": "^6.4|^7.0"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
|
2020-01-24 22:28:16 +01:00
|
|
|
"homepage": "https://symfony.com",
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/symfony/event-dispatcher/tree/v7.0.3"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2020-09-03 11:11:16 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"time": "2024-01-23T15:02:46+00:00"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/event-dispatcher-contracts",
|
2024-02-15 16:18:35 +01:00
|
|
|
"version": "v3.4.0",
|
2020-01-24 22:28:16 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
|
2024-02-15 16:18:35 +01:00
|
|
|
"reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-02-15 16:18:35 +01:00
|
|
|
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
|
|
|
|
"reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
|
2020-01-24 22:28:16 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-02-15 16:18:35 +01:00
|
|
|
"php": ">=8.1",
|
|
|
|
"psr/event-dispatcher": "^1"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2024-02-15 16:18:35 +01:00
|
|
|
"dev-main": "3.4-dev"
|
2020-09-03 11:11:16 +02:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/contracts",
|
|
|
|
"url": "https://github.com/symfony/contracts"
|
2020-01-24 22:28:16 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
2024-02-15 16:18:35 +01:00
|
|
|
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.0"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2020-09-03 11:11:16 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-02-15 16:18:35 +01:00
|
|
|
"time": "2023-05-23T14:45:45+00:00"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/filesystem",
|
2024-02-15 16:18:35 +01:00
|
|
|
"version": "v6.4.3",
|
2020-01-24 22:28:16 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/filesystem.git",
|
2024-02-15 16:18:35 +01:00
|
|
|
"reference": "7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-02-15 16:18:35 +01:00
|
|
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb",
|
|
|
|
"reference": "7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb",
|
2020-01-24 22:28:16 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-02-15 16:18:35 +01:00
|
|
|
"php": ">=8.1",
|
2021-08-11 22:29:06 +02:00
|
|
|
"symfony/polyfill-ctype": "~1.8",
|
2024-02-15 16:18:35 +01:00
|
|
|
"symfony/polyfill-mbstring": "~1.8"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"description": "Provides basic utilities for the filesystem",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"support": {
|
2024-02-15 16:18:35 +01:00
|
|
|
"source": "https://github.com/symfony/filesystem/tree/v6.4.3"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-02-15 16:18:35 +01:00
|
|
|
"time": "2024-01-23T14:51:35+00:00"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
|
|
|
{
|
2024-02-15 16:18:35 +01:00
|
|
|
"name": "symfony/finder",
|
2024-04-02 21:37:08 +02:00
|
|
|
"version": "v6.4.0",
|
2021-08-11 22:29:06 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2024-02-15 16:18:35 +01:00
|
|
|
"url": "https://github.com/symfony/finder.git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"reference": "11d736e97f116ac375a81f96e662911a34cd50ce"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/finder/zipball/11d736e97f116ac375a81f96e662911a34cd50ce",
|
|
|
|
"reference": "11d736e97f116ac375a81f96e662911a34cd50ce",
|
2021-08-11 22:29:06 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"php": ">=8.1"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"symfony/filesystem": "^6.0|^7.0"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2024-02-15 16:18:35 +01:00
|
|
|
"Symfony\\Component\\Finder\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2024-02-15 16:18:35 +01:00
|
|
|
"name": "Fabien Potencier",
|
|
|
|
"email": "fabien@symfony.com"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2024-02-15 16:18:35 +01:00
|
|
|
"description": "Finds files and directories via an intuitive fluent interface",
|
2020-01-24 22:28:16 +01:00
|
|
|
"homepage": "https://symfony.com",
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/symfony/finder/tree/v6.4.0"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2020-09-03 11:11:16 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"time": "2023-10-31T17:30:12+00:00"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
{
|
2024-02-15 16:18:35 +01:00
|
|
|
"name": "symfony/framework-bundle",
|
2024-04-02 21:37:08 +02:00
|
|
|
"version": "v6.4.4",
|
2020-01-24 22:28:16 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2024-02-15 16:18:35 +01:00
|
|
|
"url": "https://github.com/symfony/framework-bundle.git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"reference": "c76d3881596860ead95f5444a5ce4414447f0067"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/c76d3881596860ead95f5444a5ce4414447f0067",
|
|
|
|
"reference": "c76d3881596860ead95f5444a5ce4414447f0067",
|
2020-01-24 22:28:16 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"composer-runtime-api": ">=2.1",
|
2024-02-15 16:18:35 +01:00
|
|
|
"ext-xml": "*",
|
2024-04-02 21:37:08 +02:00
|
|
|
"php": ">=8.1",
|
|
|
|
"symfony/cache": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/config": "^6.1|^7.0",
|
|
|
|
"symfony/dependency-injection": "^6.4|^7.0",
|
|
|
|
"symfony/deprecation-contracts": "^2.5|^3",
|
|
|
|
"symfony/error-handler": "^6.1|^7.0",
|
|
|
|
"symfony/event-dispatcher": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/filesystem": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/finder": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/http-foundation": "^6.4|^7.0",
|
|
|
|
"symfony/http-kernel": "^6.4",
|
2024-02-15 16:18:35 +01:00
|
|
|
"symfony/polyfill-mbstring": "~1.0",
|
2024-04-02 21:37:08 +02:00
|
|
|
"symfony/routing": "^6.4|^7.0"
|
2024-02-15 16:18:35 +01:00
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"doctrine/annotations": "<1.13.1",
|
|
|
|
"doctrine/persistence": "<1.3",
|
|
|
|
"phpdocumentor/reflection-docblock": "<3.2.2",
|
|
|
|
"phpdocumentor/type-resolver": "<1.4.0",
|
2024-04-02 21:37:08 +02:00
|
|
|
"symfony/asset": "<5.4",
|
|
|
|
"symfony/asset-mapper": "<6.4",
|
|
|
|
"symfony/clock": "<6.3",
|
|
|
|
"symfony/console": "<5.4|>=7.0",
|
|
|
|
"symfony/dom-crawler": "<6.4",
|
|
|
|
"symfony/dotenv": "<5.4",
|
|
|
|
"symfony/form": "<5.4",
|
|
|
|
"symfony/http-client": "<6.3",
|
|
|
|
"symfony/lock": "<5.4",
|
|
|
|
"symfony/mailer": "<5.4",
|
|
|
|
"symfony/messenger": "<6.3",
|
|
|
|
"symfony/mime": "<6.4",
|
|
|
|
"symfony/property-access": "<5.4",
|
|
|
|
"symfony/property-info": "<5.4",
|
|
|
|
"symfony/scheduler": "<6.4.4|>=7.0.0,<7.0.4",
|
|
|
|
"symfony/security-core": "<5.4",
|
|
|
|
"symfony/security-csrf": "<5.4",
|
|
|
|
"symfony/serializer": "<6.4",
|
|
|
|
"symfony/stopwatch": "<5.4",
|
|
|
|
"symfony/translation": "<6.4",
|
|
|
|
"symfony/twig-bridge": "<5.4",
|
|
|
|
"symfony/twig-bundle": "<5.4",
|
|
|
|
"symfony/validator": "<6.4",
|
|
|
|
"symfony/web-profiler-bundle": "<6.4",
|
|
|
|
"symfony/workflow": "<6.4"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2024-02-15 16:18:35 +01:00
|
|
|
"doctrine/annotations": "^1.13.1|^2",
|
|
|
|
"doctrine/persistence": "^1.3|^2|^3",
|
2024-04-02 21:37:08 +02:00
|
|
|
"dragonmantank/cron-expression": "^3.1",
|
2024-02-15 16:18:35 +01:00
|
|
|
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
|
2024-04-02 21:37:08 +02:00
|
|
|
"seld/jsonlint": "^1.10",
|
|
|
|
"symfony/asset": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/asset-mapper": "^6.4|^7.0",
|
|
|
|
"symfony/browser-kit": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/clock": "^6.2|^7.0",
|
|
|
|
"symfony/console": "^5.4.9|^6.0.9|^7.0",
|
|
|
|
"symfony/css-selector": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/dom-crawler": "^6.4|^7.0",
|
|
|
|
"symfony/dotenv": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/expression-language": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/form": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/html-sanitizer": "^6.1|^7.0",
|
|
|
|
"symfony/http-client": "^6.3|^7.0",
|
|
|
|
"symfony/lock": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/mailer": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/messenger": "^6.3|^7.0",
|
|
|
|
"symfony/mime": "^6.4|^7.0",
|
|
|
|
"symfony/notifier": "^5.4|^6.0|^7.0",
|
2024-02-15 16:18:35 +01:00
|
|
|
"symfony/polyfill-intl-icu": "~1.0",
|
2024-04-02 21:37:08 +02:00
|
|
|
"symfony/process": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/property-info": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/rate-limiter": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/scheduler": "^6.4.4|^7.0.4",
|
|
|
|
"symfony/security-bundle": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/semaphore": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/serializer": "^6.4|^7.0",
|
|
|
|
"symfony/stopwatch": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/string": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/translation": "^6.4|^7.0",
|
|
|
|
"symfony/twig-bundle": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/uid": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/validator": "^6.4|^7.0",
|
|
|
|
"symfony/web-link": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/workflow": "^6.4|^7.0",
|
|
|
|
"symfony/yaml": "^5.4|^6.0|^7.0",
|
|
|
|
"twig/twig": "^2.10|^3.0.4"
|
2024-02-15 16:18:35 +01:00
|
|
|
},
|
|
|
|
"type": "symfony-bundle",
|
2020-01-24 22:28:16 +01:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2024-02-15 16:18:35 +01:00
|
|
|
"Symfony\\Bundle\\FrameworkBundle\\": ""
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2024-02-15 16:18:35 +01:00
|
|
|
"description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
|
2020-01-24 22:28:16 +01:00
|
|
|
"homepage": "https://symfony.com",
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/symfony/framework-bundle/tree/v6.4.4"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2020-09-03 11:11:16 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"time": "2024-02-22T22:50:59+00:00"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
{
|
2024-02-15 16:18:35 +01:00
|
|
|
"name": "symfony/http-foundation",
|
2024-04-02 21:37:08 +02:00
|
|
|
"version": "v6.4.4",
|
2020-01-24 22:28:16 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2024-02-15 16:18:35 +01:00
|
|
|
"url": "https://github.com/symfony/http-foundation.git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"reference": "ebc713bc6e6f4b53f46539fc158be85dfcd77304"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/ebc713bc6e6f4b53f46539fc158be85dfcd77304",
|
|
|
|
"reference": "ebc713bc6e6f4b53f46539fc158be85dfcd77304",
|
2020-01-24 22:28:16 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"php": ">=8.1",
|
|
|
|
"symfony/deprecation-contracts": "^2.5|^3",
|
2024-02-15 16:18:35 +01:00
|
|
|
"symfony/polyfill-mbstring": "~1.1",
|
2024-04-02 21:37:08 +02:00
|
|
|
"symfony/polyfill-php83": "^1.27"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
2024-04-02 21:37:08 +02:00
|
|
|
"conflict": {
|
|
|
|
"symfony/cache": "<6.3"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
2024-04-02 21:37:08 +02:00
|
|
|
"require-dev": {
|
|
|
|
"doctrine/dbal": "^2.13.1|^3|^4",
|
|
|
|
"predis/predis": "^1.1|^2.0",
|
|
|
|
"symfony/cache": "^6.3|^7.0",
|
|
|
|
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/expression-language": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4|^7.0",
|
|
|
|
"symfony/mime": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/rate-limiter": "^5.4|^6.0|^7.0"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2024-02-15 16:18:35 +01:00
|
|
|
"Symfony\\Component\\HttpFoundation\\": ""
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2024-02-15 16:18:35 +01:00
|
|
|
"description": "Defines an object-oriented layer for the HTTP specification",
|
2020-01-24 22:28:16 +01:00
|
|
|
"homepage": "https://symfony.com",
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/symfony/http-foundation/tree/v6.4.4"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2020-09-03 11:11:16 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"time": "2024-02-08T15:01:18+00:00"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
{
|
2024-02-15 16:18:35 +01:00
|
|
|
"name": "symfony/http-kernel",
|
2024-04-02 21:37:08 +02:00
|
|
|
"version": "v6.4.5",
|
2020-01-24 22:28:16 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2024-02-15 16:18:35 +01:00
|
|
|
"url": "https://github.com/symfony/http-kernel.git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"reference": "f6947cb939d8efee137797382cb4db1af653ef75"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/f6947cb939d8efee137797382cb4db1af653ef75",
|
|
|
|
"reference": "f6947cb939d8efee137797382cb4db1af653ef75",
|
2020-01-24 22:28:16 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"php": ">=8.1",
|
|
|
|
"psr/log": "^1|^2|^3",
|
|
|
|
"symfony/deprecation-contracts": "^2.5|^3",
|
|
|
|
"symfony/error-handler": "^6.4|^7.0",
|
|
|
|
"symfony/event-dispatcher": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/http-foundation": "^6.4|^7.0",
|
|
|
|
"symfony/polyfill-ctype": "^1.8"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"conflict": {
|
2024-02-15 16:18:35 +01:00
|
|
|
"symfony/browser-kit": "<5.4",
|
2024-04-02 21:37:08 +02:00
|
|
|
"symfony/cache": "<5.4",
|
|
|
|
"symfony/config": "<6.1",
|
|
|
|
"symfony/console": "<5.4",
|
|
|
|
"symfony/dependency-injection": "<6.4",
|
|
|
|
"symfony/doctrine-bridge": "<5.4",
|
|
|
|
"symfony/form": "<5.4",
|
|
|
|
"symfony/http-client": "<5.4",
|
|
|
|
"symfony/http-client-contracts": "<2.5",
|
|
|
|
"symfony/mailer": "<5.4",
|
|
|
|
"symfony/messenger": "<5.4",
|
|
|
|
"symfony/translation": "<5.4",
|
|
|
|
"symfony/translation-contracts": "<2.5",
|
|
|
|
"symfony/twig-bridge": "<5.4",
|
|
|
|
"symfony/validator": "<6.4",
|
|
|
|
"symfony/var-dumper": "<6.3",
|
2024-02-15 16:18:35 +01:00
|
|
|
"twig/twig": "<2.13"
|
|
|
|
},
|
|
|
|
"provide": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"psr/log-implementation": "1.0|2.0|3.0"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2024-02-15 16:18:35 +01:00
|
|
|
"psr/cache": "^1.0|^2.0|^3.0",
|
2024-04-02 21:37:08 +02:00
|
|
|
"symfony/browser-kit": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/clock": "^6.2|^7.0",
|
|
|
|
"symfony/config": "^6.1|^7.0",
|
|
|
|
"symfony/console": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/css-selector": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/dependency-injection": "^6.4|^7.0",
|
|
|
|
"symfony/dom-crawler": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/expression-language": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/finder": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/http-client-contracts": "^2.5|^3",
|
|
|
|
"symfony/process": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/property-access": "^5.4.5|^6.0.5|^7.0",
|
|
|
|
"symfony/routing": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/serializer": "^6.4.4|^7.0.4",
|
|
|
|
"symfony/stopwatch": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/translation": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/translation-contracts": "^2.5|^3",
|
|
|
|
"symfony/uid": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/validator": "^6.4|^7.0",
|
|
|
|
"symfony/var-exporter": "^6.2|^7.0",
|
2024-02-15 16:18:35 +01:00
|
|
|
"twig/twig": "^2.13|^3.0.4"
|
|
|
|
},
|
2020-01-24 22:28:16 +01:00
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2024-02-15 16:18:35 +01:00
|
|
|
"Symfony\\Component\\HttpKernel\\": ""
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2024-02-15 16:18:35 +01:00
|
|
|
"description": "Provides a structured process for converting a Request into a Response",
|
2020-01-24 22:28:16 +01:00
|
|
|
"homepage": "https://symfony.com",
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/symfony/http-kernel/tree/v6.4.5"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2020-09-03 11:11:16 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"time": "2024-03-04T21:00:47+00:00"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
{
|
2024-04-02 21:37:08 +02:00
|
|
|
"name": "symfony/intl",
|
|
|
|
"version": "v6.4.3",
|
2020-01-24 22:28:16 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://github.com/symfony/intl.git",
|
|
|
|
"reference": "2628ded562ca132ed7cdea72f5ec6aaf65d94414"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/intl/zipball/2628ded562ca132ed7cdea72f5ec6aaf65d94414",
|
|
|
|
"reference": "2628ded562ca132ed7cdea72f5ec6aaf65d94414",
|
2020-01-24 22:28:16 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"php": ">=8.1"
|
2024-02-15 16:18:35 +01:00
|
|
|
},
|
2024-04-02 21:37:08 +02:00
|
|
|
"require-dev": {
|
|
|
|
"symfony/filesystem": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/finder": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/var-exporter": "^5.4|^6.0|^7.0"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2024-02-15 16:18:35 +01:00
|
|
|
"psr-4": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"Symfony\\Component\\Intl\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2024-04-02 21:37:08 +02:00
|
|
|
"name": "Bernhard Schussek",
|
|
|
|
"email": "bschussek@gmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Eriksen Costa",
|
|
|
|
"email": "eriksen.costa@infranology.com.br"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Igor Wiedler",
|
|
|
|
"email": "igor@wiedler.ch"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"description": "Provides access to the localization data of the ICU library",
|
2020-01-24 22:28:16 +01:00
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
2024-04-02 21:37:08 +02:00
|
|
|
"i18n",
|
|
|
|
"icu",
|
|
|
|
"internationalization",
|
|
|
|
"intl",
|
|
|
|
"l10n",
|
|
|
|
"localization"
|
2020-01-24 22:28:16 +01:00
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/symfony/intl/tree/v6.4.3"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2020-09-03 11:11:16 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"time": "2024-01-23T14:51:35+00:00"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
{
|
2024-04-02 21:37:08 +02:00
|
|
|
"name": "symfony/polyfill-ctype",
|
2024-02-15 16:18:35 +01:00
|
|
|
"version": "v1.29.0",
|
2020-01-24 22:28:16 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
|
|
|
"reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
|
|
|
|
"reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
|
2020-01-24 22:28:16 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-02-15 16:18:35 +01:00
|
|
|
"php": ">=7.1"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
2024-04-02 21:37:08 +02:00
|
|
|
"provide": {
|
|
|
|
"ext-ctype": "*"
|
|
|
|
},
|
2020-01-24 22:28:16 +01:00
|
|
|
"suggest": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"ext-ctype": "For best performance"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
2020-09-03 11:11:16 +02:00
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
2020-01-24 22:28:16 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
2024-02-15 16:18:35 +01:00
|
|
|
],
|
|
|
|
"psr-4": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
2024-02-15 16:18:35 +01:00
|
|
|
}
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2024-04-02 21:37:08 +02:00
|
|
|
"name": "Gert de Pagter",
|
|
|
|
"email": "BackEndTea@gmail.com"
|
2020-09-03 11:11:16 +02:00
|
|
|
},
|
2020-01-24 22:28:16 +01:00
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"description": "Symfony polyfill for ctype functions",
|
2020-01-24 22:28:16 +01:00
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
2024-04-02 21:37:08 +02:00
|
|
|
"ctype",
|
2020-01-24 22:28:16 +01:00
|
|
|
"polyfill",
|
2024-04-02 21:37:08 +02:00
|
|
|
"portable"
|
2020-01-24 22:28:16 +01:00
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2020-09-03 11:11:16 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-02-15 16:18:35 +01:00
|
|
|
"time": "2024-01-29T20:11:03+00:00"
|
2020-09-03 11:11:16 +02:00
|
|
|
},
|
|
|
|
{
|
2024-04-02 21:37:08 +02:00
|
|
|
"name": "symfony/polyfill-intl-grapheme",
|
2024-02-15 16:18:35 +01:00
|
|
|
"version": "v1.29.0",
|
2020-09-03 11:11:16 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
|
|
|
"reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f"
|
2020-09-03 11:11:16 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f",
|
|
|
|
"reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f",
|
2020-09-03 11:11:16 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2021-08-11 22:29:06 +02:00
|
|
|
"php": ">=7.1"
|
2020-09-03 11:11:16 +02:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-intl": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
],
|
2024-02-15 16:18:35 +01:00
|
|
|
"psr-4": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
|
|
|
|
}
|
2020-09-03 11:11:16 +02:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"description": "Symfony polyfill for intl's grapheme_* functions",
|
2020-09-03 11:11:16 +02:00
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
2024-04-02 21:37:08 +02:00
|
|
|
"grapheme",
|
2020-09-03 11:11:16 +02:00
|
|
|
"intl",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2020-09-03 11:11:16 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-02-15 16:18:35 +01:00
|
|
|
"time": "2024-01-29T20:11:03+00:00"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
{
|
2024-04-02 21:37:08 +02:00
|
|
|
"name": "symfony/polyfill-intl-icu",
|
2024-02-15 16:18:35 +01:00
|
|
|
"version": "v1.29.0",
|
2020-01-24 22:28:16 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://github.com/symfony/polyfill-intl-icu.git",
|
|
|
|
"reference": "07094a28851a49107f3ab4f9120ca2975a64b6e1"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/07094a28851a49107f3ab4f9120ca2975a64b6e1",
|
|
|
|
"reference": "07094a28851a49107f3ab4f9120ca2975a64b6e1",
|
2020-01-24 22:28:16 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2021-08-11 22:29:06 +02:00
|
|
|
"php": ">=7.1"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"suggest": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"ext-intl": "For best performance and support of other locales than \"en\""
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
2020-09-03 11:11:16 +02:00
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
2020-01-24 22:28:16 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
2024-02-15 16:18:35 +01:00
|
|
|
],
|
|
|
|
"psr-4": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"Symfony\\Polyfill\\Intl\\Icu\\": ""
|
|
|
|
},
|
|
|
|
"classmap": [
|
|
|
|
"Resources/stubs"
|
|
|
|
],
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"description": "Symfony polyfill for intl's ICU-related data and classes",
|
2020-01-24 22:28:16 +01:00
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
2024-04-02 21:37:08 +02:00
|
|
|
"icu",
|
|
|
|
"intl",
|
2020-01-24 22:28:16 +01:00
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.29.0"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2020-09-03 11:11:16 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"time": "2024-01-29T20:12:16+00:00"
|
2020-09-03 11:11:16 +02:00
|
|
|
},
|
|
|
|
{
|
2024-04-02 21:37:08 +02:00
|
|
|
"name": "symfony/polyfill-intl-normalizer",
|
2024-02-15 16:18:35 +01:00
|
|
|
"version": "v1.29.0",
|
2020-09-03 11:11:16 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
|
|
|
"reference": "bc45c394692b948b4d383a08d7753968bed9a83d"
|
2020-09-03 11:11:16 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d",
|
|
|
|
"reference": "bc45c394692b948b4d383a08d7753968bed9a83d",
|
2020-09-03 11:11:16 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2021-08-11 22:29:06 +02:00
|
|
|
"php": ">=7.1"
|
2020-09-03 11:11:16 +02:00
|
|
|
},
|
2024-04-02 21:37:08 +02:00
|
|
|
"suggest": {
|
|
|
|
"ext-intl": "For best performance"
|
|
|
|
},
|
2020-09-03 11:11:16 +02:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
2024-02-15 16:18:35 +01:00
|
|
|
],
|
|
|
|
"psr-4": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
|
|
|
},
|
|
|
|
"classmap": [
|
|
|
|
"Resources/stubs"
|
|
|
|
]
|
2020-09-03 11:11:16 +02:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"description": "Symfony polyfill for intl's Normalizer class and related functions",
|
2020-09-03 11:11:16 +02:00
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
2024-04-02 21:37:08 +02:00
|
|
|
"intl",
|
|
|
|
"normalizer",
|
2020-09-03 11:11:16 +02:00
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2020-09-03 11:11:16 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-02-15 16:18:35 +01:00
|
|
|
"time": "2024-01-29T20:11:03+00:00"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
{
|
2024-04-02 21:37:08 +02:00
|
|
|
"name": "symfony/polyfill-mbstring",
|
2024-02-15 16:18:35 +01:00
|
|
|
"version": "v1.29.0",
|
2020-01-24 22:28:16 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
|
|
"reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
|
|
|
|
"reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
|
2020-01-24 22:28:16 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2021-08-11 22:29:06 +02:00
|
|
|
"php": ">=7.1"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
2024-04-02 21:37:08 +02:00
|
|
|
"provide": {
|
|
|
|
"ext-mbstring": "*"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-mbstring": "For best performance"
|
|
|
|
},
|
2020-01-24 22:28:16 +01:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
2020-09-03 11:11:16 +02:00
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
2020-01-24 22:28:16 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
2021-08-11 22:29:06 +02:00
|
|
|
],
|
2024-02-15 16:18:35 +01:00
|
|
|
"psr-4": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
|
|
}
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"description": "Symfony polyfill for the Mbstring extension",
|
2020-01-24 22:28:16 +01:00
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
2024-04-02 21:37:08 +02:00
|
|
|
"mbstring",
|
2020-01-24 22:28:16 +01:00
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2020-09-03 11:11:16 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-02-15 16:18:35 +01:00
|
|
|
"time": "2024-01-29T20:11:03+00:00"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
{
|
2021-08-11 22:29:06 +02:00
|
|
|
"name": "symfony/polyfill-php80",
|
2024-02-15 16:18:35 +01:00
|
|
|
"version": "v1.29.0",
|
2020-01-24 22:28:16 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2021-08-11 22:29:06 +02:00
|
|
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
2024-02-15 16:18:35 +01:00
|
|
|
"reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-02-15 16:18:35 +01:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
|
|
|
|
"reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
|
2020-01-24 22:28:16 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2021-08-11 22:29:06 +02:00
|
|
|
"php": ">=7.1"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
2020-09-03 11:11:16 +02:00
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
2020-01-24 22:28:16 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
],
|
2024-02-15 16:18:35 +01:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Php80\\": ""
|
|
|
|
},
|
2020-01-24 22:28:16 +01:00
|
|
|
"classmap": [
|
|
|
|
"Resources/stubs"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
2021-08-11 22:29:06 +02:00
|
|
|
{
|
|
|
|
"name": "Ion Bazan",
|
|
|
|
"email": "ion.bazan@gmail.com"
|
|
|
|
},
|
2020-01-24 22:28:16 +01:00
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
2020-01-24 22:28:16 +01:00
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
2024-02-15 16:18:35 +01:00
|
|
|
"source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2020-09-03 11:11:16 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-02-15 16:18:35 +01:00
|
|
|
"time": "2024-01-29T20:11:03+00:00"
|
2020-09-03 11:11:16 +02:00
|
|
|
},
|
|
|
|
{
|
2024-04-02 21:37:08 +02:00
|
|
|
"name": "symfony/polyfill-php83",
|
2024-02-15 16:18:35 +01:00
|
|
|
"version": "v1.29.0",
|
2020-09-03 11:11:16 +02:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://github.com/symfony/polyfill-php83.git",
|
|
|
|
"reference": "86fcae159633351e5fd145d1c47de6c528f8caff"
|
2020-09-03 11:11:16 +02:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/86fcae159633351e5fd145d1c47de6c528f8caff",
|
|
|
|
"reference": "86fcae159633351e5fd145d1c47de6c528f8caff",
|
2020-09-03 11:11:16 +02:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"php": ">=7.1",
|
|
|
|
"symfony/polyfill-php80": "^1.14"
|
2020-09-03 11:11:16 +02:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
],
|
2024-02-15 16:18:35 +01:00
|
|
|
"psr-4": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"Symfony\\Polyfill\\Php83\\": ""
|
2024-02-15 16:18:35 +01:00
|
|
|
},
|
2020-09-03 11:11:16 +02:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
|
2020-09-03 11:11:16 +02:00
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/symfony/polyfill-php83/tree/v1.29.0"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2020-09-03 11:11:16 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-02-15 16:18:35 +01:00
|
|
|
"time": "2024-01-29T20:11:03+00:00"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/routing",
|
2024-04-02 21:37:08 +02:00
|
|
|
"version": "v6.4.5",
|
2020-01-24 22:28:16 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/routing.git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"reference": "7fe30068e207d9c31c0138501ab40358eb2d49a4"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/routing/zipball/7fe30068e207d9c31c0138501ab40358eb2d49a4",
|
|
|
|
"reference": "7fe30068e207d9c31c0138501ab40358eb2d49a4",
|
2020-01-24 22:28:16 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"php": ">=8.1",
|
|
|
|
"symfony/deprecation-contracts": "^2.5|^3"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"conflict": {
|
2024-02-15 16:18:35 +01:00
|
|
|
"doctrine/annotations": "<1.12",
|
2024-04-02 21:37:08 +02:00
|
|
|
"symfony/config": "<6.2",
|
|
|
|
"symfony/dependency-injection": "<5.4",
|
|
|
|
"symfony/yaml": "<5.4"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2024-02-15 16:18:35 +01:00
|
|
|
"doctrine/annotations": "^1.12|^2",
|
2021-08-11 22:29:06 +02:00
|
|
|
"psr/log": "^1|^2|^3",
|
2024-04-02 21:37:08 +02:00
|
|
|
"symfony/config": "^6.2|^7.0",
|
|
|
|
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/expression-language": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/http-foundation": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/yaml": "^5.4|^6.0|^7.0"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"description": "Maps an HTTP request to a set of configuration variables",
|
2020-01-24 22:28:16 +01:00
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"router",
|
|
|
|
"routing",
|
|
|
|
"uri",
|
|
|
|
"url"
|
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/symfony/routing/tree/v6.4.5"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2020-09-03 11:11:16 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"time": "2024-02-27T12:33:30+00:00"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/service-contracts",
|
2024-04-02 21:37:08 +02:00
|
|
|
"version": "v3.4.1",
|
2020-01-24 22:28:16 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/service-contracts.git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"reference": "fe07cbc8d837f60caf7018068e350cc5163681a0"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0",
|
|
|
|
"reference": "fe07cbc8d837f60caf7018068e350cc5163681a0",
|
2020-01-24 22:28:16 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"php": ">=8.1",
|
|
|
|
"psr/container": "^1.1|^2.0"
|
2024-02-15 16:18:35 +01:00
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"ext-psr": "<1.1|>=2"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"dev-main": "3.4-dev"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/contracts",
|
|
|
|
"url": "https://github.com/symfony/contracts"
|
2020-01-24 22:28:16 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Contracts\\Service\\": ""
|
2024-04-02 21:37:08 +02:00
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Test/"
|
|
|
|
]
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/symfony/service-contracts/tree/v3.4.1"
|
2024-02-15 16:18:35 +01:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"time": "2023-12-26T14:02:43+00:00"
|
2024-02-15 16:18:35 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/string",
|
2024-04-02 21:37:08 +02:00
|
|
|
"version": "v7.0.4",
|
2024-02-15 16:18:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/string.git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"reference": "f5832521b998b0bec40bee688ad5de98d4cf111b"
|
2024-02-15 16:18:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/string/zipball/f5832521b998b0bec40bee688ad5de98d4cf111b",
|
|
|
|
"reference": "f5832521b998b0bec40bee688ad5de98d4cf111b",
|
2024-02-15 16:18:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"php": ">=8.2",
|
2024-02-15 16:18:35 +01:00
|
|
|
"symfony/polyfill-ctype": "~1.8",
|
|
|
|
"symfony/polyfill-intl-grapheme": "~1.0",
|
|
|
|
"symfony/polyfill-intl-normalizer": "~1.0",
|
|
|
|
"symfony/polyfill-mbstring": "~1.0"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/translation-contracts": "<2.5"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"symfony/error-handler": "^6.4|^7.0",
|
|
|
|
"symfony/http-client": "^6.4|^7.0",
|
|
|
|
"symfony/intl": "^6.4|^7.0",
|
2024-02-15 16:18:35 +01:00
|
|
|
"symfony/translation-contracts": "^2.5|^3.0",
|
2024-04-02 21:37:08 +02:00
|
|
|
"symfony/var-exporter": "^6.4|^7.0"
|
2024-02-15 16:18:35 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"Resources/functions.php"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\String\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"grapheme",
|
|
|
|
"i18n",
|
|
|
|
"string",
|
|
|
|
"unicode",
|
|
|
|
"utf-8",
|
|
|
|
"utf8"
|
|
|
|
],
|
|
|
|
"support": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/symfony/string/tree/v7.0.4"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"time": "2024-02-01T13:17:36+00:00"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
{
|
2024-04-02 21:37:08 +02:00
|
|
|
"name": "symfony/translation-contracts",
|
|
|
|
"version": "v3.4.1",
|
2020-01-24 22:28:16 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://github.com/symfony/translation-contracts.git",
|
|
|
|
"reference": "06450585bf65e978026bda220cdebca3f867fde7"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/06450585bf65e978026bda220cdebca3f867fde7",
|
|
|
|
"reference": "06450585bf65e978026bda220cdebca3f867fde7",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=8.1"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-main": "3.4-dev"
|
|
|
|
},
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/contracts",
|
|
|
|
"url": "https://github.com/symfony/contracts"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Contracts\\Translation\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Test/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"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 translation",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"abstractions",
|
|
|
|
"contracts",
|
|
|
|
"decoupling",
|
|
|
|
"interfaces",
|
|
|
|
"interoperability",
|
|
|
|
"standards"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/translation-contracts/tree/v3.4.1"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2023-12-26T14:02:43+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/twig-bridge",
|
|
|
|
"version": "v6.4.4",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/twig-bridge.git",
|
|
|
|
"reference": "256f330026d1c97187b61aa5c29e529499877f13"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/twig-bridge/zipball/256f330026d1c97187b61aa5c29e529499877f13",
|
|
|
|
"reference": "256f330026d1c97187b61aa5c29e529499877f13",
|
2020-01-24 22:28:16 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-02-15 16:18:35 +01:00
|
|
|
"php": ">=8.1",
|
|
|
|
"symfony/deprecation-contracts": "^2.5|^3",
|
2024-04-02 21:37:08 +02:00
|
|
|
"symfony/translation-contracts": "^2.5|^3",
|
|
|
|
"twig/twig": "^2.13|^3.0.4"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"phpdocumentor/reflection-docblock": "<3.2.2",
|
|
|
|
"phpdocumentor/type-resolver": "<1.4.0",
|
|
|
|
"symfony/console": "<5.4",
|
|
|
|
"symfony/form": "<6.3",
|
|
|
|
"symfony/http-foundation": "<5.4",
|
|
|
|
"symfony/http-kernel": "<6.4",
|
|
|
|
"symfony/mime": "<6.2",
|
|
|
|
"symfony/serializer": "<6.4",
|
|
|
|
"symfony/translation": "<5.4",
|
|
|
|
"symfony/workflow": "<5.4"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"egulias/email-validator": "^2.1.10|^3|^4",
|
|
|
|
"league/html-to-markdown": "^5.0",
|
|
|
|
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
|
|
|
|
"symfony/asset": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/asset-mapper": "^6.3|^7.0",
|
|
|
|
"symfony/console": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/expression-language": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/finder": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/form": "^6.4|^7.0",
|
|
|
|
"symfony/html-sanitizer": "^6.1|^7.0",
|
|
|
|
"symfony/http-foundation": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/http-kernel": "^6.4|^7.0",
|
|
|
|
"symfony/intl": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/mime": "^6.2|^7.0",
|
|
|
|
"symfony/polyfill-intl-icu": "~1.0",
|
|
|
|
"symfony/property-info": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/routing": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/security-acl": "^2.8|^3.0",
|
|
|
|
"symfony/security-core": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/security-csrf": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/security-http": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/serializer": "^6.4.3|^7.0.3",
|
|
|
|
"symfony/stopwatch": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/translation": "^6.1|^7.0",
|
|
|
|
"symfony/web-link": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/workflow": "^5.4|^6.0|^7.0",
|
|
|
|
"symfony/yaml": "^5.4|^6.0|^7.0",
|
|
|
|
"twig/cssinliner-extra": "^2.12|^3",
|
|
|
|
"twig/inky-extra": "^2.12|^3",
|
|
|
|
"twig/markdown-extra": "^2.12|^3"
|
|
|
|
},
|
|
|
|
"type": "symfony-bridge",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Bridge\\Twig\\": ""
|
|
|
|
},
|
|
|
|
"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": "Provides integration for Twig with various Symfony components",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/symfony/twig-bridge/tree/v6.4.4"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2024-02-15T11:26:02+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/var-dumper",
|
|
|
|
"version": "v7.0.4",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/var-dumper.git",
|
|
|
|
"reference": "e03ad7c1535e623edbb94c22cc42353e488c6670"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/e03ad7c1535e623edbb94c22cc42353e488c6670",
|
|
|
|
"reference": "e03ad7c1535e623edbb94c22cc42353e488c6670",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=8.2",
|
2024-02-15 16:18:35 +01:00
|
|
|
"symfony/polyfill-mbstring": "~1.0"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"conflict": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"symfony/console": "<6.4"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"ext-iconv": "*",
|
2024-04-02 21:37:08 +02:00
|
|
|
"symfony/console": "^6.4|^7.0",
|
|
|
|
"symfony/http-kernel": "^6.4|^7.0",
|
|
|
|
"symfony/process": "^6.4|^7.0",
|
|
|
|
"symfony/uid": "^6.4|^7.0",
|
|
|
|
"twig/twig": "^3.0.4"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"Resources/bin/var-dump-server"
|
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"description": "Provides mechanisms for walking through any arbitrary PHP variable",
|
2020-01-24 22:28:16 +01:00
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"debug",
|
|
|
|
"dump"
|
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/symfony/var-dumper/tree/v7.0.4"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2020-09-03 11:11:16 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"time": "2024-02-15T11:33:06+00:00"
|
2024-02-15 16:18:35 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/var-exporter",
|
2024-04-02 21:37:08 +02:00
|
|
|
"version": "v6.4.4",
|
2024-02-15 16:18:35 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/var-exporter.git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"reference": "0bd342e24aef49fc82a21bd4eedd3e665d177e5b"
|
2024-02-15 16:18:35 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/0bd342e24aef49fc82a21bd4eedd3e665d177e5b",
|
|
|
|
"reference": "0bd342e24aef49fc82a21bd4eedd3e665d177e5b",
|
2024-02-15 16:18:35 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"php": ">=8.1",
|
|
|
|
"symfony/deprecation-contracts": "^2.5|^3"
|
2024-02-15 16:18:35 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"symfony/var-dumper": "^5.4|^6.0|^7.0"
|
2024-02-15 16:18:35 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Component\\VarExporter\\": ""
|
|
|
|
},
|
|
|
|
"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": "Allows exporting any serializable PHP data structure to plain PHP code",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"clone",
|
|
|
|
"construct",
|
|
|
|
"export",
|
|
|
|
"hydrate",
|
|
|
|
"instantiate",
|
2024-04-02 21:37:08 +02:00
|
|
|
"lazy-loading",
|
|
|
|
"proxy",
|
2024-02-15 16:18:35 +01:00
|
|
|
"serialize"
|
|
|
|
],
|
|
|
|
"support": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/symfony/var-exporter/tree/v6.4.4"
|
2024-02-15 16:18:35 +01:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"time": "2024-02-26T08:37:45+00:00"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/yaml",
|
2024-04-02 21:37:08 +02:00
|
|
|
"version": "v6.4.3",
|
2020-01-24 22:28:16 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/yaml.git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"reference": "d75715985f0f94f978e3a8fa42533e10db921b90"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/d75715985f0f94f978e3a8fa42533e10db921b90",
|
|
|
|
"reference": "d75715985f0f94f978e3a8fa42533e10db921b90",
|
2020-01-24 22:28:16 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"php": ">=8.1",
|
|
|
|
"symfony/deprecation-contracts": "^2.5|^3",
|
2024-02-15 16:18:35 +01:00
|
|
|
"symfony/polyfill-ctype": "^1.8"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"conflict": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"symfony/console": "<5.4"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"symfony/console": "^5.4|^6.0|^7.0"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
2024-02-15 16:18:35 +01:00
|
|
|
"bin": [
|
|
|
|
"Resources/bin/yaml-lint"
|
|
|
|
],
|
2020-01-24 22:28:16 +01:00
|
|
|
"type": "library",
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"description": "Loads and dumps YAML files",
|
2020-01-24 22:28:16 +01:00
|
|
|
"homepage": "https://symfony.com",
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/symfony/yaml/tree/v6.4.3"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2020-09-03 11:11:16 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"time": "2024-01-23T14:51:35+00:00"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
{
|
2024-04-02 21:37:08 +02:00
|
|
|
"name": "twig/intl-extra",
|
|
|
|
"version": "v3.8.0",
|
2020-01-24 22:28:16 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://github.com/twigphp/intl-extra.git",
|
|
|
|
"reference": "7b3db67c700735f473a265a97e1adaeba3e6ca0c"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/twigphp/intl-extra/zipball/7b3db67c700735f473a265a97e1adaeba3e6ca0c",
|
|
|
|
"reference": "7b3db67c700735f473a265a97e1adaeba3e6ca0c",
|
2020-01-24 22:28:16 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"php": ">=7.2.5",
|
|
|
|
"symfony/intl": "^5.4|^6.0|^7.0",
|
|
|
|
"twig/twig": "^3.0"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"symfony/phpunit-bridge": "^6.4|^7.0"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"Twig\\Extra\\Intl\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Fabien Potencier",
|
2024-04-02 21:37:08 +02:00
|
|
|
"email": "fabien@symfony.com",
|
|
|
|
"homepage": "http://fabien.potencier.org",
|
|
|
|
"role": "Lead Developer"
|
2020-01-24 22:28:16 +01:00
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"description": "A Twig extension for Intl",
|
|
|
|
"homepage": "https://twig.symfony.com",
|
2020-01-24 22:28:16 +01:00
|
|
|
"keywords": [
|
2024-04-02 21:37:08 +02:00
|
|
|
"intl",
|
|
|
|
"twig"
|
2020-01-24 22:28:16 +01:00
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/twigphp/intl-extra/tree/v3.8.0"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2024-04-02 21:37:08 +02:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2023-11-21T17:27:48+00:00"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "twig/twig",
|
2024-04-02 21:37:08 +02:00
|
|
|
"version": "v3.8.0",
|
2020-01-24 22:28:16 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/twigphp/Twig.git",
|
2024-04-02 21:37:08 +02:00
|
|
|
"reference": "9d15f0ac07f44dc4217883ec6ae02fd555c6f71d"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-02 21:37:08 +02:00
|
|
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/9d15f0ac07f44dc4217883ec6ae02fd555c6f71d",
|
|
|
|
"reference": "9d15f0ac07f44dc4217883ec6ae02fd555c6f71d",
|
2020-01-24 22:28:16 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"php": ">=7.2.5",
|
2020-01-24 22:28:16 +01:00
|
|
|
"symfony/polyfill-ctype": "^1.8",
|
2024-02-15 16:18:35 +01:00
|
|
|
"symfony/polyfill-mbstring": "^1.3",
|
2024-04-02 21:37:08 +02:00
|
|
|
"symfony/polyfill-php80": "^1.22"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2024-04-02 21:37:08 +02:00
|
|
|
"psr/container": "^1.0|^2.0",
|
|
|
|
"symfony/phpunit-bridge": "^5.4.9|^6.3|^7.0"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"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"
|
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/twigphp/Twig/issues",
|
2024-04-02 21:37:08 +02:00
|
|
|
"source": "https://github.com/twigphp/Twig/tree/v3.8.0"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-04-02 21:37:08 +02:00
|
|
|
"time": "2023-11-21T18:54:41+00:00"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "webmozart/assert",
|
2024-02-15 16:18:35 +01:00
|
|
|
"version": "1.11.0",
|
2020-01-24 22:28:16 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2021-06-22 17:39:37 +02:00
|
|
|
"url": "https://github.com/webmozarts/assert.git",
|
2024-02-15 16:18:35 +01:00
|
|
|
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-02-15 16:18:35 +01:00
|
|
|
"url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
|
|
|
|
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
|
2020-01-24 22:28:16 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-02-15 16:18:35 +01:00
|
|
|
"ext-ctype": "*",
|
|
|
|
"php": "^7.2 || ^8.0"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
2021-08-11 22:29:06 +02:00
|
|
|
"conflict": {
|
|
|
|
"phpstan/phpstan": "<0.12.20",
|
|
|
|
"vimeo/psalm": "<4.6.1 || 4.6.2"
|
|
|
|
},
|
2020-01-24 22:28:16 +01:00
|
|
|
"require-dev": {
|
2021-08-11 22:29:06 +02:00
|
|
|
"phpunit/phpunit": "^8.5.13"
|
2020-01-24 22:28:16 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2021-08-11 22:29:06 +02:00
|
|
|
"dev-master": "1.10-dev"
|
2020-01-24 22:28:16 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
2018-03-05 19:20:22 +01:00
|
|
|
],
|
2021-08-11 22:29:06 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/webmozarts/assert/issues",
|
2024-02-15 16:18:35 +01:00
|
|
|
"source": "https://github.com/webmozarts/assert/tree/1.11.0"
|
2021-08-11 22:29:06 +02:00
|
|
|
},
|
2024-02-15 16:18:35 +01:00
|
|
|
"time": "2022-06-03T18:03:27+00:00"
|
2017-10-22 14:14:46 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"packages-dev": [],
|
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"stability-flags": [],
|
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": [],
|
2024-03-05 14:38:07 +01:00
|
|
|
"platform-dev": [],
|
2024-02-15 16:18:35 +01:00
|
|
|
"plugin-api-version": "2.6.0"
|
2017-10-22 14:14:46 +02:00
|
|
|
}
|