mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
758 lines
26 KiB
JSON
758 lines
26 KiB
JSON
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "72e79f203581eea6e6b0455147b25878",
|
|
"packages": [
|
|
{
|
|
"name": "dapphp/securimage",
|
|
"version": "4.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/dapphp/securimage.git",
|
|
"reference": "aabde76d839d75a238970661187f83312c2eeda7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/dapphp/securimage/zipball/aabde76d839d75a238970661187f83312c2eeda7",
|
|
"reference": "aabde76d839d75a238970661187f83312c2eeda7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-gd": "*",
|
|
"php": ">=5.4"
|
|
},
|
|
"suggest": {
|
|
"ext-pdo": "For database storage support",
|
|
"ext-pdo_mysql": "For MySQL database support",
|
|
"ext-pdo_sqlite": "For SQLite3 database support"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Securimage\\": "./"
|
|
},
|
|
"classmap": [
|
|
"securimage.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Drew Phillips",
|
|
"email": "drew@drew-phillips.com"
|
|
}
|
|
],
|
|
"description": "PHP CAPTCHA Library",
|
|
"homepage": "https://www.phpcaptcha.org",
|
|
"keywords": [
|
|
"Forms",
|
|
"anti-spam",
|
|
"captcha",
|
|
"security"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/dapphp/securimage/issues",
|
|
"source": "https://github.com/dapphp/securimage/tree/4.0.2"
|
|
},
|
|
"abandoned": true,
|
|
"time": "2020-05-30T10:05:48+00:00"
|
|
},
|
|
{
|
|
"name": "geoip/geoip",
|
|
"version": "v1.17",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/maxmind/geoip-api-php.git",
|
|
"reference": "2053a85c2ed3e7adcbaf0117e26832f57366e370"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/maxmind/geoip-api-php/zipball/2053a85c2ed3e7adcbaf0117e26832f57366e370",
|
|
"reference": "2053a85c2ed3e7adcbaf0117e26832f57366e370",
|
|
"shasum": ""
|
|
},
|
|
"conflict": {
|
|
"ext-geoip": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*",
|
|
"satooshi/php-coveralls": "1.0.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/geoip.inc",
|
|
"src/geoipcity.inc",
|
|
"src/timezone.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL 2.1+"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "MaxMind, Inc.",
|
|
"email": "support@maxmind.com",
|
|
"homepage": "http://www.maxmind.com/"
|
|
}
|
|
],
|
|
"description": "MaxMind GeoIP PHP API",
|
|
"homepage": "http://dev.maxmind.com/geoip/legacy/downloadable",
|
|
"keywords": [
|
|
"geoip",
|
|
"geolocation",
|
|
"maxmind"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/maxmind/geoip-api-php/issues",
|
|
"source": "https://github.com/maxmind/geoip-api-php/tree/master"
|
|
},
|
|
"abandoned": "geoip2/geoip2",
|
|
"time": "2016-05-16T19:06:50+00:00"
|
|
},
|
|
{
|
|
"name": "gettext/gettext",
|
|
"version": "v5.7.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-gettext/Gettext.git",
|
|
"reference": "8657e580747bb3baacccdcebe69cac094661e404"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-gettext/Gettext/zipball/8657e580747bb3baacccdcebe69cac094661e404",
|
|
"reference": "8657e580747bb3baacccdcebe69cac094661e404",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"gettext/languages": "^2.3",
|
|
"php": "^7.2|^8.0"
|
|
},
|
|
"require-dev": {
|
|
"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"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Gettext\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Oscar Otero",
|
|
"email": "oom@oscarotero.com",
|
|
"homepage": "http://oscarotero.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "PHP gettext manager",
|
|
"homepage": "https://github.com/php-gettext/Gettext",
|
|
"keywords": [
|
|
"JS",
|
|
"gettext",
|
|
"i18n",
|
|
"mo",
|
|
"po",
|
|
"translation"
|
|
],
|
|
"support": {
|
|
"email": "oom@oscarotero.com",
|
|
"issues": "https://github.com/php-gettext/Gettext/issues",
|
|
"source": "https://github.com/php-gettext/Gettext/tree/v5.7.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://paypal.me/oscarotero",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/oscarotero",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://www.patreon.com/misteroom",
|
|
"type": "patreon"
|
|
}
|
|
],
|
|
"time": "2022-07-27T19:54:55+00:00"
|
|
},
|
|
{
|
|
"name": "gettext/languages",
|
|
"version": "2.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-gettext/Languages.git",
|
|
"reference": "4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-gettext/Languages/zipball/4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab",
|
|
"reference": "4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4"
|
|
},
|
|
"bin": [
|
|
"bin/export-plural-rules"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Gettext\\Languages\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michele Locati",
|
|
"email": "mlocati@gmail.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "gettext languages with plural rules",
|
|
"homepage": "https://github.com/php-gettext/Languages",
|
|
"keywords": [
|
|
"cldr",
|
|
"i18n",
|
|
"internationalization",
|
|
"l10n",
|
|
"language",
|
|
"languages",
|
|
"localization",
|
|
"php",
|
|
"plural",
|
|
"plural rules",
|
|
"plurals",
|
|
"translate",
|
|
"translations",
|
|
"unicode"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/php-gettext/Languages/issues",
|
|
"source": "https://github.com/php-gettext/Languages/tree/2.10.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://paypal.me/mlocati",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/mlocati",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2022-10-18T15:00:10+00:00"
|
|
},
|
|
{
|
|
"name": "lifo/ip",
|
|
"version": "v1.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/lifo101/ip.git",
|
|
"reference": "4c4cf5b554884be93f1d0422eaec8d6426993229"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/lifo101/ip/zipball/4c4cf5b554884be93f1d0422eaec8d6426993229",
|
|
"reference": "4c4cf5b554884be93f1d0422eaec8d6426993229",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-bcmath": "*",
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Lifo\\IP\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jason Morriss",
|
|
"email": "lifo2013@gmail.com"
|
|
}
|
|
],
|
|
"description": "IP address helper PHP library for working with IPv4 and IPv6 addresses",
|
|
"keywords": [
|
|
"IP",
|
|
"ip address",
|
|
"ipv4",
|
|
"ipv6"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/lifo101/ip/issues",
|
|
"source": "https://github.com/lifo101/ip/tree/v1.1.1"
|
|
},
|
|
"time": "2022-07-12T15:45:54+00:00"
|
|
},
|
|
{
|
|
"name": "mrclay/minify",
|
|
"version": "2.3.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mrclay/minify.git",
|
|
"reference": "1928e89208d28e91427b2f13b67acdbd8cd01ac9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mrclay/minify/zipball/1928e89208d28e91427b2f13b67acdbd8cd01ac9",
|
|
"reference": "1928e89208d28e91427b2f13b67acdbd8cd01ac9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-pcre": "*",
|
|
"php": ">=5.2.1"
|
|
},
|
|
"require-dev": {
|
|
"tubalmartin/cssmin": "~2.4.8"
|
|
},
|
|
"suggest": {
|
|
"tubalmartin/cssmin": "Support minify with CSSMin (YUI PHP port)"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"min/lib/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Stephen Clay",
|
|
"email": "steve@mrclay.org",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Minify is a PHP5 app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers",
|
|
"homepage": "http://code.google.com/p/minify/",
|
|
"support": {
|
|
"email": "minify@googlegroups.com",
|
|
"issues": "http://code.google.com/p/minify/issues/list",
|
|
"source": "https://github.com/mrclay/minify/tree/2.x",
|
|
"wiki": "http://code.google.com/p/minify/w/list"
|
|
},
|
|
"time": "2017-11-03T21:04:01+00:00"
|
|
},
|
|
{
|
|
"name": "phpmyadmin/twig-i18n-extension",
|
|
"version": "v4.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpmyadmin/twig-i18n-extension.git",
|
|
"reference": "c0d0dd171cd1c7733bf152fd44b61055843df052"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpmyadmin/twig-i18n-extension/zipball/c0d0dd171cd1c7733bf152fd44b61055843df052",
|
|
"reference": "c0d0dd171cd1c7733bf152fd44b61055843df052",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1 || ^8.0",
|
|
"twig/twig": "^1.42.3|^2.0|^3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpmyadmin/coding-standard": "^3.0.0",
|
|
"phpmyadmin/motranslator": "^5.2",
|
|
"phpstan/phpstan": "^0.12.66",
|
|
"phpunit/phpunit": "^7 || ^8 || ^9"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PhpMyAdmin\\Twig\\Extensions\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com"
|
|
},
|
|
{
|
|
"name": "The phpMyAdmin Team",
|
|
"email": "developers@phpmyadmin.net",
|
|
"homepage": "https://www.phpmyadmin.net/team/"
|
|
}
|
|
],
|
|
"description": "Internationalization support for Twig via the gettext library",
|
|
"keywords": [
|
|
"gettext",
|
|
"i18n"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/phpmyadmin/twig-i18n-extension/issues",
|
|
"source": "https://github.com/phpmyadmin/twig-i18n-extension"
|
|
},
|
|
"time": "2021-06-10T15:53:38+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-ctype",
|
|
"version": "v1.27.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
|
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
|
|
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"provide": {
|
|
"ext-ctype": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-ctype": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.27-dev"
|
|
},
|
|
"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": {
|
|
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.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": "2022-11-03T14:55:06+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-mbstring",
|
|
"version": "v1.27.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
|
|
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"provide": {
|
|
"ext-mbstring": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.27-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.27.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": "2022-11-03T14:55:06+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php72",
|
|
"version": "v1.27.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php72.git",
|
|
"reference": "869329b1e9894268a8a61dabb69153029b7a8c97"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97",
|
|
"reference": "869329b1e9894268a8a61dabb69153029b7a8c97",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.27-dev"
|
|
},
|
|
"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": {
|
|
"source": "https://github.com/symfony/polyfill-php72/tree/v1.27.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": "2022-11-03T14:55:06+00:00"
|
|
},
|
|
{
|
|
"name": "twig/twig",
|
|
"version": "v2.15.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/twigphp/Twig.git",
|
|
"reference": "3e059001d6d597dd50ea7c74dd2464b4adea48d3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/twigphp/Twig/zipball/3e059001d6d597dd50ea7c74dd2464b4adea48d3",
|
|
"reference": "3e059001d6d597dd50ea7c74dd2464b4adea48d3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1.3",
|
|
"symfony/polyfill-ctype": "^1.8",
|
|
"symfony/polyfill-mbstring": "^1.3",
|
|
"symfony/polyfill-php72": "^1.8"
|
|
},
|
|
"require-dev": {
|
|
"psr/container": "^1.0",
|
|
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.15-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Twig_": "lib/"
|
|
},
|
|
"psr-4": {
|
|
"Twig\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Fabien Potencier",
|
|
"email": "fabien@symfony.com",
|
|
"homepage": "http://fabien.potencier.org",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Twig Team",
|
|
"role": "Contributors"
|
|
},
|
|
{
|
|
"name": "Armin Ronacher",
|
|
"email": "armin.ronacher@active-4.com",
|
|
"role": "Project Founder"
|
|
}
|
|
],
|
|
"description": "Twig, the flexible, fast, and secure template language for PHP",
|
|
"homepage": "https://twig.symfony.com",
|
|
"keywords": [
|
|
"templating"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/twigphp/Twig/issues",
|
|
"source": "https://github.com/twigphp/Twig/tree/v2.15.4"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-12-27T12:26:20+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"ext-mbstring": ">=5.4",
|
|
"ext-gd": ">=5.4",
|
|
"ext-pdo": ">=5.4"
|
|
},
|
|
"platform-dev": [],
|
|
"plugin-api-version": "2.3.0"
|
|
}
|