2020-10-30 11:05:27 +00:00
|
|
|
{
|
|
|
|
"_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"
|
|
|
|
],
|
2020-11-18 08:39:46 +00:00
|
|
|
"content-hash": "cbcce1648bdb890ae805e1afb7396e3c",
|
2020-10-30 11:05:27 +00:00
|
|
|
"packages": [],
|
|
|
|
"packages-dev": [
|
|
|
|
{
|
|
|
|
"name": "coenjacobs/mozart",
|
2020-11-18 08:14:17 +00:00
|
|
|
"version": "dev-master",
|
2020-10-30 11:05:27 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2020-11-18 08:14:17 +00:00
|
|
|
"url": "https://github.com/coenjacobs/mozart.git",
|
|
|
|
"reference": "b063c0b3c9923fc763e89376e3d671ce450a839a"
|
2020-10-30 11:05:27 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-11-18 08:14:17 +00:00
|
|
|
"url": "https://api.github.com/repos/coenjacobs/mozart/zipball/b063c0b3c9923fc763e89376e3d671ce450a839a",
|
|
|
|
"reference": "b063c0b3c9923fc763e89376e3d671ce450a839a",
|
2020-10-30 11:05:27 +00:00
|
|
|
"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/"
|
|
|
|
}
|
|
|
|
},
|
2020-11-18 08:14:17 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2020-10-30 11:05:27 +00:00
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Coen Jacobs",
|
|
|
|
"email": "coenjacobs@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Composes all dependencies as a package inside a WordPress plugin",
|
|
|
|
"funding": [
|
|
|
|
{
|
2020-11-18 08:14:17 +00:00
|
|
|
"url": "https://github.com/coenjacobs",
|
|
|
|
"type": "github"
|
2020-10-30 11:05:27 +00:00
|
|
|
}
|
|
|
|
],
|
2020-11-18 08:14:17 +00:00
|
|
|
"time": "2020-11-16T21:14:14+00:00"
|
2020-10-30 11:05:27 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "league/flysystem",
|
2020-11-18 08:39:46 +00:00
|
|
|
"version": "1.0.70",
|
2020-10-30 11:05:27 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/thephpleague/flysystem.git",
|
2020-11-18 08:39:46 +00:00
|
|
|
"reference": "585824702f534f8d3cf7fab7225e8466cc4b7493"
|
2020-10-30 11:05:27 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-11-18 08:39:46 +00:00
|
|
|
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/585824702f534f8d3cf7fab7225e8466cc4b7493",
|
|
|
|
"reference": "585824702f534f8d3cf7fab7225e8466cc4b7493",
|
2020-10-30 11:05:27 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-fileinfo": "*",
|
2020-11-18 08:39:46 +00:00
|
|
|
"php": ">=5.5.9"
|
2020-10-30 11:05:27 +00:00
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"league/flysystem-sftp": "<1.0.6"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-11-18 08:39:46 +00:00
|
|
|
"phpspec/phpspec": "^3.4 || ^4.0 || ^5.0 || ^6.0",
|
|
|
|
"phpunit/phpunit": "^5.7.26"
|
2020-10-30 11:05:27 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2020-11-18 08:39:46 +00:00
|
|
|
"time": "2020-07-26T07:20:36+00:00"
|
2020-10-30 11:05:27 +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",
|
2020-11-18 08:39:46 +00:00
|
|
|
"version": "v4.4.16",
|
2020-10-30 11:05:27 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/console.git",
|
2020-11-18 08:39:46 +00:00
|
|
|
"reference": "20f73dd143a5815d475e0838ff867bce1eebd9d5"
|
2020-10-30 11:05:27 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-11-18 08:39:46 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/console/zipball/20f73dd143a5815d475e0838ff867bce1eebd9d5",
|
|
|
|
"reference": "20f73dd143a5815d475e0838ff867bce1eebd9d5",
|
2020-10-30 11:05:27 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-11-18 08:39:46 +00:00
|
|
|
"php": ">=7.1.3",
|
2020-10-30 11:05:27 +00:00
|
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
|
|
"symfony/polyfill-php73": "^1.8",
|
|
|
|
"symfony/polyfill-php80": "^1.15",
|
2020-11-18 08:39:46 +00:00
|
|
|
"symfony/service-contracts": "^1.1|^2"
|
2020-10-30 11:05:27 +00:00
|
|
|
},
|
|
|
|
"conflict": {
|
2020-11-18 08:39:46 +00:00
|
|
|
"symfony/dependency-injection": "<3.4",
|
|
|
|
"symfony/event-dispatcher": "<4.3|>=5",
|
2020-10-30 11:05:27 +00:00
|
|
|
"symfony/lock": "<4.4",
|
2020-11-18 08:39:46 +00:00
|
|
|
"symfony/process": "<3.3"
|
2020-10-30 11:05:27 +00:00
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psr/log-implementation": "1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"psr/log": "~1.0",
|
2020-11-18 08:39:46 +00:00
|
|
|
"symfony/config": "^3.4|^4.0|^5.0",
|
|
|
|
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
|
|
|
|
"symfony/event-dispatcher": "^4.3",
|
2020-10-30 11:05:27 +00:00
|
|
|
"symfony/lock": "^4.4|^5.0",
|
2020-11-18 08:39:46 +00:00
|
|
|
"symfony/process": "^3.4|^4.0|^5.0",
|
|
|
|
"symfony/var-dumper": "^4.3|^5.0"
|
2020-10-30 11:05:27 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2020-11-18 08:39:46 +00:00
|
|
|
"time": "2020-10-24T11:50:19+00:00"
|
2020-10-30 11:05:27 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/finder",
|
2020-11-18 08:39:46 +00:00
|
|
|
"version": "v4.4.16",
|
2020-10-30 11:05:27 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/finder.git",
|
2020-11-18 08:39:46 +00:00
|
|
|
"reference": "26f63b8d4e92f2eecd90f6791a563ebb001abe31"
|
2020-10-30 11:05:27 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-11-18 08:39:46 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/finder/zipball/26f63b8d4e92f2eecd90f6791a563ebb001abe31",
|
|
|
|
"reference": "26f63b8d4e92f2eecd90f6791a563ebb001abe31",
|
2020-10-30 11:05:27 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-11-18 08:39:46 +00:00
|
|
|
"php": ">=7.1.3"
|
2020-10-30 11:05:27 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2020-11-18 08:39:46 +00:00
|
|
|
"time": "2020-10-24T11:50:19+00:00"
|
2020-10-30 11:05:27 +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",
|
2020-11-18 08:39:46 +00:00
|
|
|
"version": "v1.1.9",
|
2020-10-30 11:05:27 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/service-contracts.git",
|
2020-11-18 08:39:46 +00:00
|
|
|
"reference": "b776d18b303a39f56c63747bcb977ad4b27aca26"
|
2020-10-30 11:05:27 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-11-18 08:39:46 +00:00
|
|
|
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/b776d18b303a39f56c63747bcb977ad4b27aca26",
|
|
|
|
"reference": "b776d18b303a39f56c63747bcb977ad4b27aca26",
|
2020-10-30 11:05:27 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-11-18 08:39:46 +00:00
|
|
|
"php": ">=7.1.3",
|
2020-10-30 11:05:27 +00:00
|
|
|
"psr/container": "^1.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"symfony/service-implementation": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2020-11-18 08:39:46 +00:00
|
|
|
"dev-master": "1.1-dev"
|
2020-10-30 11:05:27 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2020-11-18 08:39:46 +00:00
|
|
|
"time": "2020-07-06T13:19:58+00:00"
|
2020-10-30 11:05:27 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"stability-flags": {
|
|
|
|
"coenjacobs/mozart": 20
|
|
|
|
},
|
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": [],
|
|
|
|
"platform-dev": [],
|
2020-11-18 08:39:46 +00:00
|
|
|
"platform-overrides": {
|
|
|
|
"php": "7.2"
|
|
|
|
},
|
2020-10-30 11:05:27 +00:00
|
|
|
"plugin-api-version": "1.1.0"
|
|
|
|
}
|