1234 lines
42 KiB
Text
1234 lines
42 KiB
Text
|
|
{
|
||
|
|
"_readme": [
|
||
|
|
"This file locks the dependencies of your project to a known state",
|
||
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||
|
|
"This file is @generated automatically"
|
||
|
|
],
|
||
|
|
"content-hash": "22817284f2e8a953d967917e8c46228f",
|
||
|
|
"packages": [
|
||
|
|
{
|
||
|
|
"name": "dompdf/dompdf",
|
||
|
|
"version": "v1.2.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/dompdf/dompdf.git",
|
||
|
|
"reference": "60b704331479a69e9bcdb3496da2315b5c4f94fd"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/dompdf/dompdf/zipball/60b704331479a69e9bcdb3496da2315b5c4f94fd",
|
||
|
|
"reference": "60b704331479a69e9bcdb3496da2315b5c4f94fd",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"ext-dom": "*",
|
||
|
|
"ext-mbstring": "*",
|
||
|
|
"phenx/php-font-lib": "^0.5.4",
|
||
|
|
"phenx/php-svg-lib": "^0.3.3 || ^0.4.0",
|
||
|
|
"php": "^7.1 || ^8.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"mockery/mockery": "^1.3",
|
||
|
|
"phpunit/phpunit": "^7.5 || ^8 || ^9",
|
||
|
|
"squizlabs/php_codesniffer": "^3.5"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-gd": "Needed to process images",
|
||
|
|
"ext-gmagick": "Improves image processing performance",
|
||
|
|
"ext-imagick": "Improves image processing performance",
|
||
|
|
"ext-zlib": "Needed for pdf stream compression"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Dompdf\\": "src/"
|
||
|
|
},
|
||
|
|
"classmap": [
|
||
|
|
"lib/"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"LGPL-2.1"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Fabien Ménager",
|
||
|
|
"email": "fabien.menager@gmail.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Brian Sweeney",
|
||
|
|
"email": "eclecticgeek@gmail.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Gabriel Bull",
|
||
|
|
"email": "me@gabrielbull.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
|
||
|
|
"homepage": "https://github.com/dompdf/dompdf",
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/dompdf/dompdf/issues",
|
||
|
|
"source": "https://github.com/dompdf/dompdf/tree/v1.2.0"
|
||
|
|
},
|
||
|
|
"time": "2022-02-07T13:02:10+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "phenx/php-font-lib",
|
||
|
|
"version": "0.5.4",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/dompdf/php-font-lib.git",
|
||
|
|
"reference": "dd448ad1ce34c63d09baccd05415e361300c35b4"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/dd448ad1ce34c63d09baccd05415e361300c35b4",
|
||
|
|
"reference": "dd448ad1ce34c63d09baccd05415e361300c35b4",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"ext-mbstring": "*"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"symfony/phpunit-bridge": "^3 || ^4 || ^5"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"FontLib\\": "src/FontLib"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"LGPL-3.0"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Fabien Ménager",
|
||
|
|
"email": "fabien.menager@gmail.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "A library to read, parse, export and make subsets of different types of font files.",
|
||
|
|
"homepage": "https://github.com/PhenX/php-font-lib",
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/dompdf/php-font-lib/issues",
|
||
|
|
"source": "https://github.com/dompdf/php-font-lib/tree/0.5.4"
|
||
|
|
},
|
||
|
|
"time": "2021-12-17T19:44:54+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "phenx/php-svg-lib",
|
||
|
|
"version": "0.4.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/dompdf/php-svg-lib.git",
|
||
|
|
"reference": "3ffbbb037f0871c3a819e90cff8b36dd7e656189"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/3ffbbb037f0871c3a819e90cff8b36dd7e656189",
|
||
|
|
"reference": "3ffbbb037f0871c3a819e90cff8b36dd7e656189",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"ext-mbstring": "*",
|
||
|
|
"php": "^7.4 || ^8.0",
|
||
|
|
"sabberworm/php-css-parser": "^8.4"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"phpunit/phpunit": "^9.5"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Svg\\": "src/Svg"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"LGPL-3.0"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Fabien Ménager",
|
||
|
|
"email": "fabien.menager@gmail.com"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "A library to read, parse and export to PDF SVG files.",
|
||
|
|
"homepage": "https://github.com/PhenX/php-svg-lib",
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/dompdf/php-svg-lib/issues",
|
||
|
|
"source": "https://github.com/dompdf/php-svg-lib/tree/0.4.0"
|
||
|
|
},
|
||
|
|
"time": "2021-12-17T14:08:35+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "psr/cache",
|
||
|
|
"version": "3.0.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/php-fig/cache.git",
|
||
|
|
"reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
|
||
|
|
"reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
|
||
|
|
"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": {
|
||
|
|
"source": "https://github.com/php-fig/cache/tree/3.0.0"
|
||
|
|
},
|
||
|
|
"time": "2021-02-03T23:26:27+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/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": "sabberworm/php-css-parser",
|
||
|
|
"version": "8.4.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
|
||
|
|
"reference": "e41d2140031d533348b2192a83f02d8dd8a71d30"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30",
|
||
|
|
"reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"ext-iconv": "*",
|
||
|
|
"php": ">=5.6.20"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"codacy/coverage": "^1.4",
|
||
|
|
"phpunit/phpunit": "^4.8.36"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-mbstring": "for parsing UTF-8 CSS"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Sabberworm\\CSS\\": "src/"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Raphael Schweikert"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Parser for CSS Files written in PHP",
|
||
|
|
"homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
|
||
|
|
"keywords": [
|
||
|
|
"css",
|
||
|
|
"parser",
|
||
|
|
"stylesheet"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
|
||
|
|
"source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0"
|
||
|
|
},
|
||
|
|
"time": "2021-12-11T13:40:54+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/cache",
|
||
|
|
"version": "v6.0.3",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/cache.git",
|
||
|
|
"reference": "4d2edb87334c1fb2fade9382c70e2284204f0b8b"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/cache/zipball/4d2edb87334c1fb2fade9382c70e2284204f0b8b",
|
||
|
|
"reference": "4d2edb87334c1fb2fade9382c70e2284204f0b8b",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=8.0.2",
|
||
|
|
"psr/cache": "^2.0|^3.0",
|
||
|
|
"psr/log": "^1.1|^2|^3",
|
||
|
|
"symfony/cache-contracts": "^1.1.7|^2|^3",
|
||
|
|
"symfony/service-contracts": "^1.1|^2|^3",
|
||
|
|
"symfony/var-exporter": "^5.4|^6.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"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"cache/integration-tests": "dev-master",
|
||
|
|
"doctrine/dbal": "^2.13.1|^3.0",
|
||
|
|
"predis/predis": "^1.1",
|
||
|
|
"psr/simple-cache": "^1.0|^2.0|^3.0",
|
||
|
|
"symfony/config": "^5.4|^6.0",
|
||
|
|
"symfony/dependency-injection": "^5.4|^6.0",
|
||
|
|
"symfony/filesystem": "^5.4|^6.0",
|
||
|
|
"symfony/http-kernel": "^5.4|^6.0",
|
||
|
|
"symfony/messenger": "^5.4|^6.0",
|
||
|
|
"symfony/var-dumper": "^5.4|^6.0"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Component\\Cache\\": ""
|
||
|
|
},
|
||
|
|
"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 extended PSR-6, PSR-16 (and tags) implementation",
|
||
|
|
"homepage": "https://symfony.com",
|
||
|
|
"keywords": [
|
||
|
|
"caching",
|
||
|
|
"psr6"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/symfony/cache/tree/v6.0.3"
|
||
|
|
},
|
||
|
|
"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": "2022-01-26T17:32:35+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/cache-contracts",
|
||
|
|
"version": "v3.0.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/cache-contracts.git",
|
||
|
|
"reference": "2f7463f156cf9c665d9317e21a809c3bbff5754e"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/2f7463f156cf9c665d9317e21a809c3bbff5754e",
|
||
|
|
"reference": "2f7463f156cf9c665d9317e21a809c3bbff5754e",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=8.0.2",
|
||
|
|
"psr/cache": "^3.0"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"symfony/cache-implementation": ""
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-main": "3.0-dev"
|
||
|
|
},
|
||
|
|
"thanks": {
|
||
|
|
"name": "symfony/contracts",
|
||
|
|
"url": "https://github.com/symfony/contracts"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Contracts\\Cache\\": ""
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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 caching",
|
||
|
|
"homepage": "https://symfony.com",
|
||
|
|
"keywords": [
|
||
|
|
"abstractions",
|
||
|
|
"contracts",
|
||
|
|
"decoupling",
|
||
|
|
"interfaces",
|
||
|
|
"interoperability",
|
||
|
|
"standards"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/symfony/cache-contracts/tree/v3.0.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": "2021-08-17T15:35:52+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/expression-language",
|
||
|
|
"version": "v6.0.3",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/expression-language.git",
|
||
|
|
"reference": "7adc90f7f09659606996f78de22830b5a2db5be4"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/expression-language/zipball/7adc90f7f09659606996f78de22830b5a2db5be4",
|
||
|
|
"reference": "7adc90f7f09659606996f78de22830b5a2db5be4",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=8.0.2",
|
||
|
|
"symfony/cache": "^5.4|^6.0",
|
||
|
|
"symfony/service-contracts": "^1.1|^2|^3"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Component\\ExpressionLanguage\\": ""
|
||
|
|
},
|
||
|
|
"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 an engine that can compile and evaluate expressions",
|
||
|
|
"homepage": "https://symfony.com",
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/symfony/expression-language/tree/v6.0.3"
|
||
|
|
},
|
||
|
|
"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": "2022-01-02T09:55:41+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/intl",
|
||
|
|
"version": "v6.0.3",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/intl.git",
|
||
|
|
"reference": "eeddf6ca4cb4767e554c82182d1ddd5a7ff94f4d"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/intl/zipball/eeddf6ca4cb4767e554c82182d1ddd5a7ff94f4d",
|
||
|
|
"reference": "eeddf6ca4cb4767e554c82182d1ddd5a7ff94f4d",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=8.0.2"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"symfony/filesystem": "^5.4|^6.0"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Component\\Intl\\": ""
|
||
|
|
},
|
||
|
|
"exclude-from-classmap": [
|
||
|
|
"/Tests/"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Bernhard Schussek",
|
||
|
|
"email": "bschussek@gmail.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Eriksen Costa",
|
||
|
|
"email": "eriksen.costa@infranology.com.br"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Igor Wiedler",
|
||
|
|
"email": "igor@wiedler.ch"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Symfony Community",
|
||
|
|
"homepage": "https://symfony.com/contributors"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Provides a PHP replacement layer for the C intl extension that includes additional data from the ICU library",
|
||
|
|
"homepage": "https://symfony.com",
|
||
|
|
"keywords": [
|
||
|
|
"i18n",
|
||
|
|
"icu",
|
||
|
|
"internationalization",
|
||
|
|
"intl",
|
||
|
|
"l10n",
|
||
|
|
"localization"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/symfony/intl/tree/v6.0.3"
|
||
|
|
},
|
||
|
|
"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": "2022-01-02T09:55:41+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/polyfill-ctype",
|
||
|
|
"version": "v1.24.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
||
|
|
"reference": "30885182c981ab175d4d034db0f6f469898070ab"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
|
||
|
|
"reference": "30885182c981ab175d4d034db0f6f469898070ab",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.1"
|
||
|
|
},
|
||
|
|
"provide": {
|
||
|
|
"ext-ctype": "*"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-ctype": "For best performance"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-main": "1.23-dev"
|
||
|
|
},
|
||
|
|
"thanks": {
|
||
|
|
"name": "symfony/polyfill",
|
||
|
|
"url": "https://github.com/symfony/polyfill"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Polyfill\\Ctype\\": ""
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"bootstrap.php"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Gert de Pagter",
|
||
|
|
"email": "BackEndTea@gmail.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Symfony Community",
|
||
|
|
"homepage": "https://symfony.com/contributors"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Symfony polyfill for ctype functions",
|
||
|
|
"homepage": "https://symfony.com",
|
||
|
|
"keywords": [
|
||
|
|
"compatibility",
|
||
|
|
"ctype",
|
||
|
|
"polyfill",
|
||
|
|
"portable"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.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": "2021-10-20T20:35:02+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/polyfill-mbstring",
|
||
|
|
"version": "v1.24.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
||
|
|
"reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
|
||
|
|
"reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.1"
|
||
|
|
},
|
||
|
|
"provide": {
|
||
|
|
"ext-mbstring": "*"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"ext-mbstring": "For best performance"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-main": "1.23-dev"
|
||
|
|
},
|
||
|
|
"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": {
|
||
|
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.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": "2021-11-30T18:21:41+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/service-contracts",
|
||
|
|
"version": "v3.0.0",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/service-contracts.git",
|
||
|
|
"reference": "36715ebf9fb9db73db0cb24263c79077c6fe8603"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/36715ebf9fb9db73db0cb24263c79077c6fe8603",
|
||
|
|
"reference": "36715ebf9fb9db73db0cb24263c79077c6fe8603",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=8.0.2",
|
||
|
|
"psr/container": "^2.0"
|
||
|
|
},
|
||
|
|
"conflict": {
|
||
|
|
"ext-psr": "<1.1|>=2"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"symfony/service-implementation": ""
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-main": "3.0-dev"
|
||
|
|
},
|
||
|
|
"thanks": {
|
||
|
|
"name": "symfony/contracts",
|
||
|
|
"url": "https://github.com/symfony/contracts"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Symfony\\Contracts\\Service\\": ""
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Nicolas Grekas",
|
||
|
|
"email": "p@tchwork.com"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "Symfony Community",
|
||
|
|
"homepage": "https://symfony.com/contributors"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Generic abstractions related to writing services",
|
||
|
|
"homepage": "https://symfony.com",
|
||
|
|
"keywords": [
|
||
|
|
"abstractions",
|
||
|
|
"contracts",
|
||
|
|
"decoupling",
|
||
|
|
"interfaces",
|
||
|
|
"interoperability",
|
||
|
|
"standards"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/symfony/service-contracts/tree/v3.0.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": "2021-11-04T17:53:12+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/var-exporter",
|
||
|
|
"version": "v6.0.3",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/var-exporter.git",
|
||
|
|
"reference": "1261b2d4a23081cb2b59a4caa311a5ac43b845b6"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/1261b2d4a23081cb2b59a4caa311a5ac43b845b6",
|
||
|
|
"reference": "1261b2d4a23081cb2b59a4caa311a5ac43b845b6",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=8.0.2"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"symfony/var-dumper": "^5.4|^6.0"
|
||
|
|
},
|
||
|
|
"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",
|
||
|
|
"serialize"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/symfony/var-exporter/tree/v6.0.3"
|
||
|
|
},
|
||
|
|
"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": "2022-01-02T09:55:41+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "symfony/yaml",
|
||
|
|
"version": "v6.0.3",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/symfony/yaml.git",
|
||
|
|
"reference": "e77f3ea0b21141d771d4a5655faa54f692b34af5"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/symfony/yaml/zipball/e77f3ea0b21141d771d4a5655faa54f692b34af5",
|
||
|
|
"reference": "e77f3ea0b21141d771d4a5655faa54f692b34af5",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=8.0.2",
|
||
|
|
"symfony/polyfill-ctype": "^1.8"
|
||
|
|
},
|
||
|
|
"conflict": {
|
||
|
|
"symfony/console": "<5.4"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"symfony/console": "^5.4|^6.0"
|
||
|
|
},
|
||
|
|
"suggest": {
|
||
|
|
"symfony/console": "For validating YAML files using the lint command"
|
||
|
|
},
|
||
|
|
"bin": [
|
||
|
|
"Resources/bin/yaml-lint"
|
||
|
|
],
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "Loads and dumps YAML files",
|
||
|
|
"homepage": "https://symfony.com",
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/symfony/yaml/tree/v6.0.3"
|
||
|
|
},
|
||
|
|
"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": "2022-01-26T17:23:29+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "twig/intl-extra",
|
||
|
|
"version": "v3.3.5",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/twigphp/intl-extra.git",
|
||
|
|
"reference": "8dca6f4c5a00cdd3c43b6bd080f50d32aca33a84"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/twigphp/intl-extra/zipball/8dca6f4c5a00cdd3c43b6bd080f50d32aca33a84",
|
||
|
|
"reference": "8dca6f4c5a00cdd3c43b6bd080f50d32aca33a84",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.1.3",
|
||
|
|
"symfony/intl": "^4.4|^5.0|^6.0",
|
||
|
|
"twig/twig": "^2.7|^3.0"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "3.2-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"autoload": {
|
||
|
|
"psr-4": {
|
||
|
|
"Twig\\Extra\\Intl\\": ""
|
||
|
|
},
|
||
|
|
"exclude-from-classmap": [
|
||
|
|
"/Tests/"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
|
"license": [
|
||
|
|
"MIT"
|
||
|
|
],
|
||
|
|
"authors": [
|
||
|
|
{
|
||
|
|
"name": "Fabien Potencier",
|
||
|
|
"email": "fabien@symfony.com",
|
||
|
|
"homepage": "http://fabien.potencier.org",
|
||
|
|
"role": "Lead Developer"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"description": "A Twig extension for Intl",
|
||
|
|
"homepage": "https://twig.symfony.com",
|
||
|
|
"keywords": [
|
||
|
|
"intl",
|
||
|
|
"twig"
|
||
|
|
],
|
||
|
|
"support": {
|
||
|
|
"source": "https://github.com/twigphp/intl-extra/tree/v3.3.5"
|
||
|
|
},
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://github.com/fabpot",
|
||
|
|
"type": "github"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
|
||
|
|
"type": "tidelift"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"time": "2022-01-02T10:02:25+00:00"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "twig/twig",
|
||
|
|
"version": "v3.3.8",
|
||
|
|
"source": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/twigphp/Twig.git",
|
||
|
|
"reference": "972d8604a92b7054828b539f2febb0211dd5945c"
|
||
|
|
},
|
||
|
|
"dist": {
|
||
|
|
"type": "zip",
|
||
|
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/972d8604a92b7054828b539f2febb0211dd5945c",
|
||
|
|
"reference": "972d8604a92b7054828b539f2febb0211dd5945c",
|
||
|
|
"shasum": ""
|
||
|
|
},
|
||
|
|
"require": {
|
||
|
|
"php": ">=7.2.5",
|
||
|
|
"symfony/polyfill-ctype": "^1.8",
|
||
|
|
"symfony/polyfill-mbstring": "^1.3"
|
||
|
|
},
|
||
|
|
"require-dev": {
|
||
|
|
"psr/container": "^1.0",
|
||
|
|
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
|
||
|
|
},
|
||
|
|
"type": "library",
|
||
|
|
"extra": {
|
||
|
|
"branch-alias": {
|
||
|
|
"dev-master": "3.3-dev"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"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.3.8"
|
||
|
|
},
|
||
|
|
"funding": [
|
||
|
|
{
|
||
|
|
"url": "https://github.com/fabpot",
|
||
|
|
"type": "github"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
|
||
|
|
"type": "tidelift"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"time": "2022-02-04T06:59:48+00:00"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"packages-dev": [],
|
||
|
|
"aliases": [],
|
||
|
|
"minimum-stability": "stable",
|
||
|
|
"stability-flags": [],
|
||
|
|
"prefer-stable": false,
|
||
|
|
"prefer-lowest": false,
|
||
|
|
"platform": [],
|
||
|
|
"platform-dev": [],
|
||
|
|
"plugin-api-version": "2.2.0"
|
||
|
|
}
|