1047 lines
36 KiB
Plaintext
1047 lines
36 KiB
Plaintext
|
{
|
||
|
"_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": "1f8c8a5a27836dae880f7d54a6b4234a",
|
||
|
"packages": [],
|
||
|
"packages-dev": [
|
||
|
{
|
||
|
"name": "coenjacobs/mozart",
|
||
|
"version": "dev-with-improvements",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/woocommerce/mozart.git",
|
||
|
"reference": "14ead9f55aff907fc345fc5df464728400005a26"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/woocommerce/mozart/zipball/14ead9f55aff907fc345fc5df464728400005a26",
|
||
|
"reference": "14ead9f55aff907fc345fc5df464728400005a26",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"league/flysystem": "^1.0",
|
||
|
"php": "^7.2",
|
||
|
"symfony/console": "^4|^5",
|
||
|
"symfony/finder": "^4|^5"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"mheap/phpunit-github-actions-printer": "^1.4",
|
||
|
"phpunit/phpunit": "^8.5",
|
||
|
"squizlabs/php_codesniffer": "^3.5"
|
||
|
},
|
||
|
"bin": [
|
||
|
"bin/mozart"
|
||
|
],
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"CoenJacobs\\Mozart\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"scripts": {
|
||
|
"lint": [
|
||
|
"composer validate",
|
||
|
"phpcs"
|
||
|
],
|
||
|
"test": [
|
||
|
"phpunit"
|
||
|
]
|
||
|
},
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Coen Jacobs",
|
||
|
"email": "coenjacobs@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"description": "Composes all dependencies as a package inside a WordPress plugin",
|
||
|
"support": {
|
||
|
"source": "https://github.com/woocommerce/mozart/tree/with-improvements"
|
||
|
},
|
||
|
"funding": [
|
||
|
{
|
||
|
"type": "github",
|
||
|
"url": "https://github.com/coenjacobs"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-10-30T09:56:44+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "league/flysystem",
|
||
|
"version": "1.1.3",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/thephpleague/flysystem.git",
|
||
|
"reference": "9be3b16c877d477357c015cec057548cf9b2a14a"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/9be3b16c877d477357c015cec057548cf9b2a14a",
|
||
|
"reference": "9be3b16c877d477357c015cec057548cf9b2a14a",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-fileinfo": "*",
|
||
|
"league/mime-type-detection": "^1.3",
|
||
|
"php": "^7.2.5 || ^8.0"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"league/flysystem-sftp": "<1.0.6"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpspec/prophecy": "^1.11.1",
|
||
|
"phpunit/phpunit": "^8.5.8"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-fileinfo": "Required for MimeType",
|
||
|
"ext-ftp": "Allows you to use FTP server storage",
|
||
|
"ext-openssl": "Allows you to use FTPS server storage",
|
||
|
"league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
|
||
|
"league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
|
||
|
"league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
|
||
|
"league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
|
||
|
"league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
|
||
|
"league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
|
||
|
"league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
|
||
|
"league/flysystem-webdav": "Allows you to use WebDAV storage",
|
||
|
"league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
|
||
|
"spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
|
||
|
"srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.1-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"League\\Flysystem\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Frank de Jonge",
|
||
|
"email": "info@frenky.net"
|
||
|
}
|
||
|
],
|
||
|
"description": "Filesystem abstraction: Many filesystems, one API.",
|
||
|
"keywords": [
|
||
|
"Cloud Files",
|
||
|
"WebDAV",
|
||
|
"abstraction",
|
||
|
"aws",
|
||
|
"cloud",
|
||
|
"copy.com",
|
||
|
"dropbox",
|
||
|
"file systems",
|
||
|
"files",
|
||
|
"filesystem",
|
||
|
"filesystems",
|
||
|
"ftp",
|
||
|
"rackspace",
|
||
|
"remote",
|
||
|
"s3",
|
||
|
"sftp",
|
||
|
"storage"
|
||
|
],
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://offset.earth/frankdejonge",
|
||
|
"type": "other"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-08-23T07:39:11+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "league/mime-type-detection",
|
||
|
"version": "1.5.1",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/thephpleague/mime-type-detection.git",
|
||
|
"reference": "353f66d7555d8a90781f6f5e7091932f9a4250aa"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/353f66d7555d8a90781f6f5e7091932f9a4250aa",
|
||
|
"reference": "353f66d7555d8a90781f6f5e7091932f9a4250aa",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"ext-fileinfo": "*",
|
||
|
"php": "^7.2 || ^8.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpstan/phpstan": "^0.12.36",
|
||
|
"phpunit/phpunit": "^8.5.8"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"League\\MimeTypeDetection\\": "src"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Frank de Jonge",
|
||
|
"email": "info@frankdejonge.nl"
|
||
|
}
|
||
|
],
|
||
|
"description": "Mime-type detection for Flysystem",
|
||
|
"funding": [
|
||
|
{
|
||
|
"url": "https://github.com/frankdejonge",
|
||
|
"type": "github"
|
||
|
},
|
||
|
{
|
||
|
"url": "https://tidelift.com/funding/github/packagist/league/flysystem",
|
||
|
"type": "tidelift"
|
||
|
}
|
||
|
],
|
||
|
"time": "2020-10-18T11:50:25+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "psr/container",
|
||
|
"version": "1.0.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/php-fig/container.git",
|
||
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
||
|
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=5.3.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.0.x-dev"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Psr\\Container\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "PHP-FIG",
|
||
|
"homepage": "http://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"
|
||
|
],
|
||
|
"time": "2017-02-14T16:28:37+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/console",
|
||
|
"version": "v5.1.8",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/console.git",
|
||
|
"reference": "e0b2c29c0fa6a69089209bbe8fcff4df2a313d0e"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/console/zipball/e0b2c29c0fa6a69089209bbe8fcff4df2a313d0e",
|
||
|
"reference": "e0b2c29c0fa6a69089209bbe8fcff4df2a313d0e",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.2.5",
|
||
|
"symfony/polyfill-mbstring": "~1.0",
|
||
|
"symfony/polyfill-php73": "^1.8",
|
||
|
"symfony/polyfill-php80": "^1.15",
|
||
|
"symfony/service-contracts": "^1.1|^2",
|
||
|
"symfony/string": "^5.1"
|
||
|
},
|
||
|
"conflict": {
|
||
|
"symfony/dependency-injection": "<4.4",
|
||
|
"symfony/dotenv": "<5.1",
|
||
|
"symfony/event-dispatcher": "<4.4",
|
||
|
"symfony/lock": "<4.4",
|
||
|
"symfony/process": "<4.4"
|
||
|
},
|
||
|
"provide": {
|
||
|
"psr/log-implementation": "1.0"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"psr/log": "~1.0",
|
||
|
"symfony/config": "^4.4|^5.0",
|
||
|
"symfony/dependency-injection": "^4.4|^5.0",
|
||
|
"symfony/event-dispatcher": "^4.4|^5.0",
|
||
|
"symfony/lock": "^4.4|^5.0",
|
||
|
"symfony/process": "^4.4|^5.0",
|
||
|
"symfony/var-dumper": "^4.4|^5.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"psr/log": "For using the console logger",
|
||
|
"symfony/event-dispatcher": "",
|
||
|
"symfony/lock": "",
|
||
|
"symfony/process": ""
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\Console\\": ""
|
||
|
},
|
||
|
"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": "Symfony Console Component",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"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": "2020-10-24T12:01:57+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/finder",
|
||
|
"version": "v5.1.8",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/finder.git",
|
||
|
"reference": "e70eb5a69c2ff61ea135a13d2266e8914a67b3a0"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/finder/zipball/e70eb5a69c2ff61ea135a13d2266e8914a67b3a0",
|
||
|
"reference": "e70eb5a69c2ff61ea135a13d2266e8914a67b3a0",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.2.5"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\Finder\\": ""
|
||
|
},
|
||
|
"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": "Symfony Finder Component",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"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": "2020-10-24T12:01:57+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-ctype",
|
||
|
"version": "v1.20.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
||
|
"reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f4ba089a5b6366e453971d3aad5fe8e897b37f41",
|
||
|
"reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.1"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-ctype": "For best performance"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "1.20-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"
|
||
|
],
|
||
|
"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": "2020-10-23T14:02:19+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-intl-grapheme",
|
||
|
"version": "v1.20.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
||
|
"reference": "c7cf3f858ec7d70b89559d6e6eb1f7c2517d479c"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/c7cf3f858ec7d70b89559d6e6eb1f7c2517d479c",
|
||
|
"reference": "c7cf3f858ec7d70b89559d6e6eb1f7c2517d479c",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.1"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-intl": "For best performance"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "1.20-dev"
|
||
|
},
|
||
|
"thanks": {
|
||
|
"name": "symfony/polyfill",
|
||
|
"url": "https://github.com/symfony/polyfill"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
|
||
|
},
|
||
|
"files": [
|
||
|
"bootstrap.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Nicolas Grekas",
|
||
|
"email": "p@tchwork.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony polyfill for intl's grapheme_* functions",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"compatibility",
|
||
|
"grapheme",
|
||
|
"intl",
|
||
|
"polyfill",
|
||
|
"portable",
|
||
|
"shim"
|
||
|
],
|
||
|
"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": "2020-10-23T14:02:19+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-intl-normalizer",
|
||
|
"version": "v1.20.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
||
|
"reference": "727d1096295d807c309fb01a851577302394c897"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/727d1096295d807c309fb01a851577302394c897",
|
||
|
"reference": "727d1096295d807c309fb01a851577302394c897",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.1"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-intl": "For best performance"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "1.20-dev"
|
||
|
},
|
||
|
"thanks": {
|
||
|
"name": "symfony/polyfill",
|
||
|
"url": "https://github.com/symfony/polyfill"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
||
|
},
|
||
|
"files": [
|
||
|
"bootstrap.php"
|
||
|
],
|
||
|
"classmap": [
|
||
|
"Resources/stubs"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Nicolas Grekas",
|
||
|
"email": "p@tchwork.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony polyfill for intl's Normalizer class and related functions",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"compatibility",
|
||
|
"intl",
|
||
|
"normalizer",
|
||
|
"polyfill",
|
||
|
"portable",
|
||
|
"shim"
|
||
|
],
|
||
|
"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": "2020-10-23T14:02:19+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-mbstring",
|
||
|
"version": "v1.20.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
||
|
"reference": "39d483bdf39be819deabf04ec872eb0b2410b531"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531",
|
||
|
"reference": "39d483bdf39be819deabf04ec872eb0b2410b531",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.1"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"ext-mbstring": "For best performance"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "1.20-dev"
|
||
|
},
|
||
|
"thanks": {
|
||
|
"name": "symfony/polyfill",
|
||
|
"url": "https://github.com/symfony/polyfill"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
||
|
},
|
||
|
"files": [
|
||
|
"bootstrap.php"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Nicolas Grekas",
|
||
|
"email": "p@tchwork.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony polyfill for the Mbstring extension",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"compatibility",
|
||
|
"mbstring",
|
||
|
"polyfill",
|
||
|
"portable",
|
||
|
"shim"
|
||
|
],
|
||
|
"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": "2020-10-23T14:02:19+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-php73",
|
||
|
"version": "v1.20.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-php73.git",
|
||
|
"reference": "8ff431c517be11c78c48a39a66d37431e26a6bed"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/8ff431c517be11c78c48a39a66d37431e26a6bed",
|
||
|
"reference": "8ff431c517be11c78c48a39a66d37431e26a6bed",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.1"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "1.20-dev"
|
||
|
},
|
||
|
"thanks": {
|
||
|
"name": "symfony/polyfill",
|
||
|
"url": "https://github.com/symfony/polyfill"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Polyfill\\Php73\\": ""
|
||
|
},
|
||
|
"files": [
|
||
|
"bootstrap.php"
|
||
|
],
|
||
|
"classmap": [
|
||
|
"Resources/stubs"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Nicolas Grekas",
|
||
|
"email": "p@tchwork.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"compatibility",
|
||
|
"polyfill",
|
||
|
"portable",
|
||
|
"shim"
|
||
|
],
|
||
|
"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": "2020-10-23T14:02:19+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/polyfill-php80",
|
||
|
"version": "v1.20.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
||
|
"reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
|
||
|
"reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.1"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-main": "1.20-dev"
|
||
|
},
|
||
|
"thanks": {
|
||
|
"name": "symfony/polyfill",
|
||
|
"url": "https://github.com/symfony/polyfill"
|
||
|
}
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Polyfill\\Php80\\": ""
|
||
|
},
|
||
|
"files": [
|
||
|
"bootstrap.php"
|
||
|
],
|
||
|
"classmap": [
|
||
|
"Resources/stubs"
|
||
|
]
|
||
|
},
|
||
|
"notification-url": "https://packagist.org/downloads/",
|
||
|
"license": [
|
||
|
"MIT"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Ion Bazan",
|
||
|
"email": "ion.bazan@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Nicolas Grekas",
|
||
|
"email": "p@tchwork.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "Symfony Community",
|
||
|
"homepage": "https://symfony.com/contributors"
|
||
|
}
|
||
|
],
|
||
|
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"compatibility",
|
||
|
"polyfill",
|
||
|
"portable",
|
||
|
"shim"
|
||
|
],
|
||
|
"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": "2020-10-23T14:02:19+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/service-contracts",
|
||
|
"version": "v2.2.0",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/service-contracts.git",
|
||
|
"reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
|
||
|
"reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.2.5",
|
||
|
"psr/container": "^1.0"
|
||
|
},
|
||
|
"suggest": {
|
||
|
"symfony/service-implementation": ""
|
||
|
},
|
||
|
"type": "library",
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "2.2-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"
|
||
|
],
|
||
|
"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": "2020-09-07T11:33:47+00:00"
|
||
|
},
|
||
|
{
|
||
|
"name": "symfony/string",
|
||
|
"version": "v5.1.8",
|
||
|
"source": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/symfony/string.git",
|
||
|
"reference": "a97573e960303db71be0dd8fda9be3bca5e0feea"
|
||
|
},
|
||
|
"dist": {
|
||
|
"type": "zip",
|
||
|
"url": "https://api.github.com/repos/symfony/string/zipball/a97573e960303db71be0dd8fda9be3bca5e0feea",
|
||
|
"reference": "a97573e960303db71be0dd8fda9be3bca5e0feea",
|
||
|
"shasum": ""
|
||
|
},
|
||
|
"require": {
|
||
|
"php": ">=7.2.5",
|
||
|
"symfony/polyfill-ctype": "~1.8",
|
||
|
"symfony/polyfill-intl-grapheme": "~1.0",
|
||
|
"symfony/polyfill-intl-normalizer": "~1.0",
|
||
|
"symfony/polyfill-mbstring": "~1.0",
|
||
|
"symfony/polyfill-php80": "~1.15"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"symfony/error-handler": "^4.4|^5.0",
|
||
|
"symfony/http-client": "^4.4|^5.0",
|
||
|
"symfony/translation-contracts": "^1.1|^2",
|
||
|
"symfony/var-exporter": "^4.4|^5.0"
|
||
|
},
|
||
|
"type": "library",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Symfony\\Component\\String\\": ""
|
||
|
},
|
||
|
"files": [
|
||
|
"Resources/functions.php"
|
||
|
],
|
||
|
"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": "Symfony String component",
|
||
|
"homepage": "https://symfony.com",
|
||
|
"keywords": [
|
||
|
"grapheme",
|
||
|
"i18n",
|
||
|
"string",
|
||
|
"unicode",
|
||
|
"utf-8",
|
||
|
"utf8"
|
||
|
],
|
||
|
"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": "2020-10-24T12:01:57+00:00"
|
||
|
}
|
||
|
],
|
||
|
"aliases": [],
|
||
|
"minimum-stability": "stable",
|
||
|
"stability-flags": {
|
||
|
"coenjacobs/mozart": 20
|
||
|
},
|
||
|
"prefer-stable": false,
|
||
|
"prefer-lowest": false,
|
||
|
"platform": [],
|
||
|
"platform-dev": [],
|
||
|
"plugin-api-version": "1.1.0"
|
||
|
}
|