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"
],
2020-12-31 13:34:55 +00:00
"content-hash": "94717c17acc53b1e11edb5323f9ddb49",
2016-05-19 15:01:28 +01:00
"packages": [
2020-10-19 19:41:50 +01:00
{
"name": "asm89/stack-cors",
2020-11-01 14:24:36 +00:00
"version": "v2.0.2",
2020-10-19 19:41:50 +01:00
"source": {
"type": "git",
"url": "https://github.com/asm89/stack-cors.git",
2020-11-01 14:24:36 +00:00
"reference": "8d8f88b3b3830916be94292c1fbce84433efb1aa"
2020-10-19 19:41:50 +01:00
},
"dist": {
"type": "zip",
2020-11-01 14:24:36 +00:00
"url": "https://api.github.com/repos/asm89/stack-cors/zipball/8d8f88b3b3830916be94292c1fbce84433efb1aa",
"reference": "8d8f88b3b3830916be94292c1fbce84433efb1aa",
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"
],
2020-11-01 14:24:36 +00:00
"time": "2020-10-29T16:03:21+00:00"
2020-10-19 19:41:50 +01:00
},
2016-05-19 15:01:28 +01:00
{
"name": "aws/aws-sdk-php",
2020-12-31 13:34:55 +00:00
"version": "3.171.9",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
2020-12-31 13:34:55 +00:00
"reference": "687cff8a0aa0ed3fd71eb4ef3f8d2b39136949d0"
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/aws/aws-sdk-php/zipball/687cff8a0aa0ed3fd71eb4ef3f8d2b39136949d0",
"reference": "687cff8a0aa0ed3fd71eb4ef3f8d2b39136949d0",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
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",
"guzzlehttp/promises": "^1.0",
2017-03-24 11:35:43 +00:00
"guzzlehttp/psr7": "^1.4.1",
2020-01-26 17:50:49 +00:00
"mtdowling/jmespath.php": "^2.5",
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"
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-30T19:11:22+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",
"version": "0.9.1",
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",
"reference": "283a40c901101e66de7061bd359252c013dcc43c"
2017-09-08 20:11:38 +01:00
},
"dist": {
"type": "zip",
2020-10-17 17:15:06 +01:00
"url": "https://api.github.com/repos/brick/math/zipball/283a40c901101e66de7061bd359252c013dcc43c",
"reference": "283a40c901101e66de7061bd359252c013dcc43c",
2017-09-08 20:11:38 +01:00
"shasum": ""
},
"require": {
2020-10-17 17:15:06 +01:00
"ext-json": "*",
"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",
"phpunit/phpunit": "^7.5.15|^8.5",
"vimeo/psalm": "^3.5"
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
],
2020-10-17 17:15:06 +01:00
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/brick/math",
"type": "tidelift"
}
],
"time": "2020-08-18T23:57:15+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"
],
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",
2020-06-10 20:48:23 +01:00
"version": "v1.9.0",
2019-10-27 16:15:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/installers.git",
2020-06-10 20:48:23 +01:00
"reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca"
2019-10-27 16:15:14 +00:00
},
"dist": {
"type": "zip",
2020-06-10 20:48:23 +01:00
"url": "https://api.github.com/repos/composer/installers/zipball/b93bcf0fa1fccb0b7d176b0967d969691cd74cca",
"reference": "b93bcf0fa1fccb0b7d176b0967d969691cd74cca",
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": {
2020-06-10 20:48:23 +01:00
"composer/composer": "1.6.* || 2.0.*@dev",
"composer/semver": "1.0.* || 2.0.*@dev",
"phpunit/phpunit": "^4.8.36",
"sebastian/comparator": "^1.2.4",
"symfony/process": "^2.3"
2019-10-27 16:15:14 +00:00
},
"type": "composer-plugin",
"extra": {
"class": "Composer\\Installers\\Plugin",
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"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",
"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",
"modulework",
"modx",
"moodle",
"osclass",
"phpbb",
"piwik",
"ppi",
"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",
"typo3",
"wordpress",
"yawik",
"zend",
"zikula"
],
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2020-04-07T06:57:05+00:00"
2019-10-27 16:15:14 +00:00
},
2017-06-13 19:17:55 +01:00
{
"name": "cviebrock/eloquent-sluggable",
2020-12-31 13:34:55 +00:00
"version": "8.0.2",
2017-06-13 19:17:55 +01:00
"source": {
"type": "git",
"url": "https://github.com/cviebrock/eloquent-sluggable.git",
2020-12-31 13:34:55 +00:00
"reference": "1b693b333de9080380340facf3806c644a949ad7"
2017-06-13 19:17:55 +01:00
},
"dist": {
"type": "zip",
2020-12-31 13:34:55 +00:00
"url": "https://api.github.com/repos/cviebrock/eloquent-sluggable/zipball/1b693b333de9080380340facf3806c644a949ad7",
"reference": "1b693b333de9080380340facf3806c644a949ad7",
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",
"phpunit/phpunit": "^9.3"
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
],
2020-12-31 13:34:55 +00:00
"time": "2020-11-29T18:53:58+00:00"
2017-06-13 19:17:55 +01:00
},
2016-05-19 15:01:28 +01:00
{
"name": "dnoegel/php-xdg-base-dir",
2020-01-26 17:50:49 +00:00
"version": "v0.1.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/dnoegel/php-xdg-base-dir.git",
2020-01-26 17:50:49 +00:00
"reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2020-01-26 17:50:49 +00:00
"url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
"reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
2020-01-26 17:50:49 +00:00
"phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
2016-05-19 15:01:28 +01:00
},
2020-01-26 17:50:49 +00:00
"type": "library",
2016-05-19 15:01:28 +01:00
"autoload": {
"psr-4": {
"XdgBaseDir\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "implementation of xdg base directory specification for php",
2020-01-26 17:50:49 +00:00
"time": "2019-12-04T15:06:13+00:00"
2016-05-19 15:01:28 +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
],
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
],
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"
],
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"
],
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"
],
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",
2020-11-01 14:24:36 +00:00
"version": "v2.0.3",
2020-10-19 19:41:50 +01:00
"source": {
"type": "git",
"url": "https://github.com/fruitcake/laravel-cors.git",
2020-11-01 14:24:36 +00:00
"reference": "01de0fe5f71c70d1930ee9a80385f9cc28e0f63a"
2020-10-19 19:41:50 +01:00
},
"dist": {
"type": "zip",
2020-11-01 14:24:36 +00:00
"url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/01de0fe5f71c70d1930ee9a80385f9cc28e0f63a",
"reference": "01de0fe5f71c70d1930ee9a80385f9cc28e0f63a",
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",
"orchestra/testbench-dusk": "^4|^5|^6",
"phpunit/phpunit": "^6|^7|^8",
"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"
],
"funding": [
{
"url": "https://github.com/barryvdh",
"type": "github"
}
],
2020-11-01 14:24:36 +00:00
"time": "2020-10-22T13:57:20+00:00"
2020-10-19 19:41:50 +01:00
},
2020-10-17 17:15:06 +01:00
{
"name": "graham-campbell/result-type",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Result-Type.git",
"reference": "7e279d2cd5d7fbb156ce46daada972355cea27bb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/7e279d2cd5d7fbb156ce46daada972355cea27bb",
"reference": "7e279d2cd5d7fbb156ce46daada972355cea27bb",
"shasum": ""
},
"require": {
"php": "^7.0|^8.0",
"phpoption/phpoption": "^1.7.3"
},
"require-dev": {
"phpunit/phpunit": "^6.5|^7.5|^8.5|^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"GrahamCampbell\\ResultType\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "graham@alt-three.com"
}
],
"description": "An Implementation Of The Result Type",
"keywords": [
"Graham Campbell",
"GrahamCampbell",
"Result Type",
"Result-Type",
"result"
],
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
"type": "tidelift"
}
],
"time": "2020-04-13T13:17:36+00:00"
},
2016-05-19 15:01:28 +01:00
{
2020-10-16 20:45:07 +01:00
"name": "guzzlehttp/guzzle",
2020-10-17 17:15:06 +01:00
"version": "7.2.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2020-10-17 17:15:06 +01:00
"reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2020-10-17 17:15:06 +01:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/0aa74dfb41ae110835923ef10a9d803a22d50e79",
"reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79",
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",
"guzzlehttp/psr7": "^1.7",
"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": {
"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": {
2020-10-17 17:15:06 +01:00
"dev-master": "7.1-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"
],
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"
}
],
"time": "2020-10-10T11:47:56+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "guzzlehttp/promises",
2020-10-10 19:44:17 +01:00
"version": "1.4.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
2020-10-10 19:44:17 +01:00
"reference": "60d379c243457e073cff02bc323a2a86cb355631"
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/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631",
"reference": "60d379c243457e073cff02bc323a2a86cb355631",
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"
],
2020-10-10 19:44:17 +01:00
"time": "2020-09-30T07:37:28+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "guzzlehttp/psr7",
2020-10-10 19:44:17 +01:00
"version": "1.7.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2020-10-10 19:44:17 +01:00
"reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3"
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/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3",
"reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3",
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": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2017-03-02 15:49:52 +00:00
},
{
"name": "Tobias Schultze",
"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
],
2020-10-10 19:44:17 +01:00
"time": "2020-09-30T07:37:11+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "indieauth/client",
2020-12-31 13:34:55 +00:00
"version": "1.1.4",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/indieweb/indieauth-client-php.git",
2020-12-31 13:34:55 +00:00
"reference": "d5b3320cf28f8c6e0f4eb45955288f518d7489f1"
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/indieweb/indieauth-client-php/zipball/d5b3320cf28f8c6e0f4eb45955288f518d7489f1",
"reference": "d5b3320cf28f8c6e0f4eb45955288f518d7489f1",
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",
2020-12-31 13:34:55 +00:00
"funding": [
{
"url": "https://opencollective.com/indieweb",
"type": "opencollective"
}
],
"time": "2020-11-27T17:00:33+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"
],
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"
],
"time": "2015-12-23T18:11:19+00:00"
},
2017-09-16 11:39:36 +01:00
{
"name": "intervention/image",
2020-01-26 17:50:49 +00:00
"version": "2.5.1",
2017-09-16 11:39:36 +01:00
"source": {
"type": "git",
"url": "https://github.com/Intervention/image.git",
2020-01-26 17:50:49 +00:00
"reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e"
2017-09-16 11:39:36 +01:00
},
"dist": {
"type": "zip",
2020-01-26 17:50:49 +00:00
"url": "https://api.github.com/repos/Intervention/image/zipball/abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
"reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
2017-09-16 11:39:36 +01:00
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"guzzlehttp/psr7": "~1.1",
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "~0.9.2",
"phpunit/phpunit": "^4.8 || ^5.7"
},
"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"
],
2020-06-10 20:48:23 +01:00
"time": "2019-11-02T09:15:47+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"
],
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"
],
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"
],
"time": "2018-08-16T00:07:08+00:00"
},
2016-05-19 15:01:28 +01:00
{
"name": "laravel/framework",
2021-01-19 20:38:24 +00:00
"version": "v8.22.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
2021-01-19 20:38:24 +00:00
"reference": "5c70991b96c5722afed541a996479b5112654c8b"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-01-19 20:38:24 +00:00
"url": "https://api.github.com/repos/laravel/framework/zipball/5c70991b96c5722afed541a996479b5112654c8b",
"reference": "5c70991b96c5722afed541a996479b5112654c8b",
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": "*",
2020-02-21 13:41:02 +00:00
"league/commonmark": "^1.3",
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",
2017-09-04 19:34:39 +01:00
"psr/simple-cache": "^1.0",
2020-10-17 17:15:06 +01:00
"ramsey/uuid": "^4.0",
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": {
"psr/container-implementation": "1.0"
},
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": {
2020-11-28 18:21:29 +00:00
"aws/aws-sdk-php": "^3.155",
"doctrine/dbal": "^2.6|^3.0",
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",
2020-11-01 14:24:36 +00:00
"mockery/mockery": "^1.4.2",
2020-12-31 13:34:55 +00:00
"orchestra/testbench-core": "^6.8",
2019-03-17 14:08:49 +00:00
"pda/pheanstalk": "^4.0",
2020-11-01 14:24:36 +00:00
"phpunit/phpunit": "^8.5.8|^9.3.3",
2017-09-04 19:34:39 +01:00
"predis/predis": "^1.1.1",
2020-12-31 13:34:55 +00:00
"symfony/cache": "^5.1.4"
2016-05-19 15:01:28 +01:00
},
"suggest": {
2020-11-28 18:21:29 +00:00
"aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.155).",
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6|^3.0).",
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).",
2020-11-01 14:24:36 +00:00
"mockery/mockery": "Required to use mocking (^1.4.2).",
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).",
2020-11-01 14:24:36 +00:00
"phpunit/phpunit": "Required to use assertions and run tests (^8.5.8|^9.3.3).",
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).",
2019-10-19 15:34:49 +01:00
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.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-19 20:38:24 +00:00
"time": "2021-01-13T13:37:56+00:00"
2016-05-19 15:01:28 +01:00
},
2017-09-08 20:11:38 +01:00
{
"name": "laravel/horizon",
2020-12-31 13:34:55 +00:00
"version": "v5.6.3",
2017-09-08 20:11:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/laravel/horizon.git",
2020-12-31 13:34:55 +00:00
"reference": "f91245c1b32289da8dfdd3f66f13fe79dde347fd"
2017-09-08 20:11:38 +01:00
},
"dist": {
"type": "zip",
2020-12-31 13:34:55 +00:00
"url": "https://api.github.com/repos/laravel/horizon/zipball/f91245c1b32289da8dfdd3f66f13fe79dde347fd",
"reference": "f91245c1b32289da8dfdd3f66f13fe79dde347fd",
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": "*",
2020-10-17 17:15:06 +01:00
"illuminate/contracts": "^8.0",
"illuminate/queue": "^8.0",
"illuminate/support": "^8.0",
"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"
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-22T17:03:05+00:00"
2019-01-20 17:35:58 +00:00
},
2016-11-25 19:51:42 +00:00
{
"name": "laravel/scout",
2020-12-31 13:34:55 +00:00
"version": "v8.5.2",
2016-11-25 19:51:42 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/scout.git",
2020-12-31 13:34:55 +00:00
"reference": "ece6758b82c51ff7f5e011f243a7c6b33711a847"
2016-11-25 19:51:42 +00:00
},
"dist": {
"type": "zip",
2020-12-31 13:34:55 +00:00
"url": "https://api.github.com/repos/laravel/scout/zipball/ece6758b82c51ff7f5e011f243a7c6b33711a847",
"reference": "ece6758b82c51ff7f5e011f243a7c6b33711a847",
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"
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-30T15:52:14+00:00"
2019-01-20 17:35:58 +00:00
},
2019-03-29 17:53:43 +00:00
{
"name": "laravel/telescope",
2020-12-31 13:34:55 +00:00
"version": "v4.4.0",
2019-03-29 17:53:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/telescope.git",
2020-12-31 13:34:55 +00:00
"reference": "535889a7585c331854dbdf8ca5e66209588408dd"
2019-03-29 17:53:43 +00:00
},
"dist": {
"type": "zip",
2020-12-31 13:34:55 +00:00
"url": "https://api.github.com/repos/laravel/telescope/zipball/535889a7585c331854dbdf8ca5e66209588408dd",
"reference": "535889a7585c331854dbdf8ca5e66209588408dd",
2019-03-29 17:53:43 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
2020-11-08 10:49:46 +00:00
"laravel/framework": "^8.2",
"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"
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-15T19:19:38+00:00"
2019-03-29 17:53:43 +00:00
},
2017-02-03 21:49:49 +00:00
{
"name": "laravel/tinker",
2020-11-01 14:24:36 +00:00
"version": "v2.5.0",
2017-02-03 21:49:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/tinker.git",
2020-11-01 14:24:36 +00:00
"reference": "45884b526e10a88a1b179fa1a1a24d5468c668c2"
2017-02-03 21:49:49 +00:00
},
"dist": {
"type": "zip",
2020-11-01 14:24:36 +00:00
"url": "https://api.github.com/repos/laravel/tinker/zipball/45884b526e10a88a1b179fa1a1a24d5468c668c2",
"reference": "45884b526e10a88a1b179fa1a1a24d5468c668c2",
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"
],
2020-11-01 14:24:36 +00:00
"time": "2020-10-29T13:07:12+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",
"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",
2020-12-31 13:34:55 +00:00
"version": "4.0.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/lcobucci/jwt.git",
2020-12-31 13:34:55 +00:00
"reference": "6d8665ccd924dc076a9b65d1ea8abe21d68f6958"
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/lcobucci/jwt/zipball/6d8665ccd924dc076a9b65d1ea8abe21d68f6958",
"reference": "6d8665ccd924dc076a9b65d1ea8abe21d68f6958",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2019-05-31 11:27:06 +01:00
"ext-mbstring": "*",
2016-05-19 15:01:28 +01:00
"ext-openssl": "*",
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": {
2020-12-31 13:34:55 +00:00
"infection/infection": "^0.20",
"lcobucci/coding-standard": "^6.0",
"mikey179/vfsstream": "^1.6",
"phpbench/phpbench": "^0.17",
"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",
"phpunit/phpunit": "^9.4"
2020-11-28 18:21:29 +00:00
},
2016-05-19 15:01:28 +01:00
"type": "library",
"extra": {
"branch-alias": {
2020-12-31 13:34:55 +00:00
"dev-master": "4.0-dev"
2016-05-19 15:01:28 +01:00
}
},
"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"
],
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://github.com/lcobucci",
"type": "github"
},
{
"url": "https://www.patreon.com/lcobucci",
"type": "patreon"
}
],
2020-12-31 13:34:55 +00:00
"time": "2020-11-25T02:06:12+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "league/commonmark",
2020-11-01 14:24:36 +00:00
"version": "1.5.7",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/commonmark.git",
2020-11-01 14:24:36 +00:00
"reference": "11df9b36fd4f1d2b727a73bf14931d81373b9a54"
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/thephpleague/commonmark/zipball/11df9b36fd4f1d2b727a73bf14931d81373b9a54",
"reference": "11df9b36fd4f1d2b727a73bf14931d81373b9a54",
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",
2020-06-10 20:48:23 +01:00
"phpstan/phpstan": "^0.12",
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"
],
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"
}
],
2020-11-01 14:24:36 +00:00
"time": "2020-10-31T13:49:32+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "league/flysystem",
2020-09-13 13:58:50 +01:00
"version": "1.1.3",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
2020-09-13 13:58:50 +01:00
"reference": "9be3b16c877d477357c015cec057548cf9b2a14a"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2020-09-13 13:58:50 +01:00
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/9be3b16c877d477357c015cec057548cf9b2a14a",
"reference": "9be3b16c877d477357c015cec057548cf9b2a14a",
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": {
"ext-fileinfo": "Required for MimeType",
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"
],
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://offset.earth/frankdejonge",
"type": "other"
}
],
2020-09-13 13:58:50 +01:00
"time": "2020-08-23T07:39:11+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",
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"
],
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-01-19 20:38:24 +00:00
"version": "1.7.0",
2020-09-13 13:58:50 +01:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/mime-type-detection.git",
2021-01-19 20:38:24 +00:00
"reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3"
2020-09-13 13:58:50 +01:00
},
"dist": {
"type": "zip",
2021-01-19 20:38:24 +00:00
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
"reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
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",
"funding": [
{
"url": "https://github.com/frankdejonge",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/league/flysystem",
"type": "tidelift"
}
],
2021-01-19 20:38:24 +00:00
"time": "2021-01-18T20:58:21+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"
],
"time": "2018-11-22T07:55:51+00:00"
},
{
"name": "masterminds/html5",
2020-10-10 19:44:17 +01:00
"version": "2.7.4",
2019-01-25 17:21:32 +00:00
"source": {
"type": "git",
"url": "https://github.com/Masterminds/html5-php.git",
2020-10-10 19:44:17 +01:00
"reference": "9227822783c75406cfe400984b2f095cdf03d417"
2019-01-25 17:21:32 +00:00
},
"dist": {
"type": "zip",
2020-10-10 19:44:17 +01:00
"url": "https://api.github.com/repos/Masterminds/html5-php/zipball/9227822783c75406cfe400984b2f095cdf03d417",
"reference": "9227822783c75406cfe400984b2f095cdf03d417",
2019-01-25 17:21:32 +00:00
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-dom": "*",
"ext-libxml": "*",
"php": ">=5.3.0"
},
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^4.8.35"
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"
],
2020-10-10 19:44:17 +01:00
"time": "2020-10-01T13:52:52+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"
],
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",
2020-12-31 13:34:55 +00:00
"version": "2.2.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2020-12-31 13:34:55 +00:00
"reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084"
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/Seldaek/monolog/zipball/1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
"reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-06-10 20:48:23 +01:00
"php": ">=7.2",
2019-10-19 15:34:49 +01:00
"psr/log": "^1.0.1"
2016-05-19 15:01:28 +01:00
},
"provide": {
"psr/log-implementation": "1.0.0"
},
"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",
2016-05-19 15:01:28 +01:00
"php-amqplib/php-amqplib": "~2.4",
"php-console/php-console": "^3.1.3",
2019-10-19 15:34:49 +01:00
"phpspec/prophecy": "^1.6.1",
2020-12-31 13:34:55 +00:00
"phpstan/phpstan": "^0.12.59",
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",
2020-12-31 13:34:55 +00:00
"ruflin/elastica": ">=0.90 <7.0.1",
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)",
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)",
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"
],
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"
}
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-14T13:15:25+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "mtdowling/jmespath.php",
2020-08-09 16:19:00 +01:00
"version": "2.6.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/jmespath/jmespath.php.git",
2020-08-09 16:19:00 +01:00
"reference": "42dae2cbd13154083ca6d70099692fef8ca84bfb"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2020-08-09 16:19:00 +01:00
"url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/42dae2cbd13154083ca6d70099692fef8ca84bfb",
"reference": "42dae2cbd13154083ca6d70099692fef8ca84bfb",
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": {
2020-08-09 16:19:00 +01:00
"composer/xdebug-handler": "^1.4",
"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"
],
2020-08-09 16:19:00 +01:00
"time": "2020-07-31T21:01:56+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "nesbot/carbon",
2020-12-31 13:34:55 +00:00
"version": "2.43.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
2020-12-31 13:34:55 +00:00
"reference": "d32c57d8389113742f4a88725a170236470012e2"
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/briannesbitt/Carbon/zipball/d32c57d8389113742f4a88725a170236470012e2",
"reference": "d32c57d8389113742f4a88725a170236470012e2",
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",
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",
2019-03-17 14:08:49 +00:00
"friendsofphp/php-cs-fixer": "^2.14 || ^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",
2019-03-17 14:08:49 +00:00
"phpunit/phpunit": "^7.5 || ^8.0",
"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": {
2020-06-10 20:48:23 +01:00
"dev-master": "2.x-dev",
"dev-3.x": "3.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",
"homepage": "http://nesbot.com"
2019-08-18 18:41:56 +01:00
},
{
"name": "kylekatarnls",
"homepage": "http://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.",
2016-05-19 15:01:28 +01:00
"homepage": "http://carbon.nesbot.com",
"keywords": [
"date",
"datetime",
"time"
],
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"
}
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-17T20:55:32+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "nikic/php-parser",
2020-12-31 13:34:55 +00:00
"version": "v4.10.4",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2020-12-31 13:34:55 +00:00
"reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e"
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/nikic/PHP-Parser/zipball/c6d052fc58cb876152f89f532b95a8d7907e7f0e",
"reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e",
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"
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-20T10:01:03+00:00"
2018-10-05 20:37:08 +01:00
},
{
"name": "opis/closure",
2020-11-08 10:49:46 +00:00
"version": "3.6.1",
2018-10-05 20:37:08 +01:00
"source": {
"type": "git",
"url": "https://github.com/opis/closure.git",
2020-11-08 10:49:46 +00:00
"reference": "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5"
2018-10-05 20:37:08 +01:00
},
"dist": {
"type": "zip",
2020-11-08 10:49:46 +00:00
"url": "https://api.github.com/repos/opis/closure/zipball/943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5",
"reference": "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5",
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"
],
2020-11-08 10:49:46 +00:00
"time": "2020-11-07T02:01:34+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",
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",
2020-08-09 16:19:00 +01:00
"version": "1.7.5",
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",
2020-08-09 16:19:00 +01:00
"reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525"
2019-01-20 17:35:58 +00:00
},
"dist": {
"type": "zip",
2020-08-09 16:19:00 +01:00
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/994ecccd8f3283ecf5ac33254543eb0ac946d525",
"reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525",
2019-01-20 17:35:58 +00:00
"shasum": ""
},
"require": {
2020-06-10 20:48:23 +01:00
"php": "^5.5.9 || ^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",
"phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.0"
2019-01-20 17:35:58 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-26 17:50:49 +00:00
"dev-master": "1.7-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",
"email": "graham@alt-three.com"
}
],
"description": "Option Type for PHP",
"keywords": [
"language",
"option",
"php",
"type"
],
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"
}
],
2020-08-09 16:19:00 +01:00
"time": "2020-07-20T17:29:33+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",
2020-12-31 13:34:55 +00:00
"version": "dev-php8",
2016-12-06 20:38:52 +00:00
"source": {
"type": "git",
2020-12-31 13:34:55 +00:00
"url": "https://github.com/jonnybarnes/laravel-scout-postgres.git",
"reference": "5ac11d6c372e83c26e41b8602431fc1a9ff0e5e7"
2016-12-06 20:38:52 +00:00
},
"dist": {
"type": "zip",
2020-12-31 13:34:55 +00:00
"url": "https://api.github.com/repos/jonnybarnes/laravel-scout-postgres/zipball/5ac11d6c372e83c26e41b8602431fc1a9ff0e5e7",
"reference": "5ac11d6c372e83c26e41b8602431fc1a9ff0e5e7",
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
}
},
2020-12-31 13:34:55 +00:00
"autoload-dev": {
"psr-4": {
"ScoutEngines\\Postgres\\Test\\": "tests"
}
},
"scripts": {
"test": [
"vendor/bin/phpunit"
]
},
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": [
2020-12-31 13:34:55 +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"
},
2020-12-31 13:34:55 +00:00
"time": "2020-12-13T18:16:33+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",
2020-09-13 13:58:50 +01:00
"version": "v1.1.6",
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",
2020-09-13 13:58:50 +01:00
"reference": "9930e933c67446962997b05201c69c2319bf26de"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2020-09-13 13:58:50 +01:00
"url": "https://api.github.com/repos/predis/predis/zipball/9930e933c67446962997b05201c69c2319bf26de",
"reference": "9930e933c67446962997b05201c69c2319bf26de",
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": {
2020-09-13 13:58:50 +01:00
"cweagans/composer-patches": "^1.6",
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",
2020-09-13 13:58:50 +01:00
"extra": {
"composer-exit-on-patch-failure": true,
"patches": {
"phpunit/phpunit-mock-objects": {
"Fix PHP 7 and 8 compatibility": "./tests/phpunit_mock_objects.patch"
},
"phpunit/phpunit": {
"Fix PHP 7 compatibility": "./tests/phpunit_php7.patch",
"Fix PHP 8 compatibility": "./tests/phpunit_php8.patch"
}
}
},
2016-05-19 15:01:28 +01:00
"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"
],
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"
}
],
2020-09-13 13:58:50 +01:00
"time": "2020-09-11T19:18:05+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",
"version": "1.0.0",
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",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2017-09-04 19:34:39 +01:00
},
"dist": {
"type": "zip",
2017-11-13 17:26:38 +00:00
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
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": {
"dev-master": "1.0.x-dev"
}
},
"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",
"homepage": "http://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"
],
2020-10-17 17:15:06 +01:00
"time": "2017-02-14T16:28:37+00: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"
],
"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
],
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
],
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",
2020-06-10 20:48:23 +01:00
"version": "1.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/php-fig/log.git",
2020-06-10 20:48:23 +01:00
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2020-06-10 20:48:23 +01:00
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
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",
"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 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
],
2020-06-10 20:48:23 +01:00
"time": "2020-03-23T09:12:05+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
],
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",
2020-12-31 13:34:55 +00:00
"version": "v0.10.5",
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",
2020-12-31 13:34:55 +00:00
"reference": "7c710551d4a2653afa259c544508dc18a9098956"
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/bobthecow/psysh/zipball/7c710551d4a2653afa259c544508dc18a9098956",
"reference": "7c710551d4a2653afa259c544508dc18a9098956",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-01-26 17:50:49 +00:00
"dnoegel/php-xdg-base-dir": "0.1.*",
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": {
2020-06-10 20:48:23 +01:00
"dev-master": "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
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-04T02:51:30+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.",
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",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/ramsey/collection.git",
"reference": "24d93aefb2cd786b7edd9f45b554aea20b28b9b1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ramsey/collection/zipball/24d93aefb2cd786b7edd9f45b554aea20b28b9b1",
"reference": "24d93aefb2cd786b7edd9f45b554aea20b28b9b1",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8"
},
"require-dev": {
"captainhook/captainhook": "^5.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"ergebnis/composer-normalize": "^2.6",
"fzaninotto/faker": "^1.5",
"hamcrest/hamcrest-php": "^2",
"jangregor/phpstan-prophecy": "^0.6",
"mockery/mockery": "^1.3",
"phpstan/extension-installer": "^1",
"phpstan/phpstan": "^0.12.32",
"phpstan/phpstan-mockery": "^0.12.5",
"phpstan/phpstan-phpunit": "^0.12.11",
"phpunit/phpunit": "^8.5",
"psy/psysh": "^0.10.4",
"slevomat/coding-standard": "^6.3",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^3.12.2"
},
"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"
}
],
"description": "A PHP 7.2+ library for representing and manipulating collections.",
"keywords": [
"array",
"collection",
"hash",
"map",
"queue",
"set"
],
"funding": [
{
"url": "https://github.com/ramsey",
"type": "github"
}
],
"time": "2020-09-10T20:58:17+00:00"
},
2017-10-13 12:31:31 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "ramsey/uuid",
2020-10-17 17:15:06 +01:00
"version": "4.1.1",
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",
2020-10-17 17:15:06 +01:00
"reference": "cd4032040a750077205918c86049aa0f43d22947"
2017-10-13 12:31:31 +01:00
},
"dist": {
"type": "zip",
2020-10-17 17:15:06 +01:00
"url": "https://api.github.com/repos/ramsey/uuid/zipball/cd4032040a750077205918c86049aa0f43d22947",
"reference": "cd4032040a750077205918c86049aa0f43d22947",
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": "*",
2020-10-17 17:15:06 +01:00
"php": "^7.2 || ^8",
"ramsey/collection": "^1.0",
2018-07-22 18:34:16 +01:00
"symfony/polyfill-ctype": "^1.8"
2017-11-13 17:26:38 +00:00
},
"replace": {
"rhumsaa/uuid": "self.version"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2020-10-17 17:15:06 +01:00
"codeception/aspect-mock": "^3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7.0",
"doctrine/annotations": "^1.8",
"goaop/framework": "^2",
"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",
2020-10-17 17:15:06 +01:00
"php-mock/php-mock-mockery": "^1.3",
"php-mock/php-mock-phpunit": "^2.5",
"php-parallel-lint/php-parallel-lint": "^1.1",
"phpbench/phpbench": "^0.17.1",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-mockery": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^8.5",
"psy/psysh": "^0.10.0",
"slevomat/coding-standard": "^6.0",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "3.9.4"
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": {
2020-10-17 17:15:06 +01:00
"dev-master": "4.x-dev"
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-11-13 17:26:38 +00:00
"homepage": "https://github.com/ramsey/uuid",
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
],
2020-10-17 17:15:06 +01:00
"funding": [
{
"url": "https://github.com/ramsey",
"type": "github"
}
],
"time": "2020-08-18T17:17:46+00:00"
2017-10-13 12:31:31 +01:00
},
2019-01-24 19:19:45 +00:00
{
"name": "scrivo/highlight.php",
2020-12-31 13:34:55 +00:00
"version": "v9.18.1.6",
2019-01-24 19:19:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/scrivo/highlight.php.git",
2020-12-31 13:34:55 +00:00
"reference": "44a3d4136edb5ad8551590bf90f437db80b2d466"
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/scrivo/highlight.php/zipball/44a3d4136edb5ad8551590bf90f437db80b2d466",
"reference": "44a3d4136edb5ad8551590bf90f437db80b2d466",
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"
],
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://github.com/allejo",
"type": "github"
}
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-22T19:20:29+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": "sensiolabs/security-checker",
2020-01-26 17:50:49 +00:00
"version": "v6.0.3",
2017-10-13 12:31:31 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sensiolabs/security-checker.git",
2020-01-26 17:50:49 +00:00
"reference": "a576c01520d9761901f269c4934ba55448be4a54"
2017-10-13 12:31:31 +01:00
},
"dist": {
"type": "zip",
2020-01-26 17:50:49 +00:00
"url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/a576c01520d9761901f269c4934ba55448be4a54",
"reference": "a576c01520d9761901f269c4934ba55448be4a54",
2017-10-13 12:31:31 +01:00
"shasum": ""
},
"require": {
2019-07-13 13:02:45 +01:00
"php": ">=7.1.3",
2020-01-26 17:50:49 +00:00
"symfony/console": "^2.8|^3.4|^4.2|^5.0",
"symfony/http-client": "^4.3|^5.0",
"symfony/mime": "^4.3|^5.0",
2019-07-13 13:02:45 +01:00
"symfony/polyfill-ctype": "^1.11"
2017-10-13 12:31:31 +01:00
},
2017-11-13 17:26:38 +00:00
"bin": [
"security-checker"
],
2017-10-13 12:31:31 +01:00
"type": "library",
"extra": {
"branch-alias": {
2019-07-13 13:02:45 +01:00
"dev-master": "6.0-dev"
2017-10-13 12:31:31 +01:00
}
},
"autoload": {
2018-10-05 20:37:08 +01:00
"psr-4": {
"SensioLabs\\Security\\": "SensioLabs/Security"
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": "Fabien Potencier",
"email": "fabien.potencier@gmail.com"
2017-10-13 12:31:31 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "A security checker for your composer.lock",
2021-01-19 20:38:24 +00:00
"abandoned": "https://github.com/fabpot/local-php-security-checker",
2020-01-26 17:50:49 +00:00
"time": "2019-11-01T13:20:14+00:00"
2017-10-13 12:31:31 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "spatie/browsershot",
2020-12-31 13:34:55 +00:00
"version": "3.41.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",
2020-12-31 13:34:55 +00:00
"reference": "7cf6a641df376b6e7e1b9e8e1f92ecfc5e6893fa"
2017-10-13 12:31:31 +01:00
},
"dist": {
"type": "zip",
2020-12-31 13:34:55 +00:00
"url": "https://api.github.com/repos/spatie/browsershot/zipball/7cf6a641df376b6e7e1b9e8e1f92ecfc5e6893fa",
"reference": "7cf6a641df376b6e7e1b9e8e1f92ecfc5e6893fa",
2017-10-13 12:31:31 +01:00
"shasum": ""
},
"require": {
2020-11-28 18:21:29 +00:00
"php": "^7.4|^8.0",
2019-01-20 17:35:58 +00:00
"spatie/image": "^1.5.3",
2017-11-13 17:26:38 +00:00
"spatie/temporary-directory": "^1.1",
2020-11-28 18:21:29 +00:00
"symfony/process": "^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"
],
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
}
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-23T10:14:56+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"
],
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",
2020-12-31 13:34:55 +00:00
"version": "1.10.1",
2017-11-13 17:26:38 +00:00
"source": {
"type": "git",
"url": "https://github.com/spatie/image.git",
2020-12-31 13:34:55 +00:00
"reference": "6eaf45d61832c2396dd4b10cc81d9fce93a59e2d"
2017-11-13 17:26:38 +00:00
},
"dist": {
"type": "zip",
2020-12-31 13:34:55 +00:00
"url": "https://api.github.com/repos/spatie/image/zipball/6eaf45d61832c2396dd4b10cc81d9fce93a59e2d",
"reference": "6eaf45d61832c2396dd4b10cc81d9fce93a59e2d",
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": "*",
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",
"spatie/temporary-directory": "^1.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",
"symfony/var-dumper": "^4.0|^5.0"
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
],
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"
}
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-01T20:42:11+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "spatie/image-optimizer",
2020-12-31 13:34:55 +00:00
"version": "1.3.2",
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",
2020-12-31 13:34:55 +00:00
"reference": "6aa170eb292758553d332efee5e0c3977341080c"
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/spatie/image-optimizer/zipball/6aa170eb292758553d332efee5e0c3977341080c",
"reference": "6aa170eb292758553d332efee5e0c3977341080c",
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
],
2020-12-31 13:34:55 +00:00
"time": "2020-11-28T12:37:58+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",
2020-11-28 18:21:29 +00:00
"version": "1.3.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",
2020-11-28 18:21:29 +00:00
"reference": "f517729b3793bca58f847c5fd383ec16f03ffec6"
2016-09-09 12:00:11 +01:00
},
"dist": {
"type": "zip",
2020-11-28 18:21:29 +00:00
"url": "https://api.github.com/repos/spatie/temporary-directory/zipball/f517729b3793bca58f847c5fd383ec16f03ffec6",
"reference": "f517729b3793bca58f847c5fd383ec16f03ffec6",
2016-09-09 12:00:11 +01:00
"shasum": ""
},
"require": {
2020-11-28 18:21:29 +00:00
"php": "^7.2|^8.0"
2017-10-13 12:31:31 +01:00
},
"require-dev": {
2020-11-28 18:21:29 +00:00
"phpunit/phpunit": "^8.0|^9.0"
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
],
2020-11-28 18:21:29 +00:00
"time": "2020-11-09T15:54:21+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-01-19 20:38:24 +00:00
"version": "v6.2.5",
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-01-19 20:38:24 +00:00
"reference": "698a6a9f54d7eb321274de3ad19863802c879fb7"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-01-19 20:38:24 +00:00
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/698a6a9f54d7eb321274de3ad19863802c879fb7",
"reference": "698a6a9f54d7eb321274de3ad19863802c879fb7",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-12-31 13:34:55 +00:00
"egulias/email-validator": "^2.0",
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
],
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-01-19 20:38:24 +00:00
"time": "2021-01-12T09:35:59+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/console",
2020-12-31 13:34:55 +00:00
"version": "v5.2.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/console.git",
2020-12-31 13:34:55 +00:00
"reference": "47c02526c532fb381374dab26df05e7313978976"
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/symfony/console/zipball/47c02526c532fb381374dab26df05e7313978976",
"reference": "47c02526c532fb381374dab26df05e7313978976",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-06-13 16:32:42 +01:00
"php": ">=7.2.5",
2019-05-31 11:27:06 +01:00
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
2020-06-10 20:48:23 +01:00
"symfony/polyfill-php80": "^1.15",
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": {
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": {
"psr/log-implementation": "1.0"
},
2017-11-13 17:26:38 +00:00
"require-dev": {
"psr/log": "~1.0",
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
}
],
2017-11-13 17:26:38 +00:00
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
2020-12-31 13:34:55 +00:00
"keywords": [
"cli",
"command line",
"console",
"terminal"
],
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"
}
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-18T08:03:05+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/css-selector",
2020-12-31 13:34:55 +00:00
"version": "v5.2.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/css-selector.git",
2020-12-31 13:34:55 +00:00
"reference": "f789e7ead4c79e04ca9a6d6162fc629c89bd8054"
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/symfony/css-selector/zipball/f789e7ead4c79e04ca9a6d6162fc629c89bd8054",
"reference": "f789e7ead4c79e04ca9a6d6162fc629c89bd8054",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-06-10 20:48:23 +01:00
"php": ">=7.2.5"
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
}
],
2017-11-13 17:26:38 +00:00
"description": "Symfony CssSelector Component",
"homepage": "https://symfony.com",
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"
}
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-08T17:02:38+00:00"
2016-05-19 15:01:28 +01:00
},
{
2020-06-13 16:32:42 +01:00
"name": "symfony/deprecation-contracts",
2020-09-13 13:58:50 +01:00
"version": "v2.2.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",
2020-09-13 13:58:50 +01:00
"reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2020-09-13 13:58:50 +01:00
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
"reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
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": {
2020-09-13 13:58:50 +01:00
"dev-master": "2.2-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",
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"
}
],
2020-09-13 13:58:50 +01:00
"time": "2020-09-07T11:33:47+00:00"
2020-01-26 17:50:49 +00:00
},
{
"name": "symfony/error-handler",
2020-12-31 13:34:55 +00:00
"version": "v5.2.1",
2020-01-26 17:50:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
2020-12-31 13:34:55 +00:00
"reference": "59b190ce16ddf32771a22087b60f6dafd3407147"
2020-01-26 17:50:49 +00:00
},
"dist": {
"type": "zip",
2020-12-31 13:34:55 +00:00
"url": "https://api.github.com/repos/symfony/error-handler/zipball/59b190ce16ddf32771a22087b60f6dafd3407147",
"reference": "59b190ce16ddf32771a22087b60f6dafd3407147",
2020-01-26 17:50:49 +00:00
"shasum": ""
},
"require": {
2020-06-13 16:32:42 +01:00
"php": ">=7.2.5",
"psr/log": "^1.0",
2020-06-10 20:48:23 +01:00
"symfony/polyfill-php80": "^1.15",
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"
}
],
"description": "Symfony ErrorHandler Component",
"homepage": "https://symfony.com",
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"
}
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-09T18:54:12+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/event-dispatcher",
2020-12-31 13:34:55 +00:00
"version": "v5.2.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/event-dispatcher.git",
2020-12-31 13:34:55 +00:00
"reference": "1c93f7a1dff592c252574c79a8635a8a80856042"
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/symfony/event-dispatcher/zipball/1c93f7a1dff592c252574c79a8635a8a80856042",
"reference": "1c93f7a1dff592c252574c79a8635a8a80856042",
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",
"symfony/polyfill-php80": "^1.15"
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": {
"psr/log": "~1.0",
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
}
],
2017-11-13 17:26:38 +00:00
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
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"
}
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-18T08:03:05+00:00"
2019-05-31 11:27:06 +01:00
},
{
"name": "symfony/event-dispatcher-contracts",
2020-09-13 13:58:50 +01:00
"version": "v2.2.0",
2019-05-31 11:27:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
2020-09-13 13:58:50 +01:00
"reference": "0ba7d54483095a198fa51781bc608d17e84dffa2"
2019-05-31 11:27:06 +01:00
},
"dist": {
"type": "zip",
2020-09-13 13:58:50 +01:00
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0ba7d54483095a198fa51781bc608d17e84dffa2",
"reference": "0ba7d54483095a198fa51781bc608d17e84dffa2",
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": {
2020-09-13 13:58:50 +01:00
"dev-master": "2.2-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"
],
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"
}
],
2020-09-13 13:58:50 +01:00
"time": "2020-09-07T11:33:47+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/finder",
2020-12-31 13:34:55 +00:00
"version": "v5.2.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/finder.git",
2020-12-31 13:34:55 +00:00
"reference": "0b9231a5922fd7287ba5b411893c0ecd2733e5ba"
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/symfony/finder/zipball/0b9231a5922fd7287ba5b411893c0ecd2733e5ba",
"reference": "0b9231a5922fd7287ba5b411893c0ecd2733e5ba",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-06-13 16:32:42 +01:00
"php": ">=7.2.5"
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
}
],
2017-11-13 17:26:38 +00:00
"description": "Symfony Finder Component",
"homepage": "https://symfony.com",
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"
}
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-08T17:02:38+00:00"
2019-07-13 13:02:45 +01:00
},
{
"name": "symfony/http-client",
2020-12-31 13:34:55 +00:00
"version": "v5.2.1",
2019-07-13 13:02:45 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
2020-12-31 13:34:55 +00:00
"reference": "a77cbec69ea90dea509beef29b79748c0df33a83"
2019-07-13 13:02:45 +01:00
},
"dist": {
"type": "zip",
2020-12-31 13:34:55 +00:00
"url": "https://api.github.com/repos/symfony/http-client/zipball/a77cbec69ea90dea509beef29b79748c0df33a83",
"reference": "a77cbec69ea90dea509beef29b79748c0df33a83",
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
"psr/log": "^1.0",
2020-10-10 19:44:17 +01:00
"symfony/http-client-contracts": "^2.2",
2020-01-26 17:50:49 +00:00
"symfony/polyfill-php73": "^1.11",
2020-06-10 20:48:23 +01:00
"symfony/polyfill-php80": "^1.15",
2020-01-26 17:50:49 +00:00
"symfony/service-contracts": "^1.0|^2"
2019-07-13 13:02:45 +01:00
},
"provide": {
2020-01-26 17:50:49 +00:00
"php-http/async-client-implementation": "*",
"php-http/client-implementation": "*",
2019-07-13 13:02:45 +01:00
"psr/http-client-implementation": "1.0",
"symfony/http-client-implementation": "1.1"
},
"require-dev": {
2020-12-31 13:34:55 +00:00
"amphp/amp": "^2.5",
2020-06-10 20:48:23 +01:00
"amphp/http-client": "^4.2.1",
"amphp/http-tunnel": "^1.0",
"amphp/socket": "^1.1",
2020-01-26 17:50:49 +00:00
"guzzlehttp/promises": "^1.3.1",
2019-07-13 13:02:45 +01:00
"nyholm/psr7": "^1.0",
2020-01-26 17:50:49 +00:00
"php-http/httplug": "^1.0|^2.0",
2019-07-13 13:02:45 +01:00
"psr/http-client": "^1.0",
2020-01-26 17:50:49 +00:00
"symfony/dependency-injection": "^4.4|^5.0",
2020-09-13 13:58:50 +01:00
"symfony/http-kernel": "^4.4.13|^5.1.5",
2020-12-31 13:34:55 +00:00
"symfony/process": "^4.4|^5.0",
"symfony/stopwatch": "^4.4|^5.0"
2019-07-13 13:02:45 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpClient\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony HttpClient component",
"homepage": "https://symfony.com",
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"
}
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-14T10:56:50+00:00"
2019-07-13 13:02:45 +01:00
},
{
"name": "symfony/http-client-contracts",
2020-10-17 17:15:06 +01:00
"version": "v2.3.1",
2019-07-13 13:02:45 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client-contracts.git",
2020-10-17 17:15:06 +01:00
"reference": "41db680a15018f9c1d4b23516059633ce280ca33"
2019-07-13 13:02:45 +01:00
},
"dist": {
"type": "zip",
2020-10-17 17:15:06 +01:00
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/41db680a15018f9c1d4b23516059633ce280ca33",
"reference": "41db680a15018f9c1d4b23516059633ce280ca33",
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": {
2020-10-17 17:15:06 +01:00
"branch-version": "2.3",
2019-07-13 13:02:45 +01:00
"branch-alias": {
2020-10-17 17:15:06 +01:00
"dev-main": "2.3-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"
],
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"
}
],
2020-10-17 17:15:06 +01:00
"time": "2020-10-14T17:08:19+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/http-foundation",
2020-12-31 13:34:55 +00:00
"version": "v5.2.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/http-foundation.git",
2020-12-31 13:34:55 +00:00
"reference": "a1f6218b29897ab52acba58cfa905b83625bef8d"
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/symfony/http-foundation/zipball/a1f6218b29897ab52acba58cfa905b83625bef8d",
"reference": "a1f6218b29897ab52acba58cfa905b83625bef8d",
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",
"symfony/polyfill-php80": "^1.15"
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
}
],
2017-11-13 17:26:38 +00:00
"description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com",
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"
}
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-18T10:00:10+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/http-kernel",
2020-12-31 13:34:55 +00:00
"version": "v5.2.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/http-kernel.git",
2020-12-31 13:34:55 +00:00
"reference": "1feb619286d819180f7b8bc0dc44f516d9c62647"
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/symfony/http-kernel/zipball/1feb619286d819180f7b8bc0dc44f516d9c62647",
"reference": "1feb619286d819180f7b8bc0dc44f516d9c62647",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-06-13 16:32:42 +01:00
"php": ">=7.2.5",
2017-11-13 17:26:38 +00:00
"psr/log": "~1.0",
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",
2020-01-26 17:50:49 +00:00
"symfony/http-foundation": "^4.4|^5.0",
"symfony/polyfill-ctype": "^1.8",
2020-06-10 20:48:23 +01:00
"symfony/polyfill-php73": "^1.9",
"symfony/polyfill-php80": "^1.15"
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",
2020-12-31 13:34:55 +00:00
"symfony/dependency-injection": "<5.1.8",
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",
"twig/twig": "<2.4"
2017-02-03 21:49:49 +00:00
},
2017-12-07 15:39:19 +00:00
"provide": {
"psr/log-implementation": "1.0"
},
2017-02-03 21:49:49 +00:00
"require-dev": {
2017-11-13 17:26:38 +00:00
"psr/cache": "~1.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",
2020-12-31 13:34:55 +00:00
"symfony/dependency-injection": "^5.1.8",
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",
2020-06-13 16:32:42 +01:00
"twig/twig": "^2.4|^3.0"
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
}
],
2017-11-13 17:26:38 +00:00
"description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com",
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"
}
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-18T13:49:39+00:00"
2019-05-31 11:27:06 +01:00
},
{
"name": "symfony/mime",
2020-12-31 13:34:55 +00:00
"version": "v5.2.1",
2019-05-31 11:27:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
2020-12-31 13:34:55 +00:00
"reference": "de97005aef7426ba008c46ba840fc301df577ada"
2019-05-31 11:27:06 +01:00
},
"dist": {
"type": "zip",
2020-12-31 13:34:55 +00:00
"url": "https://api.github.com/repos/symfony/mime/zipball/de97005aef7426ba008c46ba840fc301df577ada",
"reference": "de97005aef7426ba008c46ba840fc301df577ada",
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",
"symfony/polyfill-php80": "^1.15"
2019-05-31 11:27:06 +01:00
},
2020-01-26 17:50:49 +00:00
"conflict": {
"symfony/mailer": "<4.4"
},
2019-05-31 11:27:06 +01:00
"require-dev": {
2019-10-19 15:34:49 +01:00
"egulias/email-validator": "^2.1.10",
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"
}
],
"description": "A library to manipulate MIME messages",
"homepage": "https://symfony.com",
"keywords": [
"mime",
"mime-type"
],
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"
}
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-09T18:54:12+00:00"
2018-06-23 23:21:26 +01:00
},
{
"name": "symfony/polyfill-ctype",
2021-01-19 20:38:24 +00:00
"version": "v1.22.0",
2018-06-23 23:21:26 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2021-01-19 20:38:24 +00:00
"reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
2018-06-23 23:21:26 +01:00
},
"dist": {
"type": "zip",
2021-01-19 20:38:24 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
"reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
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-01-19 20:38:24 +00:00
"dev-main": "1.22-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"
],
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-01-19 20:38:24 +00:00
"time": "2021-01-07T16:49:33+00:00"
2016-05-19 15:01:28 +01:00
},
2019-03-17 14:08:49 +00:00
{
"name": "symfony/polyfill-iconv",
2021-01-19 20:38:24 +00:00
"version": "v1.22.0",
2019-03-17 14:08:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git",
2021-01-19 20:38:24 +00:00
"reference": "b34bfb8c4c22650ac080d2662ae3502e5f2f4ae6"
2019-03-17 14:08:49 +00:00
},
"dist": {
"type": "zip",
2021-01-19 20:38:24 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/b34bfb8c4c22650ac080d2662ae3502e5f2f4ae6",
"reference": "b34bfb8c4c22650ac080d2662ae3502e5f2f4ae6",
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-01-19 20:38:24 +00:00
"dev-main": "1.22-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"
],
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-01-19 20:38:24 +00:00
"time": "2021-01-07T16:49:33+00:00"
2019-03-17 14:08:49 +00:00
},
{
2020-06-13 16:32:42 +01:00
"name": "symfony/polyfill-intl-grapheme",
2021-01-19 20:38:24 +00:00
"version": "v1.22.0",
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-01-19 20:38:24 +00:00
"reference": "267a9adeb8ecb8071040a740930e077cdfb987af"
2019-03-17 14:08:49 +00:00
},
"dist": {
"type": "zip",
2021-01-19 20:38:24 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/267a9adeb8ecb8071040a740930e077cdfb987af",
"reference": "267a9adeb8ecb8071040a740930e077cdfb987af",
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-01-19 20:38:24 +00:00
"dev-main": "1.22-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"
],
"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-01-19 20:38:24 +00:00
"time": "2021-01-07T16:49:33+00:00"
2020-06-13 16:32:42 +01:00
},
{
"name": "symfony/polyfill-intl-idn",
2021-01-19 20:38:24 +00:00
"version": "v1.22.0",
2020-06-13 16:32:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
2021-01-19 20:38:24 +00:00
"reference": "0eb8293dbbcd6ef6bf81404c9ce7d95bcdf34f44"
2020-06-13 16:32:42 +01:00
},
"dist": {
"type": "zip",
2021-01-19 20:38:24 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/0eb8293dbbcd6ef6bf81404c9ce7d95bcdf34f44",
"reference": "0eb8293dbbcd6ef6bf81404c9ce7d95bcdf34f44",
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-01-19 20:38:24 +00:00
"dev-main": "1.22-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"
],
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-01-19 20:38:24 +00:00
"time": "2021-01-07T16:49:33+00:00"
2019-03-17 14:08:49 +00:00
},
2020-06-13 16:32:42 +01:00
{
"name": "symfony/polyfill-intl-normalizer",
2021-01-19 20:38:24 +00:00
"version": "v1.22.0",
2020-06-13 16:32:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2021-01-19 20:38:24 +00:00
"reference": "6e971c891537eb617a00bb07a43d182a6915faba"
2020-06-13 16:32:42 +01:00
},
"dist": {
"type": "zip",
2021-01-19 20:38:24 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/6e971c891537eb617a00bb07a43d182a6915faba",
"reference": "6e971c891537eb617a00bb07a43d182a6915faba",
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-01-19 20:38:24 +00:00
"dev-main": "1.22-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"
],
"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-01-19 20:38:24 +00:00
"time": "2021-01-07T17:09:11+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-01-19 20:38:24 +00:00
"version": "v1.22.0",
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-01-19 20:38:24 +00:00
"reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-01-19 20:38:24 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f377a3dd1fde44d37b9831d68dc8dea3ffd28e13",
"reference": "f377a3dd1fde44d37b9831d68dc8dea3ffd28e13",
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-01-19 20:38:24 +00:00
"dev-main": "1.22-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
],
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-01-19 20:38:24 +00:00
"time": "2021-01-07T16:49:33+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-01-19 20:38:24 +00:00
"version": "v1.22.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-01-19 20:38:24 +00:00
"reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9"
2017-12-07 15:39:19 +00:00
},
"dist": {
"type": "zip",
2021-01-19 20:38:24 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
"reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
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-01-19 20:38:24 +00:00
"dev-main": "1.22-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"
],
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-01-19 20:38:24 +00:00
"time": "2021-01-07T16:49:33+00:00"
2017-12-07 15:39:19 +00:00
},
2019-05-31 11:27:06 +01:00
{
"name": "symfony/polyfill-php73",
2021-01-19 20:38:24 +00:00
"version": "v1.22.0",
2019-05-31 11:27:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
2021-01-19 20:38:24 +00:00
"reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2"
2019-05-31 11:27:06 +01:00
},
"dist": {
"type": "zip",
2021-01-19 20:38:24 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
"reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
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-01-19 20:38:24 +00:00
"dev-main": "1.22-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"
],
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-01-19 20:38:24 +00:00
"time": "2021-01-07T16:49:33+00:00"
2020-06-10 20:48:23 +01:00
},
{
"name": "symfony/polyfill-php80",
2021-01-19 20:38:24 +00:00
"version": "v1.22.0",
2020-06-10 20:48:23 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
2021-01-19 20:38:24 +00:00
"reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
2020-06-10 20:48:23 +01:00
},
"dist": {
"type": "zip",
2021-01-19 20:38:24 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
"reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
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-01-19 20:38:24 +00:00
"dev-main": "1.22-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"
],
"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-01-19 20:38:24 +00:00
"time": "2021-01-07T16:49:33+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",
2020-12-31 13:34:55 +00:00
"version": "v5.2.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/process.git",
2020-12-31 13:34:55 +00:00
"reference": "bd8815b8b6705298beaa384f04fabd459c10bedd"
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/symfony/process/zipball/bd8815b8b6705298beaa384f04fabd459c10bedd",
"reference": "bd8815b8b6705298beaa384f04fabd459c10bedd",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-06-13 16:32:42 +01:00
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.15"
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
}
],
2017-11-13 17:26:38 +00:00
"description": "Symfony Process Component",
"homepage": "https://symfony.com",
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"
}
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-08T17:03:37+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/routing",
2020-12-31 13:34:55 +00:00
"version": "v5.2.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/routing.git",
2020-12-31 13:34:55 +00:00
"reference": "934ac2720dcc878a47a45c986b483a7ee7193620"
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/symfony/routing/zipball/934ac2720dcc878a47a45c986b483a7ee7193620",
"reference": "934ac2720dcc878a47a45c986b483a7ee7193620",
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-php80": "^1.15"
2017-11-13 17:26:38 +00:00
},
"conflict": {
2020-06-13 16:32:42 +01:00
"symfony/config": "<5.0",
"symfony/dependency-injection": "<4.4",
"symfony/yaml": "<4.4"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2020-12-31 13:34:55 +00:00
"doctrine/annotations": "^1.7",
2017-11-13 17:26:38 +00:00
"psr/log": "~1.0",
2020-06-13 16:32:42 +01:00
"symfony/config": "^5.0",
"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": {
"doctrine/annotations": "For using the annotation loader",
"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
}
],
2017-11-13 17:26:38 +00:00
"description": "Symfony Routing Component",
"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
],
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"
}
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-08T17:03:37+00:00"
2019-05-31 11:27:06 +01:00
},
{
"name": "symfony/service-contracts",
2020-09-13 13:58:50 +01:00
"version": "v2.2.0",
2019-05-31 11:27:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
2020-09-13 13:58:50 +01:00
"reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
2019-05-31 11:27:06 +01:00
},
"dist": {
"type": "zip",
2020-09-13 13:58:50 +01:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
"reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
2019-05-31 11:27:06 +01:00
"shasum": ""
},
"require": {
2020-06-10 20:48:23 +01:00
"php": ">=7.2.5",
2019-07-13 13:02:45 +01:00
"psr/container": "^1.0"
2019-05-31 11:27:06 +01:00
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-13 13:58:50 +01:00
"dev-master": "2.2-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"
],
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"
}
],
2020-09-13 13:58:50 +01:00
"time": "2020-09-07T11:33:47+00:00"
2016-05-19 15:01:28 +01:00
},
2020-06-13 16:32:42 +01:00
{
"name": "symfony/string",
2020-12-31 13:34:55 +00:00
"version": "v5.2.1",
2020-06-13 16:32:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
2020-12-31 13:34:55 +00:00
"reference": "5bd67751d2e3f7d6f770c9154b8fbcb2aa05f7ed"
2020-06-13 16:32:42 +01:00
},
"dist": {
"type": "zip",
2020-12-31 13:34:55 +00:00
"url": "https://api.github.com/repos/symfony/string/zipball/5bd67751d2e3f7d6f770c9154b8fbcb2aa05f7ed",
"reference": "5bd67751d2e3f7d6f770c9154b8fbcb2aa05f7ed",
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"
}
],
"description": "Symfony String component",
"homepage": "https://symfony.com",
"keywords": [
"grapheme",
"i18n",
"string",
"unicode",
"utf-8",
"utf8"
],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-05T07:33:16+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",
2020-12-31 13:34:55 +00:00
"version": "v5.2.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/translation.git",
2020-12-31 13:34:55 +00:00
"reference": "a04209ba0d1391c828e5b2373181dac63c52ee70"
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/symfony/translation/zipball/a04209ba0d1391c828e5b2373181dac63c52ee70",
"reference": "a04209ba0d1391c828e5b2373181dac63c52ee70",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-06-13 16:32:42 +01:00
"php": ">=7.2.5",
2019-05-31 11:27:06 +01:00
"symfony/polyfill-mbstring": "~1.0",
2020-06-13 16:32:42 +01:00
"symfony/polyfill-php80": "^1.15",
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": {
2020-06-13 16:32:42 +01:00
"symfony/translation-implementation": "2.0"
2019-01-20 17:35:58 +00:00
},
2016-05-19 15:01:28 +01:00
"require-dev": {
2017-11-13 17:26:38 +00:00
"psr/log": "~1.0",
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",
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
}
],
2017-11-13 17:26:38 +00:00
"description": "Symfony Translation Component",
"homepage": "https://symfony.com",
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"
}
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-08T17:03:37+00:00"
2019-05-31 11:27:06 +01:00
},
{
"name": "symfony/translation-contracts",
2020-10-10 19:44:17 +01:00
"version": "v2.3.0",
2019-05-31 11:27:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
2020-10-10 19:44:17 +01:00
"reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105"
2019-05-31 11:27:06 +01:00
},
"dist": {
"type": "zip",
2020-10-10 19:44:17 +01:00
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/e2eaa60b558f26a4b0354e1bbb25636efaaad105",
"reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105",
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": {
2020-10-10 19:44:17 +01:00
"dev-master": "2.3-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"
],
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"
}
],
2020-10-10 19:44:17 +01:00
"time": "2020-09-28T13:05:58+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/var-dumper",
2020-12-31 13:34:55 +00:00
"version": "v5.2.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/var-dumper.git",
2020-12-31 13:34:55 +00:00
"reference": "13e7e882eaa55863faa7c4ad7c60f12f1a8b5089"
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/symfony/var-dumper/zipball/13e7e882eaa55863faa7c4ad7c60f12f1a8b5089",
"reference": "13e7e882eaa55863faa7c4ad7c60f12f1a8b5089",
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",
2020-06-10 20:48:23 +01:00
"symfony/polyfill-php80": "^1.15"
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",
2020-06-13 16:32:42 +01:00
"twig/twig": "^2.4|^3.0"
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
}
],
2017-11-13 17:26:38 +00:00
"description": "Symfony mechanism for exploring and dumping PHP variables",
"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
],
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"
}
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-16T17:02:19+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",
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",
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",
2020-10-17 17:15:06 +01:00
"version": "v5.2.0",
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",
2020-10-17 17:15:06 +01:00
"reference": "fba64139db67123c7a57072e5f8d3db10d160b66"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2020-10-17 17:15:06 +01:00
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/fba64139db67123c7a57072e5f8d3db10d160b66",
"reference": "fba64139db67123c7a57072e5f8d3db10d160b66",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-10-17 17:15:06 +01:00
"ext-pcre": "*",
"graham-campbell/result-type": "^1.0.1",
"php": "^7.1.3 || ^8.0",
"phpoption/phpoption": "^1.7.4",
"symfony/polyfill-ctype": "^1.17",
"symfony/polyfill-mbstring": "^1.17",
"symfony/polyfill-php80": "^1.17"
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": "*",
2020-10-17 17:15:06 +01:00
"phpunit/phpunit": "^7.5.20 || ^8.5.2 || ^9.0"
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": {
2020-10-17 17:15:06 +01:00
"dev-master": "5.2-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",
"email": "graham@alt-three.com",
"homepage": "https://gjcampbell.co.uk/"
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "Vance Lucas",
"email": "vance@vancelucas.com",
2019-10-19 15:34:49 +01:00
"homepage": "https://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"
],
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"
}
],
2020-10-17 17:15:06 +01:00
"time": "2020-09-14T15:57:31+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"
],
"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",
"version": "1.9.1",
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
"reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
"reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0 || ^8.0",
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<3.9.1"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36 || ^7.5.13"
},
"type": "library",
"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"
],
"time": "2020-07-08T17:02:28+00:00"
2020-06-13 16:32:42 +01:00
}
],
"packages-dev": [
{
"name": "amphp/amp",
2020-11-08 10:49:46 +00:00
"version": "v2.5.1",
2020-06-13 16:32:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/amp.git",
2020-11-08 10:49:46 +00:00
"reference": "ecdc3c476b3ccff02f8e5d5bcc04f7ccfd18751c"
2020-06-13 16:32:42 +01:00
},
"dist": {
"type": "zip",
2020-11-08 10:49:46 +00:00
"url": "https://api.github.com/repos/amphp/amp/zipball/ecdc3c476b3ccff02f8e5d5bcc04f7ccfd18751c",
"reference": "ecdc3c476b3ccff02f8e5d5bcc04f7ccfd18751c",
2020-06-13 16:32:42 +01:00
"shasum": ""
},
"require": {
"php": ">=7"
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master",
"amphp/phpunit-util": "^1",
"ext-json": "*",
"jetbrains/phpstorm-stubs": "^2019.3",
"phpunit/phpunit": "^6.0.9 | ^7",
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"
],
2020-08-09 16:19:00 +01:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2020-11-08 10:49:46 +00:00
"time": "2020-11-03T16:23:45+00:00"
2020-02-21 22:46:31 +00:00
},
{
"name": "amphp/byte-stream",
2020-08-09 16:19:00 +01:00
"version": "v1.8.0",
2020-02-21 22:46:31 +00:00
"source": {
"type": "git",
"url": "https://github.com/amphp/byte-stream.git",
2020-08-09 16:19:00 +01:00
"reference": "f0c20cf598a958ba2aa8c6e5a71c697d652c7088"
2020-02-21 22:46:31 +00:00
},
"dist": {
"type": "zip",
2020-08-09 16:19:00 +01:00
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/f0c20cf598a958ba2aa8c6e5a71c697d652c7088",
"reference": "f0c20cf598a958ba2aa8c6e5a71c697d652c7088",
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"
],
2020-08-09 16:19:00 +01:00
"time": "2020-06-29T18:35:05+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",
2020-09-13 13:58:50 +01:00
"version": "v3.5.1",
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",
2020-09-13 13:58:50 +01:00
"reference": "233c10688f4c1a6e66ed2ef123038b1363d1bedc"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2020-09-13 13:58:50 +01:00
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/233c10688f4c1a6e66ed2ef123038b1363d1bedc",
"reference": "233c10688f4c1a6e66ed2ef123038b1363d1bedc",
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": {
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"
],
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://github.com/barryvdh",
"type": "github"
}
],
2020-09-13 13:58:50 +01:00
"time": "2020-09-07T19:32:39+00:00"
2016-05-19 15:01:28 +01:00
},
2020-02-22 11:06:43 +00:00
{
"name": "barryvdh/laravel-ide-helper",
2020-12-31 13:34:55 +00:00
"version": "v2.9.0",
2020-02-22 11:06:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-ide-helper.git",
2020-12-31 13:34:55 +00:00
"reference": "64a6b902583802c162cdccf7e76dc8619368bf1a"
2020-02-22 11:06:43 +00:00
},
"dist": {
"type": "zip",
2020-12-31 13:34:55 +00:00
"url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/64a6b902583802c162cdccf7e76dc8619368bf1a",
"reference": "64a6b902583802c162cdccf7e76dc8619368bf1a",
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",
"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
},
"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"
],
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://github.com/barryvdh",
"type": "github"
}
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-29T10:11:05+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"
}
],
"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"
],
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",
2020-09-13 13:58:50 +01:00
"version": "1.2.8",
2020-02-22 11:06:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
2020-09-13 13:58:50 +01:00
"reference": "8a7ecad675253e4654ea05505233285377405215"
2020-02-22 11:06:43 +00:00
},
"dist": {
"type": "zip",
2020-09-13 13:58:50 +01:00
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/8a7ecad675253e4654ea05505233285377405215",
"reference": "8a7ecad675253e4654ea05505233285377405215",
2020-02-22 11:06:43 +00:00
"shasum": ""
},
"require": {
"ext-openssl": "*",
"ext-pcre": "*",
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8",
"psr/log": "^1.0",
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\CaBundle\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
"keywords": [
"cabundle",
"cacert",
"certificate",
"ssl",
"tls"
],
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"
}
],
2020-09-13 13:58:50 +01:00
"time": "2020-08-23T12:54:47+00:00"
2020-02-22 11:06:43 +00:00
},
{
"name": "composer/composer",
2020-12-31 13:34:55 +00:00
"version": "2.0.8",
2020-02-22 11:06:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/composer.git",
2020-12-31 13:34:55 +00:00
"reference": "62139b2806178adb979d76bd3437534a1a9fd490"
2020-02-22 11:06:43 +00:00
},
"dist": {
"type": "zip",
2020-12-31 13:34:55 +00:00
"url": "https://api.github.com/repos/composer/composer/zipball/62139b2806178adb979d76bd3437534a1a9fd490",
"reference": "62139b2806178adb979d76bd3437534a1a9fd490",
2020-02-22 11:06:43 +00:00
"shasum": ""
},
"require": {
"composer/ca-bundle": "^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",
"composer/xdebug-handler": "^1.1",
2020-06-10 20:48:23 +01:00
"justinrainbow/json-schema": "^5.2.10",
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",
2020-11-01 14:24:36 +00:00
"symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",
"symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",
"symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",
"symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0"
2020-10-16 20:45:07 +01:00
},
"require-dev": {
"phpspec/prophecy": "^1.10",
2020-11-01 14:24:36 +00:00
"symfony/phpunit-bridge": "^4.2 || ^5.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": {
2020-11-01 14:24:36 +00:00
"dev-master": "2.0-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"
],
"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:20:39+00:00"
2020-10-16 20:45:07 +01:00
},
{
"name": "composer/package-versions-deprecated",
2020-11-28 18:21:29 +00:00
"version": "1.11.99.1",
2020-10-16 20:45:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/composer/package-versions-deprecated.git",
2020-11-28 18:21:29 +00:00
"reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6"
2020-10-16 20:45:07 +01:00
},
"dist": {
"type": "zip",
2020-11-28 18:21:29 +00:00
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/7413f0b55a051e89485c5cb9f765fe24bb02a7b6",
"reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6",
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)",
"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-11-28 18:21:29 +00:00
"time": "2020-11-11T10:22:58+00:00"
2020-10-16 20:45:07 +01:00
},
{
"name": "composer/semver",
2020-11-28 18:21:29 +00:00
"version": "3.2.4",
2020-10-16 20:45:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
2020-11-28 18:21:29 +00:00
"reference": "a02fdf930a3c1c3ed3a49b5f63859c0c20e10464"
2020-10-16 20:45:07 +01:00
},
"dist": {
"type": "zip",
2020-11-28 18:21:29 +00:00
"url": "https://api.github.com/repos/composer/semver/zipball/a02fdf930a3c1c3ed3a49b5f63859c0c20e10464",
"reference": "a02fdf930a3c1c3ed3a49b5f63859c0c20e10464",
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"
],
"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-11-28 18:21:29 +00:00
"time": "2020-11-13T08:59:24+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
],
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",
2020-11-28 18:21:29 +00:00
"version": "1.4.5",
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",
2020-11-28 18:21:29 +00:00
"reference": "f28d44c286812c714741478d968104c5e604a1d4"
2020-08-09 16:19:00 +01:00
},
"dist": {
"type": "zip",
2020-11-28 18:21:29 +00:00
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f28d44c286812c714741478d968104c5e604a1d4",
"reference": "f28d44c286812c714741478d968104c5e604a1d4",
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",
"psr/log": "^1.0"
2020-08-09 16:19:00 +01:00
},
"require-dev": {
2020-10-16 20:45:07 +01:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8"
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"
],
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"
}
],
2020-11-28 18:21:29 +00:00
"time": "2020-11-13T08:04:11+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",
"version": "1.10.2",
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",
"reference": "13e3381b25847283a91948d04640543941309727"
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/cache/zipball/13e3381b25847283a91948d04640543941309727",
"reference": "13e3381b25847283a91948d04640543941309727",
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.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",
"doctrine/coding-standard": "^6.0",
"mongodb/mongodb": "^1.1",
"phpunit/phpunit": "^7.0",
"predis/predis": "~1.0"
},
"suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
2020-02-21 22:46:31 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-16 20:45:07 +01:00
"dev-master": "1.9.x-dev"
2020-02-21 22:46:31 +00:00
}
},
"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
],
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"
}
],
2020-10-16 20:45:07 +01:00
"time": "2020-07-07T18:54:01+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",
2020-12-31 13:34:55 +00:00
"version": "3.0.0",
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",
2020-12-31 13:34:55 +00:00
"reference": "ee6d1260d5cc20ec506455a585945d7bdb98662c"
2020-02-22 11:06:43 +00:00
},
"dist": {
"type": "zip",
2020-12-31 13:34:55 +00:00
"url": "https://api.github.com/repos/doctrine/dbal/zipball/ee6d1260d5cc20ec506455a585945d7bdb98662c",
"reference": "ee6d1260d5cc20ec506455a585945d7bdb98662c",
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",
2020-10-16 20:45:07 +01:00
"doctrine/cache": "^1.0",
"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": {
2020-10-16 20:45:07 +01:00
"doctrine/coding-standard": "^8.1",
"jetbrains/phpstorm-stubs": "^2019.1",
"phpstan/phpstan": "^0.12.40",
2020-12-31 13:34:55 +00:00
"phpstan/phpstan-strict-rules": "^0.12.2",
2020-11-01 14:24:36 +00:00
"phpunit/phpunit": "^9.4",
2020-10-16 20:45:07 +01:00
"psalm/plugin-phpunit": "^0.10.0",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
2020-11-01 14:24:36 +00:00
"vimeo/psalm": "^3.17.2"
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",
"extra": {
"branch-alias": {
2020-10-16 20:45:07 +01:00
"dev-master": "4.0.x-dev"
2020-02-22 11:06:43 +00:00
}
},
"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
],
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"
}
],
2020-12-31 13:34:55 +00:00
"time": "2020-11-15T18:20:41+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
],
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
],
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",
2020-11-01 14:24:36 +00:00
"version": "1.3.7",
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",
2020-11-01 14:24:36 +00:00
"reference": "fd688d3c06658f2b3b5f7bb19f051ee4ddf02492"
2017-09-11 11:30:05 +01:00
},
"dist": {
"type": "zip",
2020-11-01 14:24:36 +00:00
"url": "https://api.github.com/repos/facade/flare-client-php/zipball/fd688d3c06658f2b3b5f7bb19f051ee4ddf02492",
"reference": "fd688d3c06658f2b3b5f7bb19f051ee4ddf02492",
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
],
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
}
],
2020-11-01 14:24:36 +00:00
"time": "2020-10-21T16:02:39+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",
2020-12-31 13:34:55 +00:00
"version": "2.5.8",
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",
2020-12-31 13:34:55 +00:00
"reference": "8e907d81244649c5ea746e2ec30c32c5f59df472"
2017-12-22 13:29:28 +00:00
},
"dist": {
"type": "zip",
2020-12-31 13:34:55 +00:00
"url": "https://api.github.com/repos/facade/ignition/zipball/8e907d81244649c5ea746e2ec30c32c5f59df472",
"reference": "8e907d81244649c5ea746e2ec30c32c5f59df472",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2019-10-27 16:15:14 +00:00
"ext-json": "*",
"ext-mbstring": "*",
2020-11-01 14:24:36 +00:00
"facade/flare-client-php": "^1.3.7",
"facade/ignition-contracts": "^1.0.2",
2019-10-27 16:15:14 +00:00
"filp/whoops": "^2.4",
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"
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-29T09:12:55+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
],
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",
"version": "v1.13.0",
"source": {
"type": "git",
"url": "https://github.com/FakerPHP/Faker.git",
"reference": "ab3f5364d01f2c2c16113442fb987d26e4004913"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FakerPHP/Faker/zipball/ab3f5364d01f2c2c16113442fb987d26e4004913",
"reference": "ab3f5364d01f2c2c16113442fb987d26e4004913",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"conflict": {
"fzaninotto/faker": "*"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4.1",
"ext-intl": "*",
"phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.4.2"
},
"type": "library",
"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"
],
"time": "2020-12-18T16:50:48+00:00"
},
2020-02-21 22:46:31 +00:00
{
"name": "felixfbecker/advanced-json-rpc",
2020-06-10 20:48:23 +01:00
"version": "v3.1.1",
2020-02-21 22:46:31 +00:00
"source": {
"type": "git",
"url": "https://github.com/felixfbecker/php-advanced-json-rpc.git",
2020-06-10 20:48:23 +01:00
"reference": "0ed363f8de17d284d479ec813c9ad3f6834b5c40"
2020-02-21 22:46:31 +00:00
},
"dist": {
"type": "zip",
2020-06-10 20:48:23 +01:00
"url": "https://api.github.com/repos/felixfbecker/php-advanced-json-rpc/zipball/0ed363f8de17d284d479ec813c9ad3f6834b5c40",
"reference": "0ed363f8de17d284d479ec813c9ad3f6834b5c40",
2020-02-21 22:46:31 +00:00
"shasum": ""
},
"require": {
2020-06-10 20:48:23 +01:00
"netresearch/jsonmapper": "^1.0 || ^2.0",
2020-02-21 22:46:31 +00:00
"php": ">=7.0",
"phpdocumentor/reflection-docblock": "^4.0.0 || ^5.0.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0.0"
},
"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",
2020-06-10 20:48:23 +01:00
"time": "2020-03-11T15:21:41+00:00"
2020-02-21 22:46:31 +00:00
},
{
"name": "felixfbecker/language-server-protocol",
2020-11-01 14:24:36 +00:00
"version": "v1.5.0",
2020-02-21 22:46:31 +00:00
"source": {
"type": "git",
"url": "https://github.com/felixfbecker/php-language-server-protocol.git",
2020-11-01 14:24:36 +00:00
"reference": "85e83cacd2ed573238678c6875f8f0d7ec699541"
2020-02-21 22:46:31 +00:00
},
"dist": {
"type": "zip",
2020-11-01 14:24:36 +00:00
"url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/85e83cacd2ed573238678c6875f8f0d7ec699541",
"reference": "85e83cacd2ed573238678c6875f8f0d7ec699541",
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"
],
2020-11-01 14:24:36 +00:00
"time": "2020-10-23T13:55:30+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",
2020-11-01 14:24:36 +00:00
"version": "2.9.1",
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",
2020-11-01 14:24:36 +00:00
"reference": "307fb34a5ab697461ec4c9db865b20ff2fd40771"
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/filp/whoops/zipball/307fb34a5ab697461ec4c9db865b20ff2fd40771",
"reference": "307fb34a5ab697461ec4c9db865b20ff2fd40771",
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",
2017-11-13 17:26:38 +00:00
"psr/log": "^1.0.1"
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
],
2020-11-01 14:24:36 +00:00
"time": "2020-11-01T12: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
],
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",
2020-06-10 20:48:23 +01:00
"version": "5.2.10",
2020-02-22 11:06:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/justinrainbow/json-schema.git",
2020-06-10 20:48:23 +01:00
"reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b"
2020-02-22 11:06:43 +00:00
},
"dist": {
"type": "zip",
2020-06-10 20:48:23 +01:00
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
"reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
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"
],
2020-06-10 20:48:23 +01:00
"time": "2020-05-27T16:41:55+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",
2020-12-31 13:34:55 +00:00
"version": "v6.11.0",
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",
2020-12-31 13:34:55 +00:00
"reference": "7e05b3ca4f17afcba528c4c5a2390a2dd9949b38"
2017-02-03 22:05:48 +00:00
},
"dist": {
"type": "zip",
2020-12-31 13:34:55 +00:00
"url": "https://api.github.com/repos/laravel/dusk/zipball/7e05b3ca4f17afcba528c4c5a2390a2dd9949b38",
"reference": "7e05b3ca4f17afcba528c4c5a2390a2dd9949b38",
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",
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"
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-22T16:57:45+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",
2020-12-31 13:34:55 +00:00
"version": "v1.16.4",
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",
2020-12-31 13:34:55 +00:00
"reference": "c86c717e4bf3c6d98422da5c38bfa7b0f494b04c"
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/maximebf/php-debugbar/zipball/c86c717e4bf3c6d98422da5c38bfa7b0f494b04c",
"reference": "c86c717e4bf3c6d98422da5c38bfa7b0f494b04c",
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": {
2020-06-10 20:48:23 +01:00
"dev-master": "1.16-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"
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-07T10:48:48+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "mockery/mockery",
2020-09-13 13:58:50 +01:00
"version": "1.4.2",
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",
2020-09-13 13:58:50 +01:00
"reference": "20cab678faed06fac225193be281ea0fddb43b93"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2020-09-13 13:58:50 +01:00
"url": "https://api.github.com/repos/mockery/mockery/zipball/20cab678faed06fac225193be281ea0fddb43b93",
"reference": "20cab678faed06fac225193be281ea0fddb43b93",
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"
],
2020-09-13 13:58:50 +01:00
"time": "2020-08-11T18:10:13+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
],
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",
2020-06-10 20:48:23 +01:00
"version": "v2.1.0",
2020-02-21 22:46:31 +00:00
"source": {
"type": "git",
"url": "https://github.com/cweiske/jsonmapper.git",
2020-06-10 20:48:23 +01:00
"reference": "e0f1e33a71587aca81be5cffbb9746510e1fe04e"
2020-02-21 22:46:31 +00:00
},
"dist": {
"type": "zip",
2020-06-10 20:48:23 +01:00
"url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/e0f1e33a71587aca81be5cffbb9746510e1fe04e",
"reference": "e0f1e33a71587aca81be5cffbb9746510e1fe04e",
2020-02-21 22:46:31 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-pcre": "*",
"ext-reflection": "*",
"ext-spl": "*",
"php": ">=5.6"
},
"require-dev": {
2020-06-10 20:48:23 +01:00
"phpunit/phpunit": "~4.8.35 || ~5.7 || ~6.4 || ~7.0",
"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",
2020-06-10 20:48:23 +01:00
"time": "2020-04-16T18:48:43+00:00"
2020-02-21 22:46:31 +00:00
},
2017-11-16 09:38:21 +00:00
{
"name": "nunomaduro/collision",
2020-11-01 14:24:36 +00:00
"version": "v5.1.0",
2017-11-16 09:38:21 +00:00
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/collision.git",
2020-11-01 14:24:36 +00:00
"reference": "7c2b95589bf81e274e61e47f7672a1b2c3e06eaa"
2017-11-16 09:38:21 +00:00
},
"dist": {
"type": "zip",
2020-11-01 14:24:36 +00:00
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/7c2b95589bf81e274e61e47f7672a1b2c3e06eaa",
"reference": "7c2b95589bf81e274e61e47f7672a1b2c3e06eaa",
2017-11-16 09:38:21 +00:00
"shasum": ""
},
"require": {
2020-06-13 16:32:42 +01:00
"facade/ignition-contracts": "^1.0",
2020-10-17 17:15:06 +01:00
"filp/whoops": "^2.7.2",
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": {
2020-10-17 17:15:06 +01:00
"fideloper/proxy": "^4.4.0",
"friendsofphp/php-cs-fixer": "^2.16.4",
"fruitcake/laravel-cors": "^2.0.1",
"laravel/framework": "^8.0",
"laravel/tinker": "^2.4.1",
"nunomaduro/larastan": "^0.6.2",
"nunomaduro/mock-final-classes": "^1.0",
"orchestra/testbench": "^6.0",
"phpstan/phpstan": "^0.12.36",
"phpunit/phpunit": "^9.3.3"
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"
],
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"
}
],
2020-11-01 14:24:36 +00:00
"time": "2020-10-29T14:50:40+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"
],
"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",
2020-09-13 13:58:50 +01:00
"version": "2.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/phar-io/manifest.git",
2020-09-13 13:58:50 +01:00
"reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133"
2017-09-04 19:34:39 +01:00
},
"dist": {
"type": "zip",
2020-09-13 13:58:50 +01:00
"url": "https://api.github.com/repos/phar-io/manifest/zipball/85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
"reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
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)",
2020-09-13 13:58:50 +01:00
"time": "2020-06-27T14:33:11+00:00"
2017-09-04 19:34:39 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "phar-io/version",
2020-12-31 13:34:55 +00:00
"version": "3.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/phar-io/version.git",
2020-12-31 13:34:55 +00:00
"reference": "e4782611070e50613683d2b9a57730e9a3ba5451"
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/phar-io/version/zipball/e4782611070e50613683d2b9a57730e9a3ba5451",
"reference": "e4782611070e50613683d2b9a57730e9a3ba5451",
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",
2020-12-31 13:34:55 +00:00
"time": "2020-12-13T23:18:30+00:00"
2017-09-04 19:34:39 +01:00
},
2020-01-26 17:50:49 +00:00
{
"name": "php-webdriver/webdriver",
2020-11-28 18:21:29 +00:00
"version": "1.9.0",
2020-01-26 17:50:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-webdriver/php-webdriver.git",
2020-11-28 18:21:29 +00:00
"reference": "e3633154554605274cc9d59837f55a7427d72003"
2020-01-26 17:50:49 +00:00
},
"dist": {
"type": "zip",
2020-11-28 18:21:29 +00:00
"url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/e3633154554605274cc9d59837f55a7427d72003",
"reference": "e3633154554605274cc9d59837f55a7427d72003",
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",
2020-10-10 19:44:17 +01:00
"ondram/ci-detector": "^2.1 || ^3.5",
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",
"extra": {
"branch-alias": {
2020-10-10 19:44:17 +01:00
"dev-main": "1.8.x-dev"
2020-01-26 17:50:49 +00:00
}
},
"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"
],
2020-11-28 18:21:29 +00:00
"time": "2020-11-19T15:21:05+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"
],
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.",
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",
2020-10-10 19:44:17 +01:00
"version": "1.4.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/TypeResolver.git",
2020-10-10 19:44:17 +01:00
"reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
2016-06-08 16:08:28 +01:00
},
"dist": {
"type": "zip",
2020-10-10 19:44:17 +01:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
"reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
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": {
2020-07-12 17:41:26 +01:00
"ext-tokenizer": "*"
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",
2020-10-10 19:44:17 +01:00
"time": "2020-09-17T18:55:26+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "phpspec/prophecy",
2020-12-31 13:34:55 +00:00
"version": "1.12.2",
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",
2020-12-31 13:34:55 +00:00
"reference": "245710e971a030f42e08f4912863805570f23d39"
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/phpspec/prophecy/zipball/245710e971a030f42e08f4912863805570f23d39",
"reference": "245710e971a030f42e08f4912863805570f23d39",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-07-12 17:41:26 +01:00
"doctrine/instantiator": "^1.2",
2020-10-10 19:44:17 +01:00
"php": "^7.2 || ~8.0, <8.1",
"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": {
2020-07-12 17:41:26 +01:00
"phpspec/phpspec": "^6.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": {
2020-07-12 17:41:26 +01:00
"dev-master": "1.11.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
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-19T10:15:11+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "phpunit/php-code-coverage",
2020-12-31 13:34:55 +00:00
"version": "9.2.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-code-coverage.git",
2020-12-31 13:34:55 +00:00
"reference": "f3e026641cc91909d421802dd3ac7827ebfd97e1"
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/sebastianbergmann/php-code-coverage/zipball/f3e026641cc91909d421802dd3ac7827ebfd97e1",
"reference": "f3e026641cc91909d421802dd3ac7827ebfd97e1",
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": "*",
2020-11-01 14:24:36 +00:00
"nikic/php-parser": "^4.10.2",
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"
],
2020-06-13 16:32:42 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-12-31 13:34:55 +00:00
"time": "2020-11-28T06:44:49+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
],
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"
],
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
],
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"
],
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",
2020-12-31 13:34:55 +00:00
"version": "9.5.0",
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",
2020-12-31 13:34:55 +00:00
"reference": "8e16c225d57c3d6808014df6b1dd7598d0a5bbbe"
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/sebastianbergmann/phpunit/zipball/8e16c225d57c3d6808014df6b1dd7598d0a5bbbe",
"reference": "8e16c225d57c3d6808014df6b1dd7598d0a5bbbe",
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",
"phar-io/manifest": "^2.0.1",
"phar-io/version": "^3.0.2",
"php": ">=7.3",
2020-10-17 17:15:06 +01:00
"phpspec/prophecy": "^1.12.1",
2020-12-31 13:34:55 +00:00
"phpunit/php-code-coverage": "^9.2.3",
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",
"sebastian/type": "^2.3",
"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"
],
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://phpunit.de/donate.html",
"type": "custom"
},
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-04T05:05:53+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"
],
"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",
"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",
"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/",
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
],
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",
"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
],
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
],
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
],
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",
2020-11-01 14:24:36 +00:00
"version": "5.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/global-state.git",
2020-11-01 14:24:36 +00:00
"reference": "a90ccbddffa067b51f574dea6eb25d5680839455"
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/global-state/zipball/a90ccbddffa067b51f574dea6eb25d5680839455",
"reference": "a90ccbddffa067b51f574dea6eb25d5680839455",
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
],
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:55:19+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",
"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/",
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/",
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",
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",
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",
2020-11-01 14:24:36 +00:00
"version": "2.3.1",
2019-07-13 13:02:45 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
2020-11-01 14:24:36 +00:00
"reference": "81cd61ab7bbf2de744aba0ea61fae32f721df3d2"
2019-07-13 13:02:45 +01:00
},
"dist": {
"type": "zip",
2020-11-01 14:24:36 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/81cd61ab7bbf2de744aba0ea61fae32f721df3d2",
"reference": "81cd61ab7bbf2de744aba0ea61fae32f721df3d2",
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",
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:18:59+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",
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"
],
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",
2020-07-12 17:41:26 +01:00
"version": "1.1.1",
2020-02-22 11:06:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/phar-utils.git",
2020-07-12 17:41:26 +01:00
"reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796"
2020-02-22 11:06:43 +00:00
},
"dist": {
"type": "zip",
2020-07-12 17:41:26 +01:00
"url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
"reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
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"
],
2020-07-12 17:41:26 +01:00
"time": "2020-07-07T18:42:57+00:00"
2020-02-22 11:06:43 +00:00
},
2020-06-13 16:32:42 +01:00
{
"name": "symfony/debug",
2020-12-31 13:34:55 +00:00
"version": "v4.4.18",
2020-06-13 16:32:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
2020-12-31 13:34:55 +00:00
"reference": "5dfc7825f3bfe9bb74b23d8b8ce0e0894e32b544"
2020-06-13 16:32:42 +01:00
},
"dist": {
"type": "zip",
2020-12-31 13:34:55 +00:00
"url": "https://api.github.com/repos/symfony/debug/zipball/5dfc7825f3bfe9bb74b23d8b8ce0e0894e32b544",
"reference": "5dfc7825f3bfe9bb74b23d8b8ce0e0894e32b544",
2020-06-13 16:32:42 +01:00
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"psr/log": "~1.0",
"symfony/polyfill-php80": "^1.15"
},
"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"
}
],
"description": "Symfony Debug Component",
"homepage": "https://symfony.com",
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-10T16:34:26+00:00"
2020-06-13 16:32:42 +01:00
},
2020-02-22 11:06:43 +00:00
{
"name": "symfony/filesystem",
2020-12-31 13:34:55 +00:00
"version": "v5.2.1",
2020-02-22 11:06:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
2020-12-31 13:34:55 +00:00
"reference": "fa8f8cab6b65e2d99a118e082935344c5ba8c60d"
2020-02-22 11:06:43 +00:00
},
"dist": {
"type": "zip",
2020-12-31 13:34:55 +00:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/fa8f8cab6b65e2d99a118e082935344c5ba8c60d",
"reference": "fa8f8cab6b65e2d99a118e082935344c5ba8c60d",
2020-02-22 11:06:43 +00:00
"shasum": ""
},
"require": {
2020-06-10 20:48:23 +01:00
"php": ">=7.2.5",
2020-02-22 11:06:43 +00:00
"symfony/polyfill-ctype": "~1.8"
},
"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"
}
],
"description": "Symfony Filesystem Component",
"homepage": "https://symfony.com",
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"
}
],
2020-12-31 13:34:55 +00:00
"time": "2020-11-30T17:05:38+00:00"
2020-02-22 11:06:43 +00:00
},
2017-11-13 17:26:38 +00:00
{
"name": "theseer/tokenizer",
2020-08-09 16:19:00 +01:00
"version": "1.2.0",
2017-11-13 17:26:38 +00:00
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
2020-08-09 16:19:00 +01:00
"reference": "75a63c33a8577608444246075ea0af0d052e452a"
2017-11-13 17:26:38 +00:00
},
"dist": {
"type": "zip",
2020-08-09 16:19:00 +01:00
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
"reference": "75a63c33a8577608444246075ea0af0d052e452a",
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",
2020-08-09 16:19:00 +01:00
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
"time": "2020-07-12T23:59:07+00:00"
2017-11-13 17:26:38 +00:00
},
2020-02-21 22:46:31 +00:00
{
"name": "vimeo/psalm",
2020-12-31 13:34:55 +00:00
"version": "4.3.2",
2020-02-21 22:46:31 +00:00
"source": {
"type": "git",
"url": "https://github.com/vimeo/psalm.git",
2020-12-31 13:34:55 +00:00
"reference": "57b53ff26237074fdf5cbcb034f7da5172be4524"
2020-02-21 22:46:31 +00:00
},
"dist": {
"type": "zip",
2020-12-31 13:34:55 +00:00
"url": "https://api.github.com/repos/vimeo/psalm/zipball/57b53ff26237074fdf5cbcb034f7da5172be4524",
"reference": "57b53ff26237074fdf5cbcb034f7da5172be4524",
2020-02-21 22:46:31 +00:00
"shasum": ""
},
"require": {
"amphp/amp": "^2.1",
"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",
2020-02-21 22:46:31 +00:00
"composer/xdebug-handler": "^1.1",
2020-09-13 13:58:50 +01:00
"dnoegel/php-xdg-base-dir": "^0.1.1",
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",
"felixfbecker/language-server-protocol": "^1.4",
2020-08-09 16:19:00 +01:00
"netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0",
2020-11-01 14:24:36 +00:00
"nikic/php-parser": "^4.10.1",
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": {
2020-06-10 20:48:23 +01:00
"amphp/amp": "^2.4.2",
2020-02-21 22:46:31 +00:00
"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": "*",
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",
"psalm/plugin-phpunit": "^0.13",
2020-12-31 13:34:55 +00:00
"slevomat/coding-standard": "^6.3.11",
2020-02-21 22:46:31 +00:00
"squizlabs/php_codesniffer": "^3.5",
2020-09-13 13:58:50 +01:00
"symfony/process": "^4.3",
"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"
],
2020-12-31 13:34:55 +00:00
"time": "2020-12-29T17:37: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.",
"time": "2015-12-17T08:42:14+00:00"
2016-05-19 15:01:28 +01:00
}
],
"aliases": [],
2018-02-15 12:26:59 +00:00
"minimum-stability": "dev",
2020-12-31 13:34:55 +00:00
"stability-flags": {
"pmatseykanets/laravel-scout-postgres": 20
},
2018-02-15 12:26:59 +00:00
"prefer-stable": true,
2016-05-19 15:01:28 +01:00
"prefer-lowest": false,
"platform": {
2020-12-31 13:34:55 +00:00
"php": "^7.4|^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-01-19 20:38:24 +00:00
"plugin-api-version": "1.1.0"
2016-05-19 15:01:28 +01:00
}