2016-05-19 15:01:28 +01:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2018-04-14 18:46:40 +01:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2016-05-19 15:01:28 +01:00
"This file is @generated automatically"
],
2021-02-07 17:23:03 +00:00
"content-hash": "5f741ca2c95169016fa053c066444795",
2016-05-19 15:01:28 +01:00
"packages": [
2020-10-19 19:41:50 +01:00
{
"name": "asm89/stack-cors",
2021-03-17 18:38:18 +00:00
"version": "v2.0.3",
2020-10-19 19:41:50 +01:00
"source": {
"type": "git",
"url": "https://github.com/asm89/stack-cors.git",
2021-03-17 18:38:18 +00:00
"reference": "9cb795bf30988e8c96dd3c40623c48a877bc6714"
2020-10-19 19:41:50 +01:00
},
"dist": {
"type": "zip",
2021-03-17 18:38:18 +00:00
"url": "https://api.github.com/repos/asm89/stack-cors/zipball/9cb795bf30988e8c96dd3c40623c48a877bc6714",
"reference": "9cb795bf30988e8c96dd3c40623c48a877bc6714",
2020-10-19 19:41:50 +01:00
"shasum": ""
},
"require": {
2020-11-01 14:24:36 +00:00
"php": "^7.0|^8.0",
2020-10-19 19:41:50 +01:00
"symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0",
"symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0"
},
"require-dev": {
"phpunit/phpunit": "^6|^7|^8|^9",
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"Asm89\\Stack\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alexander",
"email": "iam.asm89@gmail.com"
}
],
"description": "Cross-origin resource sharing library and stack middleware",
"homepage": "https://github.com/asm89/stack-cors",
"keywords": [
"cors",
"stack"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/asm89/stack-cors/issues",
2021-03-17 18:38:18 +00:00
"source": "https://github.com/asm89/stack-cors/tree/v2.0.3"
2021-01-31 14:50:01 +00:00
},
2021-03-17 18:38:18 +00:00
"time": "2021-03-11T06:42:03+00:00"
2020-10-19 19:41:50 +01:00
},
2021-10-01 18:20:27 +01:00
{
"name": "aws/aws-crt-php",
"version": "v1.0.2",
"source": {
"type": "git",
"url": "https://github.com/awslabs/aws-crt-php.git",
"reference": "3942776a8c99209908ee0b287746263725685732"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/3942776a8c99209908ee0b287746263725685732",
"reference": "3942776a8c99209908ee0b287746263725685732",
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35|^5.4.3"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "AWS SDK Common Runtime Team",
"email": "aws-sdk-common-runtime@amazon.com"
}
],
"description": "AWS Common Runtime for PHP",
"homepage": "http://aws.amazon.com/sdkforphp",
"keywords": [
"amazon",
"aws",
"crt",
"sdk"
],
"support": {
"issues": "https://github.com/awslabs/aws-crt-php/issues",
"source": "https://github.com/awslabs/aws-crt-php/tree/v1.0.2"
},
"time": "2021-09-03T22:57:30+00:00"
},
2016-05-19 15:01:28 +01:00
{
"name": "aws/aws-sdk-php",
2021-10-05 20:42:02 +01:00
"version": "3.197.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
2021-10-05 20:42:02 +01:00
"reference": "c5391ef7c979473b97d81329100bfa5fb018fa62"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-05 20:42:02 +01:00
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/c5391ef7c979473b97d81329100bfa5fb018fa62",
"reference": "c5391ef7c979473b97d81329100bfa5fb018fa62",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2021-10-01 18:20:27 +01:00
"aws/aws-crt-php": "^1.0.2",
2017-09-04 19:34:39 +01:00
"ext-json": "*",
"ext-pcre": "*",
"ext-simplexml": "*",
2020-01-26 17:50:49 +00:00
"guzzlehttp/guzzle": "^5.3.3|^6.2.1|^7.0",
2021-03-17 18:38:18 +00:00
"guzzlehttp/promises": "^1.4.0",
"guzzlehttp/psr7": "^1.7.0",
"mtdowling/jmespath.php": "^2.6",
2016-05-19 15:01:28 +01:00
"php": ">=5.5"
},
"require-dev": {
"andrewsville/php-token-reflection": "^1.4",
"aws/aws-php-sns-message-validator": "~1.0",
"behat/behat": "~3.0",
"doctrine/cache": "~1.4",
"ext-dom": "*",
"ext-openssl": "*",
2018-10-05 20:37:08 +01:00
"ext-pcntl": "*",
"ext-sockets": "*",
2016-05-19 15:01:28 +01:00
"nette/neon": "^2.3",
2020-06-13 16:32:42 +01:00
"paragonie/random_compat": ">= 2",
2017-12-07 15:39:19 +00:00
"phpunit/phpunit": "^4.8.35|^5.4.3",
2019-05-05 10:27:40 +01:00
"psr/cache": "^1.0",
2020-01-26 17:50:49 +00:00
"psr/simple-cache": "^1.0",
"sebastian/comparator": "^1.2.3"
2016-05-19 15:01:28 +01:00
},
"suggest": {
"aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
"doctrine/cache": "To use the DoctrineCacheAdapter",
"ext-curl": "To send requests using cURL",
2018-10-05 20:37:08 +01:00
"ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
"ext-sockets": "To use client-side monitoring"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"Aws\\": "src/"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Amazon Web Services",
"homepage": "http://aws.amazon.com"
}
],
"description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
"homepage": "http://aws.amazon.com/sdkforphp",
"keywords": [
"amazon",
"aws",
"cloud",
"dynamodb",
"ec2",
"glacier",
"s3",
"sdk"
],
2021-01-31 14:50:01 +00:00
"support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues",
2021-10-05 20:42:02 +01:00
"source": "https://github.com/aws/aws-sdk-php/tree/3.197.0"
2021-01-31 14:50:01 +00:00
},
2021-10-05 20:42:02 +01:00
"time": "2021-10-05T18:14:34+00:00"
2016-05-19 15:01:28 +01:00
},
2017-09-08 20:11:38 +01:00
{
2020-10-17 17:15:06 +01:00
"name": "brick/math",
2021-10-01 18:20:27 +01:00
"version": "0.9.3",
2017-09-08 20:11:38 +01:00
"source": {
"type": "git",
2020-10-17 17:15:06 +01:00
"url": "https://github.com/brick/math.git",
2021-10-01 18:20:27 +01:00
"reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae"
2017-09-08 20:11:38 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae",
"reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae",
2017-09-08 20:11:38 +01:00
"shasum": ""
},
"require": {
2020-10-17 17:15:06 +01:00
"ext-json": "*",
2021-01-31 14:50:01 +00:00
"php": "^7.1 || ^8.0"
2017-09-08 20:11:38 +01:00
},
"require-dev": {
2020-10-17 17:15:06 +01:00
"php-coveralls/php-coveralls": "^2.2",
2021-01-31 14:50:01 +00:00
"phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
2021-10-01 18:20:27 +01:00
"vimeo/psalm": "4.9.2"
2017-09-08 20:11:38 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2020-10-17 17:15:06 +01:00
"Brick\\Math\\": "src/"
}
2017-09-08 20:11:38 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2020-10-17 17:15:06 +01:00
"description": "Arbitrary-precision arithmetic library",
2017-09-08 20:11:38 +01:00
"keywords": [
2020-10-17 17:15:06 +01:00
"Arbitrary-precision",
"BigInteger",
"BigRational",
"arithmetic",
"bigdecimal",
"bignum",
"brick",
"math"
2017-09-08 20:11:38 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/brick/math/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/brick/math/tree/0.9.3"
2021-01-31 14:50:01 +00:00
},
2020-10-17 17:15:06 +01:00
"funding": [
2021-10-01 18:20:27 +01:00
{
"url": "https://github.com/BenMorel",
"type": "github"
},
2020-10-17 17:15:06 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/brick/math",
"type": "tidelift"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-08-15T20:50:18+00:00"
2017-09-08 20:11:38 +01:00
},
2017-06-13 19:17:55 +01:00
{
"name": "cocur/slugify",
2020-02-21 13:41:02 +00:00
"version": "v4.0.0",
2017-06-13 19:17:55 +01:00
"source": {
"type": "git",
"url": "https://github.com/cocur/slugify.git",
2020-02-21 13:41:02 +00:00
"reference": "3f1ffc300f164f23abe8b64ffb3f92d35cec8307"
2017-06-13 19:17:55 +01:00
},
"dist": {
"type": "zip",
2020-02-21 13:41:02 +00:00
"url": "https://api.github.com/repos/cocur/slugify/zipball/3f1ffc300f164f23abe8b64ffb3f92d35cec8307",
"reference": "3f1ffc300f164f23abe8b64ffb3f92d35cec8307",
2017-06-13 19:17:55 +01:00
"shasum": ""
},
"require": {
2017-10-07 17:23:02 +01:00
"ext-mbstring": "*",
2020-02-21 13:41:02 +00:00
"php": ">=7.0"
},
"conflict": {
"symfony/config": "<3.4 || >=4,<4.3",
"symfony/dependency-injection": "<3.4 || >=4,<4.3",
"symfony/http-kernel": "<3.4 || >=4,<4.3",
"twig/twig": "<2.12.1"
2017-06-13 19:17:55 +01:00
},
"require-dev": {
"laravel/framework": "~5.1",
"latte/latte": "~2.2",
"league/container": "^2.2.0",
2020-02-21 13:41:02 +00:00
"mikey179/vfsstream": "~1.6.8",
"mockery/mockery": "^1.3",
"nette/di": "~2.4",
"phpunit/phpunit": "^5.7.27",
2017-06-13 19:17:55 +01:00
"pimple/pimple": "~1.1",
"plumphp/plum": "~0.1",
2020-02-21 13:41:02 +00:00
"symfony/config": "^3.4 || ^4.3 || ^5.0",
"symfony/dependency-injection": "^3.4 || ^4.3 || ^5.0",
"symfony/http-kernel": "^3.4 || ^4.3 || ^5.0",
"twig/twig": "^2.12.1 || ~3.0",
2017-06-13 19:17:55 +01:00
"zendframework/zend-modulemanager": "~2.2",
"zendframework/zend-servicemanager": "~2.2",
"zendframework/zend-view": "~2.2"
},
"type": "library",
"autoload": {
"psr-4": {
"Cocur\\Slugify\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florian Eckerstorfer",
"email": "florian@eckerstorfer.co",
"homepage": "https://florian.ec"
2020-02-21 13:41:02 +00:00
},
{
"name": "Ivo Bathke",
"email": "ivo.bathke@gmail.com"
2017-06-13 19:17:55 +01:00
}
],
"description": "Converts a string into a slug.",
"keywords": [
"slug",
"slugify"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/cocur/slugify/issues",
"source": "https://github.com/cocur/slugify/tree/master"
},
2020-02-21 13:41:02 +00:00
"time": "2019-12-14T13:04:14+00:00"
2017-06-13 19:17:55 +01:00
},
2019-10-27 16:15:14 +00:00
{
"name": "composer/installers",
2021-10-01 18:20:27 +01:00
"version": "v1.12.0",
2019-10-27 16:15:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/installers.git",
2021-10-01 18:20:27 +01:00
"reference": "d20a64ed3c94748397ff5973488761b22f6d3f19"
2019-10-27 16:15:14 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19",
"reference": "d20a64ed3c94748397ff5973488761b22f6d3f19",
2019-10-27 16:15:14 +00:00
"shasum": ""
},
"require": {
2020-06-10 20:48:23 +01:00
"composer-plugin-api": "^1.0 || ^2.0"
2019-10-27 16:15:14 +00:00
},
"replace": {
"roundcube/plugin-installer": "*",
"shama/baton": "*"
},
"require-dev": {
2021-01-31 14:50:01 +00:00
"composer/composer": "1.6.* || ^2.0",
"composer/semver": "^1 || ^3",
"phpstan/phpstan": "^0.12.55",
"phpstan/phpstan-phpunit": "^0.12.16",
"symfony/phpunit-bridge": "^4.2 || ^5",
2020-06-10 20:48:23 +01:00
"symfony/process": "^2.3"
2019-10-27 16:15:14 +00:00
},
"type": "composer-plugin",
"extra": {
"class": "Composer\\Installers\\Plugin",
"branch-alias": {
2021-01-31 14:50:01 +00:00
"dev-main": "1.x-dev"
2019-10-27 16:15:14 +00:00
}
},
"autoload": {
"psr-4": {
"Composer\\Installers\\": "src/Composer/Installers"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kyle Robinson Young",
"email": "kyle@dontkry.com",
"homepage": "https://github.com/shama"
}
],
"description": "A multi-framework Composer library installer",
"homepage": "https://composer.github.io/installers/",
"keywords": [
"Craft",
"Dolibarr",
"Eliasis",
"Hurad",
"ImageCMS",
"Kanboard",
"Lan Management System",
"MODX Evo",
2020-02-21 13:41:02 +00:00
"MantisBT",
2019-10-27 16:15:14 +00:00
"Mautic",
"Maya",
"OXID",
"Plentymarkets",
"Porto",
"RadPHP",
"SMF",
2021-01-31 14:50:01 +00:00
"Starbug",
2019-10-27 16:15:14 +00:00
"Thelia",
"Whmcs",
"WolfCMS",
"agl",
"aimeos",
"annotatecms",
"attogram",
"bitrix",
"cakephp",
"chef",
"cockpit",
"codeigniter",
"concrete5",
"croogo",
"dokuwiki",
"drupal",
"eZ Platform",
"elgg",
"expressionengine",
"fuelphp",
"grav",
"installer",
"itop",
"joomla",
"known",
"kohana",
"laravel",
"lavalite",
"lithium",
"magento",
"majima",
"mako",
"mediawiki",
2021-04-29 20:36:13 +01:00
"miaoxing",
2019-10-27 16:15:14 +00:00
"modulework",
"modx",
"moodle",
"osclass",
2021-10-01 18:20:27 +01:00
"pantheon",
2019-10-27 16:15:14 +00:00
"phpbb",
"piwik",
"ppi",
2021-01-31 14:50:01 +00:00
"processwire",
2019-10-27 16:15:14 +00:00
"puppet",
"pxcms",
"reindex",
"roundcube",
"shopware",
"silverstripe",
"sydes",
2020-02-21 13:41:02 +00:00
"sylius",
2019-10-27 16:15:14 +00:00
"symfony",
2021-04-29 20:36:13 +01:00
"tastyigniter",
2019-10-27 16:15:14 +00:00
"typo3",
"wordpress",
"yawik",
"zend",
"zikula"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/composer/installers/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/composer/installers/tree/v1.12.0"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
2021-01-31 14:50:01 +00:00
{
"url": "https://github.com/composer",
"type": "github"
},
2020-06-10 20:48:23 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-09-13T08:19:44+00:00"
2019-10-27 16:15:14 +00:00
},
2017-06-13 19:17:55 +01:00
{
"name": "cviebrock/eloquent-sluggable",
2021-10-01 18:20:27 +01:00
"version": "8.0.8",
2017-06-13 19:17:55 +01:00
"source": {
"type": "git",
"url": "https://github.com/cviebrock/eloquent-sluggable.git",
2021-10-01 18:20:27 +01:00
"reference": "16e21db24d80180f870c3c7c4faf3d3af23f4117"
2017-06-13 19:17:55 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/cviebrock/eloquent-sluggable/zipball/16e21db24d80180f870c3c7c4faf3d3af23f4117",
"reference": "16e21db24d80180f870c3c7c4faf3d3af23f4117",
2017-06-13 19:17:55 +01:00
"shasum": ""
},
"require": {
2020-02-21 13:41:02 +00:00
"cocur/slugify": "^4.0",
2020-10-17 17:15:06 +01:00
"illuminate/config": "^8.0",
"illuminate/database": "^8.0",
"illuminate/support": "^8.0",
2020-12-31 13:34:55 +00:00
"php": "^7.3|^8.0"
2017-06-13 19:17:55 +01:00
},
"require-dev": {
2020-10-17 17:15:06 +01:00
"limedeck/phpunit-detailed-printer": "^6.0",
"mockery/mockery": "^1.4.2",
"orchestra/database": "^6.0",
"orchestra/testbench": "^6.0",
2021-01-31 14:50:01 +00:00
"phpunit/phpunit": "^9.4"
2017-06-13 19:17:55 +01:00
},
"type": "library",
2017-07-06 13:29:00 +01:00
"extra": {
"laravel": {
"providers": [
"Cviebrock\\EloquentSluggable\\ServiceProvider"
]
}
},
2017-06-13 19:17:55 +01:00
"autoload": {
"psr-4": {
"Cviebrock\\EloquentSluggable\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Colin Viebrock",
"email": "colin@viebrock.ca"
}
],
2019-10-19 15:34:49 +01:00
"description": "Easy creation of slugs for your Eloquent models in Laravel",
2017-06-13 19:17:55 +01:00
"homepage": "https://github.com/cviebrock/eloquent-sluggable",
"keywords": [
"eloquent",
2017-09-06 14:54:02 +01:00
"eloquent-sluggable",
2017-06-13 19:17:55 +01:00
"laravel",
2017-09-06 14:54:02 +01:00
"lumen",
"slug",
"sluggable"
2017-06-13 19:17:55 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/cviebrock/eloquent-sluggable/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/cviebrock/eloquent-sluggable/tree/8.0.8"
2021-01-31 14:50:01 +00:00
},
2021-10-01 18:20:27 +01:00
"funding": [
{
"url": "https://github.com/cviebrock",
"type": "github"
}
],
"time": "2021-06-12T01:05:33+00:00"
2017-06-13 19:17:55 +01:00
},
2016-09-05 23:47:15 +01:00
{
2020-10-16 20:45:07 +01:00
"name": "doctrine/inflector",
"version": "2.0.3",
2016-09-05 23:47:15 +01:00
"source": {
"type": "git",
2020-10-16 20:45:07 +01:00
"url": "https://github.com/doctrine/inflector.git",
"reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210"
2016-09-05 23:47:15 +01:00
},
"dist": {
"type": "zip",
2020-10-16 20:45:07 +01:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
"reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
2016-09-05 23:47:15 +01:00
"shasum": ""
},
"require": {
2020-10-16 20:45:07 +01:00
"php": "^7.2 || ^8.0"
2016-09-05 23:47:15 +01:00
},
"require-dev": {
2020-10-16 20:45:07 +01:00
"doctrine/coding-standard": "^7.0",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
2016-09-05 23:47:15 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-16 20:45:07 +01:00
"dev-master": "2.0.x-dev"
2016-09-05 23:47:15 +01:00
}
},
"autoload": {
"psr-4": {
2020-10-16 20:45:07 +01:00
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
2016-09-05 23:47:15 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-01-26 17:50:49 +00:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2016-09-05 23:47:15 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2020-10-16 20:45:07 +01:00
"description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
"homepage": "https://www.doctrine-project.org/projects/inflector.html",
2016-09-05 23:47:15 +01:00
"keywords": [
2020-10-16 20:45:07 +01:00
"inflection",
"inflector",
"lowercase",
"manipulation",
2020-01-26 17:50:49 +00:00
"php",
2020-10-16 20:45:07 +01:00
"plural",
"singular",
"strings",
"uppercase",
"words"
2016-09-05 23:47:15 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
"source": "https://github.com/doctrine/inflector/tree/2.0.x"
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
2020-10-16 20:45:07 +01:00
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
2020-06-10 20:48:23 +01:00
"type": "tidelift"
}
],
2020-10-16 20:45:07 +01:00
"time": "2020-05-29T15:13:26+00:00"
2016-09-05 23:47:15 +01:00
},
{
2020-10-16 20:45:07 +01:00
"name": "doctrine/lexer",
"version": "1.2.1",
2016-09-05 23:47:15 +01:00
"source": {
"type": "git",
2020-10-16 20:45:07 +01:00
"url": "https://github.com/doctrine/lexer.git",
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
2016-09-05 23:47:15 +01:00
},
"dist": {
"type": "zip",
2020-10-16 20:45:07 +01:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
2016-09-05 23:47:15 +01:00
"shasum": ""
},
"require": {
2020-10-16 20:45:07 +01:00
"php": "^7.2 || ^8.0"
2016-09-05 23:47:15 +01:00
},
"require-dev": {
2020-10-16 20:45:07 +01:00
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11.8",
"phpunit/phpunit": "^8.2"
2018-07-22 18:34:16 +01:00
},
2016-09-05 23:47:15 +01:00
"type": "library",
"extra": {
"branch-alias": {
2020-10-16 20:45:07 +01:00
"dev-master": "1.2.x-dev"
2016-09-05 23:47:15 +01:00
}
},
"autoload": {
2019-01-20 17:35:58 +00:00
"psr-4": {
2020-10-16 20:45:07 +01:00
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
2016-09-05 23:47:15 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-01-26 17:50:49 +00:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2016-09-05 23:47:15 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
2020-10-16 20:45:07 +01:00
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2016-09-05 23:47:15 +01:00
}
],
2020-10-16 20:45:07 +01:00
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
2016-09-05 23:47:15 +01:00
"keywords": [
2020-10-16 20:45:07 +01:00
"annotations",
"docblock",
"lexer",
"parser",
"php"
2016-09-05 23:47:15 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
"source": "https://github.com/doctrine/lexer/tree/1.2.1"
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
2020-10-16 20:45:07 +01:00
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
2020-06-10 20:48:23 +01:00
"type": "tidelift"
}
],
2020-10-16 20:45:07 +01:00
"time": "2020-05-25T17:44:05+00:00"
2016-09-05 23:47:15 +01:00
},
{
2020-10-16 20:45:07 +01:00
"name": "dragonmantank/cron-expression",
2020-11-28 18:21:29 +00:00
"version": "v3.1.0",
2016-09-05 23:47:15 +01:00
"source": {
"type": "git",
2020-10-16 20:45:07 +01:00
"url": "https://github.com/dragonmantank/cron-expression.git",
2020-11-28 18:21:29 +00:00
"reference": "7a8c6e56ab3ffcc538d05e8155bb42269abf1a0c"
2016-09-05 23:47:15 +01:00
},
"dist": {
"type": "zip",
2020-11-28 18:21:29 +00:00
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/7a8c6e56ab3ffcc538d05e8155bb42269abf1a0c",
"reference": "7a8c6e56ab3ffcc538d05e8155bb42269abf1a0c",
2016-09-05 23:47:15 +01:00
"shasum": ""
},
"require": {
2020-11-28 18:21:29 +00:00
"php": "^7.2|^8.0",
"webmozart/assert": "^1.7.0"
2020-10-17 17:15:06 +01:00
},
"replace": {
"mtdowling/cron-expression": "^1.0"
2016-09-05 23:47:15 +01:00
},
"require-dev": {
2020-11-28 18:21:29 +00:00
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-webmozart-assert": "^0.12.7",
2020-10-17 17:15:06 +01:00
"phpunit/phpunit": "^7.0|^8.0|^9.0"
2016-09-05 23:47:15 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2020-10-16 20:45:07 +01:00
"Cron\\": "src/Cron/"
2016-09-05 23:47:15 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-10-16 20:45:07 +01:00
"name": "Chris Tankersley",
"email": "chris@ctankersley.com",
"homepage": "https://github.com/dragonmantank"
2018-02-15 12:26:59 +00:00
}
],
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
"keywords": [
"cron",
"schedule"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/dragonmantank/cron-expression/issues",
"source": "https://github.com/dragonmantank/cron-expression/tree/v3.1.0"
},
2020-10-17 17:15:06 +01:00
"funding": [
{
"url": "https://github.com/dragonmantank",
"type": "github"
}
],
2020-11-28 18:21:29 +00:00
"time": "2020-11-24T19:55:57+00:00"
2018-02-15 12:26:59 +00:00
},
2017-09-04 19:34:39 +01:00
{
"name": "egulias/email-validator",
2020-12-31 13:34:55 +00:00
"version": "2.1.25",
2017-09-04 19:34:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
2020-12-31 13:34:55 +00:00
"reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4"
2017-09-04 19:34:39 +01:00
},
"dist": {
"type": "zip",
2020-12-31 13:34:55 +00:00
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0dbf5d78455d4d6a41d186da50adc1122ec066f4",
"reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4",
2017-09-04 19:34:39 +01:00
"shasum": ""
},
"require": {
"doctrine/lexer": "^1.0.1",
2020-01-26 17:50:49 +00:00
"php": ">=5.5",
"symfony/polyfill-intl-idn": "^1.10"
2017-09-04 19:34:39 +01:00
},
"require-dev": {
2020-01-26 17:50:49 +00:00
"dominicsayers/isemail": "^3.0.7",
"phpunit/phpunit": "^4.8.36|^7.5.15",
"satooshi/php-coveralls": "^1.0.1"
2017-09-04 19:34:39 +01:00
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
},
"type": "library",
"extra": {
"branch-alias": {
2019-08-18 18:41:56 +01:00
"dev-master": "2.1.x-dev"
2017-09-04 19:34:39 +01:00
}
},
"autoload": {
"psr-4": {
2020-06-17 22:43:12 +01:00
"Egulias\\EmailValidator\\": "src"
2017-09-04 19:34:39 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eduardo Gulias Davis"
}
],
"description": "A library for validating emails against several RFCs",
"homepage": "https://github.com/egulias/EmailValidator",
"keywords": [
"email",
"emailvalidation",
"emailvalidator",
"validation",
"validator"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/egulias/EmailValidator/issues",
"source": "https://github.com/egulias/EmailValidator/tree/2.1.25"
},
2020-11-28 18:21:29 +00:00
"funding": [
{
"url": "https://github.com/egulias",
"type": "github"
}
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-29T14:50:06+00:00"
2017-02-03 21:49:49 +00:00
},
2017-09-04 19:34:39 +01:00
{
"name": "fideloper/proxy",
2020-11-01 14:24:36 +00:00
"version": "4.4.1",
2017-09-04 19:34:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/fideloper/TrustedProxy.git",
2020-11-01 14:24:36 +00:00
"reference": "c073b2bd04d1c90e04dc1b787662b558dd65ade0"
2017-09-04 19:34:39 +01:00
},
"dist": {
"type": "zip",
2020-11-01 14:24:36 +00:00
"url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/c073b2bd04d1c90e04dc1b787662b558dd65ade0",
"reference": "c073b2bd04d1c90e04dc1b787662b558dd65ade0",
2017-09-04 19:34:39 +01:00
"shasum": ""
},
"require": {
2020-11-01 14:24:36 +00:00
"illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0",
2017-09-04 19:34:39 +01:00
"php": ">=5.4.0"
},
"require-dev": {
2020-11-01 14:24:36 +00:00
"illuminate/http": "^5.0|^6.0|^7.0|^8.0|^9.0",
2019-10-19 15:34:49 +01:00
"mockery/mockery": "^1.0",
2018-02-15 12:26:59 +00:00
"phpunit/phpunit": "^6.0"
2017-09-04 19:34:39 +01:00
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Fideloper\\Proxy\\TrustedProxyServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Fideloper\\Proxy\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Fidao",
"email": "fideloper@gmail.com"
}
],
"description": "Set trusted proxies for Laravel",
"keywords": [
"load balancing",
"proxy",
"trusted proxy"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/fideloper/TrustedProxy/issues",
"source": "https://github.com/fideloper/TrustedProxy/tree/4.4.1"
},
2020-11-01 14:24:36 +00:00
"time": "2020-10-22T13:48:01+00:00"
2017-09-04 19:34:39 +01:00
},
2020-10-19 19:41:50 +01:00
{
"name": "fruitcake/laravel-cors",
2021-04-29 20:36:13 +01:00
"version": "v2.0.4",
2020-10-19 19:41:50 +01:00
"source": {
"type": "git",
"url": "https://github.com/fruitcake/laravel-cors.git",
2021-04-29 20:36:13 +01:00
"reference": "a8ccedc7ca95189ead0e407c43b530dc17791d6a"
2020-10-19 19:41:50 +01:00
},
"dist": {
"type": "zip",
2021-04-29 20:36:13 +01:00
"url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/a8ccedc7ca95189ead0e407c43b530dc17791d6a",
"reference": "a8ccedc7ca95189ead0e407c43b530dc17791d6a",
2020-10-19 19:41:50 +01:00
"shasum": ""
},
"require": {
"asm89/stack-cors": "^2.0.1",
2020-11-01 14:24:36 +00:00
"illuminate/contracts": "^6|^7|^8|^9",
"illuminate/support": "^6|^7|^8|^9",
2020-10-19 19:41:50 +01:00
"php": ">=7.2",
"symfony/http-foundation": "^4|^5",
"symfony/http-kernel": "^4.3.4|^5"
},
"require-dev": {
"laravel/framework": "^6|^7|^8",
2021-04-29 20:36:13 +01:00
"orchestra/testbench-dusk": "^4|^5|^6|^7",
"phpunit/phpunit": "^6|^7|^8|^9",
2020-10-19 19:41:50 +01:00
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
},
"laravel": {
"providers": [
"Fruitcake\\Cors\\CorsServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Fruitcake\\Cors\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fruitcake",
"homepage": "https://fruitcake.nl"
},
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
"description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application",
"keywords": [
"api",
"cors",
"crossdomain",
"laravel"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/fruitcake/laravel-cors/issues",
2021-04-29 20:36:13 +01:00
"source": "https://github.com/fruitcake/laravel-cors/tree/v2.0.4"
2021-01-31 14:50:01 +00:00
},
2020-10-19 19:41:50 +01:00
"funding": [
{
"url": "https://github.com/barryvdh",
"type": "github"
}
],
2021-04-29 20:36:13 +01:00
"time": "2021-04-26T11:24:25+00:00"
2020-10-19 19:41:50 +01:00
},
2020-10-17 17:15:06 +01:00
{
"name": "graham-campbell/result-type",
2021-10-01 18:20:27 +01:00
"version": "v1.0.2",
2020-10-17 17:15:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Result-Type.git",
2021-10-01 18:20:27 +01:00
"reference": "84afea85c6841deeea872f36249a206e878a5de0"
2020-10-17 17:15:06 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/84afea85c6841deeea872f36249a206e878a5de0",
"reference": "84afea85c6841deeea872f36249a206e878a5de0",
2020-10-17 17:15:06 +01:00
"shasum": ""
},
"require": {
2021-10-01 18:20:27 +01:00
"php": "^7.0 || ^8.0",
"phpoption/phpoption": "^1.8"
2020-10-17 17:15:06 +01:00
},
"require-dev": {
2021-10-01 18:20:27 +01:00
"phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
2020-10-17 17:15:06 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"GrahamCampbell\\ResultType\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
2021-10-01 18:20:27 +01:00
"email": "hello@gjcampbell.co.uk"
2020-10-17 17:15:06 +01:00
}
],
"description": "An Implementation Of The Result Type",
"keywords": [
"Graham Campbell",
"GrahamCampbell",
"Result Type",
"Result-Type",
"result"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/GrahamCampbell/Result-Type/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.2"
2021-01-31 14:50:01 +00:00
},
2020-10-17 17:15:06 +01:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
"type": "tidelift"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-08-28T21:34:50+00:00"
2020-10-17 17:15:06 +01:00
},
2016-05-19 15:01:28 +01:00
{
2020-10-16 20:45:07 +01:00
"name": "guzzlehttp/guzzle",
2021-04-29 20:36:13 +01:00
"version": "7.3.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2021-04-29 20:36:13 +01:00
"reference": "7008573787b430c1c1f650e3722d9bba59967628"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-04-29 20:36:13 +01:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/7008573787b430c1c1f650e3722d9bba59967628",
"reference": "7008573787b430c1c1f650e3722d9bba59967628",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2019-10-27 16:15:14 +00:00
"ext-json": "*",
2020-10-17 17:15:06 +01:00
"guzzlehttp/promises": "^1.4",
2021-04-29 20:36:13 +01:00
"guzzlehttp/psr7": "^1.7 || ^2.0",
2020-10-17 17:15:06 +01:00
"php": "^7.2.5 || ^8.0",
"psr/http-client": "^1.0"
},
"provide": {
"psr/http-client-implementation": "1.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2021-04-29 20:36:13 +01:00
"bamarni/composer-bin-plugin": "^1.4.1",
2016-05-19 15:01:28 +01:00
"ext-curl": "*",
2020-10-17 17:15:06 +01:00
"php-http/client-integration-tests": "^3.0",
"phpunit/phpunit": "^8.5.5 || ^9.3.5",
2019-10-27 16:15:14 +00:00
"psr/log": "^1.1"
2016-05-19 15:01:28 +01:00
},
2017-06-23 10:04:19 +01:00
"suggest": {
2020-10-17 17:15:06 +01:00
"ext-curl": "Required for CURL handler support",
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
2017-06-23 10:04:19 +01:00
"psr/log": "Required for using the Log middleware"
},
2016-05-19 15:01:28 +01:00
"type": "library",
"extra": {
"branch-alias": {
2021-04-29 20:36:13 +01:00
"dev-master": "7.3-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\": "src/"
2019-10-27 16:15:14 +00:00
},
"files": [
"src/functions_include.php"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2020-10-17 17:15:06 +01:00
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
2016-05-19 15:01:28 +01:00
}
],
"description": "Guzzle is a PHP HTTP client library",
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
2020-10-17 17:15:06 +01:00
"psr-18",
"psr-7",
2016-05-19 15:01:28 +01:00
"rest",
"web service"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
2021-04-29 20:36:13 +01:00
"source": "https://github.com/guzzle/guzzle/tree/7.3.0"
2021-01-31 14:50:01 +00:00
},
2020-10-17 17:15:06 +01:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://github.com/alexeyshockov",
"type": "github"
},
{
"url": "https://github.com/gmponos",
"type": "github"
}
],
2021-04-29 20:36:13 +01:00
"time": "2021-03-23T11:33:13+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "guzzlehttp/promises",
2021-03-17 18:38:18 +00:00
"version": "1.4.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
2021-03-17 18:38:18 +00:00
"reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-03-17 18:38:18 +00:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d",
"reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=5.5"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2020-10-10 19:44:17 +01:00
"symfony/phpunit-bridge": "^4.4 || ^5.1"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-01-26 15:34:27 +00:00
"dev-master": "1.4-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/guzzle/promises/issues",
2021-03-17 18:38:18 +00:00
"source": "https://github.com/guzzle/promises/tree/1.4.1"
2021-01-31 14:50:01 +00:00
},
2021-03-17 18:38:18 +00:00
"time": "2021-03-07T09:25:29+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "guzzlehttp/psr7",
2021-10-05 20:42:02 +01:00
"version": "1.8.3",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2021-10-05 20:42:02 +01:00
"reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-05 20:42:02 +01:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
"reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
"php": ">=5.4.0",
2019-01-20 17:35:58 +00:00
"psr/http-message": "~1.0",
2019-07-13 13:02:45 +01:00
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
2016-05-19 15:01:28 +01:00
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
2019-07-13 13:02:45 +01:00
"ext-zlib": "*",
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
2016-05-19 15:01:28 +01:00
},
2019-07-13 13:02:45 +01:00
"suggest": {
2020-10-10 19:44:17 +01:00
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
2019-07-13 13:02:45 +01:00
},
2016-05-19 15:01:28 +01:00
"type": "library",
"extra": {
"branch-alias": {
2020-10-10 19:44:17 +01:00
"dev-master": "1.7-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2021-10-05 20:42:02 +01:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2016-05-19 15:01:28 +01:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2017-03-02 15:49:52 +00:00
},
2021-10-05 20:42:02 +01:00
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://github.com/sagikazarmark"
},
2017-03-02 15:49:52 +00:00
{
"name": "Tobias Schultze",
2021-10-05 20:42:02 +01:00
"email": "webmaster@tubo-world.de",
2017-03-02 15:49:52 +00:00
"homepage": "https://github.com/Tobion"
2016-05-19 15:01:28 +01:00
}
],
2017-03-02 15:49:52 +00:00
"description": "PSR-7 message implementation that also provides common utility methods",
2016-05-19 15:01:28 +01:00
"keywords": [
"http",
"message",
2019-01-20 17:35:58 +00:00
"psr-7",
2017-03-02 15:49:52 +00:00
"request",
"response",
2016-05-19 15:01:28 +01:00
"stream",
2017-03-02 15:49:52 +00:00
"uri",
"url"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
2021-10-05 20:42:02 +01:00
"source": "https://github.com/guzzle/psr7/tree/1.8.3"
2021-01-31 14:50:01 +00:00
},
2021-10-05 20:42:02 +01:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
"type": "tidelift"
}
],
"time": "2021-10-05T13:56:00+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "indieauth/client",
2021-01-31 14:50:01 +00:00
"version": "1.1.5",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/indieweb/indieauth-client-php.git",
2021-01-31 14:50:01 +00:00
"reference": "2ebd8396913ae8c72438dc24f037c8e1717b66ed"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-01-31 14:50:01 +00:00
"url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/2ebd8396913ae8c72438dc24f037c8e1717b66ed",
"reference": "2ebd8396913ae8c72438dc24f037c8e1717b66ed",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2018-02-15 12:26:59 +00:00
"indieweb/representative-h-card": "^0.1.2",
2018-03-17 13:53:43 +00:00
"mf2/mf2": ">=0.3.2",
2018-02-15 12:26:59 +00:00
"p3k/http": ">=0.1.6",
2020-12-31 13:34:55 +00:00
"php": ">5.6.0"
2016-05-19 15:01:28 +01:00
},
2017-12-07 15:39:19 +00:00
"require-dev": {
"phpunit/phpunit": "4.8.*"
},
2016-05-19 15:01:28 +01:00
"type": "library",
"autoload": {
"psr-0": {
"IndieAuth": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-02-15 12:26:59 +00:00
"Apache-2.0"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
"name": "Aaron Parecki",
2018-02-15 12:26:59 +00:00
"homepage": "https://aaronparecki.com"
2016-05-19 15:01:28 +01:00
}
],
"description": "IndieAuth Client Library",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/indieweb/indieauth-client-php/issues",
"source": "https://github.com/indieweb/indieauth-client-php/tree/1.1.5"
},
2020-12-31 13:34:55 +00:00
"funding": [
{
"url": "https://opencollective.com/indieweb",
"type": "opencollective"
}
],
2021-01-31 14:50:01 +00:00
"time": "2021-01-10T00:19:07+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "indieweb/link-rel-parser",
2017-01-26 15:34:27 +00:00
"version": "0.1.3",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/indieweb/link-rel-parser-php.git",
2017-01-26 15:34:27 +00:00
"reference": "295420e4f16d9a9d262a3c25a7a583794428f055"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2017-01-26 15:34:27 +00:00
"url": "https://api.github.com/repos/indieweb/link-rel-parser-php/zipball/295420e4f16d9a9d262a3c25a7a583794428f055",
"reference": "295420e4f16d9a9d262a3c25a7a583794428f055",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"files": [
"src/IndieWeb/link_rel_parser.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Aaron Parecki",
"homepage": "http://aaronparecki.com"
},
{
"name": "Tantek Çelik",
"homepage": "http://tantek.com"
}
],
"description": "Parse rel values from HTTP headers",
"homepage": "https://github.com/indieweb/link-rel-parser-php",
"keywords": [
"http",
"indieweb",
"microformats2"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/indieweb/link-rel-parser-php/issues",
"source": "https://github.com/indieweb/link-rel-parser-php/tree/master"
},
2017-01-26 15:34:27 +00:00
"time": "2017-01-11T17:14:49+00:00"
2016-05-19 15:01:28 +01:00
},
2018-02-15 12:26:59 +00:00
{
"name": "indieweb/representative-h-card",
"version": "0.1.2",
"source": {
"type": "git",
"url": "https://github.com/indieweb/representative-h-card-php.git",
"reference": "b70b01bd0dd7f2a940602137335dbf46ab6e2e38"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/indieweb/representative-h-card-php/zipball/b70b01bd0dd7f2a940602137335dbf46ab6e2e38",
"reference": "b70b01bd0dd7f2a940602137335dbf46ab6e2e38",
"shasum": ""
},
"require": {
"php": ">=5.4"
},
"require-dev": {
"mf2/mf2": "0.2.*",
"phpunit/phpunit": "*"
},
"type": "library",
"autoload": {
"files": [
"src/mf2/representative-h-card.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Aaron Parecki",
"homepage": "http://aaronparecki.com"
}
],
"keywords": [
"h-card",
"indieweb",
"mf2",
"microformats"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/indieweb/representative-h-card-php/issues",
"source": "https://github.com/indieweb/representative-h-card-php/tree/0.1.2"
},
2018-02-15 12:26:59 +00:00
"time": "2015-12-23T18:11:19+00:00"
},
2017-09-16 11:39:36 +01:00
{
"name": "intervention/image",
2021-10-05 20:42:02 +01:00
"version": "2.7.0",
2017-09-16 11:39:36 +01:00
"source": {
"type": "git",
"url": "https://github.com/Intervention/image.git",
2021-10-05 20:42:02 +01:00
"reference": "9a8cc99d30415ec0b3f7649e1647d03a55698545"
2017-09-16 11:39:36 +01:00
},
"dist": {
"type": "zip",
2021-10-05 20:42:02 +01:00
"url": "https://api.github.com/repos/Intervention/image/zipball/9a8cc99d30415ec0b3f7649e1647d03a55698545",
"reference": "9a8cc99d30415ec0b3f7649e1647d03a55698545",
2017-09-16 11:39:36 +01:00
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
2021-10-01 18:20:27 +01:00
"guzzlehttp/psr7": "~1.1 || ^2.0",
2017-09-16 11:39:36 +01:00
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "~0.9.2",
2021-10-01 18:20:27 +01:00
"phpunit/phpunit": "^4.8 || ^5.7 || ^7.5.15"
2017-09-16 11:39:36 +01:00
},
"suggest": {
"ext-gd": "to use GD library based image processing.",
"ext-imagick": "to use Imagick based image processing.",
"intervention/imagecache": "Caching extension for the Intervention Image library"
},
"type": "library",
"extra": {
"branch-alias": {
2018-06-23 23:21:26 +01:00
"dev-master": "2.4-dev"
2017-09-16 11:39:36 +01:00
},
"laravel": {
"providers": [
"Intervention\\Image\\ImageServiceProvider"
],
"aliases": {
"Image": "Intervention\\Image\\Facades\\Image"
}
}
},
"autoload": {
"psr-4": {
"Intervention\\Image\\": "src/Intervention/Image"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Oliver Vogel",
"email": "oliver@olivervogel.com",
"homepage": "http://olivervogel.com/"
}
],
"description": "Image handling and manipulation library with support for Laravel integration",
"homepage": "http://image.intervention.io/",
"keywords": [
"gd",
"image",
"imagick",
"laravel",
"thumbnail",
"watermark"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/Intervention/image/issues",
2021-10-05 20:42:02 +01:00
"source": "https://github.com/Intervention/image/tree/2.7.0"
2021-01-31 14:50:01 +00:00
},
2021-10-01 18:20:27 +01:00
"funding": [
{
"url": "https://www.paypal.me/interventionphp",
"type": "custom"
},
{
"url": "https://github.com/Intervention",
"type": "github"
}
],
2021-10-05 20:42:02 +01:00
"time": "2021-10-03T14:17:12+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "jonnybarnes/indieweb",
2020-12-31 13:34:55 +00:00
"version": "v0.3",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2020-10-10 19:44:17 +01:00
"url": "https://github.com/jonnybarnes/indieweb.git",
2020-12-31 13:34:55 +00:00
"reference": "675510b2be81cce8c79a591bba548cbeb3dc82f7"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2020-12-31 13:34:55 +00:00
"url": "https://api.github.com/repos/jonnybarnes/indieweb/zipball/675510b2be81cce8c79a591bba548cbeb3dc82f7",
"reference": "675510b2be81cce8c79a591bba548cbeb3dc82f7",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"ext-intl": "*",
"ext-mbstring": "*",
2020-12-31 13:34:55 +00:00
"php": "^7.3|^8.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.0"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Jonnybarnes\\IndieWeb\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"CC0-1.0"
],
"authors": [
{
"name": "Jonny Barnes",
"email": "jonny@jonnybarnes.uk"
}
],
"description": "IndieWeb helper functions",
"homepage": "https://github.com/jonnybarnes/indieweb",
"keywords": [
"indieweb",
"posse"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/jonnybarnes/indieweb/issues",
"source": "https://github.com/jonnybarnes/indieweb/tree/v0.3"
},
2020-12-31 13:34:55 +00:00
"time": "2020-11-29T11:13:10+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "jonnybarnes/webmentions-parser",
2020-12-31 13:34:55 +00:00
"version": "v0.6",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/jonnybarnes/webmentions-parser.git",
2020-12-31 13:34:55 +00:00
"reference": "cac1acb2b252d6eb611fc5f3a2c6e2265bc86b44"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2020-12-31 13:34:55 +00:00
"url": "https://api.github.com/repos/jonnybarnes/webmentions-parser/zipball/cac1acb2b252d6eb611fc5f3a2c6e2265bc86b44",
"reference": "cac1acb2b252d6eb611fc5f3a2c6e2265bc86b44",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"guzzlehttp/guzzle": "^6.0|^7.0",
"mf2/mf2": "~0.4",
2020-12-31 13:34:55 +00:00
"php": "^7.3|^8.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.0"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Jonnybarnes\\WebmentionsParser\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
2016-07-12 21:55:03 +01:00
"license": [
"CC0-1.0"
],
2016-05-19 15:01:28 +01:00
"authors": [
{
"name": "Jonny Barnes",
"homepage": "https://jonnybarnes.uk"
}
],
"description": "A PHP library to parse webmentions from HTML",
"keywords": [
"html",
"indieweb",
"microformats",
"webmentions"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/jonnybarnes/webmentions-parser/issues",
"source": "https://github.com/jonnybarnes/webmentions-parser/tree/v0.6"
},
2020-12-31 13:34:55 +00:00
"time": "2020-11-29T11:40:36+00:00"
2016-05-19 15:01:28 +01:00
},
2019-10-27 16:15:14 +00:00
{
"name": "jublonet/codebird-php",
"version": "4.0.0-beta.1",
"source": {
"type": "git",
"url": "https://github.com/jublonet/codebird-php.git",
"reference": "df362d8ad629aad6c4c7dbf36a440e569ec41368"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jublonet/codebird-php/zipball/df362d8ad629aad6c4c7dbf36a440e569ec41368",
"reference": "df362d8ad629aad6c4c7dbf36a440e569ec41368",
"shasum": ""
},
"require": {
"composer/installers": "~1.0",
"ext-hash": "*",
"ext-json": "*",
"lib-openssl": "*",
"php": ">=5.5.0"
},
"require-dev": {
"php-coveralls/php-coveralls": ">=0.6",
"phpunit/phpunit": ">=7.3",
"squizlabs/php_codesniffer": "2.*"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0+"
],
"authors": [
{
"name": "Joshua Atkins",
"email": "joshua.atkins@jublo.net",
"homepage": "http://atkins.im/",
"role": "Developer"
},
{
"name": "J.M.",
"email": "jm@jublo.net",
"homepage": "http://mynetx.net/",
"role": "Developer"
}
],
"description": "Easy access to the Twitter REST API, Direct Messages API, Account Activity API, TON (Object Nest) API and Twitter Ads API — all from one PHP library.",
"homepage": "https://www.jublo.net/projects/codebird/php",
"keywords": [
"api",
"networking",
"twitter"
],
2021-01-31 14:50:01 +00:00
"support": {
"email": "support@jublo.net",
"issues": "https://github.com/jublonet/codebird-php/issues",
"source": "https://github.com/jublonet/codebird-php/releases"
},
2019-10-27 16:15:14 +00:00
"time": "2018-08-16T00:07:08+00:00"
},
2016-05-19 15:01:28 +01:00
{
"name": "laravel/framework",
2021-10-05 20:42:02 +01:00
"version": "v8.63.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
2021-10-05 20:42:02 +01:00
"reference": "8f3d280f36a427730c8c8fa34316c79eed38781e"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-05 20:42:02 +01:00
"url": "https://api.github.com/repos/laravel/framework/zipball/8f3d280f36a427730c8c8fa34316c79eed38781e",
"reference": "8f3d280f36a427730c8c8fa34316c79eed38781e",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-06-10 20:48:23 +01:00
"doctrine/inflector": "^1.4|^2.0",
2020-11-01 14:24:36 +00:00
"dragonmantank/cron-expression": "^3.0.2",
2019-10-19 15:34:49 +01:00
"egulias/email-validator": "^2.1.10",
2019-03-17 14:08:49 +00:00
"ext-json": "*",
2016-05-19 15:01:28 +01:00
"ext-mbstring": "*",
"ext-openssl": "*",
2021-10-01 18:20:27 +01:00
"laravel/serializable-closure": "^1.0",
"league/commonmark": "^1.3|^2.0.2",
2020-11-01 14:24:36 +00:00
"league/flysystem": "^1.1",
2020-06-13 16:32:42 +01:00
"monolog/monolog": "^2.0",
2020-11-01 14:24:36 +00:00
"nesbot/carbon": "^2.31",
"opis/closure": "^3.6",
"php": "^7.3|^8.0",
2018-10-05 20:37:08 +01:00
"psr/container": "^1.0",
2021-10-01 18:20:27 +01:00
"psr/log": "^1.0 || ^2.0",
2017-09-04 19:34:39 +01:00
"psr/simple-cache": "^1.0",
2021-10-01 18:20:27 +01:00
"ramsey/uuid": "^4.2.2",
2018-10-05 20:37:08 +01:00
"swiftmailer/swiftmailer": "^6.0",
2020-12-31 13:34:55 +00:00
"symfony/console": "^5.1.4",
"symfony/error-handler": "^5.1.4",
"symfony/finder": "^5.1.4",
"symfony/http-foundation": "^5.1.4",
"symfony/http-kernel": "^5.1.4",
"symfony/mime": "^5.1.4",
"symfony/process": "^5.1.4",
"symfony/routing": "^5.1.4",
"symfony/var-dumper": "^5.1.4",
2020-06-13 16:32:42 +01:00
"tijsverkoyen/css-to-inline-styles": "^2.2.2",
2020-10-17 17:15:06 +01:00
"vlucas/phpdotenv": "^5.2",
2020-06-13 16:32:42 +01:00
"voku/portable-ascii": "^1.4.8"
2016-05-19 15:01:28 +01:00
},
2018-03-09 22:59:12 +00:00
"conflict": {
"tightenco/collect": "<5.5.33"
},
2020-06-13 16:32:42 +01:00
"provide": {
2021-10-01 18:20:27 +01:00
"psr/container-implementation": "1.0",
"psr/simple-cache-implementation": "1.0"
2020-06-13 16:32:42 +01:00
},
2016-05-19 15:01:28 +01:00
"replace": {
"illuminate/auth": "self.version",
"illuminate/broadcasting": "self.version",
"illuminate/bus": "self.version",
"illuminate/cache": "self.version",
2020-10-17 17:15:06 +01:00
"illuminate/collections": "self.version",
2016-05-19 15:01:28 +01:00
"illuminate/config": "self.version",
"illuminate/console": "self.version",
"illuminate/container": "self.version",
"illuminate/contracts": "self.version",
"illuminate/cookie": "self.version",
"illuminate/database": "self.version",
"illuminate/encryption": "self.version",
"illuminate/events": "self.version",
"illuminate/filesystem": "self.version",
"illuminate/hashing": "self.version",
"illuminate/http": "self.version",
"illuminate/log": "self.version",
2020-10-17 17:15:06 +01:00
"illuminate/macroable": "self.version",
2016-05-19 15:01:28 +01:00
"illuminate/mail": "self.version",
2016-09-21 17:34:27 +01:00
"illuminate/notifications": "self.version",
2016-05-19 15:01:28 +01:00
"illuminate/pagination": "self.version",
"illuminate/pipeline": "self.version",
"illuminate/queue": "self.version",
"illuminate/redis": "self.version",
"illuminate/routing": "self.version",
"illuminate/session": "self.version",
"illuminate/support": "self.version",
2020-06-13 16:32:42 +01:00
"illuminate/testing": "self.version",
2016-05-19 15:01:28 +01:00
"illuminate/translation": "self.version",
"illuminate/validation": "self.version",
2018-03-09 22:59:12 +00:00
"illuminate/view": "self.version"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2021-10-01 18:20:27 +01:00
"aws/aws-sdk-php": "^3.189.0",
"doctrine/dbal": "^2.13.3|^3.1.2",
2020-11-01 14:24:36 +00:00
"filp/whoops": "^2.8",
2020-10-17 17:15:06 +01:00
"guzzlehttp/guzzle": "^6.5.5|^7.0.1",
2018-10-05 20:37:08 +01:00
"league/flysystem-cached-adapter": "^1.0",
2021-10-01 18:20:27 +01:00
"mockery/mockery": "^1.4.4",
"orchestra/testbench-core": "^6.23",
2019-03-17 14:08:49 +00:00
"pda/pheanstalk": "^4.0",
2021-10-01 18:20:27 +01:00
"phpunit/phpunit": "^8.5.19|^9.5.8",
"predis/predis": "^1.1.2",
2020-12-31 13:34:55 +00:00
"symfony/cache": "^5.1.4"
2016-05-19 15:01:28 +01:00
},
"suggest": {
2021-10-01 18:20:27 +01:00
"aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.189.0).",
2021-01-31 14:50:01 +00:00
"brianium/paratest": "Required to run tests in parallel (^6.0).",
2021-10-01 18:20:27 +01:00
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.2).",
2020-06-17 22:43:12 +01:00
"ext-ftp": "Required to use the Flysystem FTP driver.",
2019-10-19 15:34:49 +01:00
"ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
"ext-memcached": "Required to use the memcache cache driver.",
2017-11-16 09:38:21 +00:00
"ext-pcntl": "Required to use all features of the queue worker.",
"ext-posix": "Required to use all features of the queue worker.",
2020-06-10 20:48:23 +01:00
"ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
2020-11-01 14:24:36 +00:00
"fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
"filp/whoops": "Required for friendly error pages in development (^2.8).",
2020-10-17 17:15:06 +01:00
"guzzlehttp/guzzle": "Required to use the HTTP Client, Mailgun mail driver and the ping methods on schedules (^6.5.5|^7.0.1).",
2020-02-21 13:41:02 +00:00
"laravel/tinker": "Required to use the tinker console command (^2.0).",
2018-10-05 20:37:08 +01:00
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
"league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
"league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
2021-10-01 18:20:27 +01:00
"mockery/mockery": "Required to use mocking (^1.4.4).",
2020-01-26 17:50:49 +00:00
"nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
2019-03-17 14:08:49 +00:00
"pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
2021-10-01 18:20:27 +01:00
"phpunit/phpunit": "Required to use assertions and run tests (^8.5.19|^9.5.8).",
2020-09-13 13:58:50 +01:00
"predis/predis": "Required to use the predis connector (^1.1.2).",
2020-01-26 17:50:49 +00:00
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
2021-10-01 18:20:27 +01:00
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0|^5.0|^6.0).",
2020-12-31 13:34:55 +00:00
"symfony/cache": "Required to PSR-6 cache bridge (^5.1.4).",
"symfony/filesystem": "Required to enable support for relative symbolic links (^5.1.4).",
2020-06-13 16:32:42 +01:00
"symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0).",
2019-03-17 14:08:49 +00:00
"wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-17 17:15:06 +01:00
"dev-master": "8.x-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"files": [
2020-10-17 17:15:06 +01:00
"src/Illuminate/Collections/helpers.php",
"src/Illuminate/Events/functions.php",
2016-05-19 15:01:28 +01:00
"src/Illuminate/Foundation/helpers.php",
"src/Illuminate/Support/helpers.php"
],
"psr-4": {
2020-10-17 17:15:06 +01:00
"Illuminate\\": "src/Illuminate/",
"Illuminate\\Support\\": [
"src/Illuminate/Macroable/",
"src/Illuminate/Collections/"
]
2016-05-19 15:01:28 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
2016-09-06 16:40:39 +01:00
"email": "taylor@laravel.com"
2016-05-19 15:01:28 +01:00
}
],
"description": "The Laravel Framework.",
2016-09-06 16:40:39 +01:00
"homepage": "https://laravel.com",
2016-05-19 15:01:28 +01:00
"keywords": [
"framework",
"laravel"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2021-10-05 20:42:02 +01:00
"time": "2021-10-05T14:04:25+00:00"
2016-05-19 15:01:28 +01:00
},
2017-09-08 20:11:38 +01:00
{
"name": "laravel/horizon",
2021-10-01 18:20:27 +01:00
"version": "v5.7.13",
2017-09-08 20:11:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/laravel/horizon.git",
2021-10-01 18:20:27 +01:00
"reference": "367c48b57af776a3e195a16989655fa89fa052e3"
2017-09-08 20:11:38 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/laravel/horizon/zipball/367c48b57af776a3e195a16989655fa89fa052e3",
"reference": "367c48b57af776a3e195a16989655fa89fa052e3",
2017-09-08 20:11:38 +01:00
"shasum": ""
},
"require": {
2019-03-21 19:46:38 +00:00
"ext-json": "*",
2017-09-08 20:11:38 +01:00
"ext-pcntl": "*",
"ext-posix": "*",
2021-01-31 14:50:01 +00:00
"illuminate/contracts": "^8.17",
"illuminate/queue": "^8.17",
"illuminate/support": "^8.17",
2020-10-17 17:15:06 +01:00
"nesbot/carbon": "^2.17",
2020-11-08 10:49:46 +00:00
"php": "^7.3|^8.0",
2020-10-17 17:15:06 +01:00
"ramsey/uuid": "^4.0",
2020-06-13 16:32:42 +01:00
"symfony/error-handler": "^5.0",
"symfony/process": "^5.0"
2017-09-08 20:11:38 +01:00
},
"require-dev": {
2019-03-21 19:46:38 +00:00
"mockery/mockery": "^1.0",
2020-10-17 17:15:06 +01:00
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.0",
2020-06-13 16:32:42 +01:00
"predis/predis": "^1.1"
},
"suggest": {
"ext-redis": "Required to use the Redis PHP driver.",
"predis/predis": "Required when not using the Redis PHP driver (^1.1)."
2017-09-08 20:11:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-17 17:15:06 +01:00
"dev-master": "5.x-dev"
2017-09-08 20:11:38 +01:00
},
"laravel": {
"providers": [
"Laravel\\Horizon\\HorizonServiceProvider"
],
"aliases": {
"Horizon": "Laravel\\Horizon\\Horizon"
}
}
},
"autoload": {
"psr-4": {
"Laravel\\Horizon\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Dashboard and code-driven configuration for Laravel queues.",
"keywords": [
"laravel",
"queue"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/laravel/horizon/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/laravel/horizon/tree/v5.7.13"
2021-01-31 14:50:01 +00:00
},
2021-10-01 18:20:27 +01:00
"time": "2021-09-14T16:01:18+00:00"
2019-01-20 17:35:58 +00:00
},
2016-11-25 19:51:42 +00:00
{
"name": "laravel/scout",
2021-04-29 20:36:13 +01:00
"version": "v8.6.1",
2016-11-25 19:51:42 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/scout.git",
2021-04-29 20:36:13 +01:00
"reference": "7fb1c860a2fd904f0e084a7cc3641eb1448ba278"
2016-11-25 19:51:42 +00:00
},
"dist": {
"type": "zip",
2021-04-29 20:36:13 +01:00
"url": "https://api.github.com/repos/laravel/scout/zipball/7fb1c860a2fd904f0e084a7cc3641eb1448ba278",
"reference": "7fb1c860a2fd904f0e084a7cc3641eb1448ba278",
2016-11-25 19:51:42 +00:00
"shasum": ""
},
"require": {
2020-09-13 13:58:50 +01:00
"illuminate/bus": "^6.0|^7.0|^8.0",
"illuminate/contracts": "^6.0|^7.0|^8.0",
"illuminate/database": "^6.0|^7.0|^8.0",
"illuminate/http": "^6.0|^7.0|^8.0",
"illuminate/pagination": "^6.0|^7.0|^8.0",
"illuminate/queue": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
2020-12-31 13:34:55 +00:00
"php": "^7.2|^8.0"
2016-11-25 19:51:42 +00:00
},
"require-dev": {
2019-10-19 15:34:49 +01:00
"mockery/mockery": "^1.0",
2020-09-13 13:58:50 +01:00
"phpunit/phpunit": "^8.0|^9.3"
2016-11-25 19:51:42 +00:00
},
"suggest": {
2019-03-17 14:08:49 +00:00
"algolia/algoliasearch-client-php": "Required to use the Algolia engine (^2.2)."
2016-11-25 19:51:42 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-06-13 16:32:42 +01:00
"dev-master": "8.x-dev"
2017-07-12 18:44:47 +01:00
},
"laravel": {
"providers": [
"Laravel\\Scout\\ScoutServiceProvider"
]
2016-11-25 19:51:42 +00:00
}
},
"autoload": {
"psr-4": {
"Laravel\\Scout\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Laravel Scout provides a driver based solution to searching your Eloquent models.",
"keywords": [
"algolia",
"laravel",
"search"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/laravel/scout/issues",
"source": "https://github.com/laravel/scout"
},
2021-04-29 20:36:13 +01:00
"time": "2021-04-06T14:35:41+00:00"
2019-01-20 17:35:58 +00:00
},
2021-10-01 18:20:27 +01:00
{
"name": "laravel/serializable-closure",
"version": "v1.0.2",
"source": {
"type": "git",
"url": "https://github.com/laravel/serializable-closure.git",
"reference": "679e24d36ff8b9be0e36f5222244ec8602e18867"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/679e24d36ff8b9be0e36f5222244ec8602e18867",
"reference": "679e24d36ff8b9be0e36f5222244ec8602e18867",
"shasum": ""
},
"require": {
"php": "^7.3|^8.0"
},
"require-dev": {
"pestphp/pest": "^1.18",
"phpstan/phpstan": "^0.12.98",
"symfony/var-dumper": "^5.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Laravel\\SerializableClosure\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
},
{
"name": "Nuno Maduro",
"email": "nuno@laravel.com"
}
],
"description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
"keywords": [
"closure",
"laravel",
"serializable"
],
"support": {
"issues": "https://github.com/laravel/serializable-closure/issues",
"source": "https://github.com/laravel/serializable-closure"
},
"time": "2021-09-29T13:25:52+00:00"
},
2019-03-29 17:53:43 +00:00
{
"name": "laravel/telescope",
2021-10-05 20:42:02 +01:00
"version": "v4.6.5",
2019-03-29 17:53:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/telescope.git",
2021-10-05 20:42:02 +01:00
"reference": "06ce2890dd9f1f6aab218a922746161e6870a29a"
2019-03-29 17:53:43 +00:00
},
"dist": {
"type": "zip",
2021-10-05 20:42:02 +01:00
"url": "https://api.github.com/repos/laravel/telescope/zipball/06ce2890dd9f1f6aab218a922746161e6870a29a",
"reference": "06ce2890dd9f1f6aab218a922746161e6870a29a",
2019-03-29 17:53:43 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
2021-03-17 18:38:18 +00:00
"laravel/framework": "^8.29",
2020-11-08 10:49:46 +00:00
"php": "^7.3|^8.0",
2020-10-17 17:15:06 +01:00
"symfony/var-dumper": "^5.0"
2019-03-29 17:53:43 +00:00
},
"require-dev": {
2020-01-26 17:50:49 +00:00
"ext-gd": "*",
2020-10-17 17:15:06 +01:00
"orchestra/testbench": "^6.0"
2019-03-29 17:53:43 +00:00
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Laravel\\Telescope\\TelescopeServiceProvider"
]
}
},
"autoload": {
"psr-4": {
2020-11-08 10:49:46 +00:00
"Laravel\\Telescope\\": "src/",
"Laravel\\Telescope\\Database\\Factories\\": "database/factories/"
2019-03-29 17:53:43 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
},
{
"name": "Mohamed Said",
"email": "mohamed@laravel.com"
}
],
"description": "An elegant debug assistant for the Laravel framework.",
"keywords": [
"debugging",
"laravel",
"monitoring"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/laravel/telescope/issues",
2021-10-05 20:42:02 +01:00
"source": "https://github.com/laravel/telescope/tree/v4.6.5"
2021-01-31 14:50:01 +00:00
},
2021-10-05 20:42:02 +01:00
"time": "2021-10-05T19:06:40+00:00"
2019-03-29 17:53:43 +00:00
},
2017-02-03 21:49:49 +00:00
{
"name": "laravel/tinker",
2021-10-01 18:20:27 +01:00
"version": "v2.6.2",
2017-02-03 21:49:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/tinker.git",
2021-10-01 18:20:27 +01:00
"reference": "c808a7227f97ecfd9219fbf913bad842ea854ddc"
2017-02-03 21:49:49 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/laravel/tinker/zipball/c808a7227f97ecfd9219fbf913bad842ea854ddc",
"reference": "c808a7227f97ecfd9219fbf913bad842ea854ddc",
2017-02-03 21:49:49 +00:00
"shasum": ""
},
"require": {
2020-06-10 20:48:23 +01:00
"illuminate/console": "^6.0|^7.0|^8.0",
"illuminate/contracts": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
2020-11-01 14:24:36 +00:00
"php": "^7.2.5|^8.0",
"psy/psysh": "^0.10.4",
"symfony/var-dumper": "^4.3.4|^5.0"
2017-02-03 21:49:49 +00:00
},
"require-dev": {
2020-11-01 14:24:36 +00:00
"mockery/mockery": "~1.3.3|^1.4.2",
"phpunit/phpunit": "^8.5.8|^9.3.3"
2017-02-03 21:49:49 +00:00
},
"suggest": {
2020-06-10 20:48:23 +01:00
"illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0)."
2017-02-03 21:49:49 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-26 17:50:49 +00:00
"dev-master": "2.x-dev"
2017-06-08 16:27:08 +01:00
},
"laravel": {
"providers": [
"Laravel\\Tinker\\TinkerServiceProvider"
]
2017-02-03 21:49:49 +00:00
}
},
"autoload": {
"psr-4": {
"Laravel\\Tinker\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Powerful REPL for the Laravel framework.",
"keywords": [
"REPL",
"Tinker",
"laravel",
"psysh"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/laravel/tinker/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/laravel/tinker/tree/v2.6.2"
2021-01-31 14:50:01 +00:00
},
2021-10-01 18:20:27 +01:00
"time": "2021-09-28T15:47:34+00:00"
2016-11-25 19:51:42 +00:00
},
2020-12-31 13:34:55 +00:00
{
"name": "lcobucci/clock",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/lcobucci/clock.git",
"reference": "353d83fe2e6ae95745b16b3d911813df6a05bfb3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lcobucci/clock/zipball/353d83fe2e6ae95745b16b3d911813df6a05bfb3",
"reference": "353d83fe2e6ae95745b16b3d911813df6a05bfb3",
"shasum": ""
},
"require": {
"php": "^7.4 || ^8.0"
},
"require-dev": {
"infection/infection": "^0.17",
"lcobucci/coding-standard": "^6.0",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-deprecation-rules": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/php-code-coverage": "9.1.4",
"phpunit/phpunit": "9.3.7"
},
"type": "library",
"autoload": {
"psr-4": {
"Lcobucci\\Clock\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Luís Cobucci",
"email": "lcobucci@gmail.com"
}
],
"description": "Yet another clock abstraction",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/lcobucci/clock/issues",
"source": "https://github.com/lcobucci/clock/tree/2.0.x"
},
2020-12-31 13:34:55 +00:00
"funding": [
{
"url": "https://github.com/lcobucci",
"type": "github"
},
{
"url": "https://www.patreon.com/lcobucci",
"type": "patreon"
}
],
"time": "2020-08-27T18:56:02+00:00"
},
2016-05-19 15:01:28 +01:00
{
"name": "lcobucci/jwt",
2021-10-01 18:20:27 +01:00
"version": "4.1.5",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/lcobucci/jwt.git",
2021-10-01 18:20:27 +01:00
"reference": "fe2d89f2eaa7087af4aa166c6f480ef04e000582"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/fe2d89f2eaa7087af4aa166c6f480ef04e000582",
"reference": "fe2d89f2eaa7087af4aa166c6f480ef04e000582",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2021-01-31 14:50:01 +00:00
"ext-hash": "*",
"ext-json": "*",
2019-05-31 11:27:06 +01:00
"ext-mbstring": "*",
2016-05-19 15:01:28 +01:00
"ext-openssl": "*",
2021-01-31 14:50:01 +00:00
"ext-sodium": "*",
2020-12-31 13:34:55 +00:00
"lcobucci/clock": "^2.0",
"php": "^7.4 || ^8.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2021-01-31 14:50:01 +00:00
"infection/infection": "^0.21",
2020-12-31 13:34:55 +00:00
"lcobucci/coding-standard": "^6.0",
2021-01-31 14:50:01 +00:00
"mikey179/vfsstream": "^1.6.7",
2021-10-01 18:20:27 +01:00
"phpbench/phpbench": "^1.0",
2020-12-31 13:34:55 +00:00
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-deprecation-rules": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/php-invoker": "^3.1",
2021-01-31 14:50:01 +00:00
"phpunit/phpunit": "^9.5"
2020-11-28 18:21:29 +00:00
},
2016-05-19 15:01:28 +01:00
"type": "library",
"autoload": {
"psr-4": {
"Lcobucci\\JWT\\": "src"
2020-12-31 13:34:55 +00:00
}
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
2020-12-31 13:34:55 +00:00
"name": "Luís Cobucci",
2016-05-19 15:01:28 +01:00
"email": "lcobucci@gmail.com",
2019-05-31 11:27:06 +01:00
"role": "Developer"
2016-05-19 15:01:28 +01:00
}
],
"description": "A simple library to work with JSON Web Token and JSON Web Signature",
"keywords": [
"JWS",
"jwt"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/lcobucci/jwt/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/lcobucci/jwt/tree/4.1.5"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://github.com/lcobucci",
"type": "github"
},
{
"url": "https://www.patreon.com/lcobucci",
"type": "patreon"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-09-28T19:34:56+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "league/commonmark",
2021-10-01 18:20:27 +01:00
"version": "1.6.6",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/commonmark.git",
2021-10-01 18:20:27 +01:00
"reference": "c4228d11e30d7493c6836d20872f9582d8ba6dcf"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/c4228d11e30d7493c6836d20872f9582d8ba6dcf",
"reference": "c4228d11e30d7493c6836d20872f9582d8ba6dcf",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
"ext-mbstring": "*",
2020-06-25 20:50:32 +01:00
"php": "^7.1 || ^8.0"
2016-05-19 15:01:28 +01:00
},
2020-02-21 13:41:02 +00:00
"conflict": {
"scrutinizer/ocular": "1.7.*"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2016-05-24 13:08:41 +01:00
"cebe/markdown": "~1.0",
2020-10-10 19:44:17 +01:00
"commonmark/commonmark.js": "0.29.2",
2016-05-19 15:01:28 +01:00
"erusev/parsedown": "~1.0",
2020-01-26 17:50:49 +00:00
"ext-json": "*",
2020-02-21 13:41:02 +00:00
"github/gfm": "0.29.0",
2016-05-19 15:01:28 +01:00
"michelf/php-markdown": "~1.4",
2019-05-06 13:26:08 +01:00
"mikehaertl/php-shellcommand": "^1.4",
2021-10-01 18:20:27 +01:00
"phpstan/phpstan": "^0.12.90",
2020-08-09 16:19:00 +01:00
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.2",
2019-05-06 13:26:08 +01:00
"scrutinizer/ocular": "^1.5",
"symfony/finder": "^4.2"
2016-05-19 15:01:28 +01:00
},
"bin": [
"bin/commonmark"
],
"type": "library",
"autoload": {
"psr-4": {
2019-05-06 13:26:08 +01:00
"League\\CommonMark\\": "src"
2016-05-19 15:01:28 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Colin O'Dell",
"email": "colinodell@gmail.com",
"homepage": "https://www.colinodell.com",
"role": "Lead Developer"
}
],
2020-02-21 13:41:02 +00:00
"description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Github-Flavored Markdown (GFM)",
2019-05-06 13:26:08 +01:00
"homepage": "https://commonmark.thephpleague.com",
2016-05-19 15:01:28 +01:00
"keywords": [
"commonmark",
2020-02-21 13:41:02 +00:00
"flavored",
"gfm",
"github",
"github-flavored",
2016-05-19 15:01:28 +01:00
"markdown",
2020-02-21 13:41:02 +00:00
"md",
2016-05-19 15:01:28 +01:00
"parser"
],
2021-01-31 14:50:01 +00:00
"support": {
"docs": "https://commonmark.thephpleague.com/",
"issues": "https://github.com/thephpleague/commonmark/issues",
"rss": "https://github.com/thephpleague/commonmark/releases.atom",
"source": "https://github.com/thephpleague/commonmark"
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://enjoy.gitstore.app/repositories/thephpleague/commonmark",
"type": "custom"
},
{
"url": "https://www.colinodell.com/sponsor",
"type": "custom"
},
{
"url": "https://www.paypal.me/colinpodell/10.00",
"type": "custom"
},
{
"url": "https://github.com/colinodell",
"type": "github"
},
{
"url": "https://www.patreon.com/colinodell",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/league/commonmark",
"type": "tidelift"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-07-17T17:13:23+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "league/flysystem",
2021-10-01 18:20:27 +01:00
"version": "1.1.5",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
2021-10-01 18:20:27 +01:00
"reference": "18634df356bfd4119fe3d6156bdb990c414c14ea"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/18634df356bfd4119fe3d6156bdb990c414c14ea",
"reference": "18634df356bfd4119fe3d6156bdb990c414c14ea",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2018-10-05 20:37:08 +01:00
"ext-fileinfo": "*",
2020-09-13 13:58:50 +01:00
"league/mime-type-detection": "^1.3",
"php": "^7.2.5 || ^8.0"
2016-05-19 15:01:28 +01:00
},
"conflict": {
"league/flysystem-sftp": "<1.0.6"
},
"require-dev": {
2020-09-13 13:58:50 +01:00
"phpspec/prophecy": "^1.11.1",
"phpunit/phpunit": "^8.5.8"
2016-05-19 15:01:28 +01:00
},
"suggest": {
2018-02-15 12:26:59 +00:00
"ext-ftp": "Allows you to use FTP server storage",
"ext-openssl": "Allows you to use FTPS server storage",
2016-05-19 15:01:28 +01:00
"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",
2017-05-18 15:15:53 +01:00
"league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
2017-08-09 17:57:40 +01:00
"spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
"srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
2016-05-19 15:01:28 +01:00
},
"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"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/thephpleague/flysystem/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/thephpleague/flysystem/tree/1.1.5"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://offset.earth/frankdejonge",
"type": "other"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-08-17T13:49:42+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "league/flysystem-aws-s3-v3",
2020-10-10 19:44:17 +01:00
"version": "1.0.29",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
2020-10-10 19:44:17 +01:00
"reference": "4e25cc0582a36a786c31115e419c6e40498f6972"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2020-10-10 19:44:17 +01:00
"url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/4e25cc0582a36a786c31115e419c6e40498f6972",
"reference": "4e25cc0582a36a786c31115e419c6e40498f6972",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-09-13 13:58:50 +01:00
"aws/aws-sdk-php": "^3.20.0",
2017-05-18 15:15:53 +01:00
"league/flysystem": "^1.0.40",
2016-05-19 15:01:28 +01:00
"php": ">=5.5.0"
},
"require-dev": {
"henrikbjorn/phpspec-code-coverage": "~1.0.1",
"phpspec/phpspec": "^2.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"League\\Flysystem\\AwsS3v3\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
"email": "info@frenky.net"
}
],
"description": "Flysystem adapter for the AWS S3 SDK v3.x",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/thephpleague/flysystem-aws-s3-v3/issues",
"source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/1.0.29"
},
2020-10-10 19:44:17 +01:00
"time": "2020-10-08T18:58:37+00:00"
2016-05-19 15:01:28 +01:00
},
2017-10-13 12:31:31 +01:00
{
"name": "league/glide",
2020-11-28 18:21:29 +00:00
"version": "1.7.0",
2017-10-13 12:31:31 +01:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/glide.git",
2020-11-28 18:21:29 +00:00
"reference": "ae5e26700573cb678919d28e425a8b87bc71c546"
2017-10-13 12:31:31 +01:00
},
"dist": {
"type": "zip",
2020-11-28 18:21:29 +00:00
"url": "https://api.github.com/repos/thephpleague/glide/zipball/ae5e26700573cb678919d28e425a8b87bc71c546",
"reference": "ae5e26700573cb678919d28e425a8b87bc71c546",
2017-10-13 12:31:31 +01:00
"shasum": ""
},
"require": {
2019-01-20 17:35:58 +00:00
"intervention/image": "^2.4",
2017-10-13 12:31:31 +01:00
"league/flysystem": "^1.0",
2020-11-28 18:21:29 +00:00
"php": "^7.2|^8.0",
2017-10-13 12:31:31 +01:00
"psr/http-message": "^1.0"
},
"require-dev": {
2020-11-28 18:21:29 +00:00
"mockery/mockery": "^1.3.3",
"phpunit/php-token-stream": "^3.1|^4.0",
"phpunit/phpunit": "^8.5|^9.0"
2017-10-13 12:31:31 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"League\\Glide\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jonathan Reinink",
"email": "jonathan@reinink.ca",
"homepage": "http://reinink.ca"
}
],
"description": "Wonderfully easy on-demand image manipulation library with an HTTP based API.",
"homepage": "http://glide.thephpleague.com",
"keywords": [
"ImageMagick",
"editing",
"gd",
"image",
"imagick",
"league",
"manipulation",
"processing"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/thephpleague/glide/issues",
"source": "https://github.com/thephpleague/glide/tree/1.7.0"
},
2020-11-28 18:21:29 +00:00
"time": "2020-11-05T17:34:03+00:00"
2017-10-13 12:31:31 +01:00
},
2020-09-13 13:58:50 +01:00
{
"name": "league/mime-type-detection",
2021-10-01 18:20:27 +01:00
"version": "1.8.0",
2020-09-13 13:58:50 +01:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/mime-type-detection.git",
2021-10-01 18:20:27 +01:00
"reference": "b38b25d7b372e9fddb00335400467b223349fd7e"
2020-09-13 13:58:50 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/b38b25d7b372e9fddb00335400467b223349fd7e",
"reference": "b38b25d7b372e9fddb00335400467b223349fd7e",
2020-09-13 13:58:50 +01:00
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"php": "^7.2 || ^8.0"
},
"require-dev": {
2021-01-19 20:38:24 +00:00
"friendsofphp/php-cs-fixer": "^2.18",
"phpstan/phpstan": "^0.12.68",
"phpunit/phpunit": "^8.5.8 || ^9.3"
2020-09-13 13:58:50 +01:00
},
"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",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/thephpleague/mime-type-detection/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/thephpleague/mime-type-detection/tree/1.8.0"
2021-01-31 14:50:01 +00:00
},
2020-09-13 13:58:50 +01:00
"funding": [
{
"url": "https://github.com/frankdejonge",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/league/flysystem",
"type": "tidelift"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-09-25T08:23:19+00:00"
2020-09-13 13:58:50 +01:00
},
2019-01-25 17:21:32 +00:00
{
"name": "league/uri-parser",
"version": "1.4.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri-parser.git",
"reference": "671548427e4c932352d9b9279fdfa345bf63fa00"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri-parser/zipball/671548427e4c932352d9b9279fdfa345bf63fa00",
"reference": "671548427e4c932352d9b9279fdfa345bf63fa00",
"shasum": ""
},
"require": {
"php": ">=7.0.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0",
"phpstan/phpstan": "^0.9.2",
"phpstan/phpstan-phpunit": "^0.9.4",
"phpstan/phpstan-strict-rules": "^0.9.0",
"phpunit/phpunit": "^6.0"
},
"suggest": {
"ext-intl": "Allow parsing RFC3987 compliant hosts",
"league/uri-schemes": "Allow validating and normalizing URI parsing results"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\Uri\\": "src"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://nyamsprod.com"
}
],
"description": "userland URI parser RFC 3986 compliant",
"homepage": "https://github.com/thephpleague/uri-parser",
"keywords": [
"parse_url",
"parser",
"rfc3986",
"rfc3987",
"uri",
"url"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/thephpleague/uri-parser/issues",
"source": "https://github.com/thephpleague/uri-parser/tree/master"
},
2019-01-25 17:21:32 +00:00
"time": "2018-11-22T07:55:51+00:00"
},
{
"name": "masterminds/html5",
2021-10-01 18:20:27 +01:00
"version": "2.7.5",
2019-01-25 17:21:32 +00:00
"source": {
"type": "git",
"url": "https://github.com/Masterminds/html5-php.git",
2021-10-01 18:20:27 +01:00
"reference": "f640ac1bdddff06ea333a920c95bbad8872429ab"
2019-01-25 17:21:32 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f640ac1bdddff06ea333a920c95bbad8872429ab",
"reference": "f640ac1bdddff06ea333a920c95bbad8872429ab",
2019-01-25 17:21:32 +00:00
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-dom": "*",
"ext-libxml": "*",
"php": ">=5.3.0"
},
"require-dev": {
2021-10-01 18:20:27 +01:00
"phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7"
2019-01-25 17:21:32 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-08-18 18:41:56 +01:00
"dev-master": "2.7-dev"
2019-01-25 17:21:32 +00:00
}
},
"autoload": {
"psr-4": {
"Masterminds\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matt Butcher",
"email": "technosophos@gmail.com"
},
{
"name": "Matt Farina",
"email": "matt@mattfarina.com"
2019-08-18 18:41:56 +01:00
},
{
"name": "Asmir Mustafic",
"email": "goetas@gmail.com"
2019-01-25 17:21:32 +00:00
}
],
"description": "An HTML5 parser and serializer.",
"homepage": "http://masterminds.github.io/html5-php",
"keywords": [
"HTML5",
"dom",
"html",
"parser",
"querypath",
"serializer",
"xml"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/Masterminds/html5-php/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/Masterminds/html5-php/tree/2.7.5"
2021-01-31 14:50:01 +00:00
},
2021-10-01 18:20:27 +01:00
"time": "2021-07-01T14:25:37+00:00"
2019-01-25 17:21:32 +00:00
},
2016-05-19 15:01:28 +01:00
{
"name": "mf2/mf2",
2018-10-05 20:37:08 +01:00
"version": "0.4.6",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2018-10-05 20:37:08 +01:00
"url": "https://github.com/microformats/php-mf2.git",
"reference": "00b70ee7eb7f5b0585b1bd467f6c9cbd75055d23"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2018-10-05 20:37:08 +01:00
"url": "https://api.github.com/repos/microformats/php-mf2/zipball/00b70ee7eb7f5b0585b1bd467f6c9cbd75055d23",
"reference": "00b70ee7eb7f5b0585b1bd467f6c9cbd75055d23",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
2017-06-08 16:27:08 +01:00
"mf2/tests": "@dev",
"phpdocumentor/phpdocumentor": "v2.8.4",
"phpunit/phpunit": "4.8.*"
2016-05-19 15:01:28 +01:00
},
"suggest": {
2018-04-07 18:37:33 +01:00
"barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you",
"masterminds/html5": "Alternative HTML parser for PHP, for better HTML5 support."
2016-05-19 15:01:28 +01:00
},
"bin": [
"bin/fetch-mf2",
"bin/parse-mf2"
],
"type": "library",
"autoload": {
"files": [
"Mf2/Parser.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-03-17 13:53:43 +00:00
"CC0-1.0"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
"name": "Barnaby Walters",
"homepage": "http://waterpigs.co.uk"
}
],
"description": "A pure, generic microformats2 parser — makes HTML as easy to consume as a JSON API",
"keywords": [
"html",
"microformats",
"microformats 2",
"parser",
"semantic"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/microformats/php-mf2/issues",
"source": "https://github.com/microformats/php-mf2/tree/master"
},
2018-10-05 20:37:08 +01:00
"time": "2018-08-24T14:47:04+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "monolog/monolog",
2021-10-05 20:42:02 +01:00
"version": "2.3.5",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2021-10-05 20:42:02 +01:00
"reference": "fd4380d6fc37626e2f799f29d91195040137eba9"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-05 20:42:02 +01:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd4380d6fc37626e2f799f29d91195040137eba9",
"reference": "fd4380d6fc37626e2f799f29d91195040137eba9",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-06-10 20:48:23 +01:00
"php": ">=7.2",
2021-10-01 18:20:27 +01:00
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
2016-05-19 15:01:28 +01:00
},
"provide": {
2021-10-01 18:20:27 +01:00
"psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2016-12-01 11:31:24 +00:00
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
2016-05-19 15:01:28 +01:00
"doctrine/couchdb": "~1.0@dev",
2020-12-31 13:34:55 +00:00
"elasticsearch/elasticsearch": "^7",
2019-10-19 15:34:49 +01:00
"graylog2/gelf-php": "^1.4.2",
2020-12-31 13:34:55 +00:00
"mongodb/mongodb": "^1.8",
2021-10-05 20:42:02 +01:00
"php-amqplib/php-amqplib": "~2.4 || ^3",
2016-05-19 15:01:28 +01:00
"php-console/php-console": "^3.1.3",
2019-10-19 15:34:49 +01:00
"phpspec/prophecy": "^1.6.1",
2021-10-01 18:20:27 +01:00
"phpstan/phpstan": "^0.12.91",
2020-06-10 20:48:23 +01:00
"phpunit/phpunit": "^8.5",
2019-10-19 15:34:49 +01:00
"predis/predis": "^1.1",
"rollbar/rollbar": "^1.3",
2021-10-01 18:20:27 +01:00
"ruflin/elastica": ">=0.90@dev",
2017-06-20 21:38:21 +01:00
"swiftmailer/swiftmailer": "^5.3|^6.0"
2016-05-19 15:01:28 +01:00
},
"suggest": {
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2019-10-19 15:34:49 +01:00
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
2016-05-19 15:01:28 +01:00
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2021-10-01 18:20:27 +01:00
"ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
2019-10-19 15:34:49 +01:00
"ext-mbstring": "Allow to work properly with unicode symbols",
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
2021-10-01 18:20:27 +01:00
"ext-openssl": "Required to send log messages using SSL",
"ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
2016-05-19 15:01:28 +01:00
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2019-10-19 15:34:49 +01:00
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
2016-05-19 15:01:28 +01:00
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
"php-console/php-console": "Allow sending log messages to Google Chrome",
"rollbar/rollbar": "Allow sending log messages to Rollbar",
2019-10-19 15:34:49 +01:00
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-12-31 13:34:55 +00:00
"dev-main": "2.x-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"psr-4": {
"Monolog\\": "src/Monolog"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
2020-12-31 13:34:55 +00:00
"homepage": "https://seld.be"
2016-05-19 15:01:28 +01:00
}
],
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2020-12-31 13:34:55 +00:00
"homepage": "https://github.com/Seldaek/monolog",
2016-05-19 15:01:28 +01:00
"keywords": [
"log",
"logging",
"psr-3"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/Seldaek/monolog/issues",
2021-10-05 20:42:02 +01:00
"source": "https://github.com/Seldaek/monolog/tree/2.3.5"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://github.com/Seldaek",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
"type": "tidelift"
}
],
2021-10-05 20:42:02 +01:00
"time": "2021-10-01T21:08:31+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "mtdowling/jmespath.php",
2021-10-01 18:20:27 +01:00
"version": "2.6.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/jmespath/jmespath.php.git",
2021-10-01 18:20:27 +01:00
"reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
"reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-08-09 16:19:00 +01:00
"php": "^5.4 || ^7.0 || ^8.0",
"symfony/polyfill-mbstring": "^1.17"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2021-10-01 18:20:27 +01:00
"composer/xdebug-handler": "^1.4 || ^2.0",
2020-08-09 16:19:00 +01:00
"phpunit/phpunit": "^4.8.36 || ^7.5.15"
2016-05-19 15:01:28 +01:00
},
"bin": [
"bin/jp.php"
],
"type": "library",
"extra": {
"branch-alias": {
2020-08-09 16:19:00 +01:00
"dev-master": "2.6-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"psr-4": {
"JmesPath\\": "src/"
},
"files": [
"src/JmesPath.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Declaratively specify how to extract elements from a JSON document",
"keywords": [
"json",
"jsonpath"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/jmespath/jmespath.php/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/jmespath/jmespath.php/tree/2.6.1"
2021-01-31 14:50:01 +00:00
},
2021-10-01 18:20:27 +01:00
"time": "2021-06-14T00:11:39+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "nesbot/carbon",
2021-10-01 18:20:27 +01:00
"version": "2.53.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
2021-10-01 18:20:27 +01:00
"reference": "f4655858a784988f880c1b8c7feabbf02dfdf045"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/f4655858a784988f880c1b8c7feabbf02dfdf045",
"reference": "f4655858a784988f880c1b8c7feabbf02dfdf045",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2019-03-17 14:08:49 +00:00
"ext-json": "*",
"php": "^7.1.8 || ^8.0",
2020-06-10 20:48:23 +01:00
"symfony/polyfill-mbstring": "^1.0",
2021-10-01 18:20:27 +01:00
"symfony/polyfill-php80": "^1.16",
2020-01-26 17:50:49 +00:00
"symfony/translation": "^3.4 || ^4.0 || ^5.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2020-06-10 20:48:23 +01:00
"doctrine/orm": "^2.7",
2021-10-01 18:20:27 +01:00
"friendsofphp/php-cs-fixer": "^3.0",
2020-07-12 17:41:26 +01:00
"kylekatarnls/multi-tester": "^2.0",
2020-09-13 13:58:50 +01:00
"phpmd/phpmd": "^2.9",
2020-07-12 17:41:26 +01:00
"phpstan/extension-installer": "^1.0",
2020-12-31 13:34:55 +00:00
"phpstan/phpstan": "^0.12.54",
2021-01-31 14:50:01 +00:00
"phpunit/phpunit": "^7.5.20 || ^8.5.14",
2019-03-17 14:08:49 +00:00
"squizlabs/php_codesniffer": "^3.4"
2019-01-20 17:35:58 +00:00
},
2019-08-18 18:41:56 +01:00
"bin": [
"bin/carbon"
],
2016-05-19 15:01:28 +01:00
"type": "library",
2017-01-26 15:34:27 +00:00
"extra": {
2020-01-26 17:50:49 +00:00
"branch-alias": {
2021-10-01 18:20:27 +01:00
"dev-3.x": "3.x-dev",
"dev-master": "2.x-dev"
2020-01-26 17:50:49 +00:00
},
2018-10-05 20:37:08 +01:00
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
]
2020-07-12 17:41:26 +01:00
},
"phpstan": {
"includes": [
"extension.neon"
]
2017-01-26 15:34:27 +00:00
}
},
2016-05-19 15:01:28 +01:00
"autoload": {
"psr-4": {
2019-03-17 14:08:49 +00:00
"Carbon\\": "src/Carbon/"
2016-05-19 15:01:28 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Brian Nesbitt",
"email": "brian@nesbot.com",
2021-10-01 18:20:27 +01:00
"homepage": "https://markido.com"
2019-08-18 18:41:56 +01:00
},
{
"name": "kylekatarnls",
2021-10-01 18:20:27 +01:00
"homepage": "https://github.com/kylekatarnls"
2016-05-19 15:01:28 +01:00
}
],
2019-10-19 15:34:49 +01:00
"description": "An API extension for DateTime that supports 281 different languages.",
2021-10-01 18:20:27 +01:00
"homepage": "https://carbon.nesbot.com",
2016-05-19 15:01:28 +01:00
"keywords": [
"date",
"datetime",
"time"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/briannesbitt/Carbon/issues",
"source": "https://github.com/briannesbitt/Carbon"
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://opencollective.com/Carbon",
"type": "open_collective"
},
{
"url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
"type": "tidelift"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-09-06T09:29:23+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "nikic/php-parser",
2021-10-01 18:20:27 +01:00
"version": "v4.13.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2021-10-01 18:20:27 +01:00
"reference": "50953a2691a922aa1769461637869a0a2faa3f53"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/50953a2691a922aa1769461637869a0a2faa3f53",
"reference": "50953a2691a922aa1769461637869a0a2faa3f53",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2018-04-22 20:32:47 +01:00
"php": ">=7.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2020-09-13 13:58:50 +01:00
"ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
2016-05-19 15:01:28 +01:00
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
2020-09-13 13:58:50 +01:00
"dev-master": "4.9-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/nikic/PHP-Parser/tree/v4.13.0"
2021-01-31 14:50:01 +00:00
},
2021-10-01 18:20:27 +01:00
"time": "2021-09-20T12:20:58+00:00"
2018-10-05 20:37:08 +01:00
},
{
"name": "opis/closure",
2021-04-29 20:36:13 +01:00
"version": "3.6.2",
2018-10-05 20:37:08 +01:00
"source": {
"type": "git",
"url": "https://github.com/opis/closure.git",
2021-04-29 20:36:13 +01:00
"reference": "06e2ebd25f2869e54a306dda991f7db58066f7f6"
2018-10-05 20:37:08 +01:00
},
"dist": {
"type": "zip",
2021-04-29 20:36:13 +01:00
"url": "https://api.github.com/repos/opis/closure/zipball/06e2ebd25f2869e54a306dda991f7db58066f7f6",
"reference": "06e2ebd25f2869e54a306dda991f7db58066f7f6",
2018-10-05 20:37:08 +01:00
"shasum": ""
},
"require": {
2020-10-17 17:15:06 +01:00
"php": "^5.4 || ^7.0 || ^8.0"
2018-10-05 20:37:08 +01:00
},
"require-dev": {
"jeremeamia/superclosure": "^2.0",
2020-10-17 17:15:06 +01:00
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
2018-10-05 20:37:08 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-17 17:15:06 +01:00
"dev-master": "3.6.x-dev"
2018-10-05 20:37:08 +01:00
}
},
"autoload": {
"psr-4": {
"Opis\\Closure\\": "src/"
},
"files": [
"functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marius Sarca",
"email": "marius.sarca@gmail.com"
},
{
"name": "Sorin Sarca",
"email": "sarca_sorin@hotmail.com"
}
],
"description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
"homepage": "https://opis.io/closure",
"keywords": [
"anonymous functions",
"closure",
"function",
"serializable",
"serialization",
"serialize"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/opis/closure/issues",
2021-04-29 20:36:13 +01:00
"source": "https://github.com/opis/closure/tree/3.6.2"
2021-01-31 14:50:01 +00:00
},
2021-04-29 20:36:13 +01:00
"time": "2021-04-09T13:42:10+00:00"
2018-02-15 12:26:59 +00:00
},
{
"name": "p3k/http",
2020-02-21 13:41:02 +00:00
"version": "0.1.11",
2018-02-15 12:26:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/aaronpk/p3k-http.git",
2020-02-21 13:41:02 +00:00
"reference": "24d28287e0c5606aa45b23c6e3c17628d89468f7"
2018-02-15 12:26:59 +00:00
},
"dist": {
"type": "zip",
2020-02-21 13:41:02 +00:00
"url": "https://api.github.com/repos/aaronpk/p3k-http/zipball/24d28287e0c5606aa45b23c6e3c17628d89468f7",
"reference": "24d28287e0c5606aa45b23c6e3c17628d89468f7",
2018-02-15 12:26:59 +00:00
"shasum": ""
},
"require": {
"indieweb/link-rel-parser": "0.1.*",
"mf2/mf2": ">=0.3.2"
},
"type": "library",
"autoload": {
"psr-4": {
"p3k\\": "src/p3k"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Parecki",
"homepage": "https://aaronparecki.com"
}
],
"description": "A simple wrapper API around the PHP curl functions",
"homepage": "https://github.com/aaronpk/p3k-http",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/aaronpk/p3k-http/issues",
"source": "https://github.com/aaronpk/p3k-http/tree/master"
},
2020-02-21 13:41:02 +00:00
"time": "2020-02-19T03:00:09+00:00"
2016-05-19 15:01:28 +01:00
},
2019-01-20 17:35:58 +00:00
{
2019-03-17 14:08:49 +00:00
"name": "phpoption/phpoption",
2021-10-01 18:20:27 +01:00
"version": "1.8.0",
2019-01-20 17:35:58 +00:00
"source": {
"type": "git",
2019-03-17 14:08:49 +00:00
"url": "https://github.com/schmittjoh/php-option.git",
2021-10-01 18:20:27 +01:00
"reference": "5455cb38aed4523f99977c4a12ef19da4bfe2a28"
2019-01-20 17:35:58 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5455cb38aed4523f99977c4a12ef19da4bfe2a28",
"reference": "5455cb38aed4523f99977c4a12ef19da4bfe2a28",
2019-01-20 17:35:58 +00:00
"shasum": ""
},
"require": {
2021-10-01 18:20:27 +01:00
"php": "^7.0 || ^8.0"
2019-01-20 17:35:58 +00:00
},
"require-dev": {
2020-08-09 16:19:00 +01:00
"bamarni/composer-bin-plugin": "^1.4.1",
2021-10-01 18:20:27 +01:00
"phpunit/phpunit": "^6.5.14 || ^7.0.20 || ^8.5.19 || ^9.5.8"
2019-01-20 17:35:58 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-10-01 18:20:27 +01:00
"dev-master": "1.8-dev"
2019-01-20 17:35:58 +00:00
}
},
"autoload": {
2020-01-26 17:50:49 +00:00
"psr-4": {
"PhpOption\\": "src/PhpOption/"
2019-01-20 17:35:58 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-01-26 17:50:49 +00:00
"Apache-2.0"
2019-01-20 17:35:58 +00:00
],
"authors": [
{
2020-01-26 17:50:49 +00:00
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Graham Campbell",
2021-10-01 18:20:27 +01:00
"email": "hello@gjcampbell.co.uk"
2020-01-26 17:50:49 +00:00
}
],
"description": "Option Type for PHP",
"keywords": [
"language",
"option",
"php",
"type"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/schmittjoh/php-option/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/schmittjoh/php-option/tree/1.8.0"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
"type": "tidelift"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-08-28T21:27:29+00:00"
2020-01-26 17:50:49 +00:00
},
2016-12-06 20:38:52 +00:00
{
2017-11-13 17:26:38 +00:00
"name": "pmatseykanets/laravel-scout-postgres",
2021-02-07 16:26:34 +00:00
"version": "v7.3.0",
2016-12-06 20:38:52 +00:00
"source": {
"type": "git",
2021-02-07 16:26:34 +00:00
"url": "https://github.com/pmatseykanets/laravel-scout-postgres.git",
"reference": "64fd3d8021936bbeefe543d1c491402fe2274048"
2016-12-06 20:38:52 +00:00
},
"dist": {
"type": "zip",
2021-02-07 16:26:34 +00:00
"url": "https://api.github.com/repos/pmatseykanets/laravel-scout-postgres/zipball/64fd3d8021936bbeefe543d1c491402fe2274048",
"reference": "64fd3d8021936bbeefe543d1c491402fe2274048",
2016-12-06 20:38:52 +00:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"illuminate/contracts": "~6.0|~7.0|~8.0",
"illuminate/database": "~6.0|~7.0|~8.0",
"illuminate/support": "~6.0|~7.0|~8.0",
"laravel/scout": "~7.0|~8.0",
2020-12-31 13:34:55 +00:00
"php": "^7.2|^8.0"
2016-12-06 20:38:52 +00:00
},
"require-dev": {
2019-10-19 15:34:49 +01:00
"mockery/mockery": "^1.2.3",
"phpunit/phpunit": "^8.3"
2016-12-06 20:38:52 +00:00
},
"type": "library",
2017-09-04 19:34:39 +01:00
"extra": {
2017-11-13 17:26:38 +00:00
"laravel": {
"providers": [
"ScoutEngines\\Postgres\\PostgresEngineServiceProvider"
]
2017-09-04 19:34:39 +01:00
}
},
2016-12-06 20:38:52 +00:00
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"ScoutEngines\\Postgres\\": "src"
2016-12-06 20:38:52 +00:00
}
},
2021-02-07 16:26:34 +00:00
"notification-url": "https://packagist.org/downloads/",
2016-12-06 20:38:52 +00:00
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Peter Matseykanets",
"email": "pmatseykanets@gmail.com",
2018-10-05 20:37:08 +01:00
"homepage": "https://github.com/pmatseykanets"
2016-12-06 20:38:52 +00:00
}
],
2017-11-13 17:26:38 +00:00
"description": "PostgreSQL Full Text Search Driver for Laravel Scout",
"homepage": "https://github.com/pmatseykanets/laravel-scout-postgres",
2016-12-06 20:38:52 +00:00
"keywords": [
2021-02-07 16:26:34 +00:00
"fts",
2017-11-13 17:26:38 +00:00
"full text search",
"laravel",
"laravel scout",
"postgresql",
"search"
2016-12-06 20:38:52 +00:00
],
2020-09-13 13:58:50 +01:00
"support": {
"issues": "https://github.com/pmatseykanets/laravel-scout-postgres/issues",
"source": "https://github.com/pmatseykanets/laravel-scout-postgres"
},
2021-02-07 16:26:34 +00:00
"time": "2021-01-06T18:43:10+00:00"
2016-12-06 20:38:52 +00:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "predis/predis",
2021-10-05 20:42:02 +01:00
"version": "v1.1.9",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2020-09-02 19:21:50 +00:00
"url": "https://github.com/predis/predis.git",
2021-10-05 20:42:02 +01:00
"reference": "c50c3393bb9f47fa012d0cdfb727a266b0818259"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-05 20:42:02 +01:00
"url": "https://api.github.com/repos/predis/predis/zipball/c50c3393bb9f47fa012d0cdfb727a266b0818259",
"reference": "c50c3393bb9f47fa012d0cdfb727a266b0818259",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"php": ">=5.3.9"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2017-11-13 17:26:38 +00:00
"phpunit/phpunit": "~4.8"
},
"suggest": {
"ext-curl": "Allows access to Webdis when paired with phpiredis",
"ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"Predis\\": "src/"
2016-05-19 15:01:28 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Daniele Alessandri",
"email": "suppakilla@gmail.com",
2020-09-13 13:58:50 +01:00
"homepage": "http://clorophilla.net",
"role": "Creator & Maintainer"
},
{
"name": "Till Krüss",
"homepage": "https://till.im",
"role": "Maintainer"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Flexible and feature-complete Redis client for PHP and HHVM",
2020-09-13 13:58:50 +01:00
"homepage": "http://github.com/predis/predis",
2017-11-13 17:26:38 +00:00
"keywords": [
"nosql",
"predis",
"redis"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/predis/predis/issues",
2021-10-05 20:42:02 +01:00
"source": "https://github.com/predis/predis/tree/v1.1.9"
2021-01-31 14:50:01 +00:00
},
2020-09-02 19:21:50 +00:00
"funding": [
{
2020-09-13 13:58:50 +01:00
"url": "https://github.com/sponsors/tillkruss",
2020-09-02 19:21:50 +00:00
"type": "github"
}
],
2021-10-05 20:42:02 +01:00
"time": "2021-10-05T19:02:38+00:00"
2016-05-19 15:01:28 +01:00
},
2017-09-04 19:34:39 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "psr/container",
2021-03-17 18:38:18 +00:00
"version": "1.1.1",
2017-09-04 19:34:39 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/php-fig/container.git",
2021-03-17 18:38:18 +00:00
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
2017-09-04 19:34:39 +01:00
},
"dist": {
"type": "zip",
2021-03-17 18:38:18 +00:00
"url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
2017-09-04 19:34:39 +01:00
"shasum": ""
},
"require": {
2021-03-17 18:38:18 +00:00
"php": ">=7.2.0"
2017-09-04 19:34:39 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"Psr\\Container\\": "src/"
2017-09-04 19:34:39 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "PHP-FIG",
2021-03-17 18:38:18 +00:00
"homepage": "https://www.php-fig.org/"
2017-09-04 19:34:39 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/php-fig/container/issues",
2021-03-17 18:38:18 +00:00
"source": "https://github.com/php-fig/container/tree/1.1.1"
2021-01-31 14:50:01 +00:00
},
2021-03-17 18:38:18 +00:00
"time": "2021-03-05T17:36:06+00:00"
2020-10-17 17:15:06 +01:00
},
{
"name": "psr/event-dispatcher",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/event-dispatcher.git",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\EventDispatcher\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Standard interfaces for event handling.",
"keywords": [
"events",
"psr",
"psr-14"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/php-fig/event-dispatcher/issues",
"source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
},
2020-10-17 17:15:06 +01:00
"time": "2019-01-08T18:20:26+00:00"
2017-09-04 19:34:39 +01:00
},
2020-06-13 16:32:42 +01:00
{
2020-10-17 17:15:06 +01:00
"name": "psr/http-client",
"version": "1.0.1",
2020-06-13 16:32:42 +01:00
"source": {
"type": "git",
2020-10-17 17:15:06 +01:00
"url": "https://github.com/php-fig/http-client.git",
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
2020-06-13 16:32:42 +01:00
},
"dist": {
"type": "zip",
2020-10-17 17:15:06 +01:00
"url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
2020-06-13 16:32:42 +01:00
"shasum": ""
},
"require": {
2020-10-17 17:15:06 +01:00
"php": "^7.0 || ^8.0",
"psr/http-message": "^1.0"
2020-06-13 16:32:42 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
2020-10-17 17:15:06 +01:00
"Psr\\Http\\Client\\": "src/"
2020-06-13 16:32:42 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
2020-10-17 17:15:06 +01:00
"description": "Common interface for HTTP clients",
"homepage": "https://github.com/php-fig/http-client",
2020-06-13 16:32:42 +01:00
"keywords": [
2020-10-17 17:15:06 +01:00
"http",
"http-client",
2020-06-13 16:32:42 +01:00
"psr",
2020-10-17 17:15:06 +01:00
"psr-18"
2020-06-13 16:32:42 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"source": "https://github.com/php-fig/http-client/tree/master"
},
2020-10-17 17:15:06 +01:00
"time": "2020-06-29T06:28:15+00:00"
2020-06-13 16:32:42 +01:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "psr/http-message",
"version": "1.0.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2017-11-13 17:26:38 +00:00
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"php": ">=5.3.0"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-13 17:26:38 +00:00
"dev-master": "1.0.x-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"Psr\\Http\\Message\\": "src/"
2016-05-19 15:01:28 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"source": "https://github.com/php-fig/http-message/tree/master"
},
2017-11-13 17:26:38 +00:00
"time": "2016-08-06T14:39:51+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "psr/log",
2021-10-01 18:20:27 +01:00
"version": "1.1.4",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/php-fig/log.git",
2021-10-01 18:20:27 +01:00
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
2016-09-21 17:34:27 +01:00
"require": {
2017-11-13 17:26:38 +00:00
"php": ">=5.3.0"
2016-09-21 17:34:27 +01:00
},
2016-05-19 15:01:28 +01:00
"type": "library",
2016-09-21 17:34:27 +01:00
"extra": {
"branch-alias": {
2019-10-27 16:15:14 +00:00
"dev-master": "1.1.x-dev"
2016-09-21 17:34:27 +01:00
}
},
2016-05-19 15:01:28 +01:00
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "PHP-FIG",
2021-10-01 18:20:27 +01:00
"homepage": "https://www.php-fig.org/"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"log",
"psr",
"psr-3"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
2021-10-01 18:20:27 +01:00
"source": "https://github.com/php-fig/log/tree/1.1.4"
2021-01-31 14:50:01 +00:00
},
2021-10-01 18:20:27 +01:00
"time": "2021-05-03T11:20:27+00:00"
2016-05-19 15:01:28 +01:00
},
2017-09-04 19:34:39 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "psr/simple-cache",
2018-03-09 22:59:12 +00:00
"version": "1.0.1",
2017-09-04 19:34:39 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/php-fig/simple-cache.git",
2018-03-09 22:59:12 +00:00
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2017-09-04 19:34:39 +01:00
},
"dist": {
"type": "zip",
2018-03-09 22:59:12 +00:00
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2017-09-04 19:34:39 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"php": ">=5.3.0"
2017-09-04 19:34:39 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-13 17:26:38 +00:00
"dev-master": "1.0.x-dev"
2017-09-04 19:34:39 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
2017-09-04 19:34:39 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2017-09-04 19:34:39 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2017-09-04 19:34:39 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Common interfaces for simple caching",
2017-09-04 19:34:39 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
2017-09-04 19:34:39 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"source": "https://github.com/php-fig/simple-cache/tree/master"
},
2018-03-09 22:59:12 +00:00
"time": "2017-10-23T01:57:42+00:00"
2017-09-04 19:34:39 +01:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "psy/psysh",
2021-04-29 20:36:13 +01:00
"version": "v0.10.8",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/bobthecow/psysh.git",
2021-04-29 20:36:13 +01:00
"reference": "e4573f47750dd6c92dca5aee543fa77513cbd8d3"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-04-29 20:36:13 +01:00
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/e4573f47750dd6c92dca5aee543fa77513cbd8d3",
"reference": "e4573f47750dd6c92dca5aee543fa77513cbd8d3",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2018-10-05 20:37:08 +01:00
"ext-json": "*",
"ext-tokenizer": "*",
2020-06-10 20:48:23 +01:00
"nikic/php-parser": "~4.0|~3.0|~2.0|~1.3",
"php": "^8.0 || ^7.0 || ^5.5.9",
"symfony/console": "~5.0|~4.0|~3.0|^2.4.2|~2.3.10",
"symfony/var-dumper": "~5.0|~4.0|~3.0|~2.7"
2017-10-13 12:31:31 +01:00
},
2017-11-13 17:26:38 +00:00
"require-dev": {
2018-06-23 23:21:26 +01:00
"bamarni/composer-bin-plugin": "^1.2",
2020-06-10 20:48:23 +01:00
"hoa/console": "3.17.*"
2017-11-13 17:26:38 +00:00
},
"suggest": {
"ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
"ext-pdo-sqlite": "The doc command requires SQLite to work.",
"ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
"ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
"hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
},
"bin": [
"bin/psysh"
],
"type": "library",
"extra": {
"branch-alias": {
2021-01-31 14:50:01 +00:00
"dev-main": "0.10.x-dev"
2017-11-13 17:26:38 +00:00
}
},
"autoload": {
"files": [
2018-04-22 20:32:47 +01:00
"src/functions.php"
2017-11-13 17:26:38 +00:00
],
"psr-4": {
2018-04-22 20:32:47 +01:00
"Psy\\": "src/"
2017-11-13 17:26:38 +00:00
}
2017-10-13 12:31:31 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2017-10-13 12:31:31 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Justin Hileman",
"email": "justin@justinhileman.info",
"homepage": "http://justinhileman.com"
2017-10-13 12:31:31 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "An interactive shell for modern PHP.",
"homepage": "http://psysh.org",
2017-10-13 12:31:31 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"REPL",
"console",
"interactive",
"shell"
2017-10-13 12:31:31 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/bobthecow/psysh/issues",
2021-04-29 20:36:13 +01:00
"source": "https://github.com/bobthecow/psysh/tree/v0.10.8"
2021-01-31 14:50:01 +00:00
},
2021-04-29 20:36:13 +01:00
"time": "2021-04-10T16:23:39+00:00"
2019-01-20 17:35:58 +00:00
},
{
"name": "ralouphie/getallheaders",
2019-07-13 13:02:45 +01:00
"version": "3.0.3",
2019-01-20 17:35:58 +00:00
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
2019-07-13 13:02:45 +01:00
"reference": "120b605dfeb996808c31b6477290a714d356e822"
2019-01-20 17:35:58 +00:00
},
"dist": {
"type": "zip",
2019-07-13 13:02:45 +01:00
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
2019-01-20 17:35:58 +00:00
"shasum": ""
},
"require": {
2019-07-13 13:02:45 +01:00
"php": ">=5.6"
2019-01-20 17:35:58 +00:00
},
"require-dev": {
2019-07-13 13:02:45 +01:00
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
2019-01-20 17:35:58 +00:00
},
"type": "library",
"autoload": {
"files": [
"src/getallheaders.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
}
],
"description": "A polyfill for getallheaders.",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
},
2019-07-13 13:02:45 +01:00
"time": "2019-03-08T08:55:37+00:00"
2017-10-13 12:31:31 +01:00
},
2020-10-17 17:15:06 +01:00
{
"name": "ramsey/collection",
2021-10-01 18:20:27 +01:00
"version": "1.2.1",
2020-10-17 17:15:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/ramsey/collection.git",
2021-10-01 18:20:27 +01:00
"reference": "eaca1dc1054ddd10cbd83c1461907bee6fb528fa"
2020-10-17 17:15:06 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/ramsey/collection/zipball/eaca1dc1054ddd10cbd83c1461907bee6fb528fa",
"reference": "eaca1dc1054ddd10cbd83c1461907bee6fb528fa",
2020-10-17 17:15:06 +01:00
"shasum": ""
},
"require": {
2021-10-01 18:20:27 +01:00
"php": "^7.3 || ^8",
"symfony/polyfill-php81": "^1.23"
2020-10-17 17:15:06 +01:00
},
"require-dev": {
"captainhook/captainhook": "^5.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"ergebnis/composer-normalize": "^2.6",
2021-01-31 14:50:01 +00:00
"fakerphp/faker": "^1.5",
2020-10-17 17:15:06 +01:00
"hamcrest/hamcrest-php": "^2",
2021-01-31 14:50:01 +00:00
"jangregor/phpstan-prophecy": "^0.8",
2020-10-17 17:15:06 +01:00
"mockery/mockery": "^1.3",
2021-10-01 18:20:27 +01:00
"phpspec/prophecy-phpunit": "^2.0",
2020-10-17 17:15:06 +01:00
"phpstan/extension-installer": "^1",
"phpstan/phpstan": "^0.12.32",
"phpstan/phpstan-mockery": "^0.12.5",
"phpstan/phpstan-phpunit": "^0.12.11",
2021-01-31 14:50:01 +00:00
"phpunit/phpunit": "^8.5 || ^9",
2020-10-17 17:15:06 +01:00
"psy/psysh": "^0.10.4",
"slevomat/coding-standard": "^6.3",
"squizlabs/php_codesniffer": "^3.5",
2021-01-31 14:50:01 +00:00
"vimeo/psalm": "^4.4"
2020-10-17 17:15:06 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Ramsey\\Collection\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ben Ramsey",
"email": "ben@benramsey.com",
"homepage": "https://benramsey.com"
}
],
2021-10-01 18:20:27 +01:00
"description": "A PHP library for representing and manipulating collections.",
2020-10-17 17:15:06 +01:00
"keywords": [
"array",
"collection",
"hash",
"map",
"queue",
"set"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/ramsey/collection/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/ramsey/collection/tree/1.2.1"
2021-01-31 14:50:01 +00:00
},
2020-10-17 17:15:06 +01:00
"funding": [
{
"url": "https://github.com/ramsey",
"type": "github"
2021-01-31 14:50:01 +00:00
},
{
"url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
"type": "tidelift"
2020-10-17 17:15:06 +01:00
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-08-06T03:41:06+00:00"
2020-10-17 17:15:06 +01:00
},
2017-10-13 12:31:31 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "ramsey/uuid",
2021-10-01 18:20:27 +01:00
"version": "4.2.3",
2017-10-13 12:31:31 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/ramsey/uuid.git",
2021-10-01 18:20:27 +01:00
"reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df"
2017-10-13 12:31:31 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/ramsey/uuid/zipball/fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
"reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
2017-10-13 12:31:31 +01:00
"shasum": ""
},
"require": {
2020-10-17 17:15:06 +01:00
"brick/math": "^0.8 || ^0.9",
2020-01-26 17:50:49 +00:00
"ext-json": "*",
2021-10-01 18:20:27 +01:00
"php": "^7.2 || ^8.0",
2020-10-17 17:15:06 +01:00
"ramsey/collection": "^1.0",
2021-10-01 18:20:27 +01:00
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-php80": "^1.14"
2017-11-13 17:26:38 +00:00
},
"replace": {
"rhumsaa/uuid": "self.version"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2021-10-01 18:20:27 +01:00
"captainhook/captainhook": "^5.10",
"captainhook/plugin-composer": "^5.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
2020-10-17 17:15:06 +01:00
"doctrine/annotations": "^1.8",
2021-10-01 18:20:27 +01:00
"ergebnis/composer-normalize": "^2.15",
2020-10-17 17:15:06 +01:00
"mockery/mockery": "^1.3",
2017-11-13 17:26:38 +00:00
"moontoast/math": "^1.1",
2020-01-26 17:50:49 +00:00
"paragonie/random-lib": "^2",
2021-10-01 18:20:27 +01:00
"php-mock/php-mock": "^2.2",
2020-10-17 17:15:06 +01:00
"php-mock/php-mock-mockery": "^1.3",
"php-parallel-lint/php-parallel-lint": "^1.1",
2021-10-01 18:20:27 +01:00
"phpbench/phpbench": "^1.0",
2020-10-17 17:15:06 +01:00
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-mockery": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
2021-10-01 18:20:27 +01:00
"phpunit/phpunit": "^8.5 || ^9",
"slevomat/coding-standard": "^7.0",
2020-10-17 17:15:06 +01:00
"squizlabs/php_codesniffer": "^3.5",
2021-10-01 18:20:27 +01:00
"vimeo/psalm": "^4.9"
2017-11-13 17:26:38 +00:00
},
"suggest": {
2020-10-17 17:15:06 +01:00
"ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
"ext-ctype": "Enables faster processing of character classification using ctype functions.",
"ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
"ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
2020-01-26 17:50:49 +00:00
"paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
2017-11-13 17:26:38 +00:00
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
2017-10-13 12:31:31 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-10-01 18:20:27 +01:00
"dev-main": "4.x-dev"
},
"captainhook": {
"force-install": true
2017-10-13 12:31:31 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"Ramsey\\Uuid\\": "src/"
2020-01-26 17:50:49 +00:00
},
"files": [
"src/functions.php"
]
2017-10-13 12:31:31 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2017-10-13 12:31:31 +01:00
],
2020-10-17 17:15:06 +01:00
"description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
2017-10-13 12:31:31 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"guid",
"identifier",
"uuid"
2017-10-13 12:31:31 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/ramsey/uuid/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/ramsey/uuid/tree/4.2.3"
2021-01-31 14:50:01 +00:00
},
2020-10-17 17:15:06 +01:00
"funding": [
{
"url": "https://github.com/ramsey",
"type": "github"
2021-10-01 18:20:27 +01:00
},
{
"url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
"type": "tidelift"
2020-10-17 17:15:06 +01:00
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-09-25T23:10:38+00:00"
2017-10-13 12:31:31 +01:00
},
2019-01-24 19:19:45 +00:00
{
"name": "scrivo/highlight.php",
2021-10-01 18:20:27 +01:00
"version": "v9.18.1.7",
2019-01-24 19:19:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/scrivo/highlight.php.git",
2021-10-01 18:20:27 +01:00
"reference": "05996fcc61e97978d76ca7d1ac14b65e7cd26f91"
2019-01-24 19:19:45 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/scrivo/highlight.php/zipball/05996fcc61e97978d76ca7d1ac14b65e7cd26f91",
"reference": "05996fcc61e97978d76ca7d1ac14b65e7cd26f91",
2019-01-24 19:19:45 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
2019-08-18 18:41:56 +01:00
"ext-mbstring": "*",
"php": ">=5.4"
2019-01-24 19:19:45 +00:00
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.7",
2020-06-10 20:48:23 +01:00
"sabberworm/php-css-parser": "^8.3",
2020-02-21 13:41:02 +00:00
"symfony/finder": "^2.8|^3.4",
"symfony/var-dumper": "^2.8|^3.4"
2019-01-24 19:19:45 +00:00
},
"type": "library",
"autoload": {
"psr-0": {
2019-05-05 10:27:40 +01:00
"Highlight\\": "",
"HighlightUtilities\\": ""
},
"files": [
"HighlightUtilities/functions.php"
]
2019-01-24 19:19:45 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Geert Bergman",
2019-10-19 15:34:49 +01:00
"homepage": "http://www.scrivo.org/",
"role": "Project Author"
2019-01-24 19:19:45 +00:00
},
{
"name": "Vladimir Jimenez",
2019-10-19 15:34:49 +01:00
"homepage": "https://allejo.io",
2020-01-26 17:50:49 +00:00
"role": "Maintainer"
2019-01-24 19:19:45 +00:00
},
{
"name": "Martin Folkers",
2019-10-19 15:34:49 +01:00
"homepage": "https://twobrain.io",
"role": "Contributor"
2019-01-24 19:19:45 +00:00
}
],
"description": "Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js",
"keywords": [
"code",
"highlight",
"highlight.js",
"highlight.php",
"syntax"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/scrivo/highlight.php/issues",
"source": "https://github.com/scrivo/highlight.php"
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://github.com/allejo",
"type": "github"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-07-09T00:30:39+00:00"
2019-01-24 19:19:45 +00:00
},
2017-10-13 12:31:31 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "spatie/browsershot",
2021-10-01 18:20:27 +01:00
"version": "3.50.2",
2017-10-13 12:31:31 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/spatie/browsershot.git",
2021-10-01 18:20:27 +01:00
"reference": "27c5d6c27662ddef93a4b17b309cbc3e9904892a"
2017-10-13 12:31:31 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/spatie/browsershot/zipball/27c5d6c27662ddef93a4b17b309cbc3e9904892a",
"reference": "27c5d6c27662ddef93a4b17b309cbc3e9904892a",
2017-10-13 12:31:31 +01:00
"shasum": ""
},
"require": {
2020-11-28 18:21:29 +00:00
"php": "^7.4|^8.0",
2021-10-01 18:20:27 +01:00
"spatie/image": "^1.5.3|^2.0",
2021-04-29 20:36:13 +01:00
"spatie/temporary-directory": "^1.1|^2.0",
2021-10-01 18:20:27 +01:00
"symfony/process": "^4.2|^5.0"
2017-10-13 12:31:31 +01:00
},
"require-dev": {
2020-11-28 18:21:29 +00:00
"phpunit/phpunit": "^9.0",
"spatie/phpunit-snapshot-assertions": "^4.2.3"
2016-05-19 15:01:28 +01:00
},
2017-11-13 17:26:38 +00:00
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\Browsershot\\": "src"
}
2016-05-19 15:01:28 +01:00
},
2017-11-13 17:26:38 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2016-05-19 15:01:28 +01:00
],
2017-11-13 17:26:38 +00:00
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
2019-10-19 15:34:49 +01:00
"homepage": "https://github.com/freekmurze",
"role": "Developer"
2016-05-19 15:01:28 +01:00
}
2017-11-13 17:26:38 +00:00
],
"description": "Convert a webpage to an image or pdf using headless Chrome",
"homepage": "https://github.com/spatie/browsershot",
"keywords": [
"chrome",
"convert",
"headless",
"image",
"pdf",
"puppeteer",
"screenshot",
"webpage"
],
2021-01-31 14:50:01 +00:00
"support": {
2021-10-01 18:20:27 +01:00
"source": "https://github.com/spatie/browsershot/tree/3.50.2"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
2020-07-12 17:41:26 +01:00
"url": "https://github.com/spatie",
"type": "github"
2020-06-10 20:48:23 +01:00
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-09-21T22:25:15+00:00"
2017-11-13 17:26:38 +00:00
},
2019-01-24 19:19:45 +00:00
{
"name": "spatie/commonmark-highlighter",
2020-12-31 13:34:55 +00:00
"version": "2.1.1",
2019-01-24 19:19:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/spatie/commonmark-highlighter.git",
2020-12-31 13:34:55 +00:00
"reference": "4090c552b983d58a76a7063519fe7aa977bdcf1e"
2019-01-24 19:19:45 +00:00
},
"dist": {
"type": "zip",
2020-12-31 13:34:55 +00:00
"url": "https://api.github.com/repos/spatie/commonmark-highlighter/zipball/4090c552b983d58a76a7063519fe7aa977bdcf1e",
"reference": "4090c552b983d58a76a7063519fe7aa977bdcf1e",
2019-01-24 19:19:45 +00:00
"shasum": ""
},
"require": {
2020-12-31 13:34:55 +00:00
"league/commonmark": "^1.5",
"php": "^7.2|^8.0",
"scrivo/highlight.php": "^9.18.1.4"
2019-01-24 19:19:45 +00:00
},
"require-dev": {
"larapack/dd": "^1.0",
2020-12-31 13:34:55 +00:00
"phpunit/phpunit": "^8.5|^9.4",
"spatie/phpunit-snapshot-assertions": "^2.0|^4.0"
2019-01-24 19:19:45 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\CommonMarkHighlighter\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sebastian De Deyne",
"email": "sebastian@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "Highlight your markdown code blocks with league/commonmark",
"homepage": "https://github.com/spatie/commonmark-highlighter",
"keywords": [
"commonmark-highlighter",
"spatie"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/spatie/commonmark-highlighter/issues",
"source": "https://github.com/spatie/commonmark-highlighter/tree/2.1.1"
},
2020-12-31 13:34:55 +00:00
"time": "2020-11-11T21:55:01+00:00"
2019-01-24 19:19:45 +00:00
},
2017-11-13 17:26:38 +00:00
{
"name": "spatie/image",
2021-04-29 20:36:13 +01:00
"version": "1.10.5",
2017-11-13 17:26:38 +00:00
"source": {
"type": "git",
"url": "https://github.com/spatie/image.git",
2021-04-29 20:36:13 +01:00
"reference": "63a963d0200fb26f2564bf7201fc7272d9b22933"
2017-11-13 17:26:38 +00:00
},
"dist": {
"type": "zip",
2021-04-29 20:36:13 +01:00
"url": "https://api.github.com/repos/spatie/image/zipball/63a963d0200fb26f2564bf7201fc7272d9b22933",
"reference": "63a963d0200fb26f2564bf7201fc7272d9b22933",
2017-11-13 17:26:38 +00:00
"shasum": ""
2016-05-19 15:01:28 +01:00
},
2017-11-13 17:26:38 +00:00
"require": {
2019-01-20 17:35:58 +00:00
"ext-exif": "*",
2021-03-17 18:38:18 +00:00
"ext-json": "*",
2020-02-21 13:41:02 +00:00
"ext-mbstring": "*",
2020-11-28 18:21:29 +00:00
"league/glide": "^1.6",
"php": "^7.2|^8.0",
"spatie/image-optimizer": "^1.1",
2021-04-29 20:36:13 +01:00
"spatie/temporary-directory": "^1.0|^2.0",
2020-01-26 17:50:49 +00:00
"symfony/process": "^3.0|^4.0|^5.0"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
2020-11-28 18:21:29 +00:00
"phpunit/phpunit": "^8.0|^9.0",
2021-03-17 18:38:18 +00:00
"symfony/var-dumper": "^4.0|^5.0",
"vimeo/psalm": "^4.6"
2017-11-13 17:26:38 +00:00
},
"type": "library",
2016-05-19 15:01:28 +01:00
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"Spatie\\Image\\": "src"
}
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
2019-10-19 15:34:49 +01:00
"homepage": "https://spatie.be",
"role": "Developer"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Manipulate images with an expressive API",
"homepage": "https://github.com/spatie/image",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"image",
"spatie"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/spatie/image/issues",
2021-04-29 20:36:13 +01:00
"source": "https://github.com/spatie/image/tree/1.10.5"
2021-01-31 14:50:01 +00:00
},
2020-11-28 18:21:29 +00:00
"funding": [
{
"url": "https://spatie.be/open-source/support-us",
"type": "custom"
},
{
"url": "https://github.com/spatie",
"type": "github"
}
],
2021-04-29 20:36:13 +01:00
"time": "2021-04-07T08:42:24+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "spatie/image-optimizer",
2021-04-29 20:36:13 +01:00
"version": "1.4.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/spatie/image-optimizer.git",
2021-04-29 20:36:13 +01:00
"reference": "c22202fdd57856ed18a79cfab522653291a6e96a"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-04-29 20:36:13 +01:00
"url": "https://api.github.com/repos/spatie/image-optimizer/zipball/c22202fdd57856ed18a79cfab522653291a6e96a",
"reference": "c22202fdd57856ed18a79cfab522653291a6e96a",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2019-01-20 17:35:58 +00:00
"ext-fileinfo": "*",
2020-11-28 18:21:29 +00:00
"php": "^7.2|^8.0",
2017-11-13 17:26:38 +00:00
"psr/log": "^1.0",
2020-01-26 17:50:49 +00:00
"symfony/process": "^4.2|^5.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2020-11-28 18:21:29 +00:00
"phpunit/phpunit": "^8.0|^9.0",
2020-01-26 17:50:49 +00:00
"symfony/var-dumper": "^4.2|^5.0"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"Spatie\\ImageOptimizer\\": "src"
}
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Easily optimize images using PHP",
"homepage": "https://github.com/spatie/image-optimizer",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"image-optimizer",
"spatie"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/spatie/image-optimizer/issues",
2021-04-29 20:36:13 +01:00
"source": "https://github.com/spatie/image-optimizer/tree/1.4.0"
2021-01-31 14:50:01 +00:00
},
2021-04-29 20:36:13 +01:00
"time": "2021-04-22T06:17:27+00:00"
2016-05-19 15:01:28 +01:00
},
2016-09-09 12:00:11 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "spatie/temporary-directory",
2021-04-29 20:36:13 +01:00
"version": "2.0.0",
2016-09-09 12:00:11 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/spatie/temporary-directory.git",
2021-04-29 20:36:13 +01:00
"reference": "06fe0f10d068fdf145c9b2235030e568c913bb61"
2016-09-09 12:00:11 +01:00
},
"dist": {
"type": "zip",
2021-04-29 20:36:13 +01:00
"url": "https://api.github.com/repos/spatie/temporary-directory/zipball/06fe0f10d068fdf145c9b2235030e568c913bb61",
"reference": "06fe0f10d068fdf145c9b2235030e568c913bb61",
2016-09-09 12:00:11 +01:00
"shasum": ""
},
"require": {
2021-04-29 20:36:13 +01:00
"php": "^8.0"
2017-10-13 12:31:31 +01:00
},
"require-dev": {
2021-04-29 20:36:13 +01:00
"phpunit/phpunit": "^9.5"
2016-09-09 12:00:11 +01:00
},
"type": "library",
"autoload": {
2017-10-13 12:31:31 +01:00
"psr-4": {
2017-11-13 17:26:38 +00:00
"Spatie\\TemporaryDirectory\\": "src"
2016-09-09 12:00:11 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Alex Vanderbist",
"email": "alex@spatie.be",
2019-10-19 15:34:49 +01:00
"homepage": "https://spatie.be",
"role": "Developer"
2016-09-09 12:00:11 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Easily create, use and destroy temporary directories",
"homepage": "https://github.com/spatie/temporary-directory",
2017-10-13 12:31:31 +01:00
"keywords": [
2020-11-28 18:21:29 +00:00
"php",
2017-11-13 17:26:38 +00:00
"spatie",
"temporary-directory"
2017-10-13 12:31:31 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/spatie/temporary-directory/issues",
2021-04-29 20:36:13 +01:00
"source": "https://github.com/spatie/temporary-directory/tree/2.0.0"
2021-01-31 14:50:01 +00:00
},
2021-04-29 20:36:13 +01:00
"funding": [
{
"url": "https://spatie.be/open-source/support-us",
"type": "custom"
},
{
"url": "https://github.com/spatie",
"type": "github"
}
],
"time": "2021-03-30T19:46:13+00:00"
2017-06-23 10:59:04 +01:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "swiftmailer/swiftmailer",
2021-03-17 18:38:18 +00:00
"version": "v6.2.7",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/swiftmailer/swiftmailer.git",
2021-03-17 18:38:18 +00:00
"reference": "15f7faf8508e04471f666633addacf54c0ab5933"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-03-17 18:38:18 +00:00
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/15f7faf8508e04471f666633addacf54c0ab5933",
"reference": "15f7faf8508e04471f666633addacf54c0ab5933",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2021-03-17 18:38:18 +00:00
"egulias/email-validator": "^2.0|^3.1",
2019-03-17 14:08:49 +00:00
"php": ">=7.0.0",
"symfony/polyfill-iconv": "^1.0",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2020-12-31 13:34:55 +00:00
"mockery/mockery": "^1.0",
"symfony/phpunit-bridge": "^4.4|^5.0"
2016-05-19 15:01:28 +01:00
},
2018-07-22 18:34:16 +01:00
"suggest": {
2020-12-31 13:34:55 +00:00
"ext-intl": "Needed to support internationalized email addresses"
2018-07-22 18:34:16 +01:00
},
2017-10-13 12:31:31 +01:00
"type": "library",
2017-11-13 17:26:38 +00:00
"extra": {
"branch-alias": {
2019-03-17 14:08:49 +00:00
"dev-master": "6.2-dev"
2017-10-13 12:31:31 +01:00
}
2016-05-19 15:01:28 +01:00
},
2017-11-13 17:26:38 +00:00
"autoload": {
"files": [
"lib/swift_required.php"
]
},
2016-05-19 15:01:28 +01:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Chris Corbyn"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Swiftmailer, free feature-rich PHP mailer",
2018-07-22 18:34:16 +01:00
"homepage": "https://swiftmailer.symfony.com",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"email",
"mail",
"mailer"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/swiftmailer/swiftmailer/issues",
2021-03-17 18:38:18 +00:00
"source": "https://github.com/swiftmailer/swiftmailer/tree/v6.2.7"
2021-01-31 14:50:01 +00:00
},
2020-12-31 13:34:55 +00:00
"funding": [
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer",
"type": "tidelift"
}
],
2021-03-17 18:38:18 +00:00
"time": "2021-03-09T12:30:35+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/console",
2021-10-01 18:20:27 +01:00
"version": "v5.3.7",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/symfony/console.git",
2021-10-01 18:20:27 +01:00
"reference": "8b1008344647462ae6ec57559da166c2bfa5e16a"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/symfony/console/zipball/8b1008344647462ae6ec57559da166c2bfa5e16a",
"reference": "8b1008344647462ae6ec57559da166c2bfa5e16a",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-06-13 16:32:42 +01:00
"php": ">=7.2.5",
2021-10-01 18:20:27 +01:00
"symfony/deprecation-contracts": "^2.1",
2019-05-31 11:27:06 +01:00
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
2021-10-01 18:20:27 +01:00
"symfony/polyfill-php80": "^1.16",
2020-06-13 16:32:42 +01:00
"symfony/service-contracts": "^1.1|^2",
"symfony/string": "^5.1"
2017-11-13 17:26:38 +00:00
},
"conflict": {
2021-10-01 18:20:27 +01:00
"psr/log": ">=3",
2020-06-13 16:32:42 +01:00
"symfony/dependency-injection": "<4.4",
"symfony/dotenv": "<5.1",
"symfony/event-dispatcher": "<4.4",
2020-01-26 17:50:49 +00:00
"symfony/lock": "<4.4",
2020-06-13 16:32:42 +01:00
"symfony/process": "<4.4"
2017-11-13 17:26:38 +00:00
},
2019-03-17 14:08:49 +00:00
"provide": {
2021-10-01 18:20:27 +01:00
"psr/log-implementation": "1.0|2.0"
2019-03-17 14:08:49 +00:00
},
2017-11-13 17:26:38 +00:00
"require-dev": {
2021-10-01 18:20:27 +01:00
"psr/log": "^1|^2",
2020-06-13 16:32:42 +01:00
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/event-dispatcher": "^4.4|^5.0",
2020-01-26 17:50:49 +00:00
"symfony/lock": "^4.4|^5.0",
2020-06-13 16:32:42 +01:00
"symfony/process": "^4.4|^5.0",
"symfony/var-dumper": "^4.4|^5.0"
2017-11-13 17:26:38 +00:00
},
"suggest": {
2019-03-17 14:08:49 +00:00
"psr/log": "For using the console logger",
2017-11-13 17:26:38 +00:00
"symfony/event-dispatcher": "",
2017-12-07 15:39:19 +00:00
"symfony/lock": "",
2017-11-13 17:26:38 +00:00
"symfony/process": ""
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2021-01-31 14:50:01 +00:00
"description": "Eases the creation of beautiful and testable command line interfaces",
2017-11-13 17:26:38 +00:00
"homepage": "https://symfony.com",
2020-12-31 13:34:55 +00:00
"keywords": [
"cli",
"command line",
"console",
"terminal"
],
2021-01-31 14:50:01 +00:00
"support": {
2021-10-01 18:20:27 +01:00
"source": "https://github.com/symfony/console/tree/v5.3.7"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +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"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-08-25T20:02:16+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/css-selector",
2021-10-01 18:20:27 +01:00
"version": "v5.3.4",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/symfony/css-selector.git",
2021-10-01 18:20:27 +01:00
"reference": "7fb120adc7f600a59027775b224c13a33530dd90"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/7fb120adc7f600a59027775b224c13a33530dd90",
"reference": "7fb120adc7f600a59027775b224c13a33530dd90",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2021-10-01 18:20:27 +01:00
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.16"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"Symfony\\Component\\CssSelector\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2017-11-13 17:26:38 +00:00
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
2019-08-18 18:41:56 +01:00
{
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
},
2017-11-13 17:26:38 +00:00
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2021-01-31 14:50:01 +00:00
"description": "Converts CSS selectors to XPath expressions",
2017-11-13 17:26:38 +00:00
"homepage": "https://symfony.com",
2021-01-31 14:50:01 +00:00
"support": {
2021-10-01 18:20:27 +01:00
"source": "https://github.com/symfony/css-selector/tree/v5.3.4"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +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"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-07-21T12:38:00+00:00"
2016-05-19 15:01:28 +01:00
},
{
2020-06-13 16:32:42 +01:00
"name": "symfony/deprecation-contracts",
2021-04-29 20:36:13 +01:00
"version": "v2.4.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2020-06-13 16:32:42 +01:00
"url": "https://github.com/symfony/deprecation-contracts.git",
2021-04-29 20:36:13 +01:00
"reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-04-29 20:36:13 +01:00
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
"reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-06-13 16:32:42 +01:00
"php": ">=7.1"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-04-29 20:36:13 +01:00
"dev-main": "2.4-dev"
2020-07-12 17:41:26 +01:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2020-06-13 16:32:42 +01:00
"files": [
"function.php"
2017-11-13 17:26:38 +00:00
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-06-13 16:32:42 +01:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2017-11-13 17:26:38 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2020-06-13 16:32:42 +01:00
"description": "A generic function and convention to trigger deprecation notices",
2017-11-13 17:26:38 +00:00
"homepage": "https://symfony.com",
2021-01-31 14:50:01 +00:00
"support": {
2021-04-29 20:36:13 +01:00
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +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"
}
],
2021-04-29 20:36:13 +01:00
"time": "2021-03-23T23:28:01+00:00"
2020-01-26 17:50:49 +00:00
},
{
"name": "symfony/error-handler",
2021-10-01 18:20:27 +01:00
"version": "v5.3.7",
2020-01-26 17:50:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
2021-10-01 18:20:27 +01:00
"reference": "3bc60d0fba00ae8d1eaa9eb5ab11a2bbdd1fc321"
2020-01-26 17:50:49 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/symfony/error-handler/zipball/3bc60d0fba00ae8d1eaa9eb5ab11a2bbdd1fc321",
"reference": "3bc60d0fba00ae8d1eaa9eb5ab11a2bbdd1fc321",
2020-01-26 17:50:49 +00:00
"shasum": ""
},
"require": {
2020-06-13 16:32:42 +01:00
"php": ">=7.2.5",
2021-10-01 18:20:27 +01:00
"psr/log": "^1|^2|^3",
2020-01-26 17:50:49 +00:00
"symfony/var-dumper": "^4.4|^5.0"
},
"require-dev": {
2020-06-13 16:32:42 +01:00
"symfony/deprecation-contracts": "^2.1",
2020-01-26 17:50:49 +00:00
"symfony/http-kernel": "^4.4|^5.0",
"symfony/serializer": "^4.4|^5.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\ErrorHandler\\": ""
},
"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"
}
],
2021-01-31 14:50:01 +00:00
"description": "Provides tools to manage errors and ease debugging PHP code",
2020-01-26 17:50:49 +00:00
"homepage": "https://symfony.com",
2021-01-31 14:50:01 +00:00
"support": {
2021-10-01 18:20:27 +01:00
"source": "https://github.com/symfony/error-handler/tree/v5.3.7"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +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"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-08-28T15:07:08+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/event-dispatcher",
2021-10-01 18:20:27 +01:00
"version": "v5.3.7",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/symfony/event-dispatcher.git",
2021-10-01 18:20:27 +01:00
"reference": "ce7b20d69c66a20939d8952b617506a44d102130"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ce7b20d69c66a20939d8952b617506a44d102130",
"reference": "ce7b20d69c66a20939d8952b617506a44d102130",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-06-13 16:32:42 +01:00
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
"symfony/event-dispatcher-contracts": "^2",
2021-10-01 18:20:27 +01:00
"symfony/polyfill-php80": "^1.16"
2017-11-13 17:26:38 +00:00
},
"conflict": {
2020-06-13 16:32:42 +01:00
"symfony/dependency-injection": "<4.4"
2017-11-13 17:26:38 +00:00
},
2019-05-31 11:27:06 +01:00
"provide": {
"psr/event-dispatcher-implementation": "1.0",
2020-06-13 16:32:42 +01:00
"symfony/event-dispatcher-implementation": "2.0"
2019-05-31 11:27:06 +01:00
},
2017-11-13 17:26:38 +00:00
"require-dev": {
2021-10-01 18:20:27 +01:00
"psr/log": "^1|^2|^3",
2020-06-13 16:32:42 +01:00
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
2020-10-10 19:44:17 +01:00
"symfony/error-handler": "^4.4|^5.0",
2020-06-13 16:32:42 +01:00
"symfony/expression-language": "^4.4|^5.0",
"symfony/http-foundation": "^4.4|^5.0",
2020-01-26 17:50:49 +00:00
"symfony/service-contracts": "^1.1|^2",
2020-06-13 16:32:42 +01:00
"symfony/stopwatch": "^4.4|^5.0"
2017-11-13 17:26:38 +00:00
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"Symfony\\Component\\EventDispatcher\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2021-01-31 14:50:01 +00:00
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
2017-11-13 17:26:38 +00:00
"homepage": "https://symfony.com",
2021-01-31 14:50:01 +00:00
"support": {
2021-10-01 18:20:27 +01:00
"source": "https://github.com/symfony/event-dispatcher/tree/v5.3.7"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +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"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-08-04T21:20:46+00:00"
2019-05-31 11:27:06 +01:00
},
{
"name": "symfony/event-dispatcher-contracts",
2021-04-29 20:36:13 +01:00
"version": "v2.4.0",
2019-05-31 11:27:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
2021-04-29 20:36:13 +01:00
"reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11"
2019-05-31 11:27:06 +01:00
},
"dist": {
"type": "zip",
2021-04-29 20:36:13 +01:00
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/69fee1ad2332a7cbab3aca13591953da9cdb7a11",
"reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11",
2019-05-31 11:27:06 +01:00
"shasum": ""
},
"require": {
2020-06-13 16:32:42 +01:00
"php": ">=7.2.5",
"psr/event-dispatcher": "^1"
2019-05-31 11:27:06 +01:00
},
"suggest": {
"symfony/event-dispatcher-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2021-04-29 20:36:13 +01:00
"dev-main": "2.4-dev"
2020-07-12 17:41:26 +01:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2019-05-31 11:27:06 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\EventDispatcher\\": ""
}
},
"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 dispatching event",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2021-01-31 14:50:01 +00:00
"support": {
2021-04-29 20:36:13 +01:00
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.4.0"
2021-01-31 14:50:01 +00:00
},
2020-06-13 16:32:42 +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"
}
],
2021-04-29 20:36:13 +01:00
"time": "2021-03-23T23:28:01+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/finder",
2021-10-01 18:20:27 +01:00
"version": "v5.3.7",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/symfony/finder.git",
2021-10-01 18:20:27 +01:00
"reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/symfony/finder/zipball/a10000ada1e600d109a6c7632e9ac42e8bf2fb93",
"reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2021-10-01 18:20:27 +01:00
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.16"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"Symfony\\Component\\Finder\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2021-01-31 14:50:01 +00:00
"description": "Finds files and directories via an intuitive fluent interface",
2017-11-13 17:26:38 +00:00
"homepage": "https://symfony.com",
2021-01-31 14:50:01 +00:00
"support": {
2021-10-01 18:20:27 +01:00
"source": "https://github.com/symfony/finder/tree/v5.3.7"
2019-07-13 13:02:45 +01:00
},
2020-06-10 20:48:23 +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"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-08-04T21:20:46+00:00"
2019-07-13 13:02:45 +01:00
},
{
"name": "symfony/http-client-contracts",
2021-04-29 20:36:13 +01:00
"version": "v2.4.0",
2019-07-13 13:02:45 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client-contracts.git",
2021-04-29 20:36:13 +01:00
"reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4"
2019-07-13 13:02:45 +01:00
},
"dist": {
"type": "zip",
2021-04-29 20:36:13 +01:00
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
"reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
2019-07-13 13:02:45 +01:00
"shasum": ""
},
"require": {
2020-06-10 20:48:23 +01:00
"php": ">=7.2.5"
2019-07-13 13:02:45 +01:00
},
"suggest": {
"symfony/http-client-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2021-04-29 20:36:13 +01:00
"dev-main": "2.4-dev"
2020-07-12 17:41:26 +01:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2019-07-13 13:02:45 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\HttpClient\\": ""
}
},
"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 HTTP clients",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2021-01-31 14:50:01 +00:00
"support": {
2021-04-29 20:36:13 +01:00
"source": "https://github.com/symfony/http-client-contracts/tree/v2.4.0"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +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"
}
],
2021-04-29 20:36:13 +01:00
"time": "2021-04-11T23:07:08+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/http-foundation",
2021-10-01 18:20:27 +01:00
"version": "v5.3.7",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/symfony/http-foundation.git",
2021-10-01 18:20:27 +01:00
"reference": "e36c8e5502b4f3f0190c675f1c1f1248a64f04e5"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/e36c8e5502b4f3f0190c675f1c1f1248a64f04e5",
"reference": "e36c8e5502b4f3f0190c675f1c1f1248a64f04e5",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-06-13 16:32:42 +01:00
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-mbstring": "~1.1",
2021-10-01 18:20:27 +01:00
"symfony/polyfill-php80": "^1.16"
2016-05-19 15:01:28 +01:00
},
2017-02-03 21:49:49 +00:00
"require-dev": {
2018-06-23 23:21:26 +01:00
"predis/predis": "~1.0",
2020-06-13 16:32:42 +01:00
"symfony/cache": "^4.4|^5.0",
"symfony/expression-language": "^4.4|^5.0",
"symfony/mime": "^4.4|^5.0"
},
"suggest": {
"symfony/mime": "To use the file extension guesser"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"Symfony\\Component\\HttpFoundation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2017-10-13 12:31:31 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2021-01-31 14:50:01 +00:00
"description": "Defines an object-oriented layer for the HTTP specification",
2017-11-13 17:26:38 +00:00
"homepage": "https://symfony.com",
2021-01-31 14:50:01 +00:00
"support": {
2021-10-01 18:20:27 +01:00
"source": "https://github.com/symfony/http-foundation/tree/v5.3.7"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +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"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-08-27T11:20:35+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/http-kernel",
2021-10-01 18:20:27 +01:00
"version": "v5.3.9",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/symfony/http-kernel.git",
2021-10-01 18:20:27 +01:00
"reference": "ceaf46a992f60e90645e7279825a830f733a17c5"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/ceaf46a992f60e90645e7279825a830f733a17c5",
"reference": "ceaf46a992f60e90645e7279825a830f733a17c5",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-06-13 16:32:42 +01:00
"php": ">=7.2.5",
2021-10-01 18:20:27 +01:00
"psr/log": "^1|^2",
2020-06-13 16:32:42 +01:00
"symfony/deprecation-contracts": "^2.1",
"symfony/error-handler": "^4.4|^5.0",
"symfony/event-dispatcher": "^5.0",
2020-10-10 19:44:17 +01:00
"symfony/http-client-contracts": "^1.1|^2",
2021-10-01 18:20:27 +01:00
"symfony/http-foundation": "^5.3.7",
2020-01-26 17:50:49 +00:00
"symfony/polyfill-ctype": "^1.8",
2020-06-10 20:48:23 +01:00
"symfony/polyfill-php73": "^1.9",
2021-10-01 18:20:27 +01:00
"symfony/polyfill-php80": "^1.16"
2017-11-13 17:26:38 +00:00
},
"conflict": {
2020-06-13 16:32:42 +01:00
"symfony/browser-kit": "<4.4",
"symfony/cache": "<5.0",
"symfony/config": "<5.0",
"symfony/console": "<4.4",
2021-10-01 18:20:27 +01:00
"symfony/dependency-injection": "<5.3",
2020-06-13 16:32:42 +01:00
"symfony/doctrine-bridge": "<5.0",
"symfony/form": "<5.0",
"symfony/http-client": "<5.0",
"symfony/mailer": "<5.0",
"symfony/messenger": "<5.0",
"symfony/translation": "<5.0",
"symfony/twig-bridge": "<5.0",
"symfony/validator": "<5.0",
2021-01-31 14:50:01 +00:00
"twig/twig": "<2.13"
2017-02-03 21:49:49 +00:00
},
2017-12-07 15:39:19 +00:00
"provide": {
2021-10-01 18:20:27 +01:00
"psr/log-implementation": "1.0|2.0"
2017-12-07 15:39:19 +00:00
},
2017-02-03 21:49:49 +00:00
"require-dev": {
2021-03-17 18:38:18 +00:00
"psr/cache": "^1.0|^2.0|^3.0",
2020-06-13 16:32:42 +01:00
"symfony/browser-kit": "^4.4|^5.0",
"symfony/config": "^5.0",
"symfony/console": "^4.4|^5.0",
"symfony/css-selector": "^4.4|^5.0",
2021-10-01 18:20:27 +01:00
"symfony/dependency-injection": "^5.3",
2020-06-13 16:32:42 +01:00
"symfony/dom-crawler": "^4.4|^5.0",
"symfony/expression-language": "^4.4|^5.0",
"symfony/finder": "^4.4|^5.0",
"symfony/process": "^4.4|^5.0",
"symfony/routing": "^4.4|^5.0",
"symfony/stopwatch": "^4.4|^5.0",
"symfony/translation": "^4.4|^5.0",
2020-01-26 17:50:49 +00:00
"symfony/translation-contracts": "^1.1|^2",
2021-01-31 14:50:01 +00:00
"twig/twig": "^2.13|^3.0.4"
2017-11-13 17:26:38 +00:00
},
"suggest": {
"symfony/browser-kit": "",
"symfony/config": "",
"symfony/console": "",
2020-01-26 17:50:49 +00:00
"symfony/dependency-injection": ""
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"Symfony\\Component\\HttpKernel\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2016-05-19 15:01:28 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2021-01-31 14:50:01 +00:00
"description": "Provides a structured process for converting a Request into a Response",
2017-11-13 17:26:38 +00:00
"homepage": "https://symfony.com",
2021-01-31 14:50:01 +00:00
"support": {
2021-10-01 18:20:27 +01:00
"source": "https://github.com/symfony/http-kernel/tree/v5.3.9"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +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"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-09-28T10:25:11+00:00"
2019-05-31 11:27:06 +01:00
},
{
"name": "symfony/mime",
2021-10-01 18:20:27 +01:00
"version": "v5.3.8",
2019-05-31 11:27:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
2021-10-01 18:20:27 +01:00
"reference": "a756033d0a7e53db389618653ae991eba5a19a11"
2019-05-31 11:27:06 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/symfony/mime/zipball/a756033d0a7e53db389618653ae991eba5a19a11",
"reference": "a756033d0a7e53db389618653ae991eba5a19a11",
2019-05-31 11:27:06 +01:00
"shasum": ""
},
"require": {
2020-06-10 20:48:23 +01:00
"php": ">=7.2.5",
2020-12-31 13:34:55 +00:00
"symfony/deprecation-contracts": "^2.1",
2019-05-31 11:27:06 +01:00
"symfony/polyfill-intl-idn": "^1.10",
2020-06-10 20:48:23 +01:00
"symfony/polyfill-mbstring": "^1.0",
2021-10-01 18:20:27 +01:00
"symfony/polyfill-php80": "^1.16"
2019-05-31 11:27:06 +01:00
},
2020-01-26 17:50:49 +00:00
"conflict": {
2021-03-17 18:38:18 +00:00
"egulias/email-validator": "~3.0.0",
2021-01-31 14:50:01 +00:00
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
2020-01-26 17:50:49 +00:00
"symfony/mailer": "<4.4"
},
2019-05-31 11:27:06 +01:00
"require-dev": {
2021-03-17 18:38:18 +00:00
"egulias/email-validator": "^2.1.10|^3.1",
2020-12-31 13:34:55 +00:00
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/property-access": "^4.4|^5.1",
"symfony/property-info": "^4.4|^5.1",
"symfony/serializer": "^5.2"
2019-05-31 11:27:06 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Mime\\": ""
},
"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"
}
],
2021-01-31 14:50:01 +00:00
"description": "Allows manipulating MIME messages",
2019-05-31 11:27:06 +01:00
"homepage": "https://symfony.com",
"keywords": [
"mime",
"mime-type"
],
2021-01-31 14:50:01 +00:00
"support": {
2021-10-01 18:20:27 +01:00
"source": "https://github.com/symfony/mime/tree/v5.3.8"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +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"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-09-10T12:30:38+00:00"
2018-06-23 23:21:26 +01:00
},
{
"name": "symfony/polyfill-ctype",
2021-10-01 18:20:27 +01:00
"version": "v1.23.0",
2018-06-23 23:21:26 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2021-10-01 18:20:27 +01:00
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
2018-06-23 23:21:26 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
2018-06-23 23:21:26 +01:00
"shasum": ""
},
"require": {
2020-11-01 14:24:36 +00:00
"php": ">=7.1"
2018-06-23 23:21:26 +01:00
},
2018-10-05 20:37:08 +01:00
"suggest": {
"ext-ctype": "For best performance"
},
2018-06-23 23:21:26 +01:00
"type": "library",
"extra": {
"branch-alias": {
2021-10-01 18:20:27 +01:00
"dev-main": "1.23-dev"
2020-06-25 20:50:32 +01:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2018-06-23 23:21:26 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-08-18 18:41:56 +01:00
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
2018-06-23 23:21:26 +01:00
},
{
2019-08-18 18:41:56 +01:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2018-06-23 23:21:26 +01:00
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2021-01-31 14:50:01 +00:00
"support": {
2021-10-01 18:20:27 +01:00
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +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"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-02-19T12:13:01+00:00"
2016-05-19 15:01:28 +01:00
},
2019-03-17 14:08:49 +00:00
{
"name": "symfony/polyfill-iconv",
2021-10-01 18:20:27 +01:00
"version": "v1.23.0",
2019-03-17 14:08:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git",
2021-10-01 18:20:27 +01:00
"reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933"
2019-03-17 14:08:49 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/63b5bb7db83e5673936d6e3b8b3e022ff6474933",
"reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933",
2019-03-17 14:08:49 +00:00
"shasum": ""
},
"require": {
2020-11-01 14:24:36 +00:00
"php": ">=7.1"
2019-03-17 14:08:49 +00:00
},
"suggest": {
"ext-iconv": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2021-10-01 18:20:27 +01:00
"dev-main": "1.23-dev"
2020-06-25 20:50:32 +01:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2019-03-17 14:08:49 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Iconv\\": ""
},
"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 Iconv extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"iconv",
"polyfill",
"portable",
"shim"
],
2021-01-31 14:50:01 +00:00
"support": {
2021-10-01 18:20:27 +01:00
"source": "https://github.com/symfony/polyfill-iconv/tree/v1.23.0"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +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"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-05-27T09:27:20+00:00"
2019-03-17 14:08:49 +00:00
},
{
2020-06-13 16:32:42 +01:00
"name": "symfony/polyfill-intl-grapheme",
2021-10-01 18:20:27 +01:00
"version": "v1.23.1",
2019-03-17 14:08:49 +00:00
"source": {
"type": "git",
2020-06-13 16:32:42 +01:00
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
2021-10-01 18:20:27 +01:00
"reference": "16880ba9c5ebe3642d1995ab866db29270b36535"
2019-03-17 14:08:49 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535",
"reference": "16880ba9c5ebe3642d1995ab866db29270b36535",
2019-03-17 14:08:49 +00:00
"shasum": ""
},
"require": {
2020-11-01 14:24:36 +00:00
"php": ">=7.1"
2019-03-17 14:08:49 +00:00
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2021-10-01 18:20:27 +01:00
"dev-main": "1.23-dev"
2020-06-25 20:50:32 +01:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2019-03-17 14:08:49 +00:00
}
},
"autoload": {
"psr-4": {
2020-06-13 16:32:42 +01:00
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
2019-03-17 14:08:49 +00:00
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-06-13 16:32:42 +01:00
"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"
],
2021-01-31 14:50:01 +00:00
"support": {
2021-10-01 18:20:27 +01:00
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.1"
2021-01-31 14:50:01 +00:00
},
2020-06-13 16:32:42 +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"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-05-27T12:26:48+00:00"
2020-06-13 16:32:42 +01:00
},
{
"name": "symfony/polyfill-intl-idn",
2021-10-01 18:20:27 +01:00
"version": "v1.23.0",
2020-06-13 16:32:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
2021-10-01 18:20:27 +01:00
"reference": "65bd267525e82759e7d8c4e8ceea44f398838e65"
2020-06-13 16:32:42 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65",
"reference": "65bd267525e82759e7d8c4e8ceea44f398838e65",
2020-06-13 16:32:42 +01:00
"shasum": ""
},
"require": {
2020-11-01 14:24:36 +00:00
"php": ">=7.1",
2020-08-09 16:19:00 +01:00
"symfony/polyfill-intl-normalizer": "^1.10",
2020-06-13 16:32:42 +01:00
"symfony/polyfill-php72": "^1.10"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2021-10-01 18:20:27 +01:00
"dev-main": "1.23-dev"
2020-06-25 20:50:32 +01:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2020-06-13 16:32:42 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
2019-08-18 18:41:56 +01:00
},
2020-08-09 16:19:00 +01:00
{
"name": "Trevor Rowbotham",
"email": "trevor.rowbotham@pm.me"
},
2019-08-18 18:41:56 +01:00
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2019-03-17 14:08:49 +00:00
}
],
"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"
],
2021-01-31 14:50:01 +00:00
"support": {
2021-10-01 18:20:27 +01:00
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +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"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-05-27T09:27:20+00:00"
2019-03-17 14:08:49 +00:00
},
2020-06-13 16:32:42 +01:00
{
"name": "symfony/polyfill-intl-normalizer",
2021-10-01 18:20:27 +01:00
"version": "v1.23.0",
2020-06-13 16:32:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2021-10-01 18:20:27 +01:00
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
2020-06-13 16:32:42 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
2020-06-13 16:32:42 +01:00
"shasum": ""
},
"require": {
2020-11-01 14:24:36 +00:00
"php": ">=7.1"
2020-06-13 16:32:42 +01:00
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2021-10-01 18:20:27 +01:00
"dev-main": "1.23-dev"
2020-06-25 20:50:32 +01:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2020-06-13 16:32:42 +01:00
}
},
"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"
],
2021-01-31 14:50:01 +00:00
"support": {
2021-10-01 18:20:27 +01:00
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0"
2021-01-31 14:50:01 +00:00
},
2020-06-13 16:32:42 +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"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-02-19T12:13:01+00:00"
2020-06-13 16:32:42 +01:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "symfony/polyfill-mbstring",
2021-10-01 18:20:27 +01:00
"version": "v1.23.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/symfony/polyfill-mbstring.git",
2021-10-01 18:20:27 +01:00
"reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
"reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-11-01 14:24:36 +00:00
"php": ">=7.1"
2016-05-19 15:01:28 +01:00
},
2017-11-13 17:26:38 +00:00
"suggest": {
"ext-mbstring": "For best performance"
2017-02-03 21:49:49 +00:00
},
2016-05-19 15:01:28 +01:00
"type": "library",
"extra": {
"branch-alias": {
2021-10-01 18:20:27 +01:00
"dev-main": "1.23-dev"
2020-06-25 20:50:32 +01:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
2017-02-03 21:49:49 +00:00
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2017-10-13 12:31:31 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
2021-10-01 18:20:27 +01:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
2021-01-31 14:50:01 +00:00
},
2020-08-09 16:19:00 +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"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-05-27T12:26:48+00:00"
2016-05-19 15:01:28 +01:00
},
2017-12-07 15:39:19 +00:00
{
2018-02-15 12:26:59 +00:00
"name": "symfony/polyfill-php72",
2021-10-01 18:20:27 +01:00
"version": "v1.23.0",
2017-12-07 15:39:19 +00:00
"source": {
"type": "git",
2018-02-15 12:26:59 +00:00
"url": "https://github.com/symfony/polyfill-php72.git",
2021-10-01 18:20:27 +01:00
"reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
2017-12-07 15:39:19 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
"reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
2017-12-07 15:39:19 +00:00
"shasum": ""
},
"require": {
2020-11-01 14:24:36 +00:00
"php": ">=7.1"
2017-12-07 15:39:19 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-10-01 18:20:27 +01:00
"dev-main": "1.23-dev"
2020-08-09 16:19:00 +01:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2017-12-07 15:39:19 +00:00
}
},
"autoload": {
"psr-4": {
2018-02-15 12:26:59 +00:00
"Symfony\\Polyfill\\Php72\\": ""
2017-12-07 15:39:19 +00:00
},
"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"
}
],
2018-02-15 12:26:59 +00:00
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2017-12-07 15:39:19 +00:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2021-01-31 14:50:01 +00:00
"support": {
2021-10-01 18:20:27 +01:00
"source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +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"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-05-27T09:17:38+00:00"
2017-12-07 15:39:19 +00:00
},
2019-05-31 11:27:06 +01:00
{
"name": "symfony/polyfill-php73",
2021-10-01 18:20:27 +01:00
"version": "v1.23.0",
2019-05-31 11:27:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
2021-10-01 18:20:27 +01:00
"reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
2019-05-31 11:27:06 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
"reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
2019-05-31 11:27:06 +01:00
"shasum": ""
},
"require": {
2020-11-01 14:24:36 +00:00
"php": ">=7.1"
2019-05-31 11:27:06 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-10-01 18:20:27 +01:00
"dev-main": "1.23-dev"
2020-06-25 20:50:32 +01:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2019-05-31 11:27:06 +01:00
}
},
"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"
],
2021-01-31 14:50:01 +00:00
"support": {
2021-10-01 18:20:27 +01:00
"source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +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"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-02-19T12:13:01+00:00"
2020-06-10 20:48:23 +01:00
},
{
"name": "symfony/polyfill-php80",
2021-10-01 18:20:27 +01:00
"version": "v1.23.1",
2020-06-10 20:48:23 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
2021-10-01 18:20:27 +01:00
"reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
2020-06-10 20:48:23 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
"reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
2020-06-10 20:48:23 +01:00
"shasum": ""
},
"require": {
2020-11-01 14:24:36 +00:00
"php": ">=7.1"
2020-06-10 20:48:23 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-10-01 18:20:27 +01:00
"dev-main": "1.23-dev"
2020-06-25 20:50:32 +01:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2020-06-10 20:48:23 +01:00
}
},
"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"
],
2021-01-31 14:50:01 +00:00
"support": {
2021-10-01 18:20:27 +01:00
"source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
},
"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": "2021-07-28T13:41:28+00:00"
},
{
"name": "symfony/polyfill-php81",
"version": "v1.23.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php81.git",
"reference": "e66119f3de95efc359483f810c4c3e6436279436"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436",
"reference": "e66119f3de95efc359483f810c4c3e6436279436",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php81\\": ""
},
"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 8.1+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +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"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-05-21T13:25:03+00:00"
2019-05-31 11:27:06 +01:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "symfony/process",
2021-10-01 18:20:27 +01:00
"version": "v5.3.7",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/symfony/process.git",
2021-10-01 18:20:27 +01:00
"reference": "38f26c7d6ed535217ea393e05634cb0b244a1967"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/symfony/process/zipball/38f26c7d6ed535217ea393e05634cb0b244a1967",
"reference": "38f26c7d6ed535217ea393e05634cb0b244a1967",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-06-13 16:32:42 +01:00
"php": ">=7.2.5",
2021-10-01 18:20:27 +01:00
"symfony/polyfill-php80": "^1.16"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2016-05-19 15:01:28 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2021-01-31 14:50:01 +00:00
"description": "Executes commands in sub-processes",
2017-11-13 17:26:38 +00:00
"homepage": "https://symfony.com",
2021-01-31 14:50:01 +00:00
"support": {
2021-10-01 18:20:27 +01:00
"source": "https://github.com/symfony/process/tree/v5.3.7"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +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"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-08-04T21:20:46+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/routing",
2021-10-01 18:20:27 +01:00
"version": "v5.3.7",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/symfony/routing.git",
2021-10-01 18:20:27 +01:00
"reference": "be865017746fe869007d94220ad3f5297951811b"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/symfony/routing/zipball/be865017746fe869007d94220ad3f5297951811b",
"reference": "be865017746fe869007d94220ad3f5297951811b",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-06-13 16:32:42 +01:00
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
2021-10-01 18:20:27 +01:00
"symfony/polyfill-php80": "^1.16"
2017-11-13 17:26:38 +00:00
},
"conflict": {
2021-10-01 18:20:27 +01:00
"doctrine/annotations": "<1.12",
"symfony/config": "<5.3",
2020-06-13 16:32:42 +01:00
"symfony/dependency-injection": "<4.4",
"symfony/yaml": "<4.4"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2021-10-01 18:20:27 +01:00
"doctrine/annotations": "^1.12",
"psr/log": "^1|^2|^3",
"symfony/config": "^5.3",
2020-06-13 16:32:42 +01:00
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/expression-language": "^4.4|^5.0",
"symfony/http-foundation": "^4.4|^5.0",
"symfony/yaml": "^4.4|^5.0"
2017-11-13 17:26:38 +00:00
},
"suggest": {
"symfony/config": "For using the all-in-one router or any loader",
"symfony/expression-language": "For using expression matching",
"symfony/http-foundation": "For using a Symfony Request object",
"symfony/yaml": "For using the YAML loader"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"Symfony\\Component\\Routing\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2016-05-19 15:01:28 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2021-01-31 14:50:01 +00:00
"description": "Maps an HTTP request to a set of configuration variables",
2017-11-13 17:26:38 +00:00
"homepage": "https://symfony.com",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"router",
"routing",
"uri",
"url"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
2021-10-01 18:20:27 +01:00
"source": "https://github.com/symfony/routing/tree/v5.3.7"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +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"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-08-04T21:42:42+00:00"
2019-05-31 11:27:06 +01:00
},
{
"name": "symfony/service-contracts",
2021-04-29 20:36:13 +01:00
"version": "v2.4.0",
2019-05-31 11:27:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
2021-04-29 20:36:13 +01:00
"reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb"
2019-05-31 11:27:06 +01:00
},
"dist": {
"type": "zip",
2021-04-29 20:36:13 +01:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
"reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
2019-05-31 11:27:06 +01:00
"shasum": ""
},
"require": {
2020-06-10 20:48:23 +01:00
"php": ">=7.2.5",
2021-04-29 20:36:13 +01:00
"psr/container": "^1.1"
2019-05-31 11:27:06 +01:00
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2021-04-29 20:36:13 +01:00
"dev-main": "2.4-dev"
2020-07-12 17:41:26 +01:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2019-05-31 11:27:06 +01:00
}
},
"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"
],
2021-01-31 14:50:01 +00:00
"support": {
2021-04-29 20:36:13 +01:00
"source": "https://github.com/symfony/service-contracts/tree/v2.4.0"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +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"
}
],
2021-04-29 20:36:13 +01:00
"time": "2021-04-01T10:43:52+00:00"
2016-05-19 15:01:28 +01:00
},
2020-06-13 16:32:42 +01:00
{
"name": "symfony/string",
2021-10-01 18:20:27 +01:00
"version": "v5.3.7",
2020-06-13 16:32:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
2021-10-01 18:20:27 +01:00
"reference": "8d224396e28d30f81969f083a58763b8b9ceb0a5"
2020-06-13 16:32:42 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/symfony/string/zipball/8d224396e28d30f81969f083a58763b8b9ceb0a5",
"reference": "8d224396e28d30f81969f083a58763b8b9ceb0a5",
2020-06-13 16:32:42 +01:00
"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"
}
],
2021-01-31 14:50:01 +00:00
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
2020-06-13 16:32:42 +01:00
"homepage": "https://symfony.com",
"keywords": [
"grapheme",
"i18n",
"string",
"unicode",
"utf-8",
"utf8"
],
2021-01-31 14:50:01 +00:00
"support": {
2021-10-01 18:20:27 +01:00
"source": "https://github.com/symfony/string/tree/v5.3.7"
2021-01-31 14:50:01 +00:00
},
2020-06-13 16:32:42 +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"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-08-26T08:00:08+00:00"
2020-06-13 16:32:42 +01:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "symfony/translation",
2021-10-01 18:20:27 +01:00
"version": "v5.3.9",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/symfony/translation.git",
2021-10-01 18:20:27 +01:00
"reference": "6e69f3551c1a3356cf6ea8d019bf039a0f8b6886"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/symfony/translation/zipball/6e69f3551c1a3356cf6ea8d019bf039a0f8b6886",
"reference": "6e69f3551c1a3356cf6ea8d019bf039a0f8b6886",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-06-13 16:32:42 +01:00
"php": ">=7.2.5",
2021-10-01 18:20:27 +01:00
"symfony/deprecation-contracts": "^2.1",
2019-05-31 11:27:06 +01:00
"symfony/polyfill-mbstring": "~1.0",
2021-10-01 18:20:27 +01:00
"symfony/polyfill-php80": "^1.16",
2020-12-31 13:34:55 +00:00
"symfony/translation-contracts": "^2.3"
2017-11-13 17:26:38 +00:00
},
"conflict": {
2020-06-13 16:32:42 +01:00
"symfony/config": "<4.4",
"symfony/dependency-injection": "<5.0",
"symfony/http-kernel": "<5.0",
"symfony/twig-bundle": "<5.0",
"symfony/yaml": "<4.4"
2016-05-19 15:01:28 +01:00
},
2019-01-20 17:35:58 +00:00
"provide": {
2021-03-17 18:38:18 +00:00
"symfony/translation-implementation": "2.3"
2019-01-20 17:35:58 +00:00
},
2016-05-19 15:01:28 +01:00
"require-dev": {
2021-10-01 18:20:27 +01:00
"psr/log": "^1|^2|^3",
2020-06-13 16:32:42 +01:00
"symfony/config": "^4.4|^5.0",
"symfony/console": "^4.4|^5.0",
"symfony/dependency-injection": "^5.0",
"symfony/finder": "^4.4|^5.0",
"symfony/http-kernel": "^5.0",
"symfony/intl": "^4.4|^5.0",
2021-10-01 18:20:27 +01:00
"symfony/polyfill-intl-icu": "^1.21",
2020-01-26 17:50:49 +00:00
"symfony/service-contracts": "^1.1.2|^2",
2020-06-13 16:32:42 +01:00
"symfony/yaml": "^4.4|^5.0"
2017-11-13 17:26:38 +00:00
},
"suggest": {
2018-06-23 23:21:26 +01:00
"psr/log-implementation": "To use logging capability in translator",
2017-11-13 17:26:38 +00:00
"symfony/config": "",
"symfony/yaml": ""
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
2020-12-31 13:34:55 +00:00
"files": [
"Resources/functions.php"
],
2017-11-13 17:26:38 +00:00
"psr-4": {
"Symfony\\Component\\Translation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2016-05-19 15:01:28 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2017-10-13 12:31:31 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2021-01-31 14:50:01 +00:00
"description": "Provides tools to internationalize your application",
2017-11-13 17:26:38 +00:00
"homepage": "https://symfony.com",
2021-01-31 14:50:01 +00:00
"support": {
2021-10-01 18:20:27 +01:00
"source": "https://github.com/symfony/translation/tree/v5.3.9"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +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"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-08-26T08:22:53+00:00"
2019-05-31 11:27:06 +01:00
},
{
"name": "symfony/translation-contracts",
2021-04-29 20:36:13 +01:00
"version": "v2.4.0",
2019-05-31 11:27:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
2021-04-29 20:36:13 +01:00
"reference": "95c812666f3e91db75385749fe219c5e494c7f95"
2019-05-31 11:27:06 +01:00
},
"dist": {
"type": "zip",
2021-04-29 20:36:13 +01:00
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/95c812666f3e91db75385749fe219c5e494c7f95",
"reference": "95c812666f3e91db75385749fe219c5e494c7f95",
2019-05-31 11:27:06 +01:00
"shasum": ""
},
"require": {
2020-06-10 20:48:23 +01:00
"php": ">=7.2.5"
2019-05-31 11:27:06 +01:00
},
"suggest": {
"symfony/translation-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2021-04-29 20:36:13 +01:00
"dev-main": "2.4-dev"
2020-07-12 17:41:26 +01:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2019-05-31 11:27:06 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Translation\\": ""
}
},
"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 translation",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2021-01-31 14:50:01 +00:00
"support": {
2021-04-29 20:36:13 +01:00
"source": "https://github.com/symfony/translation-contracts/tree/v2.4.0"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +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"
}
],
2021-04-29 20:36:13 +01:00
"time": "2021-03-23T23:28:01+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/var-dumper",
2021-10-01 18:20:27 +01:00
"version": "v5.3.8",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/symfony/var-dumper.git",
2021-10-01 18:20:27 +01:00
"reference": "eaaea4098be1c90c8285543e1356a09c8aa5c8da"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/eaaea4098be1c90c8285543e1356a09c8aa5c8da",
"reference": "eaaea4098be1c90c8285543e1356a09c8aa5c8da",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-06-13 16:32:42 +01:00
"php": ">=7.2.5",
2018-02-15 12:26:59 +00:00
"symfony/polyfill-mbstring": "~1.0",
2021-10-01 18:20:27 +01:00
"symfony/polyfill-php80": "^1.16"
2017-11-13 17:26:38 +00:00
},
"conflict": {
2020-06-13 16:32:42 +01:00
"phpunit/phpunit": "<5.4.3",
"symfony/console": "<4.4"
2017-03-13 10:42:17 +00:00
},
2016-05-19 15:01:28 +01:00
"require-dev": {
2017-11-13 17:26:38 +00:00
"ext-iconv": "*",
2020-06-13 16:32:42 +01:00
"symfony/console": "^4.4|^5.0",
2020-01-26 17:50:49 +00:00
"symfony/process": "^4.4|^5.0",
2021-01-31 14:50:01 +00:00
"twig/twig": "^2.13|^3.0.4"
2016-05-19 15:01:28 +01:00
},
"suggest": {
2017-11-13 17:26:38 +00:00
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
2018-06-23 23:21:26 +01:00
"ext-intl": "To show region name in time zone dump",
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
2016-05-19 15:01:28 +01:00
},
2018-06-23 23:21:26 +01:00
"bin": [
"Resources/bin/var-dump-server"
],
2016-05-19 15:01:28 +01:00
"type": "library",
"autoload": {
2017-11-13 17:26:38 +00:00
"files": [
"Resources/functions/dump.php"
],
"psr-4": {
"Symfony\\Component\\VarDumper\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2016-05-19 15:01:28 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2021-01-31 14:50:01 +00:00
"description": "Provides mechanisms for walking through any arbitrary PHP variable",
2017-11-13 17:26:38 +00:00
"homepage": "https://symfony.com",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"debug",
"dump"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
2021-10-01 18:20:27 +01:00
"source": "https://github.com/symfony/var-dumper/tree/v5.3.8"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +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"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-09-24T15:59:58+00:00"
2016-05-19 15:01:28 +01:00
},
2019-01-25 17:21:32 +00:00
{
"name": "tgalopin/html-sanitizer",
2020-02-21 13:41:02 +00:00
"version": "1.4.0",
2019-01-25 17:21:32 +00:00
"source": {
"type": "git",
"url": "https://github.com/tgalopin/html-sanitizer.git",
2020-02-21 13:41:02 +00:00
"reference": "56cca6b48de4e50d16a4f549e3e677ae0d561e91"
2019-01-25 17:21:32 +00:00
},
"dist": {
"type": "zip",
2020-02-21 13:41:02 +00:00
"url": "https://api.github.com/repos/tgalopin/html-sanitizer/zipball/56cca6b48de4e50d16a4f549e3e677ae0d561e91",
"reference": "56cca6b48de4e50d16a4f549e3e677ae0d561e91",
2019-01-25 17:21:32 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"league/uri-parser": "^1.4.1",
"masterminds/html5": "^2.4",
"php": ">=7.1",
"psr/log": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.4",
"symfony/var-dumper": "^4.1"
},
"type": "library",
"autoload": {
"psr-4": {
"HtmlSanitizer\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Titouan Galopin",
"email": "galopintitouan@gmail.com"
}
],
"description": "Sanitize untrustworthy HTML user input",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/tgalopin/html-sanitizer/issues",
"source": "https://github.com/tgalopin/html-sanitizer/tree/master"
},
2020-02-21 13:41:02 +00:00
"time": "2020-02-03T16:51:08+00:00"
2019-01-25 17:21:32 +00:00
},
2017-02-03 21:49:49 +00:00
{
2017-11-13 17:26:38 +00:00
"name": "tijsverkoyen/css-to-inline-styles",
2020-08-09 16:19:00 +01:00
"version": "2.2.3",
2017-02-03 21:49:49 +00:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
2020-08-09 16:19:00 +01:00
"reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5"
2017-02-03 21:49:49 +00:00
},
"dist": {
"type": "zip",
2020-08-09 16:19:00 +01:00
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/b43b05cf43c1b6d849478965062b6ef73e223bb5",
"reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5",
2017-02-03 21:49:49 +00:00
"shasum": ""
},
"require": {
2019-10-27 16:15:14 +00:00
"ext-dom": "*",
"ext-libxml": "*",
2020-08-09 16:19:00 +01:00
"php": "^5.5 || ^7.0 || ^8.0",
2019-10-27 16:15:14 +00:00
"symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
2017-02-03 21:49:49 +00:00
},
"require-dev": {
2020-08-09 16:19:00 +01:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5"
2017-02-03 21:49:49 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-01-12 10:41:59 +00:00
"dev-master": "2.2.x-dev"
2017-02-03 21:49:49 +00:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"TijsVerkoyen\\CssToInlineStyles\\": "src"
}
2017-02-03 21:49:49 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Tijs Verkoyen",
"email": "css_to_inline_styles@verkoyen.eu",
"role": "Developer"
2017-02-03 21:49:49 +00:00
}
],
2017-11-13 17:26:38 +00:00
"description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
"source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.3"
},
2020-08-09 16:19:00 +01:00
"time": "2020-07-13T06:12:54+00:00"
2017-02-03 21:49:49 +00:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "vlucas/phpdotenv",
2021-10-05 20:42:02 +01:00
"version": "v5.3.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/vlucas/phpdotenv.git",
2021-10-05 20:42:02 +01:00
"reference": "accaddf133651d4b5cf81a119f25296736ffc850"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-05 20:42:02 +01:00
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/accaddf133651d4b5cf81a119f25296736ffc850",
"reference": "accaddf133651d4b5cf81a119f25296736ffc850",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-10-17 17:15:06 +01:00
"ext-pcre": "*",
2021-10-05 20:42:02 +01:00
"graham-campbell/result-type": "^1.0.2",
2020-10-17 17:15:06 +01:00
"php": "^7.1.3 || ^8.0",
2021-10-05 20:42:02 +01:00
"phpoption/phpoption": "^1.8",
"symfony/polyfill-ctype": "^1.23",
"symfony/polyfill-mbstring": "^1.23.1",
"symfony/polyfill-php80": "^1.23.1"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
2020-06-13 16:32:42 +01:00
"bamarni/composer-bin-plugin": "^1.4.1",
2020-06-10 20:48:23 +01:00
"ext-filter": "*",
2021-10-05 20:42:02 +01:00
"phpunit/phpunit": "^7.5.20 || ^8.5.21 || ^9.5.10"
2020-06-10 20:48:23 +01:00
},
"suggest": {
2020-10-17 17:15:06 +01:00
"ext-filter": "Required to use the boolean validator."
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-01-31 14:50:01 +00:00
"dev-master": "5.3-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"Dotenv\\": "src/"
}
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-07-22 18:34:16 +01:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
"authors": [
2019-10-19 15:34:49 +01:00
{
"name": "Graham Campbell",
2021-10-05 20:42:02 +01:00
"email": "hello@gjcampbell.co.uk"
2019-10-19 15:34:49 +01:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "Vance Lucas",
2021-10-05 20:42:02 +01:00
"email": "vance@vancelucas.com"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
"keywords": [
"dotenv",
"env",
"environment"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/vlucas/phpdotenv/issues",
2021-10-05 20:42:02 +01:00
"source": "https://github.com/vlucas/phpdotenv/tree/v5.3.1"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
"type": "tidelift"
}
],
2021-10-05 20:42:02 +01:00
"time": "2021-10-02T19:24:42+00:00"
2020-06-13 16:32:42 +01:00
},
2020-02-21 22:46:31 +00:00
{
2020-06-13 16:32:42 +01:00
"name": "voku/portable-ascii",
2020-11-28 18:21:29 +00:00
"version": "1.5.6",
2020-02-21 22:46:31 +00:00
"source": {
"type": "git",
2020-06-13 16:32:42 +01:00
"url": "https://github.com/voku/portable-ascii.git",
2020-11-28 18:21:29 +00:00
"reference": "80953678b19901e5165c56752d087fc11526017c"
2020-02-21 22:46:31 +00:00
},
"dist": {
"type": "zip",
2020-11-28 18:21:29 +00:00
"url": "https://api.github.com/repos/voku/portable-ascii/zipball/80953678b19901e5165c56752d087fc11526017c",
"reference": "80953678b19901e5165c56752d087fc11526017c",
2020-02-21 22:46:31 +00:00
"shasum": ""
},
"require": {
2020-06-13 16:32:42 +01:00
"php": ">=7.0.0"
2020-02-21 22:46:31 +00:00
},
"require-dev": {
2020-11-28 18:21:29 +00:00
"phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
2020-06-13 16:32:42 +01:00
},
"suggest": {
"ext-intl": "Use Intl for transliterator_transliterate() support"
},
"type": "library",
"autoload": {
"psr-4": {
"voku\\": "src/voku/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Lars Moelleken",
"homepage": "http://www.moelleken.org/"
}
],
"description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
"homepage": "https://github.com/voku/portable-ascii",
"keywords": [
"ascii",
"clean",
"php"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/voku/portable-ascii/issues",
"source": "https://github.com/voku/portable-ascii/tree/1.5.6"
},
2020-06-13 16:32:42 +01:00
"funding": [
{
"url": "https://www.paypal.me/moelleken",
"type": "custom"
},
{
"url": "https://github.com/voku",
"type": "github"
},
2020-08-09 16:19:00 +01:00
{
"url": "https://opencollective.com/portable-ascii",
"type": "open_collective"
},
2020-06-13 16:32:42 +01:00
{
"url": "https://www.patreon.com/voku",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
"type": "tidelift"
}
],
2020-11-28 18:21:29 +00:00
"time": "2020-11-12T00:07:28+00:00"
},
{
"name": "webmozart/assert",
2021-03-17 18:38:18 +00:00
"version": "1.10.0",
2020-11-28 18:21:29 +00:00
"source": {
"type": "git",
2021-01-31 14:50:01 +00:00
"url": "https://github.com/webmozarts/assert.git",
2021-03-17 18:38:18 +00:00
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
2020-11-28 18:21:29 +00:00
},
"dist": {
"type": "zip",
2021-03-17 18:38:18 +00:00
"url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
2020-11-28 18:21:29 +00:00
"shasum": ""
},
"require": {
2021-03-17 18:38:18 +00:00
"php": "^7.2 || ^8.0",
2020-11-28 18:21:29 +00:00
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
"phpstan/phpstan": "<0.12.20",
2021-03-17 18:38:18 +00:00
"vimeo/psalm": "<4.6.1 || 4.6.2"
2020-11-28 18:21:29 +00:00
},
"require-dev": {
2021-03-17 18:38:18 +00:00
"phpunit/phpunit": "^8.5.13"
2020-11-28 18:21:29 +00:00
},
"type": "library",
2021-03-17 18:38:18 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
}
},
2020-11-28 18:21:29 +00:00
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/webmozarts/assert/issues",
2021-03-17 18:38:18 +00:00
"source": "https://github.com/webmozarts/assert/tree/1.10.0"
2021-01-31 14:50:01 +00:00
},
2021-03-17 18:38:18 +00:00
"time": "2021-03-09T10:59:23+00:00"
2020-06-13 16:32:42 +01:00
}
],
"packages-dev": [
{
"name": "amphp/amp",
2021-10-01 18:20:27 +01:00
"version": "v2.6.1",
2020-06-13 16:32:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/amp.git",
2021-10-01 18:20:27 +01:00
"reference": "c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae"
2020-06-13 16:32:42 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/amphp/amp/zipball/c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae",
"reference": "c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae",
2020-06-13 16:32:42 +01:00
"shasum": ""
},
"require": {
2021-10-01 18:20:27 +01:00
"php": ">=7.1"
2020-06-13 16:32:42 +01:00
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master",
"amphp/phpunit-util": "^1",
"ext-json": "*",
"jetbrains/phpstorm-stubs": "^2019.3",
2021-10-01 18:20:27 +01:00
"phpunit/phpunit": "^7 | ^8 | ^9",
2020-08-09 16:19:00 +01:00
"psalm/phar": "^3.11@dev",
"react/promise": "^2"
2020-02-21 22:46:31 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-06-10 20:48:23 +01:00
"dev-master": "2.x-dev"
2020-02-21 22:46:31 +00:00
}
},
"autoload": {
"psr-4": {
"Amp\\": "lib"
},
"files": [
"lib/functions.php",
"lib/Internal/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniel Lowrey",
"email": "rdlowrey@php.net"
},
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Bob Weinand",
"email": "bobwei9@hotmail.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "A non-blocking concurrency framework for PHP applications.",
"homepage": "http://amphp.org/amp",
"keywords": [
"async",
"asynchronous",
"awaitable",
"concurrency",
"event",
"event-loop",
"future",
"non-blocking",
"promise"
],
2021-01-31 14:50:01 +00:00
"support": {
"irc": "irc://irc.freenode.org/amphp",
"issues": "https://github.com/amphp/amp/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/amphp/amp/tree/v2.6.1"
2021-01-31 14:50:01 +00:00
},
2020-08-09 16:19:00 +01:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-09-23T18:43:08+00:00"
2020-02-21 22:46:31 +00:00
},
{
"name": "amphp/byte-stream",
2021-04-29 20:36:13 +01:00
"version": "v1.8.1",
2020-02-21 22:46:31 +00:00
"source": {
"type": "git",
"url": "https://github.com/amphp/byte-stream.git",
2021-04-29 20:36:13 +01:00
"reference": "acbd8002b3536485c997c4e019206b3f10ca15bd"
2020-02-21 22:46:31 +00:00
},
"dist": {
"type": "zip",
2021-04-29 20:36:13 +01:00
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/acbd8002b3536485c997c4e019206b3f10ca15bd",
"reference": "acbd8002b3536485c997c4e019206b3f10ca15bd",
2020-02-21 22:46:31 +00:00
"shasum": ""
},
"require": {
2020-08-09 16:19:00 +01:00
"amphp/amp": "^2",
"php": ">=7.1"
2020-02-21 22:46:31 +00:00
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master",
2020-08-09 16:19:00 +01:00
"amphp/phpunit-util": "^1.4",
2020-02-21 22:46:31 +00:00
"friendsofphp/php-cs-fixer": "^2.3",
2020-06-10 20:48:23 +01:00
"jetbrains/phpstorm-stubs": "^2019.3",
"phpunit/phpunit": "^6 || ^7 || ^8",
2020-08-09 16:19:00 +01:00
"psalm/phar": "^3.11.4"
2020-02-21 22:46:31 +00:00
},
"type": "library",
2020-06-10 20:48:23 +01:00
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
2020-02-21 22:46:31 +00:00
"autoload": {
"psr-4": {
"Amp\\ByteStream\\": "lib"
},
"files": [
"lib/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "A stream abstraction to make working with non-blocking I/O simple.",
"homepage": "http://amphp.org/byte-stream",
"keywords": [
"amp",
"amphp",
"async",
"io",
"non-blocking",
"stream"
],
2021-01-31 14:50:01 +00:00
"support": {
"irc": "irc://irc.freenode.org/amphp",
"issues": "https://github.com/amphp/byte-stream/issues",
2021-04-29 20:36:13 +01:00
"source": "https://github.com/amphp/byte-stream/tree/v1.8.1"
2021-01-31 14:50:01 +00:00
},
2021-04-29 20:36:13 +01:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"time": "2021-03-30T17:13:30+00:00"
2020-02-21 22:46:31 +00:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "barryvdh/laravel-debugbar",
2021-10-01 18:20:27 +01:00
"version": "v3.6.2",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/barryvdh/laravel-debugbar.git",
2021-10-01 18:20:27 +01:00
"reference": "70b89754913fd89fef16d0170a91dbc2a5cd633a"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/70b89754913fd89fef16d0170a91dbc2a5cd633a",
"reference": "70b89754913fd89fef16d0170a91dbc2a5cd633a",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-09-13 13:58:50 +01:00
"illuminate/routing": "^6|^7|^8",
"illuminate/session": "^6|^7|^8",
"illuminate/support": "^6|^7|^8",
"maximebf/debugbar": "^1.16.3",
"php": ">=7.2",
"symfony/debug": "^4.3|^5",
"symfony/finder": "^4.3|^5"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
2021-01-31 14:50:01 +00:00
"mockery/mockery": "^1.3.3",
2020-09-13 13:58:50 +01:00
"orchestra/testbench-dusk": "^4|^5|^6",
"phpunit/phpunit": "^8.5|^9.0",
"squizlabs/php_codesniffer": "^3.5"
2016-05-19 15:01:28 +01:00
},
"type": "library",
2017-09-06 14:54:02 +01:00
"extra": {
"branch-alias": {
2020-09-13 13:58:50 +01:00
"dev-master": "3.5-dev"
2017-11-13 17:26:38 +00:00
},
"laravel": {
"providers": [
"Barryvdh\\Debugbar\\ServiceProvider"
],
"aliases": {
"Debugbar": "Barryvdh\\Debugbar\\Facade"
}
2017-09-06 14:54:02 +01:00
}
2017-10-13 12:31:31 +01:00
},
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"Barryvdh\\Debugbar\\": "src/"
},
"files": [
"src/helpers.php"
2016-05-19 15:01:28 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "PHP Debugbar integration for Laravel",
"keywords": [
"debug",
"debugbar",
"laravel",
"profiler",
"webprofiler"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/barryvdh/laravel-debugbar/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.6.2"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
2021-10-01 18:20:27 +01:00
{
"url": "https://fruitcake.nl",
"type": "custom"
},
2020-06-10 20:48:23 +01:00
{
"url": "https://github.com/barryvdh",
"type": "github"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-06-14T14:29:26+00:00"
2016-05-19 15:01:28 +01:00
},
2020-02-22 11:06:43 +00:00
{
"name": "barryvdh/laravel-ide-helper",
2021-04-29 20:36:13 +01:00
"version": "v2.10.0",
2020-02-22 11:06:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-ide-helper.git",
2021-04-29 20:36:13 +01:00
"reference": "73b1012b927633a1b4cd623c2e6b1678e6faef08"
2020-02-22 11:06:43 +00:00
},
"dist": {
"type": "zip",
2021-04-29 20:36:13 +01:00
"url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/73b1012b927633a1b4cd623c2e6b1678e6faef08",
"reference": "73b1012b927633a1b4cd623c2e6b1678e6faef08",
2020-02-22 11:06:43 +00:00
"shasum": ""
},
"require": {
"barryvdh/reflection-docblock": "^2.0.6",
2020-12-31 13:34:55 +00:00
"composer/composer": "^1.6 || ^2",
"doctrine/dbal": "^2.6 || ^3",
2020-09-13 13:58:50 +01:00
"ext-json": "*",
2020-12-31 13:34:55 +00:00
"illuminate/console": "^8",
"illuminate/filesystem": "^8",
"illuminate/support": "^8",
2021-03-17 18:38:18 +00:00
"nikic/php-parser": "^4.7",
2020-12-31 13:34:55 +00:00
"php": "^7.3 || ^8.0",
2020-09-13 13:58:50 +01:00
"phpdocumentor/type-resolver": "^1.1.0"
2020-02-22 11:06:43 +00:00
},
"require-dev": {
2020-12-31 13:34:55 +00:00
"ext-pdo_sqlite": "*",
2020-09-13 13:58:50 +01:00
"friendsofphp/php-cs-fixer": "^2",
2020-12-31 13:34:55 +00:00
"illuminate/config": "^8",
"illuminate/view": "^8",
"mockery/mockery": "^1.4",
"orchestra/testbench": "^6",
2020-09-13 13:58:50 +01:00
"phpunit/phpunit": "^8.5 || ^9",
2020-12-31 13:34:55 +00:00
"spatie/phpunit-snapshot-assertions": "^3 || ^4",
2020-09-13 13:58:50 +01:00
"vimeo/psalm": "^3.12"
2020-02-22 11:06:43 +00:00
},
2021-03-17 18:38:18 +00:00
"suggest": {
"illuminate/events": "Required for automatic helper generation (^6|^7|^8)."
},
2020-02-22 11:06:43 +00:00
"type": "library",
"extra": {
"branch-alias": {
2020-12-31 13:34:55 +00:00
"dev-master": "2.9-dev"
2020-02-22 11:06:43 +00:00
},
"laravel": {
"providers": [
"Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Barryvdh\\LaravelIdeHelper\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
"description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
"keywords": [
"autocomplete",
"codeintel",
"helper",
"ide",
"laravel",
"netbeans",
"phpdoc",
"phpstorm",
"sublime"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/barryvdh/laravel-ide-helper/issues",
2021-04-29 20:36:13 +01:00
"source": "https://github.com/barryvdh/laravel-ide-helper/tree/v2.10.0"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://github.com/barryvdh",
"type": "github"
}
],
2021-04-29 20:36:13 +01:00
"time": "2021-04-09T06:17:55+00:00"
2020-02-22 11:06:43 +00:00
},
{
"name": "barryvdh/reflection-docblock",
"version": "v2.0.6",
"source": {
"type": "git",
"url": "https://github.com/barryvdh/ReflectionDocBlock.git",
"reference": "6b69015d83d3daf9004a71a89f26e27d27ef6a16"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/6b69015d83d3daf9004a71a89f26e27d27ef6a16",
"reference": "6b69015d83d3daf9004a71a89f26e27d27ef6a16",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.0,<4.5"
},
"suggest": {
"dflydev/markdown": "~1.0",
"erusev/parsedown": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-0": {
"Barryvdh": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "mike.vanriel@naenius.com"
}
],
2021-01-31 14:50:01 +00:00
"support": {
"source": "https://github.com/barryvdh/ReflectionDocBlock/tree/v2.0.6"
},
2020-02-22 11:06:43 +00:00
"time": "2018-12-13T10:34:14+00:00"
},
2019-01-27 13:50:04 +00:00
{
"name": "beyondcode/laravel-dump-server",
2020-12-31 13:34:55 +00:00
"version": "1.7.0",
2019-01-27 13:50:04 +00:00
"source": {
"type": "git",
"url": "https://github.com/beyondcode/laravel-dump-server.git",
2020-12-31 13:34:55 +00:00
"reference": "e27c7b942ab62f6ac7168359393d328ec5215b89"
2019-01-27 13:50:04 +00:00
},
"dist": {
"type": "zip",
2020-12-31 13:34:55 +00:00
"url": "https://api.github.com/repos/beyondcode/laravel-dump-server/zipball/e27c7b942ab62f6ac7168359393d328ec5215b89",
"reference": "e27c7b942ab62f6ac7168359393d328ec5215b89",
2019-01-27 13:50:04 +00:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0",
"illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0",
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0",
2020-12-31 13:34:55 +00:00
"php": ">=7.2.5",
2020-06-13 16:32:42 +01:00
"symfony/var-dumper": "^5.0"
2019-01-27 13:50:04 +00:00
},
"require-dev": {
"larapack/dd": "^1.0",
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^7.0|^9.3"
2019-01-27 13:50:04 +00:00
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"BeyondCode\\DumpServer\\DumpServerServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"BeyondCode\\DumpServer\\": "src"
},
"files": [
"helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marcel Pociot",
"email": "marcel@beyondco.de",
2020-06-10 20:48:23 +01:00
"homepage": "https://beyondco.de",
"role": "Developer"
2019-01-27 13:50:04 +00:00
}
],
"description": "Symfony Var-Dump Server for Laravel",
"homepage": "https://github.com/beyondcode/laravel-dump-server",
"keywords": [
"beyondcode",
"laravel-dump-server"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/beyondcode/laravel-dump-server/issues",
"source": "https://github.com/beyondcode/laravel-dump-server/tree/1.7.0"
},
2020-12-31 13:34:55 +00:00
"time": "2020-12-15T10:57:43+00:00"
2019-01-27 13:50:04 +00:00
},
2020-02-22 11:06:43 +00:00
{
"name": "composer/ca-bundle",
2021-10-01 18:20:27 +01:00
"version": "1.2.11",
2020-02-22 11:06:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
2021-10-01 18:20:27 +01:00
"reference": "0b072d51c5a9c6f3412f7ea3ab043d6603cb2582"
2020-02-22 11:06:43 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/0b072d51c5a9c6f3412f7ea3ab043d6603cb2582",
"reference": "0b072d51c5a9c6f3412f7ea3ab043d6603cb2582",
2020-02-22 11:06:43 +00:00
"shasum": ""
},
"require": {
"ext-openssl": "*",
"ext-pcre": "*",
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
2021-01-31 14:50:01 +00:00
"phpstan/phpstan": "^0.12.55",
2020-02-22 11:06:43 +00:00
"psr/log": "^1.0",
2021-01-31 14:50:01 +00:00
"symfony/phpunit-bridge": "^4.2 || ^5",
2021-10-01 18:20:27 +01:00
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
2020-02-22 11:06:43 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-01-31 14:50:01 +00:00
"dev-main": "1.x-dev"
2020-02-22 11:06:43 +00:00
}
},
"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"
],
2021-01-31 14:50:01 +00:00
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/ca-bundle/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/composer/ca-bundle/tree/1.2.11"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
2020-09-13 13:58:50 +01:00
{
"url": "https://github.com/composer",
"type": "github"
},
2020-06-10 20:48:23 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-09-25T20:32:43+00:00"
2020-02-22 11:06:43 +00:00
},
{
"name": "composer/composer",
2021-10-05 20:42:02 +01:00
"version": "2.1.9",
2020-02-22 11:06:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/composer.git",
2021-10-05 20:42:02 +01:00
"reference": "e558c88f28d102d497adec4852802c0dc14c7077"
2020-02-22 11:06:43 +00:00
},
"dist": {
"type": "zip",
2021-10-05 20:42:02 +01:00
"url": "https://api.github.com/repos/composer/composer/zipball/e558c88f28d102d497adec4852802c0dc14c7077",
"reference": "e558c88f28d102d497adec4852802c0dc14c7077",
2020-02-22 11:06:43 +00:00
"shasum": ""
},
"require": {
"composer/ca-bundle": "^1.0",
2021-04-29 20:36:13 +01:00
"composer/metadata-minifier": "^1.0",
2020-11-01 14:24:36 +00:00
"composer/semver": "^3.0",
2020-02-22 11:06:43 +00:00
"composer/spdx-licenses": "^1.2",
2021-10-01 18:20:27 +01:00
"composer/xdebug-handler": "^2.0",
"justinrainbow/json-schema": "^5.2.11",
2020-11-01 14:24:36 +00:00
"php": "^5.3.2 || ^7.0 || ^8.0",
2020-02-22 11:06:43 +00:00
"psr/log": "^1.0",
2020-11-01 14:24:36 +00:00
"react/promise": "^1.2 || ^2.7",
2020-02-22 11:06:43 +00:00
"seld/jsonlint": "^1.4",
"seld/phar-utils": "^1.0",
2021-10-01 18:20:27 +01:00
"symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
"symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
"symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
"symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0"
2020-10-16 20:45:07 +01:00
},
"require-dev": {
"phpspec/prophecy": "^1.10",
2021-10-01 18:20:27 +01:00
"symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0"
2020-10-16 20:45:07 +01:00
},
"suggest": {
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
"ext-zip": "Enabling the zip extension allows you to unzip archives",
"ext-zlib": "Allow gzip compression of HTTP requests"
},
"bin": [
"bin/composer"
],
"type": "library",
"extra": {
"branch-alias": {
2021-10-01 18:20:27 +01:00
"dev-master": "2.1-dev"
2020-10-16 20:45:07 +01:00
}
},
"autoload": {
"psr-4": {
"Composer\\": "src/Composer"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
2020-11-01 14:24:36 +00:00
"homepage": "https://www.naderman.de"
2020-10-16 20:45:07 +01:00
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
2020-11-01 14:24:36 +00:00
"homepage": "https://seld.be"
2020-10-16 20:45:07 +01:00
}
],
"description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
"homepage": "https://getcomposer.org/",
"keywords": [
"autoload",
"dependency",
"package"
],
2021-01-31 14:50:01 +00:00
"support": {
2021-10-01 18:20:27 +01:00
"irc": "ircs://irc.libera.chat:6697/composer",
2021-01-31 14:50:01 +00:00
"issues": "https://github.com/composer/composer/issues",
2021-10-05 20:42:02 +01:00
"source": "https://github.com/composer/composer/tree/2.1.9"
2021-01-31 14:50:01 +00:00
},
2020-10-16 20:45:07 +01:00
"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"
}
],
2021-10-05 20:42:02 +01:00
"time": "2021-10-05T07:47:38+00:00"
2021-04-29 20:36:13 +01:00
},
{
"name": "composer/metadata-minifier",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/composer/metadata-minifier.git",
"reference": "c549d23829536f0d0e984aaabbf02af91f443207"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207",
"reference": "c549d23829536f0d0e984aaabbf02af91f443207",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"composer/composer": "^2",
"phpstan/phpstan": "^0.12.55",
"symfony/phpunit-bridge": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\MetadataMinifier\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Small utility library that handles metadata minification and expansion.",
"keywords": [
"composer",
"compression"
],
"support": {
"issues": "https://github.com/composer/metadata-minifier/issues",
"source": "https://github.com/composer/metadata-minifier/tree/1.0.0"
},
"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": "2021-04-07T13:37:33+00:00"
2020-10-16 20:45:07 +01:00
},
{
"name": "composer/package-versions-deprecated",
2021-10-01 18:20:27 +01:00
"version": "1.11.99.4",
2020-10-16 20:45:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/composer/package-versions-deprecated.git",
2021-10-01 18:20:27 +01:00
"reference": "b174585d1fe49ceed21928a945138948cb394600"
2020-10-16 20:45:07 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b174585d1fe49ceed21928a945138948cb394600",
"reference": "b174585d1fe49ceed21928a945138948cb394600",
2020-10-16 20:45:07 +01:00
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1.0 || ^2.0",
"php": "^7 || ^8"
},
"replace": {
"ocramius/package-versions": "1.11.99"
},
"require-dev": {
"composer/composer": "^1.9.3 || ^2.0@dev",
"ext-zip": "^1.13",
"phpunit/phpunit": "^6.5 || ^7"
},
"type": "composer-plugin",
"extra": {
"class": "PackageVersions\\Installer",
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"PackageVersions\\": "src/PackageVersions"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
}
],
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/composer/package-versions-deprecated/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.4"
2021-01-31 14:50:01 +00:00
},
2020-10-16 20:45:07 +01:00
"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"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-09-13T08:41:34+00:00"
2020-10-16 20:45:07 +01:00
},
{
"name": "composer/semver",
2021-10-01 18:20:27 +01:00
"version": "3.2.5",
2020-10-16 20:45:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
2021-10-01 18:20:27 +01:00
"reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9"
2020-10-16 20:45:07 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/composer/semver/zipball/31f3ea725711245195f62e54ffa402d8ef2fdba9",
"reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9",
2020-10-16 20:45:07 +01:00
"shasum": ""
},
"require": {
2020-11-01 14:24:36 +00:00
"php": "^5.3.2 || ^7.0 || ^8.0"
2020-10-16 20:45:07 +01:00
},
"require-dev": {
2020-11-28 18:21:29 +00:00
"phpstan/phpstan": "^0.12.54",
2020-11-01 14:24:36 +00:00
"symfony/phpunit-bridge": "^4.2 || ^5"
2020-10-16 20:45:07 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-11-01 14:24:36 +00:00
"dev-main": "3.x-dev"
2020-10-16 20:45:07 +01:00
}
},
"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"
],
2021-01-31 14:50:01 +00:00
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/semver/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/composer/semver/tree/3.2.5"
2021-01-31 14:50:01 +00:00
},
2020-10-16 20:45:07 +01:00
"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"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-05-24T12:41:47+00:00"
2020-10-16 20:45:07 +01:00
},
{
"name": "composer/spdx-licenses",
2020-12-31 13:34:55 +00:00
"version": "1.5.5",
2020-10-16 20:45:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/composer/spdx-licenses.git",
2020-12-31 13:34:55 +00:00
"reference": "de30328a7af8680efdc03e396aad24befd513200"
2020-10-16 20:45:07 +01:00
},
"dist": {
"type": "zip",
2020-12-31 13:34:55 +00:00
"url": "https://api.github.com/repos/composer/spdx-licenses/zipball/de30328a7af8680efdc03e396aad24befd513200",
"reference": "de30328a7af8680efdc03e396aad24befd513200",
2020-10-16 20:45:07 +01:00
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
2020-02-22 11:06:43 +00:00
},
"require-dev": {
2020-10-16 20:45:07 +01:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
2020-02-22 11:06:43 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-12-31 13:34:55 +00:00
"dev-main": "1.x-dev"
2020-02-22 11:06:43 +00:00
}
},
"autoload": {
"psr-4": {
2020-10-16 20:45:07 +01:00
"Composer\\Spdx\\": "src"
2020-02-22 11:06:43 +00:00
}
},
"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"
2020-10-16 20:45:07 +01:00
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
2020-02-22 11:06:43 +00:00
}
],
2020-10-16 20:45:07 +01:00
"description": "SPDX licenses list and validation library.",
2020-02-22 11:06:43 +00:00
"keywords": [
2020-10-16 20:45:07 +01:00
"license",
"spdx",
"validator"
2020-02-22 11:06:43 +00:00
],
2021-01-31 14:50:01 +00:00
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/spdx-licenses/issues",
"source": "https://github.com/composer/spdx-licenses/tree/1.5.5"
},
2020-08-09 16:19:00 +01:00
"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"
}
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-03T16:04:16+00:00"
2020-08-09 16:19:00 +01:00
},
{
2020-10-16 20:45:07 +01:00
"name": "composer/xdebug-handler",
2021-10-01 18:20:27 +01:00
"version": "2.0.2",
2020-08-09 16:19:00 +01:00
"source": {
"type": "git",
2020-10-16 20:45:07 +01:00
"url": "https://github.com/composer/xdebug-handler.git",
2021-10-01 18:20:27 +01:00
"reference": "84674dd3a7575ba617f5a76d7e9e29a7d3891339"
2020-08-09 16:19:00 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/84674dd3a7575ba617f5a76d7e9e29a7d3891339",
"reference": "84674dd3a7575ba617f5a76d7e9e29a7d3891339",
2020-08-09 16:19:00 +01:00
"shasum": ""
},
"require": {
2020-10-16 20:45:07 +01:00
"php": "^5.3.2 || ^7.0 || ^8.0",
2021-10-01 18:20:27 +01:00
"psr/log": "^1 || ^2 || ^3"
2020-08-09 16:19:00 +01:00
},
"require-dev": {
2021-04-29 20:36:13 +01:00
"phpstan/phpstan": "^0.12.55",
"symfony/phpunit-bridge": "^4.2 || ^5"
2020-08-09 16:19:00 +01:00
},
2020-10-16 20:45:07 +01:00
"type": "library",
2020-08-09 16:19:00 +01:00
"autoload": {
"psr-4": {
2020-10-16 20:45:07 +01:00
"Composer\\XdebugHandler\\": "src"
2020-08-09 16:19:00 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-10-16 20:45:07 +01:00
"name": "John Stevenson",
"email": "john-stevenson@blueyonder.co.uk"
2020-08-09 16:19:00 +01:00
}
],
2020-10-16 20:45:07 +01:00
"description": "Restarts a process without Xdebug.",
"keywords": [
"Xdebug",
"performance"
],
2021-01-31 14:50:01 +00:00
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/xdebug-handler/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/composer/xdebug-handler/tree/2.0.2"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"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"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-07-31T17:03:58+00:00"
2021-04-29 20:36:13 +01:00
},
{
"name": "dnoegel/php-xdg-base-dir",
"version": "v0.1.1",
"source": {
"type": "git",
"url": "https://github.com/dnoegel/php-xdg-base-dir.git",
"reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
"reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
},
"type": "library",
"autoload": {
"psr-4": {
"XdgBaseDir\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "implementation of xdg base directory specification for php",
"support": {
"issues": "https://github.com/dnoegel/php-xdg-base-dir/issues",
"source": "https://github.com/dnoegel/php-xdg-base-dir/tree/v0.1.1"
},
"time": "2019-12-04T15:06:13+00:00"
2020-02-22 11:06:43 +00:00
},
2020-02-21 22:46:31 +00:00
{
2020-10-16 20:45:07 +01:00
"name": "doctrine/cache",
2021-10-01 18:20:27 +01:00
"version": "2.1.1",
2020-02-21 22:46:31 +00:00
"source": {
"type": "git",
2020-10-16 20:45:07 +01:00
"url": "https://github.com/doctrine/cache.git",
2021-10-01 18:20:27 +01:00
"reference": "331b4d5dbaeab3827976273e9356b3b453c300ce"
2020-02-21 22:46:31 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/doctrine/cache/zipball/331b4d5dbaeab3827976273e9356b3b453c300ce",
"reference": "331b4d5dbaeab3827976273e9356b3b453c300ce",
2020-02-21 22:46:31 +00:00
"shasum": ""
},
"require": {
2020-10-16 20:45:07 +01:00
"php": "~7.1 || ^8.0"
},
"conflict": {
2021-10-01 18:20:27 +01:00
"doctrine/common": ">2.2,<2.4"
2020-02-21 22:46:31 +00:00
},
"require-dev": {
2020-10-16 20:45:07 +01:00
"alcaeus/mongo-php-adapter": "^1.1",
2021-04-29 20:36:13 +01:00
"cache/integration-tests": "dev-master",
"doctrine/coding-standard": "^8.0",
2020-10-16 20:45:07 +01:00
"mongodb/mongodb": "^1.1",
2021-04-29 20:36:13 +01:00
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"predis/predis": "~1.0",
2021-10-01 18:20:27 +01:00
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"symfony/cache": "^4.4 || ^5.2 || ^6.0@dev",
"symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev"
2020-10-16 20:45:07 +01:00
},
"suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
2020-02-21 22:46:31 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
2020-10-16 20:45:07 +01:00
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
2020-02-21 22:46:31 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-10-16 20:45:07 +01:00
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
2020-02-21 22:46:31 +00:00
},
{
2020-10-16 20:45:07 +01:00
"name": "Roman Borschel",
"email": "roman@code-factory.org"
2020-02-21 22:46:31 +00:00
},
{
2020-10-16 20:45:07 +01:00
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2020-02-21 22:46:31 +00:00
}
],
2020-10-16 20:45:07 +01:00
"description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
"homepage": "https://www.doctrine-project.org/projects/cache.html",
2020-02-21 22:46:31 +00:00
"keywords": [
2020-10-16 20:45:07 +01:00
"abstraction",
"apcu",
"cache",
"caching",
"couchdb",
"memcached",
"php",
"redis",
"xcache"
2020-02-21 22:46:31 +00:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/doctrine/cache/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/doctrine/cache/tree/2.1.1"
2021-01-31 14:50:01 +00:00
},
2020-09-13 13:58:50 +01:00
"funding": [
{
2020-10-16 20:45:07 +01:00
"url": "https://www.doctrine-project.org/sponsorship.html",
2020-09-13 13:58:50 +01:00
"type": "custom"
},
{
2020-10-16 20:45:07 +01:00
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
2020-09-13 13:58:50 +01:00
},
{
2020-10-16 20:45:07 +01:00
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
2020-09-13 13:58:50 +01:00
"type": "tidelift"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-07-17T14:49:29+00:00"
2020-02-21 22:46:31 +00:00
},
2020-02-22 11:06:43 +00:00
{
2020-10-16 20:45:07 +01:00
"name": "doctrine/dbal",
2021-10-05 20:42:02 +01:00
"version": "3.1.3",
2020-02-22 11:06:43 +00:00
"source": {
"type": "git",
2020-10-16 20:45:07 +01:00
"url": "https://github.com/doctrine/dbal.git",
2021-10-05 20:42:02 +01:00
"reference": "96b0053775a544b4a6ab47654dac0621be8b4cf8"
2020-02-22 11:06:43 +00:00
},
"dist": {
"type": "zip",
2021-10-05 20:42:02 +01:00
"url": "https://api.github.com/repos/doctrine/dbal/zipball/96b0053775a544b4a6ab47654dac0621be8b4cf8",
"reference": "96b0053775a544b4a6ab47654dac0621be8b4cf8",
2020-02-22 11:06:43 +00:00
"shasum": ""
},
"require": {
2020-12-31 13:34:55 +00:00
"composer/package-versions-deprecated": "^1.11.99",
2021-10-01 18:20:27 +01:00
"doctrine/cache": "^1.0|^2.0",
2021-04-29 20:36:13 +01:00
"doctrine/deprecations": "^0.5.3",
2020-10-16 20:45:07 +01:00
"doctrine/event-manager": "^1.0",
2020-12-31 13:34:55 +00:00
"php": "^7.3 || ^8.0"
2020-02-22 11:06:43 +00:00
},
"require-dev": {
2021-10-01 18:20:27 +01:00
"doctrine/coding-standard": "9.0.0",
"jetbrains/phpstorm-stubs": "2021.1",
2021-10-05 20:42:02 +01:00
"phpstan/phpstan": "0.12.99",
2021-10-01 18:20:27 +01:00
"phpstan/phpstan-strict-rules": "^0.12.11",
2021-10-05 20:42:02 +01:00
"phpunit/phpunit": "9.5.10",
2021-10-01 18:20:27 +01:00
"psalm/plugin-phpunit": "0.16.1",
2021-04-29 20:36:13 +01:00
"squizlabs/php_codesniffer": "3.6.0",
2021-10-01 18:20:27 +01:00
"symfony/cache": "^5.2|^6.0",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0|^6.0",
"vimeo/psalm": "4.10.0"
2020-02-22 11:06:43 +00:00
},
2020-10-16 20:45:07 +01:00
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
},
"bin": [
"bin/doctrine-dbal"
],
2020-02-22 11:06:43 +00:00
"type": "library",
"autoload": {
"psr-4": {
2020-12-31 13:34:55 +00:00
"Doctrine\\DBAL\\": "src"
2020-02-22 11:06:43 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-10-16 20:45:07 +01:00
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
2020-02-22 11:06:43 +00:00
},
{
2020-10-16 20:45:07 +01:00
"name": "Roman Borschel",
"email": "roman@code-factory.org"
2020-02-22 11:06:43 +00:00
},
{
2020-10-16 20:45:07 +01:00
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
2020-02-22 11:06:43 +00:00
}
],
2020-10-16 20:45:07 +01:00
"description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
"homepage": "https://www.doctrine-project.org/projects/dbal.html",
2020-02-22 11:06:43 +00:00
"keywords": [
2020-10-16 20:45:07 +01:00
"abstraction",
"database",
"db2",
"dbal",
"mariadb",
"mssql",
"mysql",
"oci8",
"oracle",
"pdo",
"pgsql",
"postgresql",
"queryobject",
"sasql",
"sql",
"sqlite",
"sqlserver",
"sqlsrv"
2020-02-22 11:06:43 +00:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
2021-10-05 20:42:02 +01:00
"source": "https://github.com/doctrine/dbal/tree/3.1.3"
2021-01-31 14:50:01 +00:00
},
2020-08-09 16:19:00 +01:00
"funding": [
{
2020-10-16 20:45:07 +01:00
"url": "https://www.doctrine-project.org/sponsorship.html",
2020-08-09 16:19:00 +01:00
"type": "custom"
},
{
2020-10-16 20:45:07 +01:00
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
2020-08-09 16:19:00 +01:00
},
{
2020-10-16 20:45:07 +01:00
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
2020-08-09 16:19:00 +01:00
"type": "tidelift"
}
],
2021-10-05 20:42:02 +01:00
"time": "2021-10-02T16:15:05+00:00"
2021-04-29 20:36:13 +01:00
},
{
"name": "doctrine/deprecations",
"version": "v0.5.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/deprecations.git",
"reference": "9504165960a1f83cc1480e2be1dd0a0478561314"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/9504165960a1f83cc1480e2be1dd0a0478561314",
"reference": "9504165960a1f83cc1480e2be1dd0a0478561314",
"shasum": ""
},
"require": {
"php": "^7.1|^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^6.0|^7.0|^8.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"psr/log": "^1.0"
},
"suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
"homepage": "https://www.doctrine-project.org/",
"support": {
"issues": "https://github.com/doctrine/deprecations/issues",
"source": "https://github.com/doctrine/deprecations/tree/v0.5.3"
},
"time": "2021-03-21T12:59:47+00:00"
2020-02-22 11:06:43 +00:00
},
2020-02-21 22:46:31 +00:00
{
2020-10-16 20:45:07 +01:00
"name": "doctrine/event-manager",
"version": "1.1.1",
2020-02-21 22:46:31 +00:00
"source": {
"type": "git",
2020-10-16 20:45:07 +01:00
"url": "https://github.com/doctrine/event-manager.git",
"reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
2020-02-21 22:46:31 +00:00
},
"dist": {
"type": "zip",
2020-10-16 20:45:07 +01:00
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
"reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
2020-02-21 22:46:31 +00:00
"shasum": ""
},
"require": {
2020-10-16 20:45:07 +01:00
"php": "^7.1 || ^8.0"
},
"conflict": {
"doctrine/common": "<2.9@dev"
2020-02-21 22:46:31 +00:00
},
"require-dev": {
2020-10-16 20:45:07 +01:00
"doctrine/coding-standard": "^6.0",
"phpunit/phpunit": "^7.0"
2020-02-21 22:46:31 +00:00
},
"type": "library",
2020-10-16 20:45:07 +01:00
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
2020-02-21 22:46:31 +00:00
"autoload": {
"psr-4": {
2020-10-16 20:45:07 +01:00
"Doctrine\\Common\\": "lib/Doctrine/Common"
2020-02-21 22:46:31 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-10-16 20:45:07 +01:00
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
2020-02-21 22:46:31 +00:00
}
],
2020-10-16 20:45:07 +01:00
"description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
2020-02-21 22:46:31 +00:00
"keywords": [
2020-10-16 20:45:07 +01:00
"event",
"event dispatcher",
"event manager",
"event system",
"events"
2020-02-21 22:46:31 +00:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/doctrine/event-manager/issues",
"source": "https://github.com/doctrine/event-manager/tree/1.1.x"
},
2020-06-10 20:48:23 +01:00
"funding": [
{
2020-10-16 20:45:07 +01:00
"url": "https://www.doctrine-project.org/sponsorship.html",
2020-06-10 20:48:23 +01:00
"type": "custom"
},
{
2020-10-16 20:45:07 +01:00
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
2020-06-10 20:48:23 +01:00
},
{
2020-10-16 20:45:07 +01:00
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
2020-06-10 20:48:23 +01:00
"type": "tidelift"
}
],
2020-10-16 20:45:07 +01:00
"time": "2020-05-29T18:28:51+00:00"
2020-02-21 22:46:31 +00:00
},
2018-04-07 18:37:33 +01:00
{
2019-10-27 16:15:14 +00:00
"name": "doctrine/instantiator",
2020-11-28 18:21:29 +00:00
"version": "1.4.0",
2018-04-07 18:37:33 +01:00
"source": {
"type": "git",
2019-10-27 16:15:14 +00:00
"url": "https://github.com/doctrine/instantiator.git",
2020-11-28 18:21:29 +00:00
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
2018-04-07 18:37:33 +01:00
},
"dist": {
"type": "zip",
2020-11-28 18:21:29 +00:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
2018-04-07 18:37:33 +01:00
"shasum": ""
},
2019-10-27 16:15:14 +00:00
"require": {
2020-06-10 20:48:23 +01:00
"php": "^7.1 || ^8.0"
2019-10-27 16:15:14 +00:00
},
2018-04-07 18:37:33 +01:00
"require-dev": {
2020-11-28 18:21:29 +00:00
"doctrine/coding-standard": "^8.0",
2019-10-27 16:15:14 +00:00
"ext-pdo": "*",
"ext-phar": "*",
2020-11-28 18:21:29 +00:00
"phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
2018-04-07 18:37:33 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2019-10-27 16:15:14 +00:00
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2018-04-07 18:37:33 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-10-27 16:15:14 +00:00
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
2020-11-28 18:21:29 +00:00
"homepage": "https://ocramius.github.io/"
2018-04-07 18:37:33 +01:00
}
],
2019-10-27 16:15:14 +00:00
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
2018-04-07 18:37:33 +01:00
"keywords": [
2019-10-27 16:15:14 +00:00
"constructor",
"instantiate"
2018-04-07 18:37:33 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/doctrine/instantiator/issues",
"source": "https://github.com/doctrine/instantiator/tree/1.4.0"
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
"type": "tidelift"
}
],
2020-11-28 18:21:29 +00:00
"time": "2020-11-10T18:47:58+00:00"
2018-04-07 18:37:33 +01:00
},
2017-09-11 11:30:05 +01:00
{
2019-10-27 16:15:14 +00:00
"name": "facade/flare-client-php",
2021-10-01 18:20:27 +01:00
"version": "1.9.1",
2017-09-11 11:30:05 +01:00
"source": {
"type": "git",
2019-10-27 16:15:14 +00:00
"url": "https://github.com/facade/flare-client-php.git",
2021-10-01 18:20:27 +01:00
"reference": "b2adf1512755637d0cef4f7d1b54301325ac78ed"
2017-09-11 11:30:05 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/facade/flare-client-php/zipball/b2adf1512755637d0cef4f7d1b54301325ac78ed",
"reference": "b2adf1512755637d0cef4f7d1b54301325ac78ed",
2017-09-11 11:30:05 +01:00
"shasum": ""
},
"require": {
2019-10-27 16:15:14 +00:00
"facade/ignition-contracts": "~1.0",
2020-09-13 13:58:50 +01:00
"illuminate/pipeline": "^5.5|^6.0|^7.0|^8.0",
2020-11-01 14:24:36 +00:00
"php": "^7.1|^8.0",
2020-06-10 20:48:23 +01:00
"symfony/http-foundation": "^3.3|^4.1|^5.0",
2020-08-09 16:19:00 +01:00
"symfony/mime": "^3.4|^4.0|^5.1",
2020-01-26 17:50:49 +00:00
"symfony/var-dumper": "^3.4|^4.0|^5.0"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
2020-08-09 16:19:00 +01:00
"friendsofphp/php-cs-fixer": "^2.14",
2019-10-27 16:15:14 +00:00
"phpunit/phpunit": "^7.5.16",
"spatie/phpunit-snapshot-assertions": "^2.0"
2017-09-11 11:30:05 +01:00
},
"type": "library",
2019-10-27 16:15:14 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
2017-09-11 11:30:05 +01:00
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
2019-10-27 16:15:14 +00:00
"Facade\\FlareClient\\": "src"
},
"files": [
"src/helpers.php"
]
2017-09-11 11:30:05 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2019-10-27 16:15:14 +00:00
"description": "Send PHP errors to Flare",
"homepage": "https://github.com/facade/flare-client-php",
2017-11-13 17:26:38 +00:00
"keywords": [
2019-10-27 16:15:14 +00:00
"exception",
"facade",
"flare",
"reporting"
2017-11-13 17:26:38 +00:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/facade/flare-client-php/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/facade/flare-client-php/tree/1.9.1"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
2020-08-09 16:19:00 +01:00
"url": "https://github.com/spatie",
"type": "github"
2020-06-10 20:48:23 +01:00
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-09-13T12:16:46+00:00"
2017-09-11 11:30:05 +01:00
},
2017-12-22 13:29:28 +00:00
{
2019-10-27 16:15:14 +00:00
"name": "facade/ignition",
2021-10-01 18:20:27 +01:00
"version": "2.14.0",
2017-12-22 13:29:28 +00:00
"source": {
"type": "git",
2019-10-27 16:15:14 +00:00
"url": "https://github.com/facade/ignition.git",
2021-10-01 18:20:27 +01:00
"reference": "c6126e291bd44ad3fe482537a145fc70e3320598"
2017-12-22 13:29:28 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/facade/ignition/zipball/c6126e291bd44ad3fe482537a145fc70e3320598",
"reference": "c6126e291bd44ad3fe482537a145fc70e3320598",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2019-10-27 16:15:14 +00:00
"ext-json": "*",
"ext-mbstring": "*",
2021-10-01 18:20:27 +01:00
"facade/flare-client-php": "^1.9.1",
2020-11-01 14:24:36 +00:00
"facade/ignition-contracts": "^1.0.2",
2020-06-13 16:32:42 +01:00
"illuminate/support": "^7.0|^8.0",
"monolog/monolog": "^2.0",
2020-11-01 14:24:36 +00:00
"php": "^7.2.5|^8.0",
2020-06-13 16:32:42 +01:00
"symfony/console": "^5.0",
"symfony/var-dumper": "^5.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2019-10-27 16:15:14 +00:00
"friendsofphp/php-cs-fixer": "^2.14",
2020-06-13 16:32:42 +01:00
"mockery/mockery": "^1.3",
2020-09-13 13:58:50 +01:00
"orchestra/testbench": "^5.0|^6.0",
2020-08-09 16:19:00 +01:00
"psalm/plugin-laravel": "^1.2"
2019-10-27 16:15:14 +00:00
},
"suggest": {
2020-06-13 16:32:42 +01:00
"laravel/telescope": "^3.1"
2016-05-19 15:01:28 +01:00
},
"type": "library",
2017-11-13 17:26:38 +00:00
"extra": {
"branch-alias": {
2020-06-13 16:32:42 +01:00
"dev-master": "2.x-dev"
2019-10-27 16:15:14 +00:00
},
"laravel": {
"providers": [
"Facade\\Ignition\\IgnitionServiceProvider"
],
"aliases": {
"Flare": "Facade\\Ignition\\Facades\\Flare"
}
2017-11-13 17:26:38 +00:00
}
},
2016-05-19 15:01:28 +01:00
"autoload": {
"psr-4": {
2019-10-27 16:15:14 +00:00
"Facade\\Ignition\\": "src"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A beautiful error page for Laravel applications.",
"homepage": "https://github.com/facade/ignition",
"keywords": [
"error",
"flare",
"laravel",
"page"
],
2021-01-31 14:50:01 +00:00
"support": {
"docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
"forum": "https://twitter.com/flareappio",
"issues": "https://github.com/facade/ignition/issues",
"source": "https://github.com/facade/ignition"
},
2021-10-01 18:20:27 +01:00
"time": "2021-10-01T12:58:45+00:00"
2019-10-27 16:15:14 +00:00
},
{
"name": "facade/ignition-contracts",
2020-10-17 17:15:06 +01:00
"version": "1.0.2",
2019-10-27 16:15:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/facade/ignition-contracts.git",
2020-10-17 17:15:06 +01:00
"reference": "3c921a1cdba35b68a7f0ccffc6dffc1995b18267"
2019-10-27 16:15:14 +00:00
},
"dist": {
"type": "zip",
2020-10-17 17:15:06 +01:00
"url": "https://api.github.com/repos/facade/ignition-contracts/zipball/3c921a1cdba35b68a7f0ccffc6dffc1995b18267",
"reference": "3c921a1cdba35b68a7f0ccffc6dffc1995b18267",
2019-10-27 16:15:14 +00:00
"shasum": ""
},
"require": {
2020-10-17 17:15:06 +01:00
"php": "^7.3|^8.0"
2019-10-27 16:15:14 +00:00
},
2020-08-09 16:19:00 +01:00
"require-dev": {
2020-10-17 17:15:06 +01:00
"friendsofphp/php-cs-fixer": "^v2.15.8",
"phpunit/phpunit": "^9.3.11",
"vimeo/psalm": "^3.17.1"
2020-08-09 16:19:00 +01:00
},
2019-10-27 16:15:14 +00:00
"type": "library",
"autoload": {
"psr-4": {
"Facade\\IgnitionContracts\\": "src"
2016-05-19 15:01:28 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-10-27 16:15:14 +00:00
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://flareapp.io",
"role": "Developer"
2016-05-19 15:01:28 +01:00
}
],
2019-10-27 16:15:14 +00:00
"description": "Solution contracts for Ignition",
"homepage": "https://github.com/facade/ignition-contracts",
2016-05-19 15:01:28 +01:00
"keywords": [
2019-10-27 16:15:14 +00:00
"contracts",
"flare",
"ignition"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/facade/ignition-contracts/issues",
"source": "https://github.com/facade/ignition-contracts/tree/1.0.2"
},
2020-10-17 17:15:06 +01:00
"time": "2020-10-16T08:27:54+00:00"
2016-05-19 15:01:28 +01:00
},
2020-12-31 13:34:55 +00:00
{
"name": "fakerphp/faker",
2021-10-01 18:20:27 +01:00
"version": "v1.16.0",
2020-12-31 13:34:55 +00:00
"source": {
"type": "git",
"url": "https://github.com/FakerPHP/Faker.git",
2021-10-01 18:20:27 +01:00
"reference": "271d384d216e5e5c468a6b28feedf95d49f83b35"
2020-12-31 13:34:55 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/FakerPHP/Faker/zipball/271d384d216e5e5c468a6b28feedf95d49f83b35",
"reference": "271d384d216e5e5c468a6b28feedf95d49f83b35",
2020-12-31 13:34:55 +00:00
"shasum": ""
},
"require": {
2021-04-29 20:36:13 +01:00
"php": "^7.1 || ^8.0",
2021-10-01 18:20:27 +01:00
"psr/container": "^1.0 || ^2.0",
2021-04-29 20:36:13 +01:00
"symfony/deprecation-contracts": "^2.2"
2020-12-31 13:34:55 +00:00
},
"conflict": {
"fzaninotto/faker": "*"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4.1",
"ext-intl": "*",
2021-04-29 20:36:13 +01:00
"symfony/phpunit-bridge": "^4.4 || ^5.2"
},
"suggest": {
"ext-curl": "Required by Faker\\Provider\\Image to download images.",
"ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
"ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
"ext-mbstring": "Required for multibyte Unicode string functionality."
2020-12-31 13:34:55 +00:00
},
"type": "library",
2021-04-29 20:36:13 +01:00
"extra": {
"branch-alias": {
2021-10-01 18:20:27 +01:00
"dev-main": "v1.16-dev"
2021-04-29 20:36:13 +01:00
}
},
2020-12-31 13:34:55 +00:00
"autoload": {
"psr-4": {
"Faker\\": "src/Faker/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "François Zaninotto"
}
],
"description": "Faker is a PHP library that generates fake data for you.",
"keywords": [
"data",
"faker",
"fixtures"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/FakerPHP/Faker/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/FakerPHP/Faker/tree/v1.16.0"
2021-01-31 14:50:01 +00:00
},
2021-10-01 18:20:27 +01:00
"time": "2021-09-06T14:53:37+00:00"
2020-12-31 13:34:55 +00:00
},
2020-02-21 22:46:31 +00:00
{
"name": "felixfbecker/advanced-json-rpc",
2021-10-01 18:20:27 +01:00
"version": "v3.2.1",
2020-02-21 22:46:31 +00:00
"source": {
"type": "git",
"url": "https://github.com/felixfbecker/php-advanced-json-rpc.git",
2021-10-01 18:20:27 +01:00
"reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447"
2020-02-21 22:46:31 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/felixfbecker/php-advanced-json-rpc/zipball/b5f37dbff9a8ad360ca341f3240dc1c168b45447",
"reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447",
2020-02-21 22:46:31 +00:00
"shasum": ""
},
"require": {
2021-10-01 18:20:27 +01:00
"netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
2021-01-31 14:50:01 +00:00
"php": "^7.1 || ^8.0",
"phpdocumentor/reflection-docblock": "^4.3.4 || ^5.0.0"
2020-02-21 22:46:31 +00:00
},
"require-dev": {
2021-01-31 14:50:01 +00:00
"phpunit/phpunit": "^7.0 || ^8.0"
2020-02-21 22:46:31 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"AdvancedJsonRpc\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"ISC"
],
"authors": [
{
"name": "Felix Becker",
"email": "felix.b@outlook.com"
}
],
"description": "A more advanced JSONRPC implementation",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/felixfbecker/php-advanced-json-rpc/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/felixfbecker/php-advanced-json-rpc/tree/v3.2.1"
2021-01-31 14:50:01 +00:00
},
2021-10-01 18:20:27 +01:00
"time": "2021-06-11T22:34:44+00:00"
2020-02-21 22:46:31 +00:00
},
{
"name": "felixfbecker/language-server-protocol",
2021-03-17 18:38:18 +00:00
"version": "1.5.1",
2020-02-21 22:46:31 +00:00
"source": {
"type": "git",
"url": "https://github.com/felixfbecker/php-language-server-protocol.git",
2021-03-17 18:38:18 +00:00
"reference": "9d846d1f5cf101deee7a61c8ba7caa0a975cd730"
2020-02-21 22:46:31 +00:00
},
"dist": {
"type": "zip",
2021-03-17 18:38:18 +00:00
"url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/9d846d1f5cf101deee7a61c8ba7caa0a975cd730",
"reference": "9d846d1f5cf101deee7a61c8ba7caa0a975cd730",
2020-02-21 22:46:31 +00:00
"shasum": ""
},
"require": {
2020-11-01 14:24:36 +00:00
"php": ">=7.1"
2020-02-21 22:46:31 +00:00
},
"require-dev": {
"phpstan/phpstan": "*",
2020-11-01 14:24:36 +00:00
"squizlabs/php_codesniffer": "^3.1",
"vimeo/psalm": "^4.0"
2020-02-21 22:46:31 +00:00
},
"type": "library",
2020-11-01 14:24:36 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
2020-02-21 22:46:31 +00:00
"autoload": {
"psr-4": {
"LanguageServerProtocol\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"ISC"
],
"authors": [
{
"name": "Felix Becker",
"email": "felix.b@outlook.com"
}
],
"description": "PHP classes for the Language Server Protocol",
"keywords": [
"language",
"microsoft",
"php",
"server"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/felixfbecker/php-language-server-protocol/issues",
2021-03-17 18:38:18 +00:00
"source": "https://github.com/felixfbecker/php-language-server-protocol/tree/1.5.1"
2021-01-31 14:50:01 +00:00
},
2021-03-17 18:38:18 +00:00
"time": "2021-02-22T14:02:09+00:00"
2020-02-21 22:46:31 +00:00
},
2017-09-04 19:34:39 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "filp/whoops",
2021-10-05 20:42:02 +01:00
"version": "2.14.4",
2017-09-04 19:34:39 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/filp/whoops.git",
2021-10-05 20:42:02 +01:00
"reference": "f056f1fe935d9ed86e698905a957334029899895"
2017-09-04 19:34:39 +01:00
},
"dist": {
"type": "zip",
2021-10-05 20:42:02 +01:00
"url": "https://api.github.com/repos/filp/whoops/zipball/f056f1fe935d9ed86e698905a957334029899895",
"reference": "f056f1fe935d9ed86e698905a957334029899895",
2017-09-04 19:34:39 +01:00
"shasum": ""
},
"require": {
2020-10-17 17:15:06 +01:00
"php": "^5.5.9 || ^7.0 || ^8.0",
2021-10-05 20:42:02 +01:00
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
2017-09-04 19:34:39 +01:00
},
"require-dev": {
2018-06-23 23:21:26 +01:00
"mockery/mockery": "^0.9 || ^1.0",
2020-10-17 17:15:06 +01:00
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
2020-01-26 17:50:49 +00:00
"symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
2017-11-13 17:26:38 +00:00
},
"suggest": {
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
"whoops/soap": "Formats errors as SOAP responses"
2017-09-04 19:34:39 +01:00
},
"type": "library",
2017-11-13 17:26:38 +00:00
"extra": {
"branch-alias": {
2020-10-17 17:15:06 +01:00
"dev-master": "2.7-dev"
2017-11-13 17:26:38 +00:00
}
},
2017-09-04 19:34:39 +01:00
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"Whoops\\": "src/Whoops/"
2017-09-04 19:34:39 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Filipe Dobreira",
2020-01-26 17:50:49 +00:00
"homepage": "https://github.com/filp",
"role": "Developer"
2017-09-04 19:34:39 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "php error handling for cool kids",
"homepage": "https://filp.github.io/whoops/",
2017-09-04 19:34:39 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"error",
"exception",
"handling",
"library",
"throwable",
"whoops"
2017-09-04 19:34:39 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/filp/whoops/issues",
2021-10-05 20:42:02 +01:00
"source": "https://github.com/filp/whoops/tree/2.14.4"
2021-01-31 14:50:01 +00:00
},
"funding": [
{
"url": "https://github.com/denis-sokolov",
"type": "github"
}
],
2021-10-05 20:42:02 +01:00
"time": "2021-10-03T12:00:00+00:00"
2017-09-04 19:34:39 +01:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "hamcrest/hamcrest-php",
2020-07-12 17:41:26 +01:00
"version": "v2.0.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/hamcrest/hamcrest-php.git",
2020-07-12 17:41:26 +01:00
"reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2020-07-12 17:41:26 +01:00
"url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
"reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-07-12 17:41:26 +01:00
"php": "^5.3|^7.0|^8.0"
2017-11-13 17:26:38 +00:00
},
"replace": {
"cordoval/hamcrest-php": "*",
"davedevelopment/hamcrest-php": "*",
"kodova/hamcrest-php": "*"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2020-07-12 17:41:26 +01:00
"phpunit/php-file-iterator": "^1.4 || ^2.0",
"phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
2016-05-19 15:01:28 +01:00
},
"type": "library",
2018-02-15 12:26:59 +00:00
"extra": {
"branch-alias": {
2020-07-12 17:41:26 +01:00
"dev-master": "2.1-dev"
2018-02-15 12:26:59 +00:00
}
},
2016-05-19 15:01:28 +01:00
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"hamcrest"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-07-12 17:41:26 +01:00
"BSD-3-Clause"
2017-10-13 12:31:31 +01:00
],
2017-11-13 17:26:38 +00:00
"description": "This is the PHP port of Hamcrest Matchers",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"test"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/hamcrest/hamcrest-php/issues",
"source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
},
2020-07-12 17:41:26 +01:00
"time": "2020-07-09T08:09:16+00:00"
2016-05-19 15:01:28 +01:00
},
2020-02-22 11:06:43 +00:00
{
"name": "justinrainbow/json-schema",
2021-10-01 18:20:27 +01:00
"version": "5.2.11",
2020-02-22 11:06:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/justinrainbow/json-schema.git",
2021-10-01 18:20:27 +01:00
"reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa"
2020-02-22 11:06:43 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ab6744b7296ded80f8cc4f9509abbff393399aa",
"reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa",
2020-02-22 11:06:43 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
"json-schema/json-schema-test-suite": "1.2.0",
"phpunit/phpunit": "^4.8.35"
},
"bin": [
"bin/validate-json"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0.x-dev"
}
},
"autoload": {
"psr-4": {
"JsonSchema\\": "src/JsonSchema/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bruno Prieto Reis",
"email": "bruno.p.reis@gmail.com"
},
{
"name": "Justin Rainbow",
"email": "justin.rainbow@gmail.com"
},
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
},
{
"name": "Robert Schönthal",
"email": "seroscho@googlemail.com"
}
],
"description": "A library to validate a json schema.",
"homepage": "https://github.com/justinrainbow/json-schema",
"keywords": [
"json",
"schema"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/justinrainbow/json-schema/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/justinrainbow/json-schema/tree/5.2.11"
2021-01-31 14:50:01 +00:00
},
2021-10-01 18:20:27 +01:00
"time": "2021-07-22T09:24:00+00:00"
2020-02-22 11:06:43 +00:00
},
2017-02-03 22:05:48 +00:00
{
2017-11-13 17:26:38 +00:00
"name": "laravel/dusk",
2021-10-01 18:20:27 +01:00
"version": "v6.18.1",
2017-02-03 22:05:48 +00:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/laravel/dusk.git",
2021-10-01 18:20:27 +01:00
"reference": "c99116b354a93faf9e75aeeeadc73445df705570"
2017-02-03 22:05:48 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/laravel/dusk/zipball/c99116b354a93faf9e75aeeeadc73445df705570",
"reference": "c99116b354a93faf9e75aeeeadc73445df705570",
2017-02-03 22:05:48 +00:00
"shasum": ""
},
"require": {
2019-05-05 10:27:40 +01:00
"ext-json": "*",
"ext-zip": "*",
2020-09-13 13:58:50 +01:00
"illuminate/console": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
2020-06-13 16:32:42 +01:00
"nesbot/carbon": "^2.0",
2020-11-28 18:21:29 +00:00
"php": "^7.2|^8.0",
"php-webdriver/webdriver": "^1.9.0",
2020-06-13 16:32:42 +01:00
"symfony/console": "^4.3|^5.0",
"symfony/finder": "^4.3|^5.0",
"symfony/process": "^4.3|^5.0",
2020-09-13 13:58:50 +01:00
"vlucas/phpdotenv": "^3.0|^4.0|^5.0"
2017-02-18 12:27:21 +00:00
},
"require-dev": {
2019-03-17 14:08:49 +00:00
"mockery/mockery": "^1.0",
2021-03-17 18:38:18 +00:00
"orchestra/testbench": "^4.16|^5.17.1|^6.12.1",
2020-06-13 16:32:42 +01:00
"phpunit/phpunit": "^7.5.15|^8.4|^9.0"
2017-02-03 22:05:48 +00:00
},
2020-01-26 17:50:49 +00:00
"suggest": {
"ext-pcntl": "Used to gracefully terminate Dusk when tests are running."
},
2017-02-03 22:05:48 +00:00
"type": "library",
"extra": {
"branch-alias": {
2020-06-13 16:32:42 +01:00
"dev-master": "6.x-dev"
2017-11-13 17:26:38 +00:00
},
"laravel": {
"providers": [
"Laravel\\Dusk\\DuskServiceProvider"
]
2017-02-03 22:05:48 +00:00
}
},
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"Laravel\\Dusk\\": "src/"
}
2017-02-03 22:05:48 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
2017-02-03 22:05:48 +00:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Laravel Dusk provides simple end-to-end testing and browser automation.",
"keywords": [
"laravel",
"testing",
"webdriver"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/laravel/dusk/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/laravel/dusk/tree/v6.18.1"
2021-01-31 14:50:01 +00:00
},
2021-10-01 18:20:27 +01:00
"time": "2021-09-07T14:28:13+00:00"
2017-02-03 22:05:48 +00:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "maximebf/debugbar",
2021-10-01 18:20:27 +01:00
"version": "v1.17.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/maximebf/php-debugbar.git",
2021-10-01 18:20:27 +01:00
"reference": "0a3532556be0145603f8a9de23e76dc28eed7054"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/0a3532556be0145603f8a9de23e76dc28eed7054",
"reference": "0a3532556be0145603f8a9de23e76dc28eed7054",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-12-31 13:34:55 +00:00
"php": "^7.1|^8",
2017-11-13 17:26:38 +00:00
"psr/log": "^1.0",
2020-06-10 20:48:23 +01:00
"symfony/var-dumper": "^2.6|^3|^4|^5"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
2020-12-31 13:34:55 +00:00
"phpunit/phpunit": "^7.5.20 || ^9.4.2"
2017-11-13 17:26:38 +00:00
},
"suggest": {
"kriswallsmith/assetic": "The best way to manage assets",
"monolog/monolog": "Log using Monolog",
"predis/predis": "Redis storage"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-10-01 18:20:27 +01:00
"dev-master": "1.17-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"DebugBar\\": "src/DebugBar/"
}
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Maxime Bouroumeau-Fuseau",
"email": "maxime.bouroumeau@gmail.com",
"homepage": "http://maximebf.com"
2017-10-13 12:31:31 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Debug bar in the browser for php application",
"homepage": "https://github.com/maximebf/php-debugbar",
"keywords": [
"debug",
"debugbar"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/maximebf/php-debugbar/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/maximebf/php-debugbar/tree/v1.17.1"
2021-01-31 14:50:01 +00:00
},
2021-10-01 18:20:27 +01:00
"time": "2021-08-01T09:19:02+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "mockery/mockery",
2021-10-01 18:20:27 +01:00
"version": "1.4.4",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/mockery/mockery.git",
2021-10-01 18:20:27 +01:00
"reference": "e01123a0e847d52d186c5eb4b9bf58b0c6d00346"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/mockery/mockery/zipball/e01123a0e847d52d186c5eb4b9bf58b0c6d00346",
"reference": "e01123a0e847d52d186c5eb4b9bf58b0c6d00346",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-07-12 17:41:26 +01:00
"hamcrest/hamcrest-php": "^2.0.1",
2017-11-13 17:26:38 +00:00
"lib-pcre": ">=7.0",
2020-07-12 17:41:26 +01:00
"php": "^7.3 || ^8.0"
2020-06-10 20:48:23 +01:00
},
"conflict": {
"phpunit/phpunit": "<8.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2020-09-13 13:58:50 +01:00
"phpunit/phpunit": "^8.5 || ^9.3"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-06-10 20:48:23 +01:00
"dev-master": "1.4.x-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-0": {
"Mockery": "library/"
}
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Pádraic Brady",
"email": "padraic.brady@gmail.com",
"homepage": "http://blog.astrumfutura.com"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "Dave Marshall",
"email": "dave.marshall@atstsolutions.co.uk",
"homepage": "http://davedevelopment.co.uk"
2016-05-19 15:01:28 +01:00
}
],
2018-06-23 23:21:26 +01:00
"description": "Mockery is a simple yet flexible PHP mock object framework",
"homepage": "https://github.com/mockery/mockery",
2017-11-13 17:26:38 +00:00
"keywords": [
"BDD",
"TDD",
"library",
"mock",
"mock objects",
"mockery",
"stub",
"test",
"test double",
"testing"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/mockery/mockery/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/mockery/mockery/tree/1.4.4"
2021-01-31 14:50:01 +00:00
},
2021-10-01 18:20:27 +01:00
"time": "2021-09-13T15:28:59+00:00"
2016-05-19 15:01:28 +01:00
},
2016-05-29 16:48:42 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "myclabs/deep-copy",
2020-11-28 18:21:29 +00:00
"version": "1.10.2",
2016-05-29 16:48:42 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/myclabs/DeepCopy.git",
2020-11-28 18:21:29 +00:00
"reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
2016-05-29 16:48:42 +01:00
},
"dist": {
"type": "zip",
2020-11-28 18:21:29 +00:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
"reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
2016-05-29 16:48:42 +01:00
"shasum": ""
},
"require": {
2020-07-12 17:41:26 +01:00
"php": "^7.1 || ^8.0"
2018-06-23 23:21:26 +01:00
},
"replace": {
"myclabs/deep-copy": "self.version"
2017-10-13 12:31:31 +01:00
},
2017-11-13 17:26:38 +00:00
"require-dev": {
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
2018-06-23 23:21:26 +01:00
"phpunit/phpunit": "^7.1"
2016-05-29 16:48:42 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"DeepCopy\\": "src/DeepCopy/"
2017-10-13 12:31:31 +01:00
},
2017-11-13 17:26:38 +00:00
"files": [
"src/DeepCopy/deep_copy.php"
2017-10-13 12:31:31 +01:00
]
2016-05-29 16:48:42 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2017-11-13 17:26:38 +00:00
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
2016-05-29 16:48:42 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/myclabs/DeepCopy/issues",
"source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
},
2020-07-12 17:41:26 +01:00
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
}
],
2020-11-28 18:21:29 +00:00
"time": "2020-11-13T09:40:50+00:00"
2016-05-29 16:48:42 +01:00
},
2020-02-21 22:46:31 +00:00
{
"name": "netresearch/jsonmapper",
2021-10-01 18:20:27 +01:00
"version": "v4.0.0",
2020-02-21 22:46:31 +00:00
"source": {
"type": "git",
"url": "https://github.com/cweiske/jsonmapper.git",
2021-10-01 18:20:27 +01:00
"reference": "8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d"
2020-02-21 22:46:31 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d",
"reference": "8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d",
2020-02-21 22:46:31 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-pcre": "*",
"ext-reflection": "*",
"ext-spl": "*",
2021-10-01 18:20:27 +01:00
"php": ">=7.1"
2020-02-21 22:46:31 +00:00
},
"require-dev": {
2021-10-01 18:20:27 +01:00
"phpunit/phpunit": "~7.5 || ~8.0 || ~9.0",
2020-06-10 20:48:23 +01:00
"squizlabs/php_codesniffer": "~3.5"
2020-02-21 22:46:31 +00:00
},
"type": "library",
"autoload": {
"psr-0": {
"JsonMapper": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"OSL-3.0"
],
"authors": [
{
"name": "Christian Weiske",
"email": "cweiske@cweiske.de",
"homepage": "http://github.com/cweiske/jsonmapper/",
"role": "Developer"
}
],
"description": "Map nested JSON structures onto PHP classes",
2021-01-31 14:50:01 +00:00
"support": {
"email": "cweiske@cweiske.de",
"issues": "https://github.com/cweiske/jsonmapper/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/cweiske/jsonmapper/tree/v4.0.0"
2021-01-31 14:50:01 +00:00
},
2021-10-01 18:20:27 +01:00
"time": "2020-12-01T19:48:11+00:00"
2020-02-21 22:46:31 +00:00
},
2017-11-16 09:38:21 +00:00
{
"name": "nunomaduro/collision",
2021-10-01 18:20:27 +01:00
"version": "v5.10.0",
2017-11-16 09:38:21 +00:00
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/collision.git",
2021-10-01 18:20:27 +01:00
"reference": "3004cfa49c022183395eabc6d0e5207dfe498d00"
2017-11-16 09:38:21 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/3004cfa49c022183395eabc6d0e5207dfe498d00",
"reference": "3004cfa49c022183395eabc6d0e5207dfe498d00",
2017-11-16 09:38:21 +00:00
"shasum": ""
},
"require": {
2020-06-13 16:32:42 +01:00
"facade/ignition-contracts": "^1.0",
2021-10-01 18:20:27 +01:00
"filp/whoops": "^2.14.3",
2020-11-01 14:24:36 +00:00
"php": "^7.3 || ^8.0",
2020-06-13 16:32:42 +01:00
"symfony/console": "^5.0"
2017-11-16 09:38:21 +00:00
},
2017-12-22 13:29:28 +00:00
"require-dev": {
2021-01-31 14:50:01 +00:00
"brianium/paratest": "^6.1",
"fideloper/proxy": "^4.4.1",
"fruitcake/laravel-cors": "^2.0.3",
2021-10-01 18:20:27 +01:00
"laravel/framework": "8.x-dev",
2020-10-17 17:15:06 +01:00
"nunomaduro/larastan": "^0.6.2",
"nunomaduro/mock-final-classes": "^1.0",
2021-10-01 18:20:27 +01:00
"orchestra/testbench": "^6.0",
2021-01-31 14:50:01 +00:00
"phpstan/phpstan": "^0.12.64",
"phpunit/phpunit": "^9.5.0"
2017-12-22 13:29:28 +00:00
},
2017-11-16 09:38:21 +00:00
"type": "library",
"extra": {
"laravel": {
"providers": [
"NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"NunoMaduro\\Collision\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nuno Maduro",
"email": "enunomaduro@gmail.com"
}
],
"description": "Cli error handling for console/command-line PHP applications.",
"keywords": [
"artisan",
"cli",
"command-line",
"console",
"error",
"handling",
"laravel",
"laravel-zero",
"php",
"symfony"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/nunomaduro/collision/issues",
"source": "https://github.com/nunomaduro/collision"
},
2020-06-13 16:32:42 +01:00
"funding": [
{
"url": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66BYDWAT92N6L",
"type": "custom"
},
{
"url": "https://github.com/nunomaduro",
"type": "github"
},
{
"url": "https://www.patreon.com/nunomaduro",
"type": "patreon"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-09-20T15:06:32+00:00"
2017-11-16 09:38:21 +00:00
},
2020-02-21 22:46:31 +00:00
{
"name": "openlss/lib-array2xml",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/nullivex/lib-array2xml.git",
"reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nullivex/lib-array2xml/zipball/a91f18a8dfc69ffabe5f9b068bc39bb202c81d90",
"reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"type": "library",
"autoload": {
"psr-0": {
"LSS": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Bryan Tong",
"email": "bryan@nullivex.com",
"homepage": "https://www.nullivex.com"
},
{
"name": "Tony Butler",
"email": "spudz76@gmail.com",
"homepage": "https://www.nullivex.com"
}
],
"description": "Array2XML conversion library credit to lalit.org",
"homepage": "https://www.nullivex.com",
"keywords": [
"array",
"array conversion",
"xml",
"xml conversion"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/nullivex/lib-array2xml/issues",
"source": "https://github.com/nullivex/lib-array2xml/tree/master"
},
2020-02-21 22:46:31 +00:00
"time": "2019-03-29T20:06:56+00:00"
},
2017-09-04 19:34:39 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "phar-io/manifest",
2021-10-01 18:20:27 +01:00
"version": "2.0.3",
2017-09-04 19:34:39 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/phar-io/manifest.git",
2021-10-01 18:20:27 +01:00
"reference": "97803eca37d319dfa7826cc2437fc020857acb53"
2017-09-04 19:34:39 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
"reference": "97803eca37d319dfa7826cc2437fc020857acb53",
2017-09-04 19:34:39 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"ext-dom": "*",
"ext-phar": "*",
2020-09-13 13:58:50 +01:00
"ext-xmlwriter": "*",
"phar-io/version": "^3.0.1",
"php": "^7.2 || ^8.0"
2017-09-04 19:34:39 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-13 13:58:50 +01:00
"dev-master": "2.0.x-dev"
2017-09-04 19:34:39 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
2017-09-04 19:34:39 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2017-09-04 19:34:39 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
2017-09-04 19:34:39 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
2017-09-04 19:34:39 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/phar-io/manifest/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/phar-io/manifest/tree/2.0.3"
2021-01-31 14:50:01 +00:00
},
2021-10-01 18:20:27 +01:00
"time": "2021-07-20T11:28:43+00:00"
2017-09-04 19:34:39 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "phar-io/version",
2021-03-17 18:38:18 +00:00
"version": "3.1.0",
2017-09-04 19:34:39 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/phar-io/version.git",
2021-03-17 18:38:18 +00:00
"reference": "bae7c545bef187884426f042434e561ab1ddb182"
2017-09-04 19:34:39 +01:00
},
"dist": {
"type": "zip",
2021-03-17 18:38:18 +00:00
"url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182",
"reference": "bae7c545bef187884426f042434e561ab1ddb182",
2017-09-04 19:34:39 +01:00
"shasum": ""
},
"require": {
2020-09-13 13:58:50 +01:00
"php": "^7.2 || ^8.0"
2017-09-04 19:34:39 +01:00
},
"type": "library",
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
2017-09-04 19:34:39 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2017-09-04 19:34:39 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
2017-09-04 19:34:39 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
2017-09-04 19:34:39 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Library for handling version information and constraints",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/phar-io/version/issues",
2021-03-17 18:38:18 +00:00
"source": "https://github.com/phar-io/version/tree/3.1.0"
2021-01-31 14:50:01 +00:00
},
2021-03-17 18:38:18 +00:00
"time": "2021-02-23T14:00:09+00:00"
2017-09-04 19:34:39 +01:00
},
2020-01-26 17:50:49 +00:00
{
"name": "php-webdriver/webdriver",
2021-10-01 18:20:27 +01:00
"version": "1.11.1",
2020-01-26 17:50:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-webdriver/php-webdriver.git",
2021-10-01 18:20:27 +01:00
"reference": "da16e39968f8dd5cfb7d07eef91dc2b731c69880"
2020-01-26 17:50:49 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/da16e39968f8dd5cfb7d07eef91dc2b731c69880",
"reference": "da16e39968f8dd5cfb7d07eef91dc2b731c69880",
2020-01-26 17:50:49 +00:00
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"ext-zip": "*",
2020-11-28 18:21:29 +00:00
"php": "^5.6 || ~7.0 || ^8.0",
2020-02-21 13:41:02 +00:00
"symfony/polyfill-mbstring": "^1.12",
"symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0"
2020-01-26 17:50:49 +00:00
},
2020-10-10 19:44:17 +01:00
"replace": {
"facebook/webdriver": "*"
},
2020-01-26 17:50:49 +00:00
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0",
2021-03-17 18:38:18 +00:00
"ondram/ci-detector": "^2.1 || ^3.5 || ^4.0",
2020-11-28 18:21:29 +00:00
"php-coveralls/php-coveralls": "^2.4",
"php-mock/php-mock-phpunit": "^1.1 || ^2.0",
2020-10-10 19:44:17 +01:00
"php-parallel-lint/php-parallel-lint": "^1.2",
2020-11-28 18:21:29 +00:00
"phpunit/phpunit": "^5.7 || ^7 || ^8 || ^9",
2020-02-21 13:41:02 +00:00
"squizlabs/php_codesniffer": "^3.5",
"symfony/var-dumper": "^3.3 || ^4.0 || ^5.0"
2020-01-26 17:50:49 +00:00
},
"suggest": {
"ext-SimpleXML": "For Firefox profile creation"
},
"type": "library",
"autoload": {
"psr-4": {
"Facebook\\WebDriver\\": "lib/"
2020-02-21 13:41:02 +00:00
},
"files": [
"lib/Exception/TimeoutException.php"
]
2020-01-26 17:50:49 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 13:41:02 +00:00
"MIT"
2020-01-26 17:50:49 +00:00
],
2020-02-21 13:41:02 +00:00
"description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
"homepage": "https://github.com/php-webdriver/php-webdriver",
2020-01-26 17:50:49 +00:00
"keywords": [
2020-02-21 13:41:02 +00:00
"Chromedriver",
"geckodriver",
2020-01-26 17:50:49 +00:00
"php",
"selenium",
"webdriver"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/php-webdriver/php-webdriver/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/php-webdriver/php-webdriver/tree/1.11.1"
2021-01-31 14:50:01 +00:00
},
2021-10-01 18:20:27 +01:00
"time": "2021-05-21T15:12:49+00:00"
2020-01-26 17:50:49 +00:00
},
2016-06-08 16:08:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "phpdocumentor/reflection-common",
2020-07-12 17:41:26 +01:00
"version": "2.2.0",
2016-06-08 16:08:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2020-07-12 17:41:26 +01:00
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
2016-06-08 16:08:28 +01:00
},
"dist": {
"type": "zip",
2020-07-12 17:41:26 +01:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
2016-06-08 16:08:28 +01:00
"shasum": ""
},
"require": {
2020-07-12 17:41:26 +01:00
"php": "^7.2 || ^8.0"
2016-06-08 16:08:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-07-12 17:41:26 +01:00
"dev-2.x": "2.x-dev"
2016-06-08 16:08:28 +01:00
}
},
"autoload": {
"psr-4": {
2019-10-19 15:34:49 +01:00
"phpDocumentor\\Reflection\\": "src/"
2017-11-13 17:26:38 +00:00
}
2016-06-08 16:08:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
2016-06-08 16:08:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
"source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
},
2020-07-12 17:41:26 +01:00
"time": "2020-06-27T09:03:43+00:00"
2016-06-08 16:08:28 +01:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "phpdocumentor/reflection-docblock",
2020-10-10 19:44:17 +01:00
"version": "5.2.2",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2020-10-10 19:44:17 +01:00
"reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2020-10-10 19:44:17 +01:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
"reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-08-09 16:19:00 +01:00
"ext-filter": "*",
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.3",
"webmozart/assert": "^1.9.1"
2016-05-19 15:01:28 +01:00
},
2017-11-13 17:26:38 +00:00
"require-dev": {
2020-08-09 16:19:00 +01:00
"mockery/mockery": "~1.3.2"
2016-05-19 15:01:28 +01:00
},
2016-06-08 16:08:28 +01:00
"type": "library",
2017-12-07 15:39:19 +00:00
"extra": {
"branch-alias": {
2020-02-21 13:41:02 +00:00
"dev-master": "5.x-dev"
2017-12-07 15:39:19 +00:00
}
},
2016-06-08 16:08:28 +01:00
"autoload": {
"psr-4": {
2020-02-21 13:41:02 +00:00
"phpDocumentor\\Reflection\\": "src"
2017-11-13 17:26:38 +00:00
}
2016-06-08 16:08:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
2020-02-21 13:41:02 +00:00
},
{
"name": "Jaap van Otterdijk",
"email": "account@ijaap.nl"
2016-06-08 16:08:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master"
},
2020-10-10 19:44:17 +01:00
"time": "2020-09-03T19:13:55+00:00"
2016-06-08 16:08:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "phpdocumentor/type-resolver",
2021-10-05 20:42:02 +01:00
"version": "1.5.1",
2016-06-08 16:08:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2021-10-05 20:42:02 +01:00
"reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae"
2016-06-08 16:08:28 +01:00
},
"dist": {
"type": "zip",
2021-10-05 20:42:02 +01:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/a12f7e301eb7258bb68acd89d4aefa05c2906cae",
"reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae",
2016-06-08 16:08:28 +01:00
"shasum": ""
},
"require": {
2020-07-12 17:41:26 +01:00
"php": "^7.2 || ^8.0",
2019-10-19 15:34:49 +01:00
"phpdocumentor/reflection-common": "^2.0"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
2021-10-01 18:20:27 +01:00
"ext-tokenizer": "*",
"psalm/phar": "^4.8"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-06-19 22:27:04 +01:00
"dev-1.x": "1.x-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2016-06-08 16:08:28 +01:00
"psr-4": {
2019-10-19 15:34:49 +01:00
"phpDocumentor\\Reflection\\": "src"
2017-11-13 17:26:38 +00:00
}
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
2016-05-19 15:01:28 +01:00
}
],
2019-10-19 15:34:49 +01:00
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
2021-10-05 20:42:02 +01:00
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.5.1"
2021-01-31 14:50:01 +00:00
},
2021-10-05 20:42:02 +01:00
"time": "2021-10-02T14:08:47+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "phpspec/prophecy",
2021-10-01 18:20:27 +01:00
"version": "1.14.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/phpspec/prophecy.git",
2021-10-01 18:20:27 +01:00
"reference": "d86dfc2e2a3cd366cee475e52c6bb3bbc371aa0e"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/d86dfc2e2a3cd366cee475e52c6bb3bbc371aa0e",
"reference": "d86dfc2e2a3cd366cee475e52c6bb3bbc371aa0e",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-07-12 17:41:26 +01:00
"doctrine/instantiator": "^1.2",
2021-10-01 18:20:27 +01:00
"php": "^7.2 || ~8.0, <8.2",
2020-10-10 19:44:17 +01:00
"phpdocumentor/reflection-docblock": "^5.2",
2020-07-12 17:41:26 +01:00
"sebastian/comparator": "^3.0 || ^4.0",
"sebastian/recursion-context": "^3.0 || ^4.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2021-10-01 18:20:27 +01:00
"phpspec/phpspec": "^6.0 || ^7.0",
2020-12-31 13:34:55 +00:00
"phpunit/phpunit": "^8.0 || ^9.0"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-10-01 18:20:27 +01:00
"dev-master": "1.x-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2019-07-13 13:02:45 +01:00
"psr-4": {
"Prophecy\\": "src/Prophecy"
2017-11-13 17:26:38 +00:00
}
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "Marcello Duarte",
"email": "marcello.duarte@gmail.com"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Highly opinionated mocking framework for PHP 5.3+",
"homepage": "https://github.com/phpspec/prophecy",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/phpspec/prophecy/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/phpspec/prophecy/tree/1.14.0"
2021-01-31 14:50:01 +00:00
},
2021-10-01 18:20:27 +01:00
"time": "2021-09-10T09:02:12+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "phpunit/php-code-coverage",
2021-10-01 18:20:27 +01:00
"version": "9.2.7",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2021-10-01 18:20:27 +01:00
"reference": "d4c798ed8d51506800b441f7a13ecb0f76f12218"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/d4c798ed8d51506800b441f7a13ecb0f76f12218",
"reference": "d4c798ed8d51506800b441f7a13ecb0f76f12218",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"ext-dom": "*",
2020-09-13 13:58:50 +01:00
"ext-libxml": "*",
2017-11-13 17:26:38 +00:00
"ext-xmlwriter": "*",
2021-10-01 18:20:27 +01:00
"nikic/php-parser": "^4.12.0",
2020-10-10 19:44:17 +01:00
"php": ">=7.3",
2020-09-13 13:58:50 +01:00
"phpunit/php-file-iterator": "^3.0.3",
"phpunit/php-text-template": "^2.0.2",
"sebastian/code-unit-reverse-lookup": "^2.0.2",
"sebastian/complexity": "^2.0",
"sebastian/environment": "^5.1.2",
2020-12-31 13:34:55 +00:00
"sebastian/lines-of-code": "^1.0.3",
2020-09-13 13:58:50 +01:00
"sebastian/version": "^3.0.1",
"theseer/tokenizer": "^1.2.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2020-09-13 13:58:50 +01:00
"phpunit/phpunit": "^9.3"
2016-05-19 15:01:28 +01:00
},
"suggest": {
2020-06-13 16:32:42 +01:00
"ext-pcov": "*",
"ext-xdebug": "*"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-10 19:44:17 +01:00
"dev-master": "9.2-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
2016-05-19 15:01:28 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Bergmann",
2019-10-19 15:34:49 +01:00
"email": "sebastian@phpunit.de",
"role": "lead"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.7"
2021-01-31 14:50:01 +00:00
},
2020-06-13 16:32:42 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-09-17T05:39:03+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "phpunit/php-file-iterator",
2020-10-10 19:44:17 +01:00
"version": "3.0.5",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2020-10-10 19:44:17 +01:00
"reference": "aa4be8575f26070b100fccb67faabb28f21f66f8"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2020-10-10 19:44:17 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/aa4be8575f26070b100fccb67faabb28f21f66f8",
"reference": "aa4be8575f26070b100fccb67faabb28f21f66f8",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3"
2016-05-19 15:01:28 +01:00
},
2018-10-05 20:37:08 +01:00
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.3"
2018-10-05 20:37:08 +01:00
},
2016-05-19 15:01:28 +01:00
"type": "library",
"extra": {
"branch-alias": {
2020-06-13 16:32:42 +01:00
"dev-master": "3.0-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
2016-05-19 15:01:28 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Bergmann",
2018-06-23 23:21:26 +01:00
"email": "sebastian@phpunit.de",
2017-11-13 17:26:38 +00:00
"role": "lead"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"filesystem",
"iterator"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.5"
},
2020-06-13 16:32:42 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-10-10 19:44:17 +01:00
"time": "2020-09-28T05:57:25+00:00"
2020-06-13 16:32:42 +01:00
},
{
"name": "phpunit/php-invoker",
2020-10-10 19:44:17 +01:00
"version": "3.1.1",
2020-06-13 16:32:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-invoker.git",
2020-10-10 19:44:17 +01:00
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
2020-06-13 16:32:42 +01:00
},
"dist": {
"type": "zip",
2020-10-10 19:44:17 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
2020-06-13 16:32:42 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3"
2020-06-13 16:32:42 +01:00
},
"require-dev": {
"ext-pcntl": "*",
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.3"
2020-06-13 16:32:42 +01:00
},
"suggest": {
"ext-pcntl": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2020-08-09 16:19:00 +01:00
"dev-master": "3.1-dev"
2020-06-13 16:32:42 +01:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Invoke callables with a timeout",
"homepage": "https://github.com/sebastianbergmann/php-invoker/",
"keywords": [
"process"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-invoker/issues",
"source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
},
2020-06-17 22:43:12 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-10-10 19:44:17 +01:00
"time": "2020-09-28T05:58:55+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "phpunit/php-text-template",
2020-11-01 14:24:36 +00:00
"version": "2.0.4",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/php-text-template.git",
2020-11-01 14:24:36 +00:00
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2020-11-01 14:24:36 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3"
2016-05-19 15:01:28 +01:00
},
2020-06-17 22:43:12 +01:00
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.3"
2020-06-17 22:43:12 +01:00
},
2016-05-19 15:01:28 +01:00
"type": "library",
2020-06-13 16:32:42 +01:00
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
2016-05-19 15:01:28 +01:00
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"template"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
"source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
},
2020-06-17 22:43:12 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-11-01 14:24:36 +00:00
"time": "2020-10-26T05:33:50+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "phpunit/php-timer",
2020-11-01 14:24:36 +00:00
"version": "5.0.3",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/php-timer.git",
2020-11-01 14:24:36 +00:00
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2020-11-01 14:24:36 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.3"
2016-05-19 15:01:28 +01:00
},
"type": "library",
2017-11-13 17:26:38 +00:00
"extra": {
"branch-alias": {
2020-06-13 16:32:42 +01:00
"dev-master": "5.0-dev"
2017-11-13 17:26:38 +00:00
}
},
2016-05-19 15:01:28 +01:00
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Bergmann",
2018-02-15 12:26:59 +00:00
"email": "sebastian@phpunit.de",
2017-11-13 17:26:38 +00:00
"role": "lead"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
"source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
},
2020-06-13 16:32:42 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-11-01 14:24:36 +00:00
"time": "2020-10-26T13:16:10+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "phpunit/phpunit",
2021-10-01 18:20:27 +01:00
"version": "9.5.10",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/phpunit.git",
2021-10-01 18:20:27 +01:00
"reference": "c814a05837f2edb0d1471d6e3f4ab3501ca3899a"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c814a05837f2edb0d1471d6e3f4ab3501ca3899a",
"reference": "c814a05837f2edb0d1471d6e3f4ab3501ca3899a",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-08-09 16:19:00 +01:00
"doctrine/instantiator": "^1.3.1",
2017-11-13 17:26:38 +00:00
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
2019-03-17 14:46:45 +00:00
"ext-xmlwriter": "*",
2020-09-13 13:58:50 +01:00
"myclabs/deep-copy": "^1.10.1",
2021-10-01 18:20:27 +01:00
"phar-io/manifest": "^2.0.3",
2020-09-13 13:58:50 +01:00
"phar-io/version": "^3.0.2",
"php": ">=7.3",
2020-10-17 17:15:06 +01:00
"phpspec/prophecy": "^1.12.1",
2021-10-01 18:20:27 +01:00
"phpunit/php-code-coverage": "^9.2.7",
2020-10-17 17:15:06 +01:00
"phpunit/php-file-iterator": "^3.0.5",
"phpunit/php-invoker": "^3.1.1",
"phpunit/php-text-template": "^2.0.3",
"phpunit/php-timer": "^5.0.2",
"sebastian/cli-parser": "^1.0.1",
"sebastian/code-unit": "^1.0.6",
"sebastian/comparator": "^4.0.5",
"sebastian/diff": "^4.0.3",
"sebastian/environment": "^5.1.3",
"sebastian/exporter": "^4.0.3",
"sebastian/global-state": "^5.0.1",
"sebastian/object-enumerator": "^4.0.3",
"sebastian/resource-operations": "^3.0.3",
2021-10-01 18:20:27 +01:00
"sebastian/type": "^2.3.4",
2020-10-17 17:15:06 +01:00
"sebastian/version": "^3.0.2"
2020-06-13 16:32:42 +01:00
},
"require-dev": {
"ext-pdo": "*",
2020-09-13 13:58:50 +01:00
"phpspec/prophecy-phpunit": "^2.0.1"
2017-11-13 17:26:38 +00:00
},
"suggest": {
2018-06-23 23:21:26 +01:00
"ext-soap": "*",
2020-06-13 16:32:42 +01:00
"ext-xdebug": "*"
2016-05-19 15:01:28 +01:00
},
2017-11-13 17:26:38 +00:00
"bin": [
"phpunit"
],
2016-05-19 15:01:28 +01:00
"type": "library",
"extra": {
"branch-alias": {
2020-12-31 13:34:55 +00:00
"dev-master": "9.5-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
2020-06-13 16:32:42 +01:00
],
"files": [
"src/Framework/Assert/Functions.php"
2017-11-13 17:26:38 +00:00
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Bergmann",
2019-10-19 15:34:49 +01:00
"email": "sebastian@phpunit.de",
"role": "lead"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.10"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://phpunit.de/donate.html",
"type": "custom"
},
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-09-25T07:38:51+00:00"
},
{
"name": "pimple/pimple",
"version": "v3.4.0",
"source": {
"type": "git",
"url": "https://github.com/silexphp/Pimple.git",
"reference": "86406047271859ffc13424a048541f4531f53601"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/86406047271859ffc13424a048541f4531f53601",
"reference": "86406047271859ffc13424a048541f4531f53601",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/container": "^1.1"
},
"require-dev": {
"symfony/phpunit-bridge": "^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4.x-dev"
}
},
"autoload": {
"psr-0": {
"Pimple": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "Pimple, a simple Dependency Injection Container",
"homepage": "https://pimple.symfony.com",
"keywords": [
"container",
"dependency injection"
],
"support": {
"source": "https://github.com/silexphp/Pimple/tree/v3.4.0"
},
"time": "2021-03-06T08:28:00+00:00"
2020-11-01 14:24:36 +00:00
},
{
"name": "react/promise",
"version": "v2.8.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/promise.git",
"reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
"reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Promise\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jan Sorgalla",
"email": "jsorgalla@gmail.com"
}
],
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
"keywords": [
"promise",
"promises"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/reactphp/promise/issues",
"source": "https://github.com/reactphp/promise/tree/v2.8.0"
},
2020-11-01 14:24:36 +00:00
"time": "2020-05-12T15:16:56+00:00"
2020-09-13 13:58:50 +01:00
},
{
"name": "sebastian/cli-parser",
2020-10-10 19:44:17 +01:00
"version": "1.0.1",
2020-09-13 13:58:50 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/cli-parser.git",
2020-10-10 19:44:17 +01:00
"reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
2020-09-13 13:58:50 +01:00
},
"dist": {
"type": "zip",
2020-10-10 19:44:17 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
"reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
2020-09-13 13:58:50 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3"
2020-09-13 13:58:50 +01:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for parsing CLI options",
"homepage": "https://github.com/sebastianbergmann/cli-parser",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/cli-parser/issues",
"source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
},
2020-09-13 13:58:50 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-10-10 19:44:17 +01:00
"time": "2020-09-28T06:08:49+00:00"
2020-06-13 16:32:42 +01:00
},
{
"name": "sebastian/code-unit",
2020-11-01 14:24:36 +00:00
"version": "1.0.8",
2020-06-13 16:32:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit.git",
2020-11-01 14:24:36 +00:00
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
2020-06-13 16:32:42 +01:00
},
"dist": {
"type": "zip",
2020-11-01 14:24:36 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
2020-06-13 16:32:42 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3"
2020-06-13 16:32:42 +01:00
},
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.3"
2020-06-13 16:32:42 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Collection of value objects that represent the PHP code units",
"homepage": "https://github.com/sebastianbergmann/code-unit",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit/issues",
"source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
},
2020-06-13 16:32:42 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-11-01 14:24:36 +00:00
"time": "2020-10-26T13:08:54+00:00"
2016-05-29 16:48:42 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/code-unit-reverse-lookup",
2020-10-10 19:44:17 +01:00
"version": "2.0.3",
2016-05-29 16:48:42 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2020-10-10 19:44:17 +01:00
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
2016-05-29 16:48:42 +01:00
},
"dist": {
"type": "zip",
2020-10-10 19:44:17 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
2016-05-29 16:48:42 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3"
2016-05-29 16:48:42 +01:00
},
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.3"
2016-05-29 16:48:42 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-06-13 16:32:42 +01:00
"dev-master": "2.0-dev"
2016-05-29 16:48:42 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
]
2016-05-29 16:48:42 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-29 16:48:42 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2016-05-29 16:48:42 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
},
2020-06-17 22:43:12 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-10-10 19:44:17 +01:00
"time": "2020-09-28T05:30:19+00:00"
2017-11-13 17:26:38 +00:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/comparator",
2020-11-01 14:24:36 +00:00
"version": "4.0.6",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/comparator.git",
2020-11-01 14:24:36 +00:00
"reference": "55f4261989e546dc112258c7a75935a81a7ce382"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2020-11-01 14:24:36 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382",
"reference": "55f4261989e546dc112258c7a75935a81a7ce382",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3",
2020-06-13 16:32:42 +01:00
"sebastian/diff": "^4.0",
"sebastian/exporter": "^4.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.3"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-06-13 16:32:42 +01:00
"dev-master": "4.0-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
2016-05-19 15:01:28 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
"authors": [
2020-06-13 16:32:42 +01:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Provides the functionality to compare PHP values for equality",
"homepage": "https://github.com/sebastianbergmann/comparator",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"comparator",
"compare",
"equality"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
"source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6"
},
2020-06-17 22:43:12 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-11-01 14:24:36 +00:00
"time": "2020-10-26T15:49:45+00:00"
2016-05-19 15:01:28 +01:00
},
2020-09-13 13:58:50 +01:00
{
"name": "sebastian/complexity",
2020-11-01 14:24:36 +00:00
"version": "2.0.2",
2020-09-13 13:58:50 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/complexity.git",
2020-11-01 14:24:36 +00:00
"reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
2020-09-13 13:58:50 +01:00
},
"dist": {
"type": "zip",
2020-11-01 14:24:36 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
"reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
2020-09-13 13:58:50 +01:00
"shasum": ""
},
"require": {
"nikic/php-parser": "^4.7",
2020-10-10 19:44:17 +01:00
"php": ">=7.3"
2020-09-13 13:58:50 +01:00
},
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.3"
2020-09-13 13:58:50 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for calculating the complexity of PHP code units",
"homepage": "https://github.com/sebastianbergmann/complexity",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/complexity/issues",
"source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
},
2020-09-13 13:58:50 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-11-01 14:24:36 +00:00
"time": "2020-10-26T15:52:27+00:00"
2020-09-13 13:58:50 +01:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/diff",
2020-11-01 14:24:36 +00:00
"version": "4.0.4",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/diff.git",
2020-11-01 14:24:36 +00:00
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2020-11-01 14:24:36 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.3",
2020-06-13 16:32:42 +01:00
"symfony/process": "^4.2 || ^5"
2016-05-19 15:01:28 +01:00
},
"type": "library",
2017-11-13 17:26:38 +00:00
"extra": {
"branch-alias": {
2020-06-13 16:32:42 +01:00
"dev-master": "4.0-dev"
2017-10-13 12:31:31 +01:00
}
2016-05-19 15:01:28 +01:00
},
2017-11-13 17:26:38 +00:00
"autoload": {
"classmap": [
"src/"
]
},
2016-05-19 15:01:28 +01:00
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
"authors": [
2017-11-13 17:26:38 +00:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2020-06-13 16:32:42 +01:00
},
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
2016-05-19 15:01:28 +01:00
"keywords": [
2018-02-15 12:26:59 +00:00
"diff",
"udiff",
"unidiff",
"unified diff"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
},
2020-06-13 16:32:42 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-11-01 14:24:36 +00:00
"time": "2020-10-26T13:10:38+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/environment",
2020-10-10 19:44:17 +01:00
"version": "5.1.3",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/environment.git",
2020-10-10 19:44:17 +01:00
"reference": "388b6ced16caa751030f6a69e588299fa09200ac"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2020-10-10 19:44:17 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/388b6ced16caa751030f6a69e588299fa09200ac",
"reference": "388b6ced16caa751030f6a69e588299fa09200ac",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.3"
2019-02-01 20:39:05 +00:00
},
"suggest": {
"ext-posix": "*"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-10 19:44:17 +01:00
"dev-master": "5.1-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
2017-11-13 17:26:38 +00:00
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"Xdebug",
"environment",
"hhvm"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/environment/issues",
"source": "https://github.com/sebastianbergmann/environment/tree/5.1.3"
},
2020-06-13 16:32:42 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-10-10 19:44:17 +01:00
"time": "2020-09-28T05:52:38+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/exporter",
2020-10-10 19:44:17 +01:00
"version": "4.0.3",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/exporter.git",
2020-10-10 19:44:17 +01:00
"reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2020-10-10 19:44:17 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/d89cc98761b8cb5a1a235a6b703ae50d34080e65",
"reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3",
2020-06-13 16:32:42 +01:00
"sebastian/recursion-context": "^4.0"
2016-05-19 15:01:28 +01:00
},
2017-11-13 17:26:38 +00:00
"require-dev": {
"ext-mbstring": "*",
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.3"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-06-13 16:32:42 +01:00
"dev-master": "4.0-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
"authors": [
2019-08-18 18:41:56 +01:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
2019-08-18 18:41:56 +01:00
},
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"export",
"exporter"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
"source": "https://github.com/sebastianbergmann/exporter/tree/4.0.3"
},
2020-06-17 22:43:12 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-10-10 19:44:17 +01:00
"time": "2020-09-28T05:24:23+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/global-state",
2021-10-01 18:20:27 +01:00
"version": "5.0.3",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/global-state.git",
2021-10-01 18:20:27 +01:00
"reference": "23bd5951f7ff26f12d4e3242864df3e08dec4e49"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/23bd5951f7ff26f12d4e3242864df3e08dec4e49",
"reference": "23bd5951f7ff26f12d4e3242864df3e08dec4e49",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3",
2020-06-13 16:32:42 +01:00
"sebastian/object-reflector": "^2.0",
"sebastian/recursion-context": "^4.0"
2016-05-19 15:01:28 +01:00
},
2017-10-13 12:31:31 +01:00
"require-dev": {
2019-03-17 14:46:45 +00:00
"ext-dom": "*",
2020-09-13 13:58:50 +01:00
"phpunit/phpunit": "^9.3"
2017-11-13 17:26:38 +00:00
},
"suggest": {
"ext-uopz": "*"
2016-05-19 15:01:28 +01:00
},
"type": "library",
2017-11-13 17:26:38 +00:00
"extra": {
"branch-alias": {
2020-09-13 13:58:50 +01:00
"dev-master": "5.0-dev"
2017-11-13 17:26:38 +00:00
}
},
2016-05-19 15:01:28 +01:00
"autoload": {
"classmap": [
2017-11-13 17:26:38 +00:00
"src/"
2016-05-19 15:01:28 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
2017-11-13 17:26:38 +00:00
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"global state"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/sebastianbergmann/global-state/tree/5.0.3"
2021-01-31 14:50:01 +00:00
},
2020-09-13 13:58:50 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-06-11T13:31:12+00:00"
2020-09-13 13:58:50 +01:00
},
{
"name": "sebastian/lines-of-code",
2020-12-31 13:34:55 +00:00
"version": "1.0.3",
2020-09-13 13:58:50 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
2020-12-31 13:34:55 +00:00
"reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
2020-09-13 13:58:50 +01:00
},
"dist": {
"type": "zip",
2020-12-31 13:34:55 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
"reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
2020-09-13 13:58:50 +01:00
"shasum": ""
},
"require": {
"nikic/php-parser": "^4.6",
2020-10-10 19:44:17 +01:00
"php": ">=7.3"
2020-09-13 13:58:50 +01:00
},
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.3"
2020-09-13 13:58:50 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for counting the lines of code in PHP source code",
"homepage": "https://github.com/sebastianbergmann/lines-of-code",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
},
2020-09-13 13:58:50 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-12-31 13:34:55 +00:00
"time": "2020-11-28T06:42:11+00:00"
2016-05-19 15:01:28 +01:00
},
2016-05-29 16:48:42 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/object-enumerator",
2020-11-01 14:24:36 +00:00
"version": "4.0.4",
2016-05-29 16:48:42 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
2020-11-01 14:24:36 +00:00
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
2016-05-29 16:48:42 +01:00
},
"dist": {
"type": "zip",
2020-11-01 14:24:36 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
2016-05-29 16:48:42 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3",
2020-06-13 16:32:42 +01:00
"sebastian/object-reflector": "^2.0",
"sebastian/recursion-context": "^4.0"
2016-05-29 16:48:42 +01:00
},
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.3"
2016-05-29 16:48:42 +01:00
},
2017-10-13 12:31:31 +01:00
"type": "library",
2017-11-13 17:26:38 +00:00
"extra": {
"branch-alias": {
2020-06-13 16:32:42 +01:00
"dev-master": "4.0-dev"
2017-11-13 17:26:38 +00:00
}
},
2016-05-29 16:48:42 +01:00
"autoload": {
"classmap": [
2017-11-13 17:26:38 +00:00
"src/"
2016-05-29 16:48:42 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-29 16:48:42 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2016-05-29 16:48:42 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
},
2020-06-17 22:43:12 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-11-01 14:24:36 +00:00
"time": "2020-10-26T13:12:34+00:00"
2017-09-04 19:34:39 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/object-reflector",
2020-11-01 14:24:36 +00:00
"version": "2.0.4",
2017-09-04 19:34:39 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/object-reflector.git",
2020-11-01 14:24:36 +00:00
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
2017-09-04 19:34:39 +01:00
},
"dist": {
"type": "zip",
2020-11-01 14:24:36 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
2017-09-04 19:34:39 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3"
2017-09-04 19:34:39 +01:00
},
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.3"
2017-09-04 19:34:39 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-06-13 16:32:42 +01:00
"dev-master": "2.0-dev"
2017-09-04 19:34:39 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
]
2017-09-04 19:34:39 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2017-09-04 19:34:39 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2017-09-04 19:34:39 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
"source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
},
2020-06-17 22:43:12 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-11-01 14:24:36 +00:00
"time": "2020-10-26T13:14:26+00:00"
2016-05-29 16:48:42 +01:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/recursion-context",
2020-11-01 14:24:36 +00:00
"version": "4.0.4",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/recursion-context.git",
2020-11-01 14:24:36 +00:00
"reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2020-11-01 14:24:36 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
"reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.3"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-06-13 16:32:42 +01:00
"dev-master": "4.0-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2020-06-13 16:32:42 +01:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
2017-11-13 17:26:38 +00:00
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
"source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
},
2020-06-17 22:43:12 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-11-01 14:24:36 +00:00
"time": "2020-10-26T13:17:30+00:00"
2016-05-19 15:01:28 +01:00
},
2016-05-29 16:48:42 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/resource-operations",
2020-10-10 19:44:17 +01:00
"version": "3.0.3",
2016-05-29 16:48:42 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/resource-operations.git",
2020-10-10 19:44:17 +01:00
"reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
2016-05-29 16:48:42 +01:00
},
"dist": {
"type": "zip",
2020-10-10 19:44:17 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
"reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
2016-05-29 16:48:42 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3"
2020-06-13 16:32:42 +01:00
},
"require-dev": {
"phpunit/phpunit": "^9.0"
2016-05-29 16:48:42 +01:00
},
"type": "library",
2017-11-13 17:26:38 +00:00
"extra": {
"branch-alias": {
2020-06-13 16:32:42 +01:00
"dev-master": "3.0-dev"
2017-11-13 17:26:38 +00:00
}
},
2016-05-29 16:48:42 +01:00
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2017-11-13 17:26:38 +00:00
"email": "sebastian@phpunit.de"
2016-05-29 16:48:42 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/resource-operations/issues",
"source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
},
2020-06-17 22:43:12 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-10-10 19:44:17 +01:00
"time": "2020-09-28T06:45:17+00:00"
2016-05-29 16:48:42 +01:00
},
2019-07-13 13:02:45 +01:00
{
"name": "sebastian/type",
2021-10-01 18:20:27 +01:00
"version": "2.3.4",
2019-07-13 13:02:45 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
2021-10-01 18:20:27 +01:00
"reference": "b8cd8a1c753c90bc1a0f5372170e3e489136f914"
2019-07-13 13:02:45 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b8cd8a1c753c90bc1a0f5372170e3e489136f914",
"reference": "b8cd8a1c753c90bc1a0f5372170e3e489136f914",
2019-07-13 13:02:45 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3"
2019-07-13 13:02:45 +01:00
},
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.3"
2019-07-13 13:02:45 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-10 19:44:17 +01:00
"dev-master": "2.3-dev"
2019-07-13 13:02:45 +01:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Collection of value objects that represent the types of the PHP type system",
"homepage": "https://github.com/sebastianbergmann/type",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/type/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/sebastianbergmann/type/tree/2.3.4"
2021-01-31 14:50:01 +00:00
},
2020-06-13 16:32:42 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-06-15T12:49:02+00:00"
2019-07-13 13:02:45 +01:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/version",
2020-10-10 19:44:17 +01:00
"version": "3.0.2",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/version.git",
2020-10-10 19:44:17 +01:00
"reference": "c6c1022351a901512170118436c764e473f6de8c"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2020-10-10 19:44:17 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
"reference": "c6c1022351a901512170118436c764e473f6de8c",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
2016-05-29 16:48:42 +01:00
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3"
2016-05-29 16:48:42 +01:00
},
2016-05-19 15:01:28 +01:00
"type": "library",
2016-05-29 16:48:42 +01:00
"extra": {
"branch-alias": {
2020-06-13 16:32:42 +01:00
"dev-master": "3.0-dev"
2016-05-29 16:48:42 +01:00
}
},
2016-05-19 15:01:28 +01:00
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
2017-11-13 17:26:38 +00:00
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/version/issues",
"source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
},
2020-07-12 17:41:26 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-10-10 19:44:17 +01:00
"time": "2020-09-28T06:39:44+00:00"
2016-05-19 15:01:28 +01:00
},
2020-02-22 11:06:43 +00:00
{
"name": "seld/jsonlint",
2020-11-28 18:21:29 +00:00
"version": "1.8.3",
2020-02-22 11:06:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/jsonlint.git",
2020-11-28 18:21:29 +00:00
"reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57"
2020-02-22 11:06:43 +00:00
},
"dist": {
"type": "zip",
2020-11-28 18:21:29 +00:00
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
"reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
2020-02-22 11:06:43 +00:00
"shasum": ""
},
"require": {
2020-06-10 20:48:23 +01:00
"php": "^5.3 || ^7.0 || ^8.0"
2020-02-22 11:06:43 +00:00
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
},
"bin": [
"bin/jsonlint"
],
"type": "library",
"autoload": {
"psr-4": {
"Seld\\JsonLint\\": "src/Seld/JsonLint/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "JSON Linter",
"keywords": [
"json",
"linter",
"parser",
"validator"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/Seldaek/jsonlint/issues",
"source": "https://github.com/Seldaek/jsonlint/tree/1.8.3"
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://github.com/Seldaek",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
"type": "tidelift"
}
],
2020-11-28 18:21:29 +00:00
"time": "2020-11-11T09:19:24+00:00"
2020-02-22 11:06:43 +00:00
},
{
"name": "seld/phar-utils",
2021-10-01 18:20:27 +01:00
"version": "1.1.2",
2020-02-22 11:06:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/phar-utils.git",
2021-10-01 18:20:27 +01:00
"reference": "749042a2315705d2dfbbc59234dd9ceb22bf3ff0"
2020-02-22 11:06:43 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/749042a2315705d2dfbbc59234dd9ceb22bf3ff0",
"reference": "749042a2315705d2dfbbc59234dd9ceb22bf3ff0",
2020-02-22 11:06:43 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Seld\\PharUtils\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
}
],
"description": "PHAR file format utilities, for when PHP phars you up",
"keywords": [
"phar"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/Seldaek/phar-utils/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/Seldaek/phar-utils/tree/1.1.2"
2021-01-31 14:50:01 +00:00
},
2021-10-01 18:20:27 +01:00
"time": "2021-08-19T21:01:38+00:00"
2020-02-22 11:06:43 +00:00
},
2021-02-07 17:23:03 +00:00
{
"name": "spatie/backtrace",
2021-10-01 18:20:27 +01:00
"version": "1.2.0",
2021-02-07 17:23:03 +00:00
"source": {
"type": "git",
"url": "https://github.com/spatie/backtrace.git",
2021-10-01 18:20:27 +01:00
"reference": "9b4df807fb65aaa8006dcd7a7ccdef8fb4bb002e"
2021-02-07 17:23:03 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/spatie/backtrace/zipball/9b4df807fb65aaa8006dcd7a7ccdef8fb4bb002e",
"reference": "9b4df807fb65aaa8006dcd7a7ccdef8fb4bb002e",
2021-02-07 17:23:03 +00:00
"shasum": ""
},
"require": {
"php": "^7.3|^8.0"
},
"require-dev": {
"ext-json": "*",
"phpunit/phpunit": "^9.3",
"symfony/var-dumper": "^5.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\Backtrace\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van de Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "A better backtrace",
"homepage": "https://github.com/spatie/backtrace",
"keywords": [
"Backtrace",
"spatie"
],
"support": {
"issues": "https://github.com/spatie/backtrace/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/spatie/backtrace/tree/1.2.0"
2021-02-07 17:23:03 +00:00
},
"funding": [
{
"url": "https://github.com/sponsors/spatie",
"type": "github"
},
{
"url": "https://spatie.be/open-source/support-us",
"type": "other"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-05-19T12:49:10+00:00"
2021-02-07 17:23:03 +00:00
},
{
"name": "spatie/laravel-ray",
2021-10-01 18:20:27 +01:00
"version": "1.26.1",
2021-02-07 17:23:03 +00:00
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-ray.git",
2021-10-01 18:20:27 +01:00
"reference": "5ecc2ebbdad8ae3ec31274596d922495cff69184"
2021-02-07 17:23:03 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/spatie/laravel-ray/zipball/5ecc2ebbdad8ae3ec31274596d922495cff69184",
"reference": "5ecc2ebbdad8ae3ec31274596d922495cff69184",
2021-02-07 17:23:03 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
2021-10-01 18:20:27 +01:00
"illuminate/contracts": "^7.20|^8.19",
"illuminate/database": "^7.20|^8.19",
"illuminate/queue": "^7.20|^8.19",
"illuminate/support": "^7.20|^8.19",
2021-02-07 17:23:03 +00:00
"php": "^7.3|^8.0",
"spatie/backtrace": "^1.0",
2021-10-01 18:20:27 +01:00
"spatie/ray": "^1.27.1",
2021-02-07 17:23:03 +00:00
"symfony/stopwatch": "4.2|^5.1",
2021-10-01 18:20:27 +01:00
"zbateson/mail-mime-parser": "^1.3.1|^2.0"
2021-02-07 17:23:03 +00:00
},
"require-dev": {
"facade/ignition": "^2.5",
2021-10-01 18:20:27 +01:00
"guzzlehttp/guzzle": "^7.3",
2021-02-07 17:23:03 +00:00
"laravel/framework": "^7.20|^8.19",
"orchestra/testbench-core": "^5.0|^6.0",
2021-10-01 18:20:27 +01:00
"phpstan/phpstan": "^0.12.93",
2021-02-07 17:23:03 +00:00
"phpunit/phpunit": "^9.3",
"spatie/phpunit-snapshot-assertions": "^4.2"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Spatie\\LaravelRay\\RayServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Spatie\\LaravelRay\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "Easily debug Laravel apps",
"homepage": "https://github.com/spatie/laravel-ray",
"keywords": [
"laravel-ray",
"spatie"
],
"support": {
"issues": "https://github.com/spatie/laravel-ray/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/spatie/laravel-ray/tree/1.26.1"
2021-02-07 17:23:03 +00:00
},
"funding": [
{
"url": "https://github.com/sponsors/spatie",
"type": "github"
},
{
"url": "https://spatie.be/open-source/support-us",
"type": "other"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-10-01T13:08:05+00:00"
2021-02-07 17:23:03 +00:00
},
{
"name": "spatie/macroable",
2021-04-29 20:36:13 +01:00
"version": "2.0.0",
2021-02-07 17:23:03 +00:00
"source": {
"type": "git",
"url": "https://github.com/spatie/macroable.git",
2021-04-29 20:36:13 +01:00
"reference": "ec2c320f932e730607aff8052c44183cf3ecb072"
2021-02-07 17:23:03 +00:00
},
"dist": {
"type": "zip",
2021-04-29 20:36:13 +01:00
"url": "https://api.github.com/repos/spatie/macroable/zipball/ec2c320f932e730607aff8052c44183cf3ecb072",
"reference": "ec2c320f932e730607aff8052c44183cf3ecb072",
2021-02-07 17:23:03 +00:00
"shasum": ""
},
"require": {
2021-04-29 20:36:13 +01:00
"php": "^8.0"
2021-02-07 17:23:03 +00:00
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.3"
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\Macroable\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "A trait to dynamically add methods to a class",
"homepage": "https://github.com/spatie/macroable",
"keywords": [
"macroable",
"spatie"
],
"support": {
"issues": "https://github.com/spatie/macroable/issues",
2021-04-29 20:36:13 +01:00
"source": "https://github.com/spatie/macroable/tree/2.0.0"
2021-02-07 17:23:03 +00:00
},
2021-04-29 20:36:13 +01:00
"time": "2021-03-26T22:39:02+00:00"
2021-02-07 17:23:03 +00:00
},
{
"name": "spatie/ray",
2021-10-01 18:20:27 +01:00
"version": "1.30.2",
2021-02-07 17:23:03 +00:00
"source": {
"type": "git",
"url": "https://github.com/spatie/ray.git",
2021-10-01 18:20:27 +01:00
"reference": "f6344f8abf3ede60c963d9d3f7f35fb526b6138c"
2021-02-07 17:23:03 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/spatie/ray/zipball/f6344f8abf3ede60c963d9d3f7f35fb526b6138c",
"reference": "f6344f8abf3ede60c963d9d3f7f35fb526b6138c",
2021-02-07 17:23:03 +00:00
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"php": "^7.3|^8.0",
"ramsey/uuid": "^3.0|^4.1",
2021-03-17 18:38:18 +00:00
"spatie/backtrace": "^1.1",
2021-04-29 20:36:13 +01:00
"spatie/macroable": "^1.0|^2.0",
2021-02-13 16:23:17 +00:00
"symfony/stopwatch": "^4.0|^5.1",
2021-02-07 17:23:03 +00:00
"symfony/var-dumper": "^4.2|^5.1"
},
"require-dev": {
"illuminate/support": "6.x|^8.18",
"nesbot/carbon": "^2.43",
2021-10-01 18:20:27 +01:00
"phpstan/phpstan": "^0.12.92",
2021-02-07 17:23:03 +00:00
"phpunit/phpunit": "^9.5",
"spatie/phpunit-snapshot-assertions": "^4.2",
"spatie/test-time": "^1.2"
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\Ray\\": "src"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "Debug with Ray to fix problems faster",
"homepage": "https://github.com/spatie/ray",
"keywords": [
"ray",
"spatie"
],
"support": {
"issues": "https://github.com/spatie/ray/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/spatie/ray/tree/1.30.2"
2021-02-07 17:23:03 +00:00
},
"funding": [
{
"url": "https://github.com/sponsors/spatie",
"type": "github"
},
{
"url": "https://spatie.be/open-source/support-us",
"type": "other"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-09-10T07:22:57+00:00"
2021-02-07 17:23:03 +00:00
},
2020-06-13 16:32:42 +01:00
{
"name": "symfony/debug",
2021-10-01 18:20:27 +01:00
"version": "v4.4.31",
2020-06-13 16:32:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
2021-10-01 18:20:27 +01:00
"reference": "43ede438d4cb52cd589ae5dc070e9323866ba8e0"
2020-06-13 16:32:42 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/symfony/debug/zipball/43ede438d4cb52cd589ae5dc070e9323866ba8e0",
"reference": "43ede438d4cb52cd589ae5dc070e9323866ba8e0",
2020-06-13 16:32:42 +01:00
"shasum": ""
},
"require": {
"php": ">=7.1.3",
2021-10-01 18:20:27 +01:00
"psr/log": "^1|^2|^3"
2020-06-13 16:32:42 +01:00
},
"conflict": {
"symfony/http-kernel": "<3.4"
},
"require-dev": {
"symfony/http-kernel": "^3.4|^4.0|^5.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Debug\\": ""
},
"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"
}
],
2021-01-31 14:50:01 +00:00
"description": "Provides tools to ease debugging PHP code",
2020-06-13 16:32:42 +01:00
"homepage": "https://symfony.com",
2021-01-31 14:50:01 +00:00
"support": {
2021-10-01 18:20:27 +01:00
"source": "https://github.com/symfony/debug/tree/v4.4.31"
2021-01-31 14:50:01 +00:00
},
2020-06-13 16:32:42 +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"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-09-24T13:30:14+00:00"
2020-06-13 16:32:42 +01:00
},
2020-02-22 11:06:43 +00:00
{
"name": "symfony/filesystem",
2021-10-01 18:20:27 +01:00
"version": "v5.3.4",
2020-02-22 11:06:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
2021-10-01 18:20:27 +01:00
"reference": "343f4fe324383ca46792cae728a3b6e2f708fb32"
2020-02-22 11:06:43 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/343f4fe324383ca46792cae728a3b6e2f708fb32",
"reference": "343f4fe324383ca46792cae728a3b6e2f708fb32",
2020-02-22 11:06:43 +00:00
"shasum": ""
},
"require": {
2020-06-10 20:48:23 +01:00
"php": ">=7.2.5",
2021-10-01 18:20:27 +01:00
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php80": "^1.16"
2020-02-22 11:06:43 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
},
"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"
}
],
2021-01-31 14:50:01 +00:00
"description": "Provides basic utilities for the filesystem",
2020-02-22 11:06:43 +00:00
"homepage": "https://symfony.com",
2021-01-31 14:50:01 +00:00
"support": {
2021-10-01 18:20:27 +01:00
"source": "https://github.com/symfony/filesystem/tree/v5.3.4"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +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"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-07-21T12:40:44+00:00"
2020-02-22 11:06:43 +00:00
},
2021-02-07 17:23:03 +00:00
{
"name": "symfony/stopwatch",
2021-10-01 18:20:27 +01:00
"version": "v5.3.4",
2021-02-07 17:23:03 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
2021-10-01 18:20:27 +01:00
"reference": "b24c6a92c6db316fee69e38c80591e080e41536c"
2021-02-07 17:23:03 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/b24c6a92c6db316fee69e38c80591e080e41536c",
"reference": "b24c6a92c6db316fee69e38c80591e080e41536c",
2021-02-07 17:23:03 +00:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/service-contracts": "^1.0|^2"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Stopwatch\\": ""
},
"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": "Provides a way to profile code",
"homepage": "https://symfony.com",
"support": {
2021-10-01 18:20:27 +01:00
"source": "https://github.com/symfony/stopwatch/tree/v5.3.4"
2021-02-07 17:23:03 +00: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"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-07-10T08:58:57+00:00"
2021-02-07 17:23:03 +00:00
},
2017-11-13 17:26:38 +00:00
{
"name": "theseer/tokenizer",
2021-10-01 18:20:27 +01:00
"version": "1.2.1",
2017-11-13 17:26:38 +00:00
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
2021-10-01 18:20:27 +01:00
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
2017-11-13 17:26:38 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
2017-11-13 17:26:38 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
2020-08-09 16:19:00 +01:00
"php": "^7.2 || ^8.0"
2017-11-13 17:26:38 +00:00
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/theseer/tokenizer/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/theseer/tokenizer/tree/1.2.1"
2021-01-31 14:50:01 +00:00
},
2020-08-09 16:19:00 +01:00
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-07-28T10:34:58+00:00"
2017-11-13 17:26:38 +00:00
},
2020-02-21 22:46:31 +00:00
{
"name": "vimeo/psalm",
2021-10-01 18:20:27 +01:00
"version": "4.10.0",
2020-02-21 22:46:31 +00:00
"source": {
"type": "git",
"url": "https://github.com/vimeo/psalm.git",
2021-10-01 18:20:27 +01:00
"reference": "916b098b008f6de4543892b1e0651c1c3b92cbfa"
2020-02-21 22:46:31 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/vimeo/psalm/zipball/916b098b008f6de4543892b1e0651c1c3b92cbfa",
"reference": "916b098b008f6de4543892b1e0651c1c3b92cbfa",
2020-02-21 22:46:31 +00:00
"shasum": ""
},
"require": {
2021-03-17 18:38:18 +00:00
"amphp/amp": "^2.4.2",
2020-02-21 22:46:31 +00:00
"amphp/byte-stream": "^1.5",
2020-08-09 16:19:00 +01:00
"composer/package-versions-deprecated": "^1.8.0",
2020-06-19 22:27:04 +01:00
"composer/semver": "^1.4 || ^2.0 || ^3.0",
2021-04-29 20:36:13 +01:00
"composer/xdebug-handler": "^1.1 || ^2.0",
2020-09-13 13:58:50 +01:00
"dnoegel/php-xdg-base-dir": "^0.1.1",
2021-10-01 18:20:27 +01:00
"ext-ctype": "*",
2020-02-21 22:46:31 +00:00
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
2020-10-10 19:44:17 +01:00
"ext-mbstring": "*",
2020-02-21 22:46:31 +00:00
"ext-simplexml": "*",
"ext-tokenizer": "*",
"felixfbecker/advanced-json-rpc": "^3.0.3",
2021-03-17 18:38:18 +00:00
"felixfbecker/language-server-protocol": "^1.5",
"netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
2021-10-01 18:20:27 +01:00
"nikic/php-parser": "^4.12",
2020-02-21 22:46:31 +00:00
"openlss/lib-array2xml": "^1.0",
2020-11-01 14:24:36 +00:00
"php": "^7.1|^8",
2020-02-21 22:46:31 +00:00
"sebastian/diff": "^3.0 || ^4.0",
"symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
"webmozart/path-util": "^2.3"
},
"provide": {
"psalm/psalm": "self.version"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.2",
2020-12-31 13:34:55 +00:00
"brianium/paratest": "^4.0||^6.0",
2020-02-21 22:46:31 +00:00
"ext-curl": "*",
2021-02-14 11:49:48 +00:00
"php-parallel-lint/php-parallel-lint": "^1.2",
2020-11-01 14:24:36 +00:00
"phpdocumentor/reflection-docblock": "^5",
2020-12-31 13:34:55 +00:00
"phpmyadmin/sql-parser": "5.1.0||dev-master",
2020-02-21 22:46:31 +00:00
"phpspec/prophecy": ">=1.9.0",
2020-11-01 14:24:36 +00:00
"phpunit/phpunit": "^9.0",
2021-10-01 18:20:27 +01:00
"psalm/plugin-phpunit": "^0.16",
"slevomat/coding-standard": "^7.0",
2020-02-21 22:46:31 +00:00
"squizlabs/php_codesniffer": "^3.5",
2021-10-01 18:20:27 +01:00
"symfony/process": "^4.3 || ^5.0",
2020-09-13 13:58:50 +01:00
"weirdan/prophecy-shim": "^1.0 || ^2.0"
2020-02-21 22:46:31 +00:00
},
"suggest": {
"ext-igbinary": "^2.0.5"
},
"bin": [
"psalm",
"psalm-language-server",
"psalm-plugin",
"psalm-refactor",
"psalter"
],
"type": "library",
"extra": {
"branch-alias": {
2020-11-01 14:24:36 +00:00
"dev-master": "4.x-dev",
"dev-3.x": "3.x-dev",
2020-02-21 22:46:31 +00:00
"dev-2.x": "2.x-dev",
"dev-1.x": "1.x-dev"
}
},
"autoload": {
"psr-4": {
2020-06-10 20:48:23 +01:00
"Psalm\\": "src/Psalm/"
2020-02-21 22:46:31 +00:00
},
"files": [
"src/functions.php",
"src/spl_object_id.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matthew Brown"
}
],
"description": "A static analysis tool for finding errors in PHP applications",
"keywords": [
"code",
"inspection",
"php"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/vimeo/psalm/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/vimeo/psalm/tree/4.10.0"
2021-01-31 14:50:01 +00:00
},
2021-10-01 18:20:27 +01:00
"time": "2021-09-04T21:00:09+00:00"
2020-02-21 22:46:31 +00:00
},
{
"name": "webmozart/path-util",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://github.com/webmozart/path-util.git",
"reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
"reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"webmozart/assert": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.6",
"sebastian/version": "^1.0.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
"autoload": {
"psr-4": {
"Webmozart\\PathUtil\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/webmozart/path-util/issues",
"source": "https://github.com/webmozart/path-util/tree/2.3.0"
},
2020-02-21 22:46:31 +00:00
"time": "2015-12-17T08:42:14+00:00"
2021-02-07 17:23:03 +00:00
},
{
"name": "zbateson/mail-mime-parser",
2021-10-01 18:20:27 +01:00
"version": "2.0.0",
2021-02-07 17:23:03 +00:00
"source": {
"type": "git",
"url": "https://github.com/zbateson/mail-mime-parser.git",
2021-10-01 18:20:27 +01:00
"reference": "da7b5913052d7b84fe789608761c4915281d0801"
2021-02-07 17:23:03 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/zbateson/mail-mime-parser/zipball/da7b5913052d7b84fe789608761c4915281d0801",
"reference": "da7b5913052d7b84fe789608761c4915281d0801",
2021-02-07 17:23:03 +00:00
"shasum": ""
},
"require": {
2021-10-01 18:20:27 +01:00
"guzzlehttp/psr7": "^1.7.0|^2.0",
2021-02-07 17:23:03 +00:00
"php": ">=5.4",
2021-10-01 18:20:27 +01:00
"pimple/pimple": "^3.0",
2021-02-07 17:23:03 +00:00
"zbateson/mb-wrapper": "^1.0.1",
2021-10-01 18:20:27 +01:00
"zbateson/stream-decorators": "^1.0.6"
2021-02-07 17:23:03 +00:00
},
"require-dev": {
"mikey179/vfsstream": "^1.6.0",
2021-10-01 18:20:27 +01:00
"sanmai/phpunit-legacy-adapter": "^6.3 || ^8.2"
2021-02-07 17:23:03 +00:00
},
"suggest": {
"ext-iconv": "For best support/performance",
"ext-mbstring": "For best support/performance"
},
"type": "library",
"autoload": {
"psr-4": {
"ZBateson\\MailMimeParser\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Zaahid Bateson"
},
{
"name": "Contributors",
"homepage": "https://github.com/zbateson/mail-mime-parser/graphs/contributors"
}
],
"description": "MIME email message parser",
"homepage": "https://mail-mime-parser.org",
"keywords": [
"MimeMailParser",
"email",
"mail",
"mailparse",
"mime",
"mimeparse",
"parser",
"php-imap"
],
"support": {
"docs": "https://mail-mime-parser.org/#usage-guide",
"issues": "https://github.com/zbateson/mail-mime-parser/issues",
"source": "https://github.com/zbateson/mail-mime-parser"
},
"funding": [
{
"url": "https://github.com/zbateson",
"type": "github"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-08-23T02:13:55+00:00"
2021-02-07 17:23:03 +00:00
},
{
"name": "zbateson/mb-wrapper",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/zbateson/mb-wrapper.git",
"reference": "721b3dfbf7ab75fee5ac60a542d7923ffe59ef6d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zbateson/mb-wrapper/zipball/721b3dfbf7ab75fee5ac60a542d7923ffe59ef6d",
"reference": "721b3dfbf7ab75fee5ac60a542d7923ffe59ef6d",
"shasum": ""
},
"require": {
"php": ">=5.4",
"symfony/polyfill-iconv": "^1.9",
"symfony/polyfill-mbstring": "^1.9"
},
"require-dev": {
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5"
},
"suggest": {
"ext-iconv": "For best support/performance",
"ext-mbstring": "For best support/performance"
},
"type": "library",
"autoload": {
"psr-4": {
"ZBateson\\MbWrapper\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Zaahid Bateson"
}
],
"description": "Wrapper for mbstring with fallback to iconv for encoding conversion and string manipulation",
"keywords": [
"charset",
"encoding",
"http",
"iconv",
"mail",
"mb",
"mb_convert_encoding",
"mbstring",
"mime",
"multibyte",
"string"
],
"support": {
"issues": "https://github.com/zbateson/mb-wrapper/issues",
"source": "https://github.com/zbateson/mb-wrapper/tree/1.0.1"
},
"funding": [
{
"url": "https://github.com/zbateson",
"type": "github"
}
],
"time": "2020-10-21T22:14:27+00:00"
},
{
"name": "zbateson/stream-decorators",
2021-10-01 18:20:27 +01:00
"version": "1.0.6",
2021-02-07 17:23:03 +00:00
"source": {
"type": "git",
"url": "https://github.com/zbateson/stream-decorators.git",
2021-10-01 18:20:27 +01:00
"reference": "3403c4323bd1cd15fe54348b031b26b064c706af"
2021-02-07 17:23:03 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/zbateson/stream-decorators/zipball/3403c4323bd1cd15fe54348b031b26b064c706af",
"reference": "3403c4323bd1cd15fe54348b031b26b064c706af",
2021-02-07 17:23:03 +00:00
"shasum": ""
},
"require": {
2021-10-01 18:20:27 +01:00
"guzzlehttp/psr7": "^1.7.0|^2.0",
2021-02-07 17:23:03 +00:00
"php": ">=5.4",
"zbateson/mb-wrapper": "^1.0.0"
},
"require-dev": {
2021-10-01 18:20:27 +01:00
"sanmai/phpunit-legacy-adapter": "^6.3 || ^8"
2021-02-07 17:23:03 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"ZBateson\\StreamDecorators\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Zaahid Bateson"
}
],
"description": "PHP psr7 stream decorators for mime message part streams",
"keywords": [
"base64",
"charset",
"decorators",
"mail",
"mime",
"psr7",
"quoted-printable",
"stream",
"uuencode"
],
"support": {
"issues": "https://github.com/zbateson/stream-decorators/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/zbateson/stream-decorators/tree/1.0.6"
2021-02-07 17:23:03 +00:00
},
"funding": [
{
"url": "https://github.com/zbateson",
"type": "github"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-07-08T19:01:59+00:00"
2016-05-19 15:01:28 +01:00
}
],
"aliases": [],
2018-02-15 12:26:59 +00:00
"minimum-stability": "dev",
2021-02-07 16:26:34 +00:00
"stability-flags": [],
2018-02-15 12:26:59 +00:00
"prefer-stable": true,
2016-05-19 15:01:28 +01:00
"prefer-lowest": false,
"platform": {
2021-02-07 16:26:34 +00:00
"php": "^8.0",
2019-10-27 16:15:14 +00:00
"ext-intl": "*",
2020-01-26 17:50:49 +00:00
"ext-json": "*",
"ext-dom": "*"
2016-05-19 15:01:28 +01:00
},
2020-06-10 20:48:23 +01:00
"platform-dev": [],
2021-04-29 20:36:13 +01:00
"plugin-api-version": "2.1.0"
2016-05-19 15:01:28 +01:00
}