mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-22 19:32:04 +01:00
1008 lines
35 KiB
JSON
1008 lines
35 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": "5fc42e63c61b5d69693a300f026d7d58",
|
|
"packages": [
|
|
{
|
|
"name": "composer/ca-bundle",
|
|
"version": "1.5.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/ca-bundle.git",
|
|
"reference": "3b1fc3f0be055baa7c6258b1467849c3e8204eb2"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/3b1fc3f0be055baa7c6258b1467849c3e8204eb2",
|
|
"reference": "3b1fc3f0be055baa7c6258b1467849c3e8204eb2",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-openssl": "*",
|
|
"ext-pcre": "*",
|
|
"php": "^7.2 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^1.10",
|
|
"phpunit/phpunit": "^8 || ^9",
|
|
"psr/log": "^1.0 || ^2.0 || ^3.0",
|
|
"symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Composer\\CaBundle\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be",
|
|
"homepage": "http://seld.be"
|
|
}
|
|
],
|
|
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
|
|
"keywords": [
|
|
"cabundle",
|
|
"cacert",
|
|
"certificate",
|
|
"ssl",
|
|
"tls"
|
|
],
|
|
"support": {
|
|
"irc": "irc://irc.freenode.org/composer",
|
|
"issues": "https://github.com/composer/ca-bundle/issues",
|
|
"source": "https://github.com/composer/ca-bundle/tree/1.5.3"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://packagist.com",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/composer",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2024-11-04T10:15:26+00:00"
|
|
},
|
|
{
|
|
"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": "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": "geoip2/geoip2",
|
|
"version": "v2.13.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/maxmind/GeoIP2-php.git",
|
|
"reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/6a41d8fbd6b90052bc34dff3b4252d0f88067b23",
|
|
"reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"maxmind-db/reader": "~1.8",
|
|
"maxmind/web-service-common": "~0.8",
|
|
"php": ">=7.2"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "3.*",
|
|
"phpstan/phpstan": "*",
|
|
"phpunit/phpunit": "^8.0 || ^9.0",
|
|
"squizlabs/php_codesniffer": "3.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GeoIp2\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Gregory J. Oschwald",
|
|
"email": "goschwald@maxmind.com",
|
|
"homepage": "https://www.maxmind.com/"
|
|
}
|
|
],
|
|
"description": "MaxMind GeoIP2 PHP API",
|
|
"homepage": "https://github.com/maxmind/GeoIP2-php",
|
|
"keywords": [
|
|
"IP",
|
|
"geoip",
|
|
"geoip2",
|
|
"geolocation",
|
|
"maxmind"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/maxmind/GeoIP2-php/issues",
|
|
"source": "https://github.com/maxmind/GeoIP2-php/tree/v2.13.0"
|
|
},
|
|
"time": "2022-08-05T20:32:58+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": "maxmind-db/reader",
|
|
"version": "v1.11.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
|
|
"reference": "1e66f73ffcf25e17c7a910a1317e9720a95497c7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/1e66f73ffcf25e17c7a910a1317e9720a95497c7",
|
|
"reference": "1e66f73ffcf25e17c7a910a1317e9720a95497c7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2"
|
|
},
|
|
"conflict": {
|
|
"ext-maxminddb": "<1.11.1,>=2.0.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "3.*",
|
|
"php-coveralls/php-coveralls": "^2.1",
|
|
"phpstan/phpstan": "*",
|
|
"phpunit/phpcov": ">=6.0.0",
|
|
"phpunit/phpunit": ">=8.0.0,<10.0.0",
|
|
"squizlabs/php_codesniffer": "3.*"
|
|
},
|
|
"suggest": {
|
|
"ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
|
|
"ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
|
|
"ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MaxMind\\Db\\": "src/MaxMind/Db"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Gregory J. Oschwald",
|
|
"email": "goschwald@maxmind.com",
|
|
"homepage": "https://www.maxmind.com/"
|
|
}
|
|
],
|
|
"description": "MaxMind DB Reader API",
|
|
"homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
|
|
"keywords": [
|
|
"database",
|
|
"geoip",
|
|
"geoip2",
|
|
"geolocation",
|
|
"maxmind"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/maxmind/MaxMind-DB-Reader-php/issues",
|
|
"source": "https://github.com/maxmind/MaxMind-DB-Reader-php/tree/v1.11.1"
|
|
},
|
|
"time": "2023-12-02T00:09:23+00:00"
|
|
},
|
|
{
|
|
"name": "maxmind/web-service-common",
|
|
"version": "v0.9.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/maxmind/web-service-common-php.git",
|
|
"reference": "4dc5a3e8df38aea4ca3b1096cee3a038094e9b53"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/4dc5a3e8df38aea4ca3b1096cee3a038094e9b53",
|
|
"reference": "4dc5a3e8df38aea4ca3b1096cee3a038094e9b53",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer/ca-bundle": "^1.0.3",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"php": ">=7.2"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "3.*",
|
|
"phpstan/phpstan": "*",
|
|
"phpunit/phpunit": "^8.0 || ^9.0",
|
|
"squizlabs/php_codesniffer": "3.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MaxMind\\Exception\\": "src/Exception",
|
|
"MaxMind\\WebService\\": "src/WebService"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Gregory Oschwald",
|
|
"email": "goschwald@maxmind.com"
|
|
}
|
|
],
|
|
"description": "Internal MaxMind Web Service API",
|
|
"homepage": "https://github.com/maxmind/web-service-common-php",
|
|
"support": {
|
|
"issues": "https://github.com/maxmind/web-service-common-php/issues",
|
|
"source": "https://github.com/maxmind/web-service-common-php/tree/v0.9.0"
|
|
},
|
|
"time": "2022-03-28T17:43:20+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": {
|
|
"php": ">=7.4",
|
|
"ext-mbstring": ">=7.4",
|
|
"ext-gd": ">=7.4",
|
|
"ext-pdo": ">=7.4"
|
|
},
|
|
"platform-dev": [],
|
|
"platform-overrides": {
|
|
"php": "7.4"
|
|
},
|
|
"plugin-api-version": "2.3.0"
|
|
}
|