xiaowang/kirby/vendor/composer/installed.json

856 lines
31 KiB
JSON
Raw Normal View History

2021-10-29 18:05:46 +02:00
{
"packages": [
{
"name": "claviska/simpleimage",
2023-04-14 16:30:28 +02:00
"version": "4.0.2",
"version_normalized": "4.0.2.0",
2021-10-29 18:05:46 +02:00
"source": {
"type": "git",
"url": "https://github.com/claviska/SimpleImage.git",
2023-04-14 16:30:28 +02:00
"reference": "226d507cca0c8400d69bee7eb324158e3cbe246e"
2021-10-29 18:05:46 +02:00
},
"dist": {
"type": "zip",
2023-04-14 16:30:28 +02:00
"url": "https://api.github.com/repos/claviska/SimpleImage/zipball/226d507cca0c8400d69bee7eb324158e3cbe246e",
"reference": "226d507cca0c8400d69bee7eb324158e3cbe246e",
2021-10-29 18:05:46 +02:00
"shasum": ""
},
"require": {
"ext-gd": "*",
2023-04-14 16:30:28 +02:00
"league/color-extractor": "0.4.*",
"php": ">=8.0"
2021-10-29 18:05:46 +02:00
},
2023-04-14 16:30:28 +02:00
"require-dev": {
"laravel/pint": "^1.5",
"phpstan/phpstan": "^1.10"
},
"time": "2023-03-20T15:27:20+00:00",
2021-10-29 18:05:46 +02:00
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"claviska": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Cory LaViska",
"homepage": "http://www.abeautifulsite.net/",
"role": "Developer"
}
],
"description": "A PHP class that makes working with images as simple as possible.",
"support": {
"issues": "https://github.com/claviska/SimpleImage/issues",
2023-04-14 16:30:28 +02:00
"source": "https://github.com/claviska/SimpleImage/tree/4.0.2"
2021-10-29 18:05:46 +02:00
},
"funding": [
{
"url": "https://github.com/claviska",
"type": "github"
}
],
"install-path": "../claviska/simpleimage"
},
2022-12-19 16:26:24 +01:00
{
"name": "composer/semver",
"version": "3.3.2",
"version_normalized": "3.3.2.0",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
"reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9",
"reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^1.4",
"symfony/phpunit-bridge": "^4.2 || ^5"
},
"time": "2022-04-01T19:23:25+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"Composer\\Semver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
],
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/semver/issues",
"source": "https://github.com/composer/semver/tree/3.3.2"
},
"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"
}
],
"install-path": "./semver"
},
2021-10-29 18:05:46 +02:00
{
"name": "filp/whoops",
2023-04-14 16:30:28 +02:00
"version": "2.15.1",
"version_normalized": "2.15.1.0",
2021-10-29 18:05:46 +02:00
"source": {
"type": "git",
"url": "https://github.com/filp/whoops.git",
2023-04-14 16:30:28 +02:00
"reference": "e864ac957acd66e1565f25efda61e37791a5db0b"
2021-10-29 18:05:46 +02:00
},
"dist": {
"type": "zip",
2023-04-14 16:30:28 +02:00
"url": "https://api.github.com/repos/filp/whoops/zipball/e864ac957acd66e1565f25efda61e37791a5db0b",
"reference": "e864ac957acd66e1565f25efda61e37791a5db0b",
2021-10-29 18:05:46 +02:00
"shasum": ""
},
"require": {
"php": "^5.5.9 || ^7.0 || ^8.0",
2021-11-18 17:44:47 +01:00
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
2021-10-29 18:05:46 +02:00
},
"require-dev": {
"mockery/mockery": "^0.9 || ^1.0",
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
"symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
},
"suggest": {
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
"whoops/soap": "Formats errors as SOAP responses"
},
2023-04-14 16:30:28 +02:00
"time": "2023-03-06T18:09:13+00:00",
2021-10-29 18:05:46 +02:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"Whoops\\": "src/Whoops/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Filipe Dobreira",
"homepage": "https://github.com/filp",
"role": "Developer"
}
],
"description": "php error handling for cool kids",
"homepage": "https://filp.github.io/whoops/",
"keywords": [
"error",
"exception",
"handling",
"library",
"throwable",
"whoops"
],
"support": {
"issues": "https://github.com/filp/whoops/issues",
2023-04-14 16:30:28 +02:00
"source": "https://github.com/filp/whoops/tree/2.15.1"
2021-10-29 18:05:46 +02:00
},
"funding": [
{
"url": "https://github.com/denis-sokolov",
"type": "github"
}
],
"install-path": "../filp/whoops"
},
{
"name": "getkirby/composer-installer",
"version": "1.2.1",
"version_normalized": "1.2.1.0",
"source": {
"type": "git",
"url": "https://github.com/getkirby/composer-installer.git",
"reference": "c98ece30bfba45be7ce457e1102d1b169d922f3d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/getkirby/composer-installer/zipball/c98ece30bfba45be7ce457e1102d1b169d922f3d",
"reference": "c98ece30bfba45be7ce457e1102d1b169d922f3d",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0 || ^2.0"
},
"require-dev": {
"composer/composer": "^1.8 || ^2.0"
},
"time": "2020-12-28T12:54:39+00:00",
"type": "composer-plugin",
"extra": {
"class": "Kirby\\ComposerInstaller\\Plugin"
},
"installation-source": "dist",
"autoload": {
"psr-4": {
"Kirby\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Kirby's custom Composer installer for the Kirby CMS and for Kirby plugins",
"homepage": "https://getkirby.com",
"support": {
"issues": "https://github.com/getkirby/composer-installer/issues",
"source": "https://github.com/getkirby/composer-installer/tree/1.2.1"
},
"funding": [
{
"url": "https://getkirby.com/buy",
"type": "custom"
}
],
"install-path": "../getkirby/composer-installer"
},
{
"name": "laminas/laminas-escaper",
2022-12-19 16:26:24 +01:00
"version": "2.12.0",
"version_normalized": "2.12.0.0",
2021-10-29 18:05:46 +02:00
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-escaper.git",
2022-12-19 16:26:24 +01:00
"reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490"
2021-10-29 18:05:46 +02:00
},
"dist": {
"type": "zip",
2022-12-19 16:26:24 +01:00
"url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490",
"reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490",
2021-10-29 18:05:46 +02:00
"shasum": ""
},
"require": {
2022-08-31 16:08:03 +02:00
"ext-ctype": "*",
"ext-mbstring": "*",
2022-12-19 16:26:24 +01:00
"php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0"
2021-10-29 18:05:46 +02:00
},
2021-11-18 17:44:47 +01:00
"conflict": {
"zendframework/zend-escaper": "*"
2021-10-29 18:05:46 +02:00
},
"require-dev": {
2022-08-31 16:08:03 +02:00
"infection/infection": "^0.26.6",
2022-12-19 16:26:24 +01:00
"laminas/laminas-coding-standard": "~2.4.0",
2022-08-31 16:08:03 +02:00
"maglnet/composer-require-checker": "^3.8.0",
"phpunit/phpunit": "^9.5.18",
2022-12-19 16:26:24 +01:00
"psalm/plugin-phpunit": "^0.17.0",
2022-08-31 16:08:03 +02:00
"vimeo/psalm": "^4.22.0"
2021-10-29 18:05:46 +02:00
},
2022-12-19 16:26:24 +01:00
"time": "2022-10-10T10:11:09+00:00",
2021-10-29 18:05:46 +02:00
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Laminas\\Escaper\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
"homepage": "https://laminas.dev",
"keywords": [
"escaper",
"laminas"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-escaper/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-escaper/issues",
"rss": "https://github.com/laminas/laminas-escaper/releases.atom",
"source": "https://github.com/laminas/laminas-escaper"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"install-path": "../laminas/laminas-escaper"
},
{
"name": "league/color-extractor",
2023-04-14 16:30:28 +02:00
"version": "0.4.0",
"version_normalized": "0.4.0.0",
2021-10-29 18:05:46 +02:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/color-extractor.git",
2023-04-14 16:30:28 +02:00
"reference": "21fcac6249c5ef7d00eb83e128743ee6678fe505"
2021-10-29 18:05:46 +02:00
},
"dist": {
"type": "zip",
2023-04-14 16:30:28 +02:00
"url": "https://api.github.com/repos/thephpleague/color-extractor/zipball/21fcac6249c5ef7d00eb83e128743ee6678fe505",
"reference": "21fcac6249c5ef7d00eb83e128743ee6678fe505",
2021-10-29 18:05:46 +02:00
"shasum": ""
},
"require": {
"ext-gd": "*",
2023-04-14 16:30:28 +02:00
"php": "^7.3 || ^8.0"
2021-10-29 18:05:46 +02:00
},
"replace": {
"matthecat/colorextractor": "*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2",
2023-04-14 16:30:28 +02:00
"phpunit/phpunit": "^9.5"
},
"suggest": {
"ext-curl": "To download images from remote URLs if allow_url_fopen is disabled for security reasons"
2021-10-29 18:05:46 +02:00
},
2023-04-14 16:30:28 +02:00
"time": "2022-09-24T15:57:16+00:00",
2021-10-29 18:05:46 +02:00
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
2023-04-14 16:30:28 +02:00
"League\\ColorExtractor\\": "src"
2021-10-29 18:05:46 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mathieu Lechat",
"email": "math.lechat@gmail.com",
"homepage": "http://matthecat.com",
"role": "Developer"
}
],
"description": "Extract colors from an image as a human would do.",
"homepage": "https://github.com/thephpleague/color-extractor",
"keywords": [
"color",
"extract",
"human",
"image",
"palette"
],
"support": {
"issues": "https://github.com/thephpleague/color-extractor/issues",
2023-04-14 16:30:28 +02:00
"source": "https://github.com/thephpleague/color-extractor/tree/0.4.0"
2021-10-29 18:05:46 +02:00
},
"install-path": "../league/color-extractor"
},
{
"name": "michelf/php-smartypants",
"version": "1.8.1",
"version_normalized": "1.8.1.0",
"source": {
"type": "git",
"url": "https://github.com/michelf/php-smartypants.git",
"reference": "47d17c90a4dfd0ccf1f87e25c65e6c8012415aad"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/michelf/php-smartypants/zipball/47d17c90a4dfd0ccf1f87e25c65e6c8012415aad",
"reference": "47d17c90a4dfd0ccf1f87e25c65e6c8012415aad",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"time": "2016-12-13T01:01:17+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"Michelf": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Michel Fortin",
"email": "michel.fortin@michelf.ca",
"homepage": "https://michelf.ca/",
"role": "Developer"
},
{
"name": "John Gruber",
"homepage": "https://daringfireball.net/"
}
],
"description": "PHP SmartyPants",
"homepage": "https://michelf.ca/projects/php-smartypants/",
"keywords": [
"dashes",
"quotes",
"spaces",
"typographer",
"typography"
],
"support": {
"issues": "https://github.com/michelf/php-smartypants/issues",
"source": "https://github.com/michelf/php-smartypants/tree/1.8.1"
},
"install-path": "../michelf/php-smartypants"
},
{
"name": "phpmailer/phpmailer",
2023-04-14 16:30:28 +02:00
"version": "v6.8.0",
"version_normalized": "6.8.0.0",
2021-10-29 18:05:46 +02:00
"source": {
"type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git",
2023-04-14 16:30:28 +02:00
"reference": "df16b615e371d81fb79e506277faea67a1be18f1"
2021-10-29 18:05:46 +02:00
},
"dist": {
"type": "zip",
2023-04-14 16:30:28 +02:00
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/df16b615e371d81fb79e506277faea67a1be18f1",
"reference": "df16b615e371d81fb79e506277faea67a1be18f1",
2021-10-29 18:05:46 +02:00
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-filter": "*",
"ext-hash": "*",
"php": ">=5.5.0"
},
"require-dev": {
2023-04-14 16:30:28 +02:00
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"doctrine/annotations": "^1.2.6 || ^1.13.3",
2022-08-31 16:08:03 +02:00
"php-parallel-lint/php-console-highlighter": "^1.0.0",
"php-parallel-lint/php-parallel-lint": "^1.3.2",
2021-10-29 18:05:46 +02:00
"phpcompatibility/php-compatibility": "^9.3.5",
"roave/security-advisories": "dev-latest",
2023-04-14 16:30:28 +02:00
"squizlabs/php_codesniffer": "^3.7.1",
"yoast/phpunit-polyfills": "^1.0.4"
2021-10-29 18:05:46 +02:00
},
"suggest": {
"ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
2023-04-14 16:30:28 +02:00
"ext-openssl": "Needed for secure SMTP sending and DKIM signing",
"greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
2021-10-29 18:05:46 +02:00
"hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
"league/oauth2-google": "Needed for Google XOAUTH2 authentication",
"psr/log": "For optional PSR-3 debug logging",
2022-12-19 16:26:24 +01:00
"symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
"thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
2021-10-29 18:05:46 +02:00
},
2023-04-14 16:30:28 +02:00
"time": "2023-03-06T14:43:22+00:00",
2021-10-29 18:05:46 +02:00
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"PHPMailer\\PHPMailer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1-only"
],
"authors": [
{
"name": "Marcus Bointon",
"email": "phpmailer@synchromedia.co.uk"
},
{
"name": "Jim Jagielski",
"email": "jimjag@gmail.com"
},
{
"name": "Andy Prevost",
"email": "codeworxtech@users.sourceforge.net"
},
{
"name": "Brent R. Matzelle"
}
],
"description": "PHPMailer is a full-featured email creation and transfer class for PHP",
"support": {
"issues": "https://github.com/PHPMailer/PHPMailer/issues",
2023-04-14 16:30:28 +02:00
"source": "https://github.com/PHPMailer/PHPMailer/tree/v6.8.0"
2021-10-29 18:05:46 +02:00
},
"funding": [
{
"url": "https://github.com/Synchro",
"type": "github"
}
],
"install-path": "../phpmailer/phpmailer"
},
{
"name": "psr/log",
2022-12-19 16:26:24 +01:00
"version": "3.0.0",
"version_normalized": "3.0.0.0",
2021-10-29 18:05:46 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2022-12-19 16:26:24 +01:00
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
2021-10-29 18:05:46 +02:00
},
"dist": {
"type": "zip",
2022-12-19 16:26:24 +01:00
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
2021-10-29 18:05:46 +02:00
"shasum": ""
},
"require": {
2022-12-19 16:26:24 +01:00
"php": ">=8.0.0"
2021-10-29 18:05:46 +02:00
},
2022-12-19 16:26:24 +01:00
"time": "2021-07-14T16:46:02+00:00",
2021-10-29 18:05:46 +02:00
"type": "library",
"extra": {
"branch-alias": {
2022-12-19 16:26:24 +01:00
"dev-master": "3.x-dev"
2021-10-29 18:05:46 +02:00
}
},
"installation-source": "dist",
"autoload": {
"psr-4": {
2022-12-19 16:26:24 +01:00
"Psr\\Log\\": "src"
2021-10-29 18:05:46 +02:00
}
},
"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": {
2022-12-19 16:26:24 +01:00
"source": "https://github.com/php-fig/log/tree/3.0.0"
2021-10-29 18:05:46 +02:00
},
"install-path": "../psr/log"
},
{
2022-03-22 15:39:39 +01:00
"name": "symfony/polyfill-intl-idn",
2023-04-14 16:30:28 +02:00
"version": "v1.27.0",
"version_normalized": "1.27.0.0",
2021-10-29 18:05:46 +02:00
"source": {
"type": "git",
2022-03-22 15:39:39 +01:00
"url": "https://github.com/symfony/polyfill-intl-idn.git",
2023-04-14 16:30:28 +02:00
"reference": "639084e360537a19f9ee352433b84ce831f3d2da"
2021-10-29 18:05:46 +02:00
},
"dist": {
"type": "zip",
2023-04-14 16:30:28 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da",
"reference": "639084e360537a19f9ee352433b84ce831f3d2da",
2021-10-29 18:05:46 +02:00
"shasum": ""
},
"require": {
2022-03-22 15:39:39 +01:00
"php": ">=7.1",
"symfony/polyfill-intl-normalizer": "^1.10",
"symfony/polyfill-php72": "^1.10"
2021-10-29 18:05:46 +02:00
},
"suggest": {
2022-03-22 15:39:39 +01:00
"ext-intl": "For best performance"
2021-10-29 18:05:46 +02:00
},
2023-04-14 16:30:28 +02:00
"time": "2022-11-03T14:55:06+00:00",
2021-10-29 18:05:46 +02:00
"type": "library",
"extra": {
"branch-alias": {
2023-04-14 16:30:28 +02:00
"dev-main": "1.27-dev"
2021-10-29 18:05:46 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"installation-source": "dist",
"autoload": {
"files": [
"bootstrap.php"
2022-08-31 16:08:03 +02:00
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
}
2021-10-29 18:05:46 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2022-03-22 15:39:39 +01:00
"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-04-14 16:30:28 +02:00
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0"
2022-03-22 15:39:39 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"install-path": "../symfony/polyfill-intl-idn"
},
{
"name": "symfony/polyfill-intl-normalizer",
2022-12-19 16:26:24 +01:00
"version": "v1.27.0",
"version_normalized": "1.27.0.0",
2022-03-22 15:39:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2022-12-19 16:26:24 +01:00
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
2022-03-22 15:39:39 +01:00
},
"dist": {
"type": "zip",
2022-12-19 16:26:24 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
2022-03-22 15:39:39 +01:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
},
2022-12-19 16:26:24 +01:00
"time": "2022-11-03T14:55:06+00:00",
2022-03-22 15:39:39 +01:00
"type": "library",
"extra": {
"branch-alias": {
2022-12-19 16:26:24 +01:00
"dev-main": "1.27-dev"
2022-03-22 15:39:39 +01:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"installation-source": "dist",
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2021-10-29 18:05:46 +02:00
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2022-03-22 15:39:39 +01:00
"description": "Symfony polyfill for intl's Normalizer class and related functions",
2021-10-29 18:05:46 +02:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2022-03-22 15:39:39 +01:00
"intl",
"normalizer",
2021-10-29 18:05:46 +02:00
"polyfill",
"portable",
"shim"
],
"support": {
2022-12-19 16:26:24 +01:00
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
2021-10-29 18:05:46 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-03-22 15:39:39 +01:00
"install-path": "../symfony/polyfill-intl-normalizer"
2021-10-29 18:05:46 +02:00
},
{
2022-03-22 15:39:39 +01:00
"name": "symfony/polyfill-mbstring",
2023-04-14 16:30:28 +02:00
"version": "v1.27.0",
"version_normalized": "1.27.0.0",
2021-10-29 18:05:46 +02:00
"source": {
"type": "git",
2022-03-22 15:39:39 +01:00
"url": "https://github.com/symfony/polyfill-mbstring.git",
2023-04-14 16:30:28 +02:00
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
2021-10-29 18:05:46 +02:00
},
"dist": {
"type": "zip",
2023-04-14 16:30:28 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
2021-10-29 18:05:46 +02:00
"shasum": ""
},
"require": {
2022-03-22 15:39:39 +01:00
"php": ">=7.1"
2021-10-29 18:05:46 +02:00
},
2022-03-22 15:39:39 +01:00
"provide": {
"ext-mbstring": "*"
},
"suggest": {
"ext-mbstring": "For best performance"
2021-10-29 18:05:46 +02:00
},
2023-04-14 16:30:28 +02:00
"time": "2022-11-03T14:55:06+00:00",
2021-10-29 18:05:46 +02:00
"type": "library",
2022-03-22 15:39:39 +01:00
"extra": {
"branch-alias": {
2023-04-14 16:30:28 +02:00
"dev-main": "1.27-dev"
2022-03-22 15:39:39 +01:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
2021-10-29 18:05:46 +02:00
"installation-source": "dist",
"autoload": {
2022-03-22 15:39:39 +01:00
"files": [
"bootstrap.php"
2022-08-31 16:08:03 +02:00
],
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
2021-10-29 18:05:46 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2022-03-22 15:39:39 +01:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2021-10-29 18:05:46 +02:00
}
],
2022-03-22 15:39:39 +01:00
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
2021-10-29 18:05:46 +02:00
"keywords": [
2022-03-22 15:39:39 +01:00
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
2021-10-29 18:05:46 +02:00
],
"support": {
2023-04-14 16:30:28 +02:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
2021-10-29 18:05:46 +02:00
},
2022-03-22 15:39:39 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"install-path": "../symfony/polyfill-mbstring"
2021-10-29 18:05:46 +02:00
}
],
"dev": true,
"dev-package-names": []
}