misuzu/composer.lock

1691 lines
59 KiB
Plaintext
Raw Normal View History

2022-09-13 13:14:49 +00:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
2023-07-21 19:38:54 +00:00
"content-hash": "c76eb19b0eb02b6a9fccb4b63f50d165",
2022-09-13 13:14:49 +00:00
"packages": [
{
"name": "chillerlan/php-qrcode",
2023-01-05 18:35:07 +00:00
"version": "4.3.4",
2022-09-13 13:14:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/chillerlan/php-qrcode.git",
2023-01-05 18:35:07 +00:00
"reference": "2ca4bf5ae048af1981d1023ee42a0a2a9d51e51d"
2022-09-13 13:14:49 +00:00
},
"dist": {
"type": "zip",
2023-01-05 18:35:07 +00:00
"url": "https://api.github.com/repos/chillerlan/php-qrcode/zipball/2ca4bf5ae048af1981d1023ee42a0a2a9d51e51d",
"reference": "2ca4bf5ae048af1981d1023ee42a0a2a9d51e51d",
2022-09-13 13:14:49 +00:00
"shasum": ""
},
"require": {
2023-01-05 18:35:07 +00:00
"chillerlan/php-settings-container": "^2.1.4",
2022-09-13 13:14:49 +00:00
"ext-mbstring": "*",
"php": "^7.4 || ^8.0"
},
"require-dev": {
"phan/phan": "^5.3",
"phpunit/phpunit": "^9.5",
"setasign/fpdf": "^1.8.2"
},
"suggest": {
"chillerlan/php-authenticator": "Yet another Google authenticator! Also creates URIs for mobile apps.",
"setasign/fpdf": "Required to use the QR FPDF output."
},
"type": "library",
"autoload": {
"psr-4": {
"chillerlan\\QRCode\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kazuhiko Arase",
"homepage": "https://github.com/kazuhikoarase"
},
{
"name": "Smiley",
"email": "smiley@chillerlan.net",
"homepage": "https://github.com/codemasher"
},
{
"name": "Contributors",
"homepage": "https://github.com/chillerlan/php-qrcode/graphs/contributors"
}
],
"description": "A QR code generator. PHP 7.4+",
"homepage": "https://github.com/chillerlan/php-qrcode",
"keywords": [
"phpqrcode",
"qr",
"qr code",
"qrcode",
"qrcode-generator"
],
"support": {
"issues": "https://github.com/chillerlan/php-qrcode/issues",
2023-01-05 18:35:07 +00:00
"source": "https://github.com/chillerlan/php-qrcode/tree/4.3.4"
2022-09-13 13:14:49 +00:00
},
"funding": [
{
"url": "https://www.paypal.com/donate?hosted_button_id=WLYUNAT9ZTJZ4",
"type": "custom"
},
{
"url": "https://ko-fi.com/codemasher",
"type": "ko_fi"
}
],
2023-01-05 18:35:07 +00:00
"time": "2022-07-25T09:12:45+00:00"
2022-09-13 13:14:49 +00:00
},
{
"name": "chillerlan/php-settings-container",
2023-01-05 18:35:07 +00:00
"version": "2.1.4",
2022-09-13 13:14:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/chillerlan/php-settings-container.git",
2023-01-05 18:35:07 +00:00
"reference": "1beb7df3c14346d4344b0b2e12f6f9a74feabd4a"
2022-09-13 13:14:49 +00:00
},
"dist": {
"type": "zip",
2023-01-05 18:35:07 +00:00
"url": "https://api.github.com/repos/chillerlan/php-settings-container/zipball/1beb7df3c14346d4344b0b2e12f6f9a74feabd4a",
"reference": "1beb7df3c14346d4344b0b2e12f6f9a74feabd4a",
2022-09-13 13:14:49 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^7.4 || ^8.0"
},
"require-dev": {
2023-01-05 18:35:07 +00:00
"phan/phan": "^5.3",
2022-09-13 13:14:49 +00:00
"phpunit/phpunit": "^9.5"
},
"type": "library",
"autoload": {
"psr-4": {
"chillerlan\\Settings\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Smiley",
"email": "smiley@chillerlan.net",
"homepage": "https://github.com/codemasher"
}
],
"description": "A container class for immutable settings objects. Not a DI container. PHP 7.4+",
"homepage": "https://github.com/chillerlan/php-settings-container",
"keywords": [
"PHP7",
"Settings",
2023-01-05 18:35:07 +00:00
"configuration",
2022-09-13 13:14:49 +00:00
"container",
"helper"
],
"support": {
"issues": "https://github.com/chillerlan/php-settings-container/issues",
"source": "https://github.com/chillerlan/php-settings-container"
},
"funding": [
{
"url": "https://www.paypal.com/donate?hosted_button_id=WLYUNAT9ZTJZ4",
"type": "custom"
},
{
"url": "https://ko-fi.com/codemasher",
"type": "ko_fi"
}
],
2023-01-05 18:35:07 +00:00
"time": "2022-07-05T22:32:14+00:00"
2022-09-13 13:14:49 +00:00
},
{
"name": "doctrine/lexer",
2023-03-09 16:23:42 +00:00
"version": "3.0.0",
2022-09-13 13:14:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
2023-03-09 16:23:42 +00:00
"reference": "84a527db05647743d50373e0ec53a152f2cde568"
2022-09-13 13:14:49 +00:00
},
"dist": {
"type": "zip",
2023-03-09 16:23:42 +00:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/84a527db05647743d50373e0ec53a152f2cde568",
"reference": "84a527db05647743d50373e0ec53a152f2cde568",
2022-09-13 13:14:49 +00:00
"shasum": ""
},
"require": {
2023-03-09 16:23:42 +00:00
"php": "^8.1"
2022-09-13 13:14:49 +00:00
},
"require-dev": {
2023-03-09 16:23:42 +00:00
"doctrine/coding-standard": "^10",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.5",
2023-01-05 18:35:07 +00:00
"psalm/plugin-phpunit": "^0.18.3",
2023-03-09 16:23:42 +00:00
"vimeo/psalm": "^5.0"
2022-09-13 13:14:49 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
2023-01-05 18:35:07 +00:00
"Doctrine\\Common\\Lexer\\": "src"
2022-09-13 13:14:49 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
"keywords": [
"annotations",
"docblock",
"lexer",
"parser",
"php"
],
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
2023-03-09 16:23:42 +00:00
"source": "https://github.com/doctrine/lexer/tree/3.0.0"
2022-09-13 13:14:49 +00:00
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
"type": "tidelift"
}
],
2023-03-09 16:23:42 +00:00
"time": "2022-12-15T16:57:16+00:00"
2022-09-13 13:14:49 +00:00
},
{
"name": "egulias/email-validator",
2023-03-09 16:23:42 +00:00
"version": "4.0.1",
2022-09-13 13:14:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
2023-03-09 16:23:42 +00:00
"reference": "3a85486b709bc384dae8eb78fb2eec649bdb64ff"
2022-09-13 13:14:49 +00:00
},
"dist": {
"type": "zip",
2023-03-09 16:23:42 +00:00
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/3a85486b709bc384dae8eb78fb2eec649bdb64ff",
"reference": "3a85486b709bc384dae8eb78fb2eec649bdb64ff",
2022-09-13 13:14:49 +00:00
"shasum": ""
},
"require": {
2023-03-09 16:23:42 +00:00
"doctrine/lexer": "^2.0 || ^3.0",
"php": ">=8.1",
"symfony/polyfill-intl-idn": "^1.26"
2022-09-13 13:14:49 +00:00
},
"require-dev": {
2023-03-09 16:23:42 +00:00
"phpunit/phpunit": "^9.5.27",
"vimeo/psalm": "^4.30"
2022-09-13 13:14:49 +00:00
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
},
"type": "library",
"extra": {
"branch-alias": {
2023-03-09 16:23:42 +00:00
"dev-master": "4.0.x-dev"
2022-09-13 13:14:49 +00:00
}
},
"autoload": {
"psr-4": {
"Egulias\\EmailValidator\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eduardo Gulias Davis"
}
],
"description": "A library for validating emails against several RFCs",
"homepage": "https://github.com/egulias/EmailValidator",
"keywords": [
"email",
"emailvalidation",
"emailvalidator",
"validation",
"validator"
],
"support": {
"issues": "https://github.com/egulias/EmailValidator/issues",
2023-03-09 16:23:42 +00:00
"source": "https://github.com/egulias/EmailValidator/tree/4.0.1"
2022-09-13 13:14:49 +00:00
},
"funding": [
{
"url": "https://github.com/egulias",
"type": "github"
}
],
2023-03-09 16:23:42 +00:00
"time": "2023-01-14T14:17:03+00:00"
2022-09-13 13:14:49 +00:00
},
{
"name": "erusev/parsedown",
"version": "1.7.4",
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown.git",
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35"
},
"type": "library",
"autoload": {
"psr-0": {
"Parsedown": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Emanuil Rusev",
"email": "hello@erusev.com",
"homepage": "http://erusev.com"
}
],
"description": "Parser for Markdown.",
"homepage": "http://parsedown.org",
"keywords": [
"markdown",
"parser"
],
"support": {
"issues": "https://github.com/erusev/parsedown/issues",
"source": "https://github.com/erusev/parsedown/tree/1.7.x"
},
"time": "2019-12-30T22:54:17+00:00"
},
{
"name": "flashwave/index",
"version": "dev-master",
"source": {
"type": "git",
2023-07-21 19:17:57 +00:00
"url": "https://git.flash.moe/flash/index.git",
2023-08-28 01:17:34 +00:00
"reference": "6a38f803f4b3e49296f7472743e7c683c496ec19"
},
"require": {
"ext-mbstring": "*",
"php": ">=8.1"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.2"
},
"suggest": {
"ext-mysqli": "Support for the Index\\Data\\MariaDB namespace (both mysqlnd and libmysql are supported).",
"ext-sqlite3": "Support for the Index\\Data\\SQLite namespace."
},
"default-branch": true,
"type": "library",
"autoload": {
"files": [
"index.php"
2023-07-21 19:17:57 +00:00
],
"psr-4": {
"Index\\": "src"
}
},
2023-07-21 19:17:57 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"bsd-3-clause-clear"
],
"authors": [
{
"name": "flashwave",
"email": "packagist@flash.moe",
"homepage": "https://flash.moe",
"role": "mom"
}
],
"description": "Composer package for the common library for my projects.",
"homepage": "https://railgun.sh/index",
2023-08-28 01:17:34 +00:00
"time": "2023-08-22T00:04:20+00:00"
},
{
"name": "matomo/device-detector",
2023-08-28 01:17:34 +00:00
"version": "6.1.5",
"source": {
"type": "git",
"url": "https://github.com/matomo-org/device-detector.git",
2023-08-28 01:17:34 +00:00
"reference": "40ca2990dba2c1719e5c62168e822e0b86c167d4"
},
"dist": {
"type": "zip",
2023-08-28 01:17:34 +00:00
"url": "https://api.github.com/repos/matomo-org/device-detector/zipball/40ca2990dba2c1719e5c62168e822e0b86c167d4",
"reference": "40ca2990dba2c1719e5c62168e822e0b86c167d4",
"shasum": ""
},
"require": {
"mustangostang/spyc": "*",
"php": "^7.2|^8.0"
},
"replace": {
"piwik/device-detector": "self.version"
},
"require-dev": {
"matthiasmullie/scrapbook": "^1.4.7",
"mayflower/mo4-coding-standard": "^v8.0.0",
"phpstan/phpstan": "^0.12.52",
"phpunit/phpunit": "^8.5.8",
"psr/cache": "^1.0.1",
"psr/simple-cache": "^1.0.1",
"symfony/yaml": "^5.1.7"
},
"suggest": {
"doctrine/cache": "Can directly be used for caching purpose",
"ext-yaml": "Necessary for using the Pecl YAML parser"
},
"type": "library",
"autoload": {
"psr-4": {
"DeviceDetector\\": ""
},
"exclude-from-classmap": [
"Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "The Matomo Team",
"email": "hello@matomo.org",
"homepage": "https://matomo.org/team/"
}
],
"description": "The Universal Device Detection library, that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, media players, mobile apps, feed readers, libraries, etc), operating systems, devices, brands and models.",
"homepage": "https://matomo.org",
"keywords": [
"devicedetection",
"parser",
"useragent"
],
"support": {
"forum": "https://forum.matomo.org/",
"issues": "https://github.com/matomo-org/device-detector/issues",
"source": "https://github.com/matomo-org/matomo",
"wiki": "https://dev.matomo.org/"
},
2023-08-28 01:17:34 +00:00
"time": "2023-08-17T16:17:41+00:00"
},
{
"name": "mustangostang/spyc",
"version": "0.6.3",
"source": {
"type": "git",
"url": "git@github.com:mustangostang/spyc.git",
"reference": "4627c838b16550b666d15aeae1e5289dd5b77da0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mustangostang/spyc/zipball/4627c838b16550b666d15aeae1e5289dd5b77da0",
"reference": "4627c838b16550b666d15aeae1e5289dd5b77da0",
"shasum": ""
},
"require": {
"php": ">=5.3.1"
},
"require-dev": {
"phpunit/phpunit": "4.3.*@dev"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.5.x-dev"
}
},
"autoload": {
"files": [
"Spyc.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "mustangostang",
"email": "vlad.andersen@gmail.com"
}
],
"description": "A simple YAML loader/dumper class for PHP",
"homepage": "https://github.com/mustangostang/spyc/",
"keywords": [
"spyc",
"yaml",
"yml"
],
"time": "2019-09-10T13:16:29+00:00"
},
2022-09-13 13:14:49 +00:00
{
"name": "psr/container",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
"shasum": ""
},
"require": {
"php": ">=7.4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"support": {
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/2.0.2"
},
"time": "2021-11-05T16:47:00+00: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"
},
"time": "2019-01-08T18:20:26+00:00"
},
{
"name": "psr/log",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
"shasum": ""
},
"require": {
"php": ">=8.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
"support": {
"source": "https://github.com/php-fig/log/tree/3.0.0"
},
"time": "2021-07-14T16:46:02+00:00"
},
{
"name": "symfony/deprecation-contracts",
"version": "v3.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
"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": {
"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": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0"
},
"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-05-23T14:45:45+00:00"
},
2022-09-13 13:14:49 +00:00
{
"name": "symfony/event-dispatcher",
"version": "v6.3.2",
2022-09-13 13:14:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e"
2022-09-13 13:14:49 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/adb01fe097a4ee930db9258a3cc906b5beb5cf2e",
"reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e",
2022-09-13 13:14:49 +00:00
"shasum": ""
},
"require": {
2023-01-05 18:35:07 +00:00
"php": ">=8.1",
"symfony/event-dispatcher-contracts": "^2.5|^3"
2022-09-13 13:14:49 +00:00
},
"conflict": {
"symfony/dependency-injection": "<5.4",
"symfony/service-contracts": "<2.5"
2022-09-13 13:14:49 +00:00
},
"provide": {
"psr/event-dispatcher-implementation": "1.0",
"symfony/event-dispatcher-implementation": "2.0|3.0"
},
"require-dev": {
"psr/log": "^1|^2|^3",
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/error-handler": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
"symfony/http-foundation": "^5.4|^6.0",
"symfony/service-contracts": "^2.5|^3",
2022-09-13 13:14:49 +00:00
"symfony/stopwatch": "^5.4|^6.0"
},
"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"
}
],
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v6.3.2"
2022-09-13 13:14:49 +00: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-07-06T06:56:43+00:00"
2022-09-13 13:14:49 +00:00
},
{
"name": "symfony/event-dispatcher-contracts",
"version": "v3.3.0",
2022-09-13 13:14:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
"reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
2022-09-13 13:14:49 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
"reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
2022-09-13 13:14:49 +00:00
"shasum": ""
},
"require": {
2023-01-05 18:35:07 +00:00
"php": ">=8.1",
2022-09-13 13:14:49 +00:00
"psr/event-dispatcher": "^1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.4-dev"
2022-09-13 13:14:49 +00:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"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"
],
"support": {
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.3.0"
2022-09-13 13:14:49 +00: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-05-23T14:45:45+00:00"
2022-09-13 13:14:49 +00:00
},
{
"name": "symfony/mailer",
"version": "v6.3.0",
2022-09-13 13:14:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/mailer.git",
"reference": "7b03d9be1dea29bfec0a6c7b603f5072a4c97435"
2022-09-13 13:14:49 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mailer/zipball/7b03d9be1dea29bfec0a6c7b603f5072a4c97435",
"reference": "7b03d9be1dea29bfec0a6c7b603f5072a4c97435",
2022-09-13 13:14:49 +00:00
"shasum": ""
},
"require": {
2023-03-09 16:23:42 +00:00
"egulias/email-validator": "^2.1.10|^3|^4",
2023-01-05 18:35:07 +00:00
"php": ">=8.1",
2022-09-13 13:14:49 +00:00
"psr/event-dispatcher": "^1",
"psr/log": "^1|^2|^3",
"symfony/event-dispatcher": "^5.4|^6.0",
2023-01-05 18:35:07 +00:00
"symfony/mime": "^6.2",
"symfony/service-contracts": "^2.5|^3"
2022-09-13 13:14:49 +00:00
},
"conflict": {
"symfony/http-client-contracts": "<2.5",
2023-01-05 18:35:07 +00:00
"symfony/http-kernel": "<5.4",
"symfony/messenger": "<6.2",
"symfony/mime": "<6.2",
"symfony/twig-bridge": "<6.2.1"
2022-09-13 13:14:49 +00:00
},
"require-dev": {
2023-01-05 18:35:07 +00:00
"symfony/console": "^5.4|^6.0",
2023-03-09 16:23:42 +00:00
"symfony/http-client": "^5.4|^6.0",
2023-01-05 18:35:07 +00:00
"symfony/messenger": "^6.2",
"symfony/twig-bridge": "^6.2"
2022-09-13 13:14:49 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Mailer\\": ""
},
"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": "Helps sending emails",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/mailer/tree/v6.3.0"
2022-09-13 13:14:49 +00: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-05-29T12:49:39+00:00"
2022-09-13 13:14:49 +00:00
},
{
"name": "symfony/mime",
"version": "v6.3.3",
2022-09-13 13:14:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
"reference": "9a0cbd52baa5ba5a5b1f0cacc59466f194730f98"
2022-09-13 13:14:49 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/9a0cbd52baa5ba5a5b1f0cacc59466f194730f98",
"reference": "9a0cbd52baa5ba5a5b1f0cacc59466f194730f98",
2022-09-13 13:14:49 +00:00
"shasum": ""
},
"require": {
2023-01-05 18:35:07 +00:00
"php": ">=8.1",
"symfony/deprecation-contracts": "^2.5|^3",
2022-09-13 13:14:49 +00:00
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0"
},
"conflict": {
"egulias/email-validator": "~3.0.0",
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
2023-01-05 18:35:07 +00:00
"symfony/mailer": "<5.4",
"symfony/serializer": "<6.2.13|>=6.3,<6.3.2"
2022-09-13 13:14:49 +00:00
},
"require-dev": {
2023-03-09 16:23:42 +00:00
"egulias/email-validator": "^2.1.10|^3.1|^4",
2023-01-05 18:35:07 +00:00
"league/html-to-markdown": "^5.0",
2022-09-13 13:14:49 +00:00
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/property-access": "^5.4|^6.0",
"symfony/property-info": "^5.4|^6.0",
"symfony/serializer": "~6.2.13|^6.3.2"
2022-09-13 13:14:49 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Mime\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Allows manipulating MIME messages",
"homepage": "https://symfony.com",
"keywords": [
"mime",
"mime-type"
],
"support": {
"source": "https://github.com/symfony/mime/tree/v6.3.3"
2022-09-13 13:14:49 +00: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-07-31T07:08:24+00:00"
2022-09-13 13:14:49 +00:00
},
{
"name": "symfony/polyfill-ctype",
2023-01-05 18:35:07 +00:00
"version": "v1.27.0",
2022-09-13 13:14:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2023-01-05 18:35:07 +00:00
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
2022-09-13 13:14:49 +00:00
},
"dist": {
"type": "zip",
2023-01-05 18:35:07 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
2022-09-13 13:14:49 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"provide": {
"ext-ctype": "*"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2023-01-05 18:35:07 +00:00
"dev-main": "1.27-dev"
2022-09-13 13:14:49 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"support": {
2023-01-05 18:35:07 +00:00
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
2022-09-13 13:14:49 +00: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"
}
],
2023-01-05 18:35:07 +00:00
"time": "2022-11-03T14:55:06+00:00"
2022-09-13 13:14:49 +00:00
},
{
"name": "symfony/polyfill-intl-idn",
2023-01-05 18:35:07 +00:00
"version": "v1.27.0",
2022-09-13 13:14:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
2023-01-05 18:35:07 +00:00
"reference": "639084e360537a19f9ee352433b84ce831f3d2da"
2022-09-13 13:14:49 +00:00
},
"dist": {
"type": "zip",
2023-01-05 18:35:07 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da",
"reference": "639084e360537a19f9ee352433b84ce831f3d2da",
2022-09-13 13:14:49 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1",
"symfony/polyfill-intl-normalizer": "^1.10",
"symfony/polyfill-php72": "^1.10"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2023-01-05 18:35:07 +00:00
"dev-main": "1.27-dev"
2022-09-13 13:14:49 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
},
{
"name": "Trevor Rowbotham",
"email": "trevor.rowbotham@pm.me"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"idn",
"intl",
"polyfill",
"portable",
"shim"
],
"support": {
2023-01-05 18:35:07 +00:00
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0"
2022-09-13 13:14:49 +00: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"
}
],
2023-01-05 18:35:07 +00:00
"time": "2022-11-03T14:55:06+00:00"
2022-09-13 13:14:49 +00:00
},
{
"name": "symfony/polyfill-intl-normalizer",
2023-01-05 18:35:07 +00:00
"version": "v1.27.0",
2022-09-13 13:14:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2023-01-05 18:35:07 +00:00
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
2022-09-13 13:14:49 +00:00
},
"dist": {
"type": "zip",
2023-01-05 18:35:07 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
2022-09-13 13:14:49 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2023-01-05 18:35:07 +00:00
"dev-main": "1.27-dev"
2022-09-13 13:14:49 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's Normalizer class and related functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"intl",
"normalizer",
"polyfill",
"portable",
"shim"
],
"support": {
2023-01-05 18:35:07 +00:00
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
2022-09-13 13:14:49 +00: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"
}
],
2023-01-05 18:35:07 +00:00
"time": "2022-11-03T14:55:06+00:00"
2022-09-13 13:14:49 +00:00
},
{
"name": "symfony/polyfill-mbstring",
2023-01-05 18:35:07 +00:00
"version": "v1.27.0",
2022-09-13 13:14:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2023-01-05 18:35:07 +00:00
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
2022-09-13 13:14:49 +00:00
},
"dist": {
"type": "zip",
2023-01-05 18:35:07 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
2022-09-13 13:14:49 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"provide": {
"ext-mbstring": "*"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2023-01-05 18:35:07 +00:00
"dev-main": "1.27-dev"
2022-09-13 13:14:49 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
"support": {
2023-01-05 18:35:07 +00:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
2022-09-13 13:14:49 +00: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"
}
],
2023-01-05 18:35:07 +00:00
"time": "2022-11-03T14:55:06+00:00"
2022-09-13 13:14:49 +00:00
},
{
"name": "symfony/polyfill-php72",
2023-01-05 18:35:07 +00:00
"version": "v1.27.0",
2022-09-13 13:14:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
2023-01-05 18:35:07 +00:00
"reference": "869329b1e9894268a8a61dabb69153029b7a8c97"
2022-09-13 13:14:49 +00:00
},
"dist": {
"type": "zip",
2023-01-05 18:35:07 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97",
"reference": "869329b1e9894268a8a61dabb69153029b7a8c97",
2022-09-13 13:14:49 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
2023-01-05 18:35:07 +00:00
"dev-main": "1.27-dev"
2022-09-13 13:14:49 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
2023-01-05 18:35:07 +00:00
"source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0"
2022-09-13 13:14:49 +00: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"
}
],
2023-01-05 18:35:07 +00:00
"time": "2022-11-03T14:55:06+00:00"
2022-09-13 13:14:49 +00:00
},
{
"name": "symfony/service-contracts",
"version": "v3.3.0",
2022-09-13 13:14:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4"
2022-09-13 13:14:49 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
"reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
2022-09-13 13:14:49 +00:00
"shasum": ""
},
"require": {
2023-01-05 18:35:07 +00:00
"php": ">=8.1",
2022-09-13 13:14:49 +00:00
"psr/container": "^2.0"
},
"conflict": {
"ext-psr": "<1.1|>=2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.4-dev"
2022-09-13 13:14:49 +00:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
2023-01-05 18:35:07 +00:00
},
"exclude-from-classmap": [
"/Test/"
]
2022-09-13 13:14:49 +00: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"
],
"support": {
"source": "https://github.com/symfony/service-contracts/tree/v3.3.0"
2022-09-13 13:14:49 +00: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-05-23T14:45:45+00:00"
2022-09-13 13:14:49 +00:00
},
{
"name": "twig/twig",
"version": "v3.7.0",
2022-09-13 13:14:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "5cf942bbab3df42afa918caeba947f1b690af64b"
2022-09-13 13:14:49 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/5cf942bbab3df42afa918caeba947f1b690af64b",
"reference": "5cf942bbab3df42afa918caeba947f1b690af64b",
2022-09-13 13:14:49 +00:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-mbstring": "^1.3"
},
"require-dev": {
"psr/container": "^1.0|^2.0",
2022-09-13 13:14:49 +00:00
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
},
"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"
],
"support": {
"issues": "https://github.com/twigphp/Twig/issues",
"source": "https://github.com/twigphp/Twig/tree/v3.7.0"
2022-09-13 13:14:49 +00:00
},
"funding": [
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
"type": "tidelift"
}
],
"time": "2023-07-26T07:16:09+00:00"
2022-09-13 13:14:49 +00:00
}
],
2023-07-21 19:38:54 +00:00
"packages-dev": [
{
"name": "phpstan/phpstan",
2023-08-28 01:17:34 +00:00
"version": "1.10.32",
2023-07-21 19:38:54 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
2023-08-28 01:17:34 +00:00
"reference": "c47e47d3ab03137c0e121e77c4d2cb58672f6d44"
2023-07-21 19:38:54 +00:00
},
"dist": {
"type": "zip",
2023-08-28 01:17:34 +00:00
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/c47e47d3ab03137c0e121e77c4d2cb58672f6d44",
"reference": "c47e47d3ab03137c0e121e77c4d2cb58672f6d44",
2023-07-21 19:38:54 +00:00
"shasum": ""
},
"require": {
"php": "^7.2|^8.0"
},
"conflict": {
"phpstan/phpstan-shim": "*"
},
"bin": [
"phpstan",
"phpstan.phar"
],
"type": "library",
"autoload": {
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
"keywords": [
"dev",
"static analysis"
],
"support": {
"docs": "https://phpstan.org/user-guide/getting-started",
"forum": "https://github.com/phpstan/phpstan/discussions",
"issues": "https://github.com/phpstan/phpstan/issues",
"security": "https://github.com/phpstan/phpstan/security/policy",
"source": "https://github.com/phpstan/phpstan-src"
},
"funding": [
{
"url": "https://github.com/ondrejmirtes",
"type": "github"
},
{
"url": "https://github.com/phpstan",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
"type": "tidelift"
}
],
2023-08-28 01:17:34 +00:00
"time": "2023-08-24T21:54:50+00:00"
2023-07-21 19:38:54 +00:00
}
],
2022-09-13 13:14:49 +00:00
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"flashwave/index": 20
},
"prefer-stable": true,
2022-09-13 13:14:49 +00:00
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.3.0"
2022-09-13 13:14:49 +00:00
}