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"
],
2023-02-04 10:25:43 +00:00
"content-hash": "8060b9de669d94b189eeeb34170e25e3",
2016-05-19 15:01:28 +01:00
"packages": [
2021-10-01 18:20:27 +01:00
{
"name": "aws/aws-crt-php",
2023-02-04 12:38:22 +00:00
"version": "v1.0.4",
2021-10-01 18:20:27 +01:00
"source": {
"type": "git",
"url": "https://github.com/awslabs/aws-crt-php.git",
2023-02-04 12:38:22 +00:00
"reference": "f5c64ee7c5fce196e2519b3d9b7138649efe032d"
2021-10-01 18:20:27 +01:00
},
"dist": {
"type": "zip",
2023-02-04 12:38:22 +00:00
"url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/f5c64ee7c5fce196e2519b3d9b7138649efe032d",
"reference": "f5c64ee7c5fce196e2519b3d9b7138649efe032d",
2021-10-01 18:20:27 +01:00
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
2023-02-04 12:38:22 +00:00
"phpunit/phpunit": "^4.8.35|^5.6.3"
2021-10-01 18:20:27 +01:00
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "AWS SDK Common Runtime Team",
"email": "aws-sdk-common-runtime@amazon.com"
}
],
"description": "AWS Common Runtime for PHP",
"homepage": "http://aws.amazon.com/sdkforphp",
"keywords": [
"amazon",
"aws",
"crt",
"sdk"
],
"support": {
"issues": "https://github.com/awslabs/aws-crt-php/issues",
2023-02-04 12:38:22 +00:00
"source": "https://github.com/awslabs/aws-crt-php/tree/v1.0.4"
2021-10-01 18:20:27 +01:00
},
2023-02-04 12:38:22 +00:00
"time": "2023-01-31T23:08:25+00:00"
2021-10-01 18:20:27 +01:00
},
2016-05-19 15:01:28 +01:00
{
"name": "aws/aws-sdk-php",
2023-02-04 12:38:22 +00:00
"version": "3.258.3",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
2023-02-04 12:38:22 +00:00
"reference": "57cbc06827148d0d4d3f5dbe4b948daa20f82d70"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2023-02-04 12:38:22 +00:00
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/57cbc06827148d0d4d3f5dbe4b948daa20f82d70",
"reference": "57cbc06827148d0d4d3f5dbe4b948daa20f82d70",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2023-02-04 12:38:22 +00:00
"aws/aws-crt-php": "^1.0.4",
2017-09-04 19:34:39 +01:00
"ext-json": "*",
"ext-pcre": "*",
"ext-simplexml": "*",
2022-07-11 09:01:43 +00:00
"guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
2021-03-17 18:38:18 +00:00
"guzzlehttp/promises": "^1.4.0",
2022-07-11 09:01:43 +00:00
"guzzlehttp/psr7": "^1.8.5 || ^2.3",
2021-03-17 18:38:18 +00:00
"mtdowling/jmespath.php": "^2.6",
2016-05-19 15:01:28 +01:00
"php": ">=5.5"
},
"require-dev": {
"andrewsville/php-token-reflection": "^1.4",
"aws/aws-php-sns-message-validator": "~1.0",
"behat/behat": "~3.0",
2022-07-11 09:01:43 +00:00
"composer/composer": "^1.10.22",
2022-09-19 09:01:21 +00:00
"dms/phpunit-arraysubset-asserts": "^0.4.0",
2016-05-19 15:01:28 +01:00
"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",
2022-09-19 09:01:21 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.6.3 || ^9.5",
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",
2022-09-19 09:01:21 +00:00
"sebastian/comparator": "^1.2.3 || ^4.0",
"yoast/phpunit-polyfills": "^1.0"
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": {
"files": [
"src/functions.php"
2022-02-27 19:42:49 +00:00
],
"psr-4": {
"Aws\\": "src/"
}
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Amazon Web Services",
"homepage": "http://aws.amazon.com"
}
],
"description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
"homepage": "http://aws.amazon.com/sdkforphp",
"keywords": [
"amazon",
"aws",
"cloud",
"dynamodb",
"ec2",
"glacier",
"s3",
"sdk"
],
2021-01-31 14:50:01 +00:00
"support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues",
2023-02-04 12:38:22 +00:00
"source": "https://github.com/aws/aws-sdk-php/tree/3.258.3"
2021-01-31 14:50:01 +00:00
},
2023-02-04 12:38:22 +00:00
"time": "2023-02-03T19:25:20+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",
2023-02-04 11:00:18 +00:00
"version": "0.11.0",
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",
2023-02-04 11:00:18 +00:00
"reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478"
2017-09-08 20:11:38 +01:00
},
"dist": {
"type": "zip",
2023-02-04 11:00:18 +00:00
"url": "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478",
"reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478",
2017-09-08 20:11:38 +01:00
"shasum": ""
},
"require": {
2023-02-04 11:00:18 +00:00
"php": "^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",
2022-08-10 09:01:22 +00:00
"phpunit/phpunit": "^9.0",
2023-02-04 11:00:18 +00:00
"vimeo/psalm": "5.0.0"
2017-09-08 20:11:38 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2020-10-17 17:15:06 +01:00
"Brick\\Math\\": "src/"
}
2017-09-08 20:11:38 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2020-10-17 17:15:06 +01:00
"description": "Arbitrary-precision arithmetic library",
2017-09-08 20:11:38 +01:00
"keywords": [
2020-10-17 17:15:06 +01:00
"Arbitrary-precision",
"BigInteger",
"BigRational",
"arithmetic",
"bigdecimal",
"bignum",
"brick",
"math"
2017-09-08 20:11:38 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/brick/math/issues",
2023-02-04 11:00:18 +00:00
"source": "https://github.com/brick/math/tree/0.11.0"
2021-01-31 14:50:01 +00:00
},
2020-10-17 17:15:06 +01:00
"funding": [
2021-10-01 18:20:27 +01:00
{
"url": "https://github.com/BenMorel",
"type": "github"
2020-10-17 17:15:06 +01:00
}
],
2023-02-04 11:00:18 +00:00
"time": "2023-01-15T23:15:59+00:00"
2017-09-08 20:11:38 +01:00
},
2017-06-13 19:17:55 +01:00
{
"name": "cocur/slugify",
2023-02-04 12:38:22 +00:00
"version": "v4.3.0",
2017-06-13 19:17:55 +01:00
"source": {
"type": "git",
"url": "https://github.com/cocur/slugify.git",
2023-02-04 12:38:22 +00:00
"reference": "652234ef5f1be844a2ae1c36ad1b4c88b05160f9"
2017-06-13 19:17:55 +01:00
},
"dist": {
"type": "zip",
2023-02-04 12:38:22 +00:00
"url": "https://api.github.com/repos/cocur/slugify/zipball/652234ef5f1be844a2ae1c36ad1b4c88b05160f9",
"reference": "652234ef5f1be844a2ae1c36ad1b4c88b05160f9",
2017-06-13 19:17:55 +01:00
"shasum": ""
},
"require": {
2017-10-07 17:23:02 +01:00
"ext-mbstring": "*",
2023-02-04 12:38:22 +00:00
"php": "^7.1 || ~8.0.0 || ~8.1.0 || ~8.2.0"
2020-02-21 13:41:02 +00:00
},
"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": {
2022-01-23 18:42:19 +00:00
"laravel/framework": "^5.0|^6.0|^7.0|^8.0",
2017-06-13 19:17:55 +01:00
"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",
2017-06-13 19:17:55 +01:00
"pimple/pimple": "~1.1",
"plumphp/plum": "~0.1",
2022-01-23 18:42:19 +00:00
"symfony/config": "^3.4 || ^4.3 || ^5.0 || ^6.0",
"symfony/dependency-injection": "^3.4 || ^4.3 || ^5.0 || ^6.0",
"symfony/http-kernel": "^3.4 || ^4.3 || ^5.0 || ^6.0",
"symfony/phpunit-bridge": "^5.4 || ^6.0",
2020-02-21 13:41:02 +00:00
"twig/twig": "^2.12.1 || ~3.0",
2017-06-13 19:17:55 +01:00
"zendframework/zend-modulemanager": "~2.2",
"zendframework/zend-servicemanager": "~2.2",
"zendframework/zend-view": "~2.2"
},
"type": "library",
"autoload": {
"psr-4": {
"Cocur\\Slugify\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florian Eckerstorfer",
"email": "florian@eckerstorfer.co",
"homepage": "https://florian.ec"
2020-02-21 13:41:02 +00:00
},
{
"name": "Ivo Bathke",
"email": "ivo.bathke@gmail.com"
2017-06-13 19:17:55 +01:00
}
],
"description": "Converts a string into a slug.",
"keywords": [
"slug",
"slugify"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/cocur/slugify/issues",
2023-02-04 12:38:22 +00:00
"source": "https://github.com/cocur/slugify/tree/v4.3.0"
2021-01-31 14:50:01 +00:00
},
2023-02-04 12:38:22 +00:00
"time": "2022-12-07T19:48:48+00:00"
2017-06-13 19:17:55 +01:00
},
2019-10-27 16:15:14 +00:00
{
"name": "composer/installers",
2021-10-01 18:20:27 +01:00
"version": "v1.12.0",
2019-10-27 16:15:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/installers.git",
2021-10-01 18:20:27 +01:00
"reference": "d20a64ed3c94748397ff5973488761b22f6d3f19"
2019-10-27 16:15:14 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19",
"reference": "d20a64ed3c94748397ff5973488761b22f6d3f19",
2019-10-27 16:15:14 +00:00
"shasum": ""
},
"require": {
2020-06-10 20:48:23 +01:00
"composer-plugin-api": "^1.0 || ^2.0"
2019-10-27 16:15:14 +00:00
},
"replace": {
"roundcube/plugin-installer": "*",
"shama/baton": "*"
},
"require-dev": {
2021-01-31 14:50:01 +00:00
"composer/composer": "1.6.* || ^2.0",
"composer/semver": "^1 || ^3",
"phpstan/phpstan": "^0.12.55",
"phpstan/phpstan-phpunit": "^0.12.16",
"symfony/phpunit-bridge": "^4.2 || ^5",
2020-06-10 20:48:23 +01:00
"symfony/process": "^2.3"
2019-10-27 16:15:14 +00:00
},
"type": "composer-plugin",
"extra": {
"class": "Composer\\Installers\\Plugin",
"branch-alias": {
2021-01-31 14:50:01 +00:00
"dev-main": "1.x-dev"
2019-10-27 16:15:14 +00:00
}
},
"autoload": {
"psr-4": {
"Composer\\Installers\\": "src/Composer/Installers"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kyle Robinson Young",
"email": "kyle@dontkry.com",
"homepage": "https://github.com/shama"
}
],
"description": "A multi-framework Composer library installer",
"homepage": "https://composer.github.io/installers/",
"keywords": [
"Craft",
"Dolibarr",
"Eliasis",
"Hurad",
"ImageCMS",
"Kanboard",
"Lan Management System",
"MODX Evo",
2020-02-21 13:41:02 +00:00
"MantisBT",
2019-10-27 16:15:14 +00:00
"Mautic",
"Maya",
"OXID",
"Plentymarkets",
"Porto",
"RadPHP",
"SMF",
2021-01-31 14:50:01 +00:00
"Starbug",
2019-10-27 16:15:14 +00:00
"Thelia",
"Whmcs",
"WolfCMS",
"agl",
"aimeos",
"annotatecms",
"attogram",
"bitrix",
"cakephp",
"chef",
"cockpit",
"codeigniter",
"concrete5",
"croogo",
"dokuwiki",
"drupal",
"eZ Platform",
"elgg",
"expressionengine",
"fuelphp",
"grav",
"installer",
"itop",
"joomla",
"known",
"kohana",
"laravel",
"lavalite",
"lithium",
"magento",
"majima",
"mako",
"mediawiki",
2021-04-29 20:36:13 +01:00
"miaoxing",
2019-10-27 16:15:14 +00:00
"modulework",
"modx",
"moodle",
"osclass",
2021-10-01 18:20:27 +01:00
"pantheon",
2019-10-27 16:15:14 +00:00
"phpbb",
"piwik",
"ppi",
2021-01-31 14:50:01 +00:00
"processwire",
2019-10-27 16:15:14 +00:00
"puppet",
"pxcms",
"reindex",
"roundcube",
"shopware",
"silverstripe",
"sydes",
2020-02-21 13:41:02 +00:00
"sylius",
2019-10-27 16:15:14 +00:00
"symfony",
2021-04-29 20:36:13 +01:00
"tastyigniter",
2019-10-27 16:15:14 +00:00
"typo3",
"wordpress",
"yawik",
"zend",
"zikula"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/composer/installers/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/composer/installers/tree/v1.12.0"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
2021-01-31 14:50:01 +00:00
{
"url": "https://github.com/composer",
"type": "github"
},
2020-06-10 20:48:23 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-09-13T08:19:44+00:00"
2019-10-27 16:15:14 +00:00
},
2017-06-13 19:17:55 +01:00
{
"name": "cviebrock/eloquent-sluggable",
2022-02-27 19:42:49 +00:00
"version": "9.0.0",
2017-06-13 19:17:55 +01:00
"source": {
"type": "git",
"url": "https://github.com/cviebrock/eloquent-sluggable.git",
2022-02-27 19:42:49 +00:00
"reference": "3100e37682491424dd13eaeb3ec33cbbad186992"
2017-06-13 19:17:55 +01:00
},
"dist": {
"type": "zip",
2022-02-27 19:42:49 +00:00
"url": "https://api.github.com/repos/cviebrock/eloquent-sluggable/zipball/3100e37682491424dd13eaeb3ec33cbbad186992",
"reference": "3100e37682491424dd13eaeb3ec33cbbad186992",
2017-06-13 19:17:55 +01:00
"shasum": ""
},
"require": {
2020-02-21 13:41:02 +00:00
"cocur/slugify": "^4.0",
2022-02-27 19:42:49 +00:00
"illuminate/config": "^9.0",
"illuminate/database": "^9.0",
"illuminate/support": "^9.0",
"php": "^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",
2022-02-27 19:42:49 +00:00
"orchestra/database": "^7.0",
"orchestra/testbench": "^7.0",
2021-01-31 14:50:01 +00:00
"phpunit/phpunit": "^9.4"
2017-06-13 19:17:55 +01:00
},
"type": "library",
2017-07-06 13:29:00 +01:00
"extra": {
"laravel": {
"providers": [
"Cviebrock\\EloquentSluggable\\ServiceProvider"
]
}
},
2017-06-13 19:17:55 +01:00
"autoload": {
"psr-4": {
"Cviebrock\\EloquentSluggable\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Colin Viebrock",
"email": "colin@viebrock.ca"
}
],
2019-10-19 15:34:49 +01:00
"description": "Easy creation of slugs for your Eloquent models in Laravel",
2017-06-13 19:17:55 +01:00
"homepage": "https://github.com/cviebrock/eloquent-sluggable",
"keywords": [
"eloquent",
2017-09-06 14:54:02 +01:00
"eloquent-sluggable",
2017-06-13 19:17:55 +01:00
"laravel",
2017-09-06 14:54:02 +01:00
"lumen",
"slug",
"sluggable"
2017-06-13 19:17:55 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/cviebrock/eloquent-sluggable/issues",
2022-02-27 19:42:49 +00:00
"source": "https://github.com/cviebrock/eloquent-sluggable/tree/9.0.0"
2021-01-31 14:50:01 +00:00
},
2021-10-01 18:20:27 +01:00
"funding": [
{
"url": "https://github.com/cviebrock",
"type": "github"
}
],
2022-02-27 19:42:49 +00:00
"time": "2022-01-25T02:55:58+00:00"
},
{
"name": "dflydev/dot-access-data",
2022-11-04 15:37:11 +00:00
"version": "v3.0.2",
2022-02-27 19:42:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/dflydev/dflydev-dot-access-data.git",
2022-11-04 15:37:11 +00:00
"reference": "f41715465d65213d644d3141a6a93081be5d3549"
2022-02-27 19:42:49 +00:00
},
"dist": {
"type": "zip",
2022-11-04 15:37:11 +00:00
"url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549",
"reference": "f41715465d65213d644d3141a6a93081be5d3549",
2022-02-27 19:42:49 +00:00
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^0.12.42",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
"scrutinizer/ocular": "1.6.0",
"squizlabs/php_codesniffer": "^3.5",
2022-11-04 15:37:11 +00:00
"vimeo/psalm": "^4.0.0"
2022-02-27 19:42:49 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Dflydev\\DotAccessData\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dragonfly Development Inc.",
"email": "info@dflydev.com",
"homepage": "http://dflydev.com"
},
{
"name": "Beau Simensen",
"email": "beau@dflydev.com",
"homepage": "http://beausimensen.com"
},
{
"name": "Carlos Frutos",
"email": "carlos@kiwing.it",
"homepage": "https://github.com/cfrutos"
},
{
"name": "Colin O'Dell",
"email": "colinodell@gmail.com",
"homepage": "https://www.colinodell.com"
}
],
"description": "Given a deep data structure, access data by dot notation.",
"homepage": "https://github.com/dflydev/dflydev-dot-access-data",
"keywords": [
"access",
"data",
"dot",
"notation"
],
"support": {
"issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
2022-11-04 15:37:11 +00:00
"source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.2"
2022-02-27 19:42:49 +00:00
},
2022-11-04 15:37:11 +00:00
"time": "2022-10-27T11:44:00+00:00"
2017-06-13 19:17:55 +01:00
},
2016-09-05 23:47:15 +01:00
{
2020-10-16 20:45:07 +01:00
"name": "doctrine/inflector",
2022-10-20 15:32:22 +00:00
"version": "2.0.6",
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",
2022-10-20 15:32:22 +00:00
"reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024"
2016-09-05 23:47:15 +01:00
},
"dist": {
"type": "zip",
2022-10-20 15:32:22 +00:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/d9d313a36c872fd6ee06d9a6cbcf713eaa40f024",
"reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024",
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": {
2022-10-20 15:32:22 +00:00
"doctrine/coding-standard": "^10",
2022-09-09 13:39:10 +00:00
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.3",
"phpunit/phpunit": "^8.5 || ^9.5",
"vimeo/psalm": "^4.25"
2016-09-05 23:47:15 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2020-10-16 20:45:07 +01:00
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
2016-09-05 23:47:15 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-01-26 17:50:49 +00:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2016-09-05 23:47:15 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2020-10-16 20:45:07 +01:00
"description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
"homepage": "https://www.doctrine-project.org/projects/inflector.html",
2016-09-05 23:47:15 +01:00
"keywords": [
2020-10-16 20:45:07 +01:00
"inflection",
"inflector",
"lowercase",
"manipulation",
2020-01-26 17:50:49 +00:00
"php",
2020-10-16 20:45:07 +01:00
"plural",
"singular",
"strings",
"uppercase",
"words"
2016-09-05 23:47:15 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
2022-10-20 15:32:22 +00:00
"source": "https://github.com/doctrine/inflector/tree/2.0.6"
2021-01-31 14:50:01 +00: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"
}
],
2022-10-20 15:32:22 +00:00
"time": "2022-10-20T09:10:12+00:00"
2016-09-05 23:47:15 +01:00
},
{
2020-10-16 20:45:07 +01:00
"name": "doctrine/lexer",
2023-02-04 11:00:18 +00:00
"version": "3.0.0",
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",
2023-02-04 11:00:18 +00:00
"reference": "84a527db05647743d50373e0ec53a152f2cde568"
2016-09-05 23:47:15 +01:00
},
"dist": {
"type": "zip",
2023-02-04 11:00:18 +00:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/84a527db05647743d50373e0ec53a152f2cde568",
"reference": "84a527db05647743d50373e0ec53a152f2cde568",
2016-09-05 23:47:15 +01:00
"shasum": ""
},
"require": {
2023-02-04 11:00:18 +00:00
"php": "^8.1"
2016-09-05 23:47:15 +01:00
},
"require-dev": {
2023-02-04 11:00:18 +00:00
"doctrine/coding-standard": "^10",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.5",
"psalm/plugin-phpunit": "^0.18.3",
"vimeo/psalm": "^5.0"
2018-07-22 18:34:16 +01:00
},
2016-09-05 23:47:15 +01:00
"type": "library",
"autoload": {
2019-01-20 17:35:58 +00:00
"psr-4": {
2023-02-04 11:00:18 +00:00
"Doctrine\\Common\\Lexer\\": "src"
2016-09-05 23:47:15 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-01-26 17:50:49 +00:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2016-09-05 23:47:15 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
2020-10-16 20:45:07 +01:00
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2016-09-05 23:47:15 +01:00
}
],
2020-10-16 20:45:07 +01:00
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
2016-09-05 23:47:15 +01:00
"keywords": [
2020-10-16 20:45:07 +01:00
"annotations",
"docblock",
"lexer",
"parser",
"php"
2016-09-05 23:47:15 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
2023-02-04 11:00:18 +00:00
"source": "https://github.com/doctrine/lexer/tree/3.0.0"
2021-01-31 14:50:01 +00: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"
}
],
2023-02-04 11:00:18 +00:00
"time": "2022-12-15T16:57:16+00:00"
2016-09-05 23:47:15 +01:00
},
{
2020-10-16 20:45:07 +01:00
"name": "dragonmantank/cron-expression",
2022-09-12 09:17:37 +00:00
"version": "v3.3.2",
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",
2022-09-12 09:17:37 +00:00
"reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8"
2016-09-05 23:47:15 +01:00
},
"dist": {
"type": "zip",
2022-09-12 09:17:37 +00:00
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/782ca5968ab8b954773518e9e49a6f892a34b2a8",
"reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8",
2016-09-05 23:47:15 +01:00
"shasum": ""
},
"require": {
2020-11-28 18:21:29 +00:00
"php": "^7.2|^8.0",
2022-01-23 18:42:19 +00:00
"webmozart/assert": "^1.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",
2022-01-23 18:42:19 +00:00
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-webmozart-assert": "^1.0",
2020-10-17 17:15:06 +01:00
"phpunit/phpunit": "^7.0|^8.0|^9.0"
2016-09-05 23:47:15 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2020-10-16 20:45:07 +01:00
"Cron\\": "src/Cron/"
2016-09-05 23:47:15 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-10-16 20:45:07 +01:00
"name": "Chris Tankersley",
"email": "chris@ctankersley.com",
"homepage": "https://github.com/dragonmantank"
2018-02-15 12:26:59 +00:00
}
],
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
"keywords": [
"cron",
"schedule"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/dragonmantank/cron-expression/issues",
2022-09-12 09:17:37 +00:00
"source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.2"
2021-01-31 14:50:01 +00:00
},
2020-10-17 17:15:06 +01:00
"funding": [
{
"url": "https://github.com/dragonmantank",
"type": "github"
}
],
2022-09-12 09:17:37 +00:00
"time": "2022-09-10T18:51:20+00:00"
2018-02-15 12:26:59 +00:00
},
2017-09-04 19:34:39 +01:00
{
"name": "egulias/email-validator",
2023-02-04 11:00:18 +00:00
"version": "4.0.1",
2017-09-04 19:34:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
2023-02-04 11:00:18 +00:00
"reference": "3a85486b709bc384dae8eb78fb2eec649bdb64ff"
2017-09-04 19:34:39 +01:00
},
"dist": {
"type": "zip",
2023-02-04 11:00:18 +00:00
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/3a85486b709bc384dae8eb78fb2eec649bdb64ff",
"reference": "3a85486b709bc384dae8eb78fb2eec649bdb64ff",
2017-09-04 19:34:39 +01:00
"shasum": ""
},
"require": {
2023-02-04 11:00:18 +00:00
"doctrine/lexer": "^2.0 || ^3.0",
"php": ">=8.1",
"symfony/polyfill-intl-idn": "^1.26"
2017-09-04 19:34:39 +01:00
},
"require-dev": {
2023-02-04 11:00:18 +00:00
"phpunit/phpunit": "^9.5.27",
"vimeo/psalm": "^4.30"
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": {
2023-02-04 11:00:18 +00:00
"dev-master": "4.0.x-dev"
2017-09-04 19:34:39 +01:00
}
},
"autoload": {
"psr-4": {
2020-06-17 22:43:12 +01:00
"Egulias\\EmailValidator\\": "src"
2017-09-04 19:34:39 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eduardo Gulias Davis"
}
],
"description": "A library for validating emails against several RFCs",
"homepage": "https://github.com/egulias/EmailValidator",
"keywords": [
"email",
"emailvalidation",
"emailvalidator",
"validation",
"validator"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/egulias/EmailValidator/issues",
2023-02-04 11:00:18 +00:00
"source": "https://github.com/egulias/EmailValidator/tree/4.0.1"
2021-01-31 14:50:01 +00:00
},
2020-11-28 18:21:29 +00:00
"funding": [
{
"url": "https://github.com/egulias",
"type": "github"
}
],
2023-02-04 11:00:18 +00:00
"time": "2023-01-14T14:17:03+00:00"
2017-02-03 21:49:49 +00:00
},
2020-10-19 19:41:50 +01:00
{
2022-02-27 19:42:49 +00:00
"name": "fruitcake/php-cors",
"version": "v1.2.0",
2020-10-19 19:41:50 +01:00
"source": {
"type": "git",
2022-02-27 19:42:49 +00:00
"url": "https://github.com/fruitcake/php-cors.git",
"reference": "58571acbaa5f9f462c9c77e911700ac66f446d4e"
2020-10-19 19:41:50 +01:00
},
"dist": {
"type": "zip",
2022-02-27 19:42:49 +00:00
"url": "https://api.github.com/repos/fruitcake/php-cors/zipball/58571acbaa5f9f462c9c77e911700ac66f446d4e",
"reference": "58571acbaa5f9f462c9c77e911700ac66f446d4e",
2020-10-19 19:41:50 +01:00
"shasum": ""
},
"require": {
2022-02-27 19:42:49 +00:00
"php": "^7.4|^8.0",
"symfony/http-foundation": "^4.4|^5.4|^6"
2020-10-19 19:41:50 +01:00
},
"require-dev": {
2022-02-27 19:42:49 +00:00
"phpstan/phpstan": "^1.4",
"phpunit/phpunit": "^9",
2020-10-19 19:41:50 +01:00
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"extra": {
"branch-alias": {
2022-02-27 19:42:49 +00:00
"dev-main": "1.1-dev"
2020-10-19 19:41:50 +01:00
}
},
"autoload": {
"psr-4": {
"Fruitcake\\Cors\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fruitcake",
"homepage": "https://fruitcake.nl"
},
{
2022-02-27 19:42:49 +00:00
"name": "Barryvdh",
2020-10-19 19:41:50 +01:00
"email": "barryvdh@gmail.com"
}
],
2022-02-27 19:42:49 +00:00
"description": "Cross-origin resource sharing library for the Symfony HttpFoundation",
"homepage": "https://github.com/fruitcake/php-cors",
2020-10-19 19:41:50 +01:00
"keywords": [
"cors",
2022-02-27 19:42:49 +00:00
"laravel",
"symfony"
2020-10-19 19:41:50 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
2022-02-27 19:42:49 +00:00
"issues": "https://github.com/fruitcake/php-cors/issues",
"source": "https://github.com/fruitcake/php-cors/tree/v1.2.0"
2021-01-31 14:50:01 +00:00
},
2020-10-19 19:41:50 +01:00
"funding": [
2022-01-08 18:40:34 +00:00
{
"url": "https://fruitcake.nl",
"type": "custom"
},
2020-10-19 19:41:50 +01:00
{
"url": "https://github.com/barryvdh",
"type": "github"
}
],
2022-02-27 19:42:49 +00:00
"time": "2022-02-20T15:07:15+00:00"
2020-10-19 19:41:50 +01:00
},
2020-10-17 17:15:06 +01:00
{
"name": "graham-campbell/result-type",
2022-08-01 09:01:40 +00:00
"version": "v1.1.0",
2020-10-17 17:15:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Result-Type.git",
2022-08-01 09:01:40 +00:00
"reference": "a878d45c1914464426dc94da61c9e1d36ae262a8"
2020-10-17 17:15:06 +01:00
},
"dist": {
"type": "zip",
2022-08-01 09:01:40 +00:00
"url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/a878d45c1914464426dc94da61c9e1d36ae262a8",
"reference": "a878d45c1914464426dc94da61c9e1d36ae262a8",
2020-10-17 17:15:06 +01:00
"shasum": ""
},
"require": {
2022-08-01 09:01:40 +00:00
"php": "^7.2.5 || ^8.0",
"phpoption/phpoption": "^1.9"
2020-10-17 17:15:06 +01:00
},
"require-dev": {
2022-08-01 09:01:40 +00:00
"phpunit/phpunit": "^8.5.28 || ^9.5.21"
2020-10-17 17:15:06 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"GrahamCampbell\\ResultType\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
2021-12-17 19:58:52 +00:00
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
2020-10-17 17:15:06 +01:00
}
],
"description": "An Implementation Of The Result Type",
"keywords": [
"Graham Campbell",
"GrahamCampbell",
"Result Type",
"Result-Type",
"result"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/GrahamCampbell/Result-Type/issues",
2022-08-01 09:01:40 +00:00
"source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.0"
2021-01-31 14:50:01 +00:00
},
2020-10-17 17:15:06 +01:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
"type": "tidelift"
}
],
2022-08-01 09:01:40 +00:00
"time": "2022-07-30T15:56:11+00:00"
2020-10-17 17:15:06 +01:00
},
2016-05-19 15:01:28 +01:00
{
2020-10-16 20:45:07 +01:00
"name": "guzzlehttp/guzzle",
2022-08-29 09:01:02 +00:00
"version": "7.5.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2022-08-29 09:01:02 +00:00
"reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2022-08-29 09:01:02 +00:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba",
"reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2019-10-27 16:15:14 +00:00
"ext-json": "*",
2021-10-24 16:18:02 +01:00
"guzzlehttp/promises": "^1.5",
2022-06-21 20:58:29 +00:00
"guzzlehttp/psr7": "^1.9 || ^2.4",
2020-10-17 17:15:06 +01:00
"php": "^7.2.5 || ^8.0",
2021-10-24 16:18:02 +01:00
"psr/http-client": "^1.0",
2021-12-17 19:58:52 +00:00
"symfony/deprecation-contracts": "^2.2 || ^3.0"
2020-10-17 17:15:06 +01:00
},
"provide": {
"psr/http-client-implementation": "1.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2022-08-29 09:01:02 +00:00
"bamarni/composer-bin-plugin": "^1.8.1",
2016-05-19 15:01:28 +01:00
"ext-curl": "*",
2020-10-17 17:15:06 +01:00
"php-http/client-integration-tests": "^3.0",
2022-08-29 09:01:02 +00:00
"phpunit/phpunit": "^8.5.29 || ^9.5.23",
2021-10-24 16:18:02 +01:00
"psr/log": "^1.1 || ^2.0 || ^3.0"
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": {
2022-08-29 09:01:02 +00:00
"bamarni-bin": {
"bin-links": true,
"forward-command": false
},
2016-05-19 15:01:28 +01:00
"branch-alias": {
2022-08-29 09:01:02 +00:00
"dev-master": "7.5-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2019-10-27 16:15:14 +00:00
"files": [
"src/functions_include.php"
2022-02-27 19:42:49 +00:00
],
"psr-4": {
"GuzzleHttp\\": "src/"
}
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2021-10-24 16:18:02 +01:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2016-05-19 15:01:28 +01:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2020-10-17 17:15:06 +01:00
},
2021-10-24 16:18:02 +01:00
{
"name": "Jeremy Lindblom",
"email": "jeremeamia@gmail.com",
"homepage": "https://github.com/jeremeamia"
},
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
2020-10-17 17:15:06 +01:00
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
2021-10-24 16:18:02 +01:00
"homepage": "https://github.com/sagikazarmark"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
2016-05-19 15:01:28 +01:00
}
],
"description": "Guzzle is a PHP HTTP client library",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
2020-10-17 17:15:06 +01:00
"psr-18",
"psr-7",
2016-05-19 15:01:28 +01:00
"rest",
"web service"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
2022-08-29 09:01:02 +00:00
"source": "https://github.com/guzzle/guzzle/tree/7.5.0"
2021-01-31 14:50:01 +00:00
},
2020-10-17 17:15:06 +01:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
2021-10-24 16:18:02 +01:00
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
"type": "tidelift"
2020-10-17 17:15:06 +01:00
}
],
2022-08-29 09:01:02 +00:00
"time": "2022-08-28T15:39:27+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "guzzlehttp/promises",
2022-08-29 09:01:02 +00:00
"version": "1.5.2",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
2022-08-29 09:01:02 +00:00
"reference": "b94b2807d85443f9719887892882d0329d1e2598"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2022-08-29 09:01:02 +00:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
"reference": "b94b2807d85443f9719887892882d0329d1e2598",
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": {
2021-10-24 16:18:02 +01:00
"dev-master": "1.5-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"files": [
"src/functions_include.php"
2022-02-27 19:42:49 +00:00
],
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
}
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2021-10-24 16:18:02 +01:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2016-05-19 15:01:28 +01:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2021-10-24 16:18:02 +01:00
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
2016-05-19 15:01:28 +01:00
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/guzzle/promises/issues",
2022-08-29 09:01:02 +00:00
"source": "https://github.com/guzzle/promises/tree/1.5.2"
2021-01-31 14:50:01 +00:00
},
2021-10-24 16:18:02 +01:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
"type": "tidelift"
}
],
2022-08-29 09:01:02 +00:00
"time": "2022-08-28T14:55:35+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "guzzlehttp/psr7",
2022-11-15 17:10:47 +00:00
"version": "2.4.3",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2022-11-15 17:10:47 +00:00
"reference": "67c26b443f348a51926030c83481b85718457d3d"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2022-11-15 17:10:47 +00:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d",
"reference": "67c26b443f348a51926030c83481b85718457d3d",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2021-10-24 16:18:02 +01:00
"php": "^7.2.5 || ^8.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"ralouphie/getallheaders": "^3.0"
2016-05-19 15:01:28 +01:00
},
"provide": {
2021-10-24 16:18:02 +01:00
"psr/http-factory-implementation": "1.0",
2016-05-19 15:01:28 +01:00
"psr/http-message-implementation": "1.0"
},
"require-dev": {
2022-08-29 09:01:02 +00:00
"bamarni/composer-bin-plugin": "^1.8.1",
2021-10-24 16:18:02 +01:00
"http-interop/http-factory-tests": "^0.9",
2022-08-29 09:01:02 +00:00
"phpunit/phpunit": "^8.5.29 || ^9.5.23"
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": {
2022-08-29 09:01:02 +00:00
"bamarni-bin": {
"bin-links": true,
"forward-command": false
},
2016-05-19 15:01:28 +01:00
"branch-alias": {
2022-06-21 20:58:29 +00:00
"dev-master": "2.4-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
2021-10-24 16:18:02 +01:00
}
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2021-10-05 20:42:02 +01:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2016-05-19 15:01:28 +01:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2017-03-02 15:49:52 +00:00
},
2021-10-05 20:42:02 +01:00
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://github.com/sagikazarmark"
},
2017-03-02 15:49:52 +00:00
{
"name": "Tobias Schultze",
2021-10-05 20:42:02 +01:00
"email": "webmaster@tubo-world.de",
2017-03-02 15:49:52 +00:00
"homepage": "https://github.com/Tobion"
2021-10-24 16:18:02 +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
}
],
2017-03-02 15:49:52 +00:00
"description": "PSR-7 message implementation that also provides common utility methods",
2016-05-19 15:01:28 +01:00
"keywords": [
"http",
"message",
2019-01-20 17:35:58 +00:00
"psr-7",
2017-03-02 15:49:52 +00:00
"request",
"response",
2016-05-19 15:01:28 +01:00
"stream",
2017-03-02 15:49:52 +00:00
"uri",
"url"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
2022-11-15 17:10:47 +00:00
"source": "https://github.com/guzzle/psr7/tree/2.4.3"
2021-01-31 14:50:01 +00:00
},
2021-10-05 20:42:02 +01:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
"type": "tidelift"
}
],
2022-11-15 17:10:47 +00:00
"time": "2022-10-26T14:07:24+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "indieauth/client",
2022-11-09 18:55:10 +00:00
"version": "1.1.6",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/indieweb/indieauth-client-php.git",
2022-11-09 18:55:10 +00:00
"reference": "9f3f9cc71a752c371b44d40a979504ffd7026c7d"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2022-11-09 18:55:10 +00:00
"url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/9f3f9cc71a752c371b44d40a979504ffd7026c7d",
"reference": "9f3f9cc71a752c371b44d40a979504ffd7026c7d",
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",
2022-11-09 18:55:10 +00:00
"mf2/mf2": "^0.5",
"p3k/http": "^0.1",
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": {
2022-11-09 18:55:10 +00:00
"yoast/phpunit-polyfills": "^1.0"
2017-12-07 15:39:19 +00:00
},
2016-05-19 15:01:28 +01:00
"type": "library",
"autoload": {
2022-11-09 18:55:10 +00:00
"psr-4": {
"IndieAuth\\": "src/IndieAuth/"
2016-05-19 15:01:28 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-02-15 12:26:59 +00:00
"Apache-2.0"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
"name": "Aaron Parecki",
2018-02-15 12:26:59 +00:00
"homepage": "https://aaronparecki.com"
2016-05-19 15:01:28 +01:00
}
],
"description": "IndieAuth Client Library",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/indieweb/indieauth-client-php/issues",
2022-11-09 18:55:10 +00:00
"source": "https://github.com/indieweb/indieauth-client-php/tree/1.1.6"
2021-01-31 14:50:01 +00:00
},
2020-12-31 13:34:55 +00:00
"funding": [
{
"url": "https://opencollective.com/indieweb",
"type": "opencollective"
}
],
2022-11-09 18:55:10 +00:00
"time": "2022-11-08T21:37:04+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "indieweb/link-rel-parser",
2017-01-26 15:34:27 +00:00
"version": "0.1.3",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/indieweb/link-rel-parser-php.git",
2017-01-26 15:34:27 +00:00
"reference": "295420e4f16d9a9d262a3c25a7a583794428f055"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2017-01-26 15:34:27 +00:00
"url": "https://api.github.com/repos/indieweb/link-rel-parser-php/zipball/295420e4f16d9a9d262a3c25a7a583794428f055",
"reference": "295420e4f16d9a9d262a3c25a7a583794428f055",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"files": [
"src/IndieWeb/link_rel_parser.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Aaron Parecki",
"homepage": "http://aaronparecki.com"
},
{
"name": "Tantek Çelik",
"homepage": "http://tantek.com"
}
],
"description": "Parse rel values from HTTP headers",
"homepage": "https://github.com/indieweb/link-rel-parser-php",
"keywords": [
"http",
"indieweb",
"microformats2"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/indieweb/link-rel-parser-php/issues",
"source": "https://github.com/indieweb/link-rel-parser-php/tree/master"
},
2017-01-26 15:34:27 +00:00
"time": "2017-01-11T17:14:49+00:00"
2016-05-19 15:01:28 +01:00
},
2018-02-15 12:26:59 +00:00
{
"name": "indieweb/representative-h-card",
"version": "0.1.2",
"source": {
"type": "git",
"url": "https://github.com/indieweb/representative-h-card-php.git",
"reference": "b70b01bd0dd7f2a940602137335dbf46ab6e2e38"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/indieweb/representative-h-card-php/zipball/b70b01bd0dd7f2a940602137335dbf46ab6e2e38",
"reference": "b70b01bd0dd7f2a940602137335dbf46ab6e2e38",
"shasum": ""
},
"require": {
"php": ">=5.4"
},
"require-dev": {
"mf2/mf2": "0.2.*",
"phpunit/phpunit": "*"
},
"type": "library",
"autoload": {
"files": [
"src/mf2/representative-h-card.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Aaron Parecki",
"homepage": "http://aaronparecki.com"
}
],
"keywords": [
"h-card",
"indieweb",
"mf2",
"microformats"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/indieweb/representative-h-card-php/issues",
"source": "https://github.com/indieweb/representative-h-card-php/tree/0.1.2"
},
2018-02-15 12:26:59 +00:00
"time": "2015-12-23T18:11:19+00:00"
},
2017-09-16 11:39:36 +01:00
{
"name": "intervention/image",
2022-06-01 21:20:32 +01:00
"version": "2.7.2",
2017-09-16 11:39:36 +01:00
"source": {
"type": "git",
"url": "https://github.com/Intervention/image.git",
2022-06-01 21:20:32 +01:00
"reference": "04be355f8d6734c826045d02a1079ad658322dad"
2017-09-16 11:39:36 +01:00
},
"dist": {
"type": "zip",
2022-06-01 21:20:32 +01:00
"url": "https://api.github.com/repos/Intervention/image/zipball/04be355f8d6734c826045d02a1079ad658322dad",
"reference": "04be355f8d6734c826045d02a1079ad658322dad",
2017-09-16 11:39:36 +01:00
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
2021-10-01 18:20:27 +01:00
"guzzlehttp/psr7": "~1.1 || ^2.0",
2017-09-16 11:39:36 +01:00
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "~0.9.2",
2021-10-01 18:20:27 +01:00
"phpunit/phpunit": "^4.8 || ^5.7 || ^7.5.15"
2017-09-16 11:39:36 +01:00
},
"suggest": {
"ext-gd": "to use GD library based image processing.",
"ext-imagick": "to use Imagick based image processing.",
"intervention/imagecache": "Caching extension for the Intervention Image library"
},
"type": "library",
"extra": {
"branch-alias": {
2018-06-23 23:21:26 +01:00
"dev-master": "2.4-dev"
2017-09-16 11:39:36 +01:00
},
"laravel": {
"providers": [
"Intervention\\Image\\ImageServiceProvider"
],
"aliases": {
"Image": "Intervention\\Image\\Facades\\Image"
}
}
},
"autoload": {
"psr-4": {
"Intervention\\Image\\": "src/Intervention/Image"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Oliver Vogel",
2022-06-01 21:20:32 +01:00
"email": "oliver@intervention.io",
"homepage": "https://intervention.io/"
2017-09-16 11:39:36 +01:00
}
],
"description": "Image handling and manipulation library with support for Laravel integration",
"homepage": "http://image.intervention.io/",
"keywords": [
"gd",
"image",
"imagick",
"laravel",
"thumbnail",
"watermark"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/Intervention/image/issues",
2022-06-01 21:20:32 +01:00
"source": "https://github.com/Intervention/image/tree/2.7.2"
2021-01-31 14:50:01 +00:00
},
2021-10-01 18:20:27 +01:00
"funding": [
{
2022-06-01 21:20:32 +01:00
"url": "https://paypal.me/interventionio",
2021-10-01 18:20:27 +01:00
"type": "custom"
},
{
"url": "https://github.com/Intervention",
"type": "github"
}
],
2022-06-01 21:20:32 +01:00
"time": "2022-05-21T17:30:32+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "jonnybarnes/indieweb",
2020-12-31 13:34:55 +00:00
"version": "v0.3",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2020-10-10 19:44:17 +01:00
"url": "https://github.com/jonnybarnes/indieweb.git",
2020-12-31 13:34:55 +00:00
"reference": "675510b2be81cce8c79a591bba548cbeb3dc82f7"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2020-12-31 13:34:55 +00:00
"url": "https://api.github.com/repos/jonnybarnes/indieweb/zipball/675510b2be81cce8c79a591bba548cbeb3dc82f7",
"reference": "675510b2be81cce8c79a591bba548cbeb3dc82f7",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"ext-intl": "*",
"ext-mbstring": "*",
2020-12-31 13:34:55 +00:00
"php": "^7.3|^8.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.0"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Jonnybarnes\\IndieWeb\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"CC0-1.0"
],
"authors": [
{
"name": "Jonny Barnes",
"email": "jonny@jonnybarnes.uk"
}
],
"description": "IndieWeb helper functions",
"homepage": "https://github.com/jonnybarnes/indieweb",
"keywords": [
"indieweb",
"posse"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/jonnybarnes/indieweb/issues",
"source": "https://github.com/jonnybarnes/indieweb/tree/v0.3"
},
2020-12-31 13:34:55 +00:00
"time": "2020-11-29T11:13:10+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "jonnybarnes/webmentions-parser",
2020-12-31 13:34:55 +00:00
"version": "v0.6",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/jonnybarnes/webmentions-parser.git",
2020-12-31 13:34:55 +00:00
"reference": "cac1acb2b252d6eb611fc5f3a2c6e2265bc86b44"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2020-12-31 13:34:55 +00:00
"url": "https://api.github.com/repos/jonnybarnes/webmentions-parser/zipball/cac1acb2b252d6eb611fc5f3a2c6e2265bc86b44",
"reference": "cac1acb2b252d6eb611fc5f3a2c6e2265bc86b44",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"guzzlehttp/guzzle": "^6.0|^7.0",
"mf2/mf2": "~0.4",
2020-12-31 13:34:55 +00:00
"php": "^7.3|^8.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.0"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Jonnybarnes\\WebmentionsParser\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
2016-07-12 21:55:03 +01:00
"license": [
"CC0-1.0"
],
2016-05-19 15:01:28 +01:00
"authors": [
{
"name": "Jonny Barnes",
"homepage": "https://jonnybarnes.uk"
}
],
"description": "A PHP library to parse webmentions from HTML",
"keywords": [
"html",
"indieweb",
"microformats",
"webmentions"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/jonnybarnes/webmentions-parser/issues",
"source": "https://github.com/jonnybarnes/webmentions-parser/tree/v0.6"
},
2020-12-31 13:34:55 +00:00
"time": "2020-11-29T11:40:36+00:00"
2016-05-19 15:01:28 +01:00
},
2019-10-27 16:15:14 +00:00
{
"name": "jublonet/codebird-php",
"version": "4.0.0-beta.1",
"source": {
"type": "git",
2021-12-17 19:58:52 +00:00
"url": "https://github.com/jublo/codebird-php.git",
2019-10-27 16:15:14 +00:00
"reference": "df362d8ad629aad6c4c7dbf36a440e569ec41368"
},
"dist": {
"type": "zip",
2021-12-17 19:58:52 +00:00
"url": "https://api.github.com/repos/jublo/codebird-php/zipball/df362d8ad629aad6c4c7dbf36a440e569ec41368",
2019-10-27 16:15:14 +00:00
"reference": "df362d8ad629aad6c4c7dbf36a440e569ec41368",
"shasum": ""
},
"require": {
"composer/installers": "~1.0",
"ext-hash": "*",
"ext-json": "*",
"lib-openssl": "*",
"php": ">=5.5.0"
},
"require-dev": {
"php-coveralls/php-coveralls": ">=0.6",
"phpunit/phpunit": ">=7.3",
"squizlabs/php_codesniffer": "2.*"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0+"
],
"authors": [
{
"name": "Joshua Atkins",
"email": "joshua.atkins@jublo.net",
"homepage": "http://atkins.im/",
"role": "Developer"
},
{
"name": "J.M.",
"email": "jm@jublo.net",
"homepage": "http://mynetx.net/",
"role": "Developer"
}
],
"description": "Easy access to the Twitter REST API, Direct Messages API, Account Activity API, TON (Object Nest) API and Twitter Ads API — all from one PHP library.",
"homepage": "https://www.jublo.net/projects/codebird/php",
"keywords": [
"api",
"networking",
"twitter"
],
2021-01-31 14:50:01 +00:00
"support": {
"email": "support@jublo.net",
"issues": "https://github.com/jublonet/codebird-php/issues",
"source": "https://github.com/jublonet/codebird-php/releases"
},
2019-10-27 16:15:14 +00:00
"time": "2018-08-16T00:07:08+00:00"
},
2016-05-19 15:01:28 +01:00
{
"name": "laravel/framework",
2023-02-04 11:00:18 +00:00
"version": "v9.50.2",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
2023-02-04 11:00:18 +00:00
"reference": "39932773c09658ddea9045958f305e67f9304995"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2023-02-04 11:00:18 +00:00
"url": "https://api.github.com/repos/laravel/framework/zipball/39932773c09658ddea9045958f305e67f9304995",
"reference": "39932773c09658ddea9045958f305e67f9304995",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2023-02-04 11:00:18 +00:00
"brick/math": "^0.9.3|^0.10.2|^0.11",
"doctrine/inflector": "^2.0.5",
2022-10-05 09:01:30 +00:00
"dragonmantank/cron-expression": "^3.3.2",
2023-02-04 11:00:18 +00:00
"egulias/email-validator": "^3.2.1|^4.0",
2016-05-19 15:01:28 +01:00
"ext-mbstring": "*",
"ext-openssl": "*",
2022-02-27 19:42:49 +00:00
"fruitcake/php-cors": "^1.2",
2022-10-05 09:01:30 +00:00
"laravel/serializable-closure": "^1.2.2",
2022-12-22 16:11:22 +00:00
"league/commonmark": "^2.2.1",
2022-10-21 09:01:33 +00:00
"league/flysystem": "^3.8.0",
2020-06-13 16:32:42 +01:00
"monolog/monolog": "^2.0",
2022-09-30 14:10:52 +00:00
"nesbot/carbon": "^2.62.1",
2022-07-20 09:02:46 +00:00
"nunomaduro/termwind": "^1.13",
2022-02-27 19:42:49 +00:00
"php": "^8.0.2",
"psr/container": "^1.1.1|^2.0.1",
"psr/log": "^1.0|^2.0|^3.0",
"psr/simple-cache": "^1.0|^2.0|^3.0",
2022-12-22 16:11:22 +00:00
"ramsey/uuid": "^4.7",
2022-10-05 09:01:30 +00:00
"symfony/console": "^6.0.9",
2022-02-27 19:42:49 +00:00
"symfony/error-handler": "^6.0",
"symfony/finder": "^6.0",
"symfony/http-foundation": "^6.0",
"symfony/http-kernel": "^6.0",
"symfony/mailer": "^6.0",
"symfony/mime": "^6.0",
"symfony/process": "^6.0",
"symfony/routing": "^6.0",
2022-09-21 09:01:22 +00:00
"symfony/uid": "^6.0",
2022-02-27 19:42:49 +00:00
"symfony/var-dumper": "^6.0",
2022-10-05 09:01:30 +00:00
"tijsverkoyen/css-to-inline-styles": "^2.2.5",
2022-01-23 18:42:19 +00:00
"vlucas/phpdotenv": "^5.4.1",
2022-02-27 19:42:49 +00:00
"voku/portable-ascii": "^2.0"
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": {
2022-02-27 19:42:49 +00:00
"psr/container-implementation": "1.1|2.0",
"psr/simple-cache-implementation": "1.0|2.0|3.0"
2020-06-13 16:32:42 +01:00
},
2016-05-19 15:01:28 +01:00
"replace": {
"illuminate/auth": "self.version",
"illuminate/broadcasting": "self.version",
"illuminate/bus": "self.version",
"illuminate/cache": "self.version",
2020-10-17 17:15:06 +01:00
"illuminate/collections": "self.version",
2022-02-27 19:42:49 +00:00
"illuminate/conditionable": "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": {
2022-09-16 12:15:03 +00:00
"ably/ably-php": "^1.0",
2022-10-05 09:01:30 +00:00
"aws/aws-sdk-php": "^3.235.5",
2021-12-17 19:58:52 +00:00
"doctrine/dbal": "^2.13.3|^3.1.4",
2022-12-22 16:11:22 +00:00
"fakerphp/faker": "^1.21",
2022-10-05 09:01:30 +00:00
"guzzlehttp/guzzle": "^7.5",
2022-02-27 19:42:49 +00:00
"league/flysystem-aws-s3-v3": "^3.0",
"league/flysystem-ftp": "^3.0",
2022-09-16 12:15:03 +00:00
"league/flysystem-path-prefixing": "^3.3",
"league/flysystem-read-only": "^3.3",
2022-02-27 19:42:49 +00:00
"league/flysystem-sftp-v3": "^3.0",
2022-10-05 09:01:30 +00:00
"mockery/mockery": "^1.5.1",
2022-12-22 16:11:22 +00:00
"orchestra/testbench-core": "^7.16",
2019-03-17 14:08:49 +00:00
"pda/pheanstalk": "^4.0",
2023-02-04 11:00:18 +00:00
"phpstan/phpdoc-parser": "^1.15",
2022-03-17 21:41:16 +00:00
"phpstan/phpstan": "^1.4.7",
2022-02-27 19:42:49 +00:00
"phpunit/phpunit": "^9.5.8",
2022-10-05 09:01:30 +00:00
"predis/predis": "^1.1.9|^2.0.2",
2023-02-04 11:00:18 +00:00
"symfony/cache": "^6.0",
"symfony/http-client": "^6.0"
2016-05-19 15:01:28 +01:00
},
"suggest": {
2022-01-23 18:42:19 +00:00
"ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
2022-10-05 09:01:30 +00:00
"aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.235.5).",
2021-01-31 14:50:01 +00:00
"brianium/paratest": "Required to run tests in parallel (^6.0).",
2021-12-17 19:58:52 +00:00
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).",
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).",
2021-10-24 16:18:02 +01:00
"filp/whoops": "Required for friendly error pages in development (^2.14.3).",
2022-10-05 09:01:30 +00:00
"guzzlehttp/guzzle": "Required to use the HTTP Client and the ping methods on schedules (^7.5).",
2020-02-21 13:41:02 +00:00
"laravel/tinker": "Required to use the tinker console command (^2.0).",
2022-02-27 19:42:49 +00:00
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).",
"league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).",
2022-09-16 12:15:03 +00:00
"league/flysystem-path-prefixing": "Required to use the scoped driver (^3.3).",
"league/flysystem-read-only": "Required to use read-only disks (^3.3)",
2022-02-27 19:42:49 +00:00
"league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).",
2022-10-05 09:01:30 +00:00
"mockery/mockery": "Required to use mocking (^1.5.1).",
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).",
2022-02-27 19:42:49 +00:00
"phpunit/phpunit": "Required to use assertions and run tests (^9.5.8).",
2022-10-05 09:01:30 +00:00
"predis/predis": "Required to use the predis connector (^1.1.9|^2.0.2).",
2020-01-26 17:50:49 +00:00
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
2022-02-27 19:42:49 +00:00
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
"symfony/cache": "Required to PSR-6 cache bridge (^6.0).",
"symfony/filesystem": "Required to enable support for relative symbolic links (^6.0).",
"symfony/http-client": "Required to enable support for the Symfony API mail transports (^6.0).",
"symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^6.0).",
"symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^6.0).",
2022-09-21 09:01:22 +00:00
"symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0)."
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-02-27 19:42:49 +00:00
"dev-master": "9.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/",
2022-02-27 19:42:49 +00:00
"src/Illuminate/Collections/",
"src/Illuminate/Conditionable/"
2020-10-17 17:15:06 +01:00
]
2016-05-19 15:01:28 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
2016-09-06 16:40:39 +01:00
"email": "taylor@laravel.com"
2016-05-19 15:01:28 +01:00
}
],
"description": "The Laravel Framework.",
2016-09-06 16:40:39 +01:00
"homepage": "https://laravel.com",
2016-05-19 15:01:28 +01:00
"keywords": [
"framework",
"laravel"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2023-02-04 11:00:18 +00:00
"time": "2023-02-02T20:52:46+00:00"
2016-05-19 15:01:28 +01:00
},
2017-09-08 20:11:38 +01:00
{
"name": "laravel/horizon",
2023-02-04 12:38:22 +00:00
"version": "v5.14.0",
2017-09-08 20:11:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/laravel/horizon.git",
2023-02-04 12:38:22 +00:00
"reference": "29da5dcf055c084502e61e84c1070252e8a2ceb8"
2017-09-08 20:11:38 +01:00
},
"dist": {
"type": "zip",
2023-02-04 12:38:22 +00:00
"url": "https://api.github.com/repos/laravel/horizon/zipball/29da5dcf055c084502e61e84c1070252e8a2ceb8",
"reference": "29da5dcf055c084502e61e84c1070252e8a2ceb8",
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": "*",
2023-02-04 12:38:22 +00:00
"illuminate/contracts": "^8.17|^9.0|^10.0",
"illuminate/queue": "^8.17|^9.0|^10.0",
"illuminate/support": "^8.17|^9.0|^10.0",
2020-10-17 17:15:06 +01:00
"nesbot/carbon": "^2.17",
2020-11-08 10:49:46 +00:00
"php": "^7.3|^8.0",
2020-10-17 17:15:06 +01:00
"ramsey/uuid": "^4.0",
2022-01-23 18:42:19 +00:00
"symfony/error-handler": "^5.0|^6.0",
"symfony/process": "^5.0|^6.0"
2017-09-08 20:11:38 +01:00
},
"require-dev": {
2019-03-21 19:46:38 +00:00
"mockery/mockery": "^1.0",
2023-02-04 12:38:22 +00:00
"orchestra/testbench": "^6.0|^7.0|^8.0",
2020-10-17 17:15:06 +01:00
"phpunit/phpunit": "^9.0",
2022-07-15 17:11:07 +00:00
"predis/predis": "^1.1|^2.0"
2020-06-13 16:32:42 +01:00
},
"suggest": {
"ext-redis": "Required to use the Redis PHP driver.",
2022-07-15 17:11:07 +00:00
"predis/predis": "Required when not using the Redis PHP driver (^1.1|^2.0)."
2017-09-08 20:11:38 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-17 17:15:06 +01:00
"dev-master": "5.x-dev"
2017-09-08 20:11:38 +01:00
},
"laravel": {
"providers": [
"Laravel\\Horizon\\HorizonServiceProvider"
],
"aliases": {
"Horizon": "Laravel\\Horizon\\Horizon"
}
}
},
"autoload": {
"psr-4": {
"Laravel\\Horizon\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Dashboard and code-driven configuration for Laravel queues.",
"keywords": [
"laravel",
"queue"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/laravel/horizon/issues",
2023-02-04 12:38:22 +00:00
"source": "https://github.com/laravel/horizon/tree/v5.14.0"
2021-01-31 14:50:01 +00:00
},
2023-02-04 12:38:22 +00:00
"time": "2023-01-27T11:08:41+00:00"
2019-01-20 17:35:58 +00:00
},
2022-11-16 20:29:17 +00:00
{
"name": "laravel/sanctum",
2023-02-04 12:38:22 +00:00
"version": "v3.2.1",
2022-11-16 20:29:17 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/sanctum.git",
2023-02-04 12:38:22 +00:00
"reference": "d09d69bac55708fcd4a3b305d760e673d888baf9"
2022-11-16 20:29:17 +00:00
},
"dist": {
"type": "zip",
2023-02-04 12:38:22 +00:00
"url": "https://api.github.com/repos/laravel/sanctum/zipball/d09d69bac55708fcd4a3b305d760e673d888baf9",
"reference": "d09d69bac55708fcd4a3b305d760e673d888baf9",
2022-11-16 20:29:17 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
2023-02-04 12:38:22 +00:00
"illuminate/console": "^9.21|^10.0",
"illuminate/contracts": "^9.21|^10.0",
"illuminate/database": "^9.21|^10.0",
"illuminate/support": "^9.21|^10.0",
2022-11-16 20:29:17 +00:00
"php": "^8.0.2"
},
"require-dev": {
"mockery/mockery": "^1.0",
2023-02-04 12:38:22 +00:00
"orchestra/testbench": "^7.0|^8.0",
2022-11-16 20:29:17 +00:00
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
},
"laravel": {
"providers": [
"Laravel\\Sanctum\\SanctumServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Laravel\\Sanctum\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.",
"keywords": [
"auth",
"laravel",
"sanctum"
],
"support": {
"issues": "https://github.com/laravel/sanctum/issues",
"source": "https://github.com/laravel/sanctum"
},
2023-02-04 12:38:22 +00:00
"time": "2023-01-13T15:41:49+00:00"
2022-11-16 20:29:17 +00:00
},
2021-10-01 18:20:27 +01:00
{
"name": "laravel/serializable-closure",
2023-02-04 11:00:18 +00:00
"version": "v1.3.0",
2021-10-01 18:20:27 +01:00
"source": {
"type": "git",
"url": "https://github.com/laravel/serializable-closure.git",
2023-02-04 11:00:18 +00:00
"reference": "f23fe9d4e95255dacee1bf3525e0810d1a1b0f37"
2021-10-01 18:20:27 +01:00
},
"dist": {
"type": "zip",
2023-02-04 11:00:18 +00:00
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/f23fe9d4e95255dacee1bf3525e0810d1a1b0f37",
"reference": "f23fe9d4e95255dacee1bf3525e0810d1a1b0f37",
2021-10-01 18:20:27 +01:00
"shasum": ""
},
"require": {
"php": "^7.3|^8.0"
},
"require-dev": {
2022-09-03 12:18:27 +00:00
"nesbot/carbon": "^2.61",
"pestphp/pest": "^1.21.3",
"phpstan/phpstan": "^1.8.2",
"symfony/var-dumper": "^5.4.11"
2021-10-01 18:20:27 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Laravel\\SerializableClosure\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
},
{
"name": "Nuno Maduro",
"email": "nuno@laravel.com"
}
],
"description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
"keywords": [
"closure",
"laravel",
"serializable"
],
"support": {
"issues": "https://github.com/laravel/serializable-closure/issues",
"source": "https://github.com/laravel/serializable-closure"
},
2023-02-04 11:00:18 +00:00
"time": "2023-01-30T18:31:20+00:00"
2019-03-29 17:53:43 +00:00
},
2017-02-03 21:49:49 +00:00
{
"name": "laravel/tinker",
2023-02-04 12:38:22 +00:00
"version": "v2.8.0",
2017-02-03 21:49:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/tinker.git",
2023-02-04 12:38:22 +00:00
"reference": "74d0b287cc4ae65d15c368dd697aae71d62a73ad"
2017-02-03 21:49:49 +00:00
},
"dist": {
"type": "zip",
2023-02-04 12:38:22 +00:00
"url": "https://api.github.com/repos/laravel/tinker/zipball/74d0b287cc4ae65d15c368dd697aae71d62a73ad",
"reference": "74d0b287cc4ae65d15c368dd697aae71d62a73ad",
2017-02-03 21:49:49 +00:00
"shasum": ""
},
"require": {
2023-02-04 12:38:22 +00:00
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
2020-11-01 14:24:36 +00:00
"php": "^7.2.5|^8.0",
2022-01-23 18:42:19 +00:00
"psy/psysh": "^0.10.4|^0.11.1",
"symfony/var-dumper": "^4.3.4|^5.0|^6.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": {
2023-02-04 12:38:22 +00:00
"illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0)."
2017-02-03 21:49:49 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-01-26 17:50:49 +00:00
"dev-master": "2.x-dev"
2017-06-08 16:27:08 +01:00
},
"laravel": {
"providers": [
"Laravel\\Tinker\\TinkerServiceProvider"
]
2017-02-03 21:49:49 +00:00
}
},
"autoload": {
"psr-4": {
"Laravel\\Tinker\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Powerful REPL for the Laravel framework.",
"keywords": [
"REPL",
"Tinker",
"laravel",
"psysh"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/laravel/tinker/issues",
2023-02-04 12:38:22 +00:00
"source": "https://github.com/laravel/tinker/tree/v2.8.0"
2021-01-31 14:50:01 +00:00
},
2023-02-04 12:38:22 +00:00
"time": "2023-01-10T18:03:30+00:00"
2016-11-25 19:51:42 +00:00
},
2020-12-31 13:34:55 +00:00
{
"name": "lcobucci/clock",
2023-02-04 10:45:04 +00:00
"version": "3.0.0",
2020-12-31 13:34:55 +00:00
"source": {
"type": "git",
"url": "https://github.com/lcobucci/clock.git",
2023-02-04 10:45:04 +00:00
"reference": "039ef98c6b57b101d10bd11d8fdfda12cbd996dc"
2020-12-31 13:34:55 +00:00
},
"dist": {
"type": "zip",
2023-02-04 10:45:04 +00:00
"url": "https://api.github.com/repos/lcobucci/clock/zipball/039ef98c6b57b101d10bd11d8fdfda12cbd996dc",
"reference": "039ef98c6b57b101d10bd11d8fdfda12cbd996dc",
2020-12-31 13:34:55 +00:00
"shasum": ""
},
"require": {
2023-02-04 10:45:04 +00:00
"php": "~8.1.0 || ~8.2.0",
"psr/clock": "^1.0"
},
"provide": {
"psr/clock-implementation": "1.0"
2020-12-31 13:34:55 +00:00
},
"require-dev": {
2022-05-14 17:54:13 +01:00
"infection/infection": "^0.26",
2023-02-04 10:45:04 +00:00
"lcobucci/coding-standard": "^9.0",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.9.4",
"phpstan/phpstan-deprecation-rules": "^1.1.1",
"phpstan/phpstan-phpunit": "^1.3.2",
"phpstan/phpstan-strict-rules": "^1.4.4",
"phpunit/phpunit": "^9.5.27"
2020-12-31 13:34:55 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Lcobucci\\Clock\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Luís Cobucci",
"email": "lcobucci@gmail.com"
}
],
"description": "Yet another clock abstraction",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/lcobucci/clock/issues",
2023-02-04 10:45:04 +00:00
"source": "https://github.com/lcobucci/clock/tree/3.0.0"
2021-01-31 14:50:01 +00:00
},
2020-12-31 13:34:55 +00:00
"funding": [
{
"url": "https://github.com/lcobucci",
"type": "github"
},
{
"url": "https://www.patreon.com/lcobucci",
"type": "patreon"
}
],
2023-02-04 10:45:04 +00:00
"time": "2022-12-19T15:00:24+00:00"
2020-12-31 13:34:55 +00:00
},
2016-05-19 15:01:28 +01:00
{
"name": "lcobucci/jwt",
2023-02-04 10:45:04 +00:00
"version": "4.3.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/lcobucci/jwt.git",
2023-02-04 10:45:04 +00:00
"reference": "4d7de2fe0d51a96418c0d04004986e410e87f6b4"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2023-02-04 10:45:04 +00:00
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/4d7de2fe0d51a96418c0d04004986e410e87f6b4",
"reference": "4d7de2fe0d51a96418c0d04004986e410e87f6b4",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2021-01-31 14:50:01 +00:00
"ext-hash": "*",
"ext-json": "*",
2019-05-31 11:27:06 +01:00
"ext-mbstring": "*",
2016-05-19 15:01:28 +01:00
"ext-openssl": "*",
2021-01-31 14:50:01 +00:00
"ext-sodium": "*",
2023-02-04 10:45:04 +00:00
"lcobucci/clock": "^2.0 || ^3.0",
2020-12-31 13:34:55 +00:00
"php": "^7.4 || ^8.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2021-01-31 14:50:01 +00:00
"infection/infection": "^0.21",
2020-12-31 13:34:55 +00:00
"lcobucci/coding-standard": "^6.0",
2021-01-31 14:50:01 +00:00
"mikey179/vfsstream": "^1.6.7",
2022-08-22 09:53:02 +00:00
"phpbench/phpbench": "^1.2",
2020-12-31 13:34:55 +00:00
"phpstan/extension-installer": "^1.0",
2022-08-22 09:53:02 +00:00
"phpstan/phpstan": "^1.4",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpstan/phpstan-strict-rules": "^1.0",
2020-12-31 13:34:55 +00:00
"phpunit/php-invoker": "^3.1",
2021-01-31 14:50:01 +00:00
"phpunit/phpunit": "^9.5"
2020-11-28 18:21:29 +00:00
},
2016-05-19 15:01:28 +01:00
"type": "library",
"autoload": {
"psr-4": {
"Lcobucci\\JWT\\": "src"
2020-12-31 13:34:55 +00:00
}
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
2020-12-31 13:34:55 +00:00
"name": "Luís Cobucci",
2016-05-19 15:01:28 +01:00
"email": "lcobucci@gmail.com",
2019-05-31 11:27:06 +01:00
"role": "Developer"
2016-05-19 15:01:28 +01:00
}
],
"description": "A simple library to work with JSON Web Token and JSON Web Signature",
"keywords": [
"JWS",
"jwt"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/lcobucci/jwt/issues",
2023-02-04 10:45:04 +00:00
"source": "https://github.com/lcobucci/jwt/tree/4.3.0"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://github.com/lcobucci",
"type": "github"
},
{
"url": "https://www.patreon.com/lcobucci",
"type": "patreon"
}
],
2023-02-04 10:45:04 +00:00
"time": "2023-01-02T13:28:00+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "league/commonmark",
2022-12-22 16:11:22 +00:00
"version": "2.3.8",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/commonmark.git",
2022-12-22 16:11:22 +00:00
"reference": "c493585c130544c4e91d2e0e131e6d35cb0cbc47"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2022-12-22 16:11:22 +00:00
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/c493585c130544c4e91d2e0e131e6d35cb0cbc47",
"reference": "c493585c130544c4e91d2e0e131e6d35cb0cbc47",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
"ext-mbstring": "*",
2022-02-27 19:42:49 +00:00
"league/config": "^1.1.1",
"php": "^7.4 || ^8.0",
"psr/event-dispatcher": "^1.0",
"symfony/deprecation-contracts": "^2.1 || ^3.0",
2022-04-17 09:50:22 +01:00
"symfony/polyfill-php80": "^1.16"
2022-02-27 19:42:49 +00:00
},
"require-dev": {
"cebe/markdown": "^1.0",
"commonmark/cmark": "0.30.0",
"commonmark/commonmark.js": "0.30.0",
"composer/package-versions-deprecated": "^1.8",
2022-04-17 09:50:22 +01:00
"embed/embed": "^4.4",
2022-02-27 19:42:49 +00: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",
2022-11-04 15:37:11 +00:00
"michelf/php-markdown": "^1.4 || ^2.0",
2022-04-17 09:50:22 +01:00
"nyholm/psr7": "^1.5",
2022-08-01 09:01:40 +00:00
"phpstan/phpstan": "^1.8.2",
"phpunit/phpunit": "^9.5.21",
2022-02-27 19:42:49 +00:00
"scrutinizer/ocular": "^1.8.1",
2022-08-01 09:01:40 +00:00
"symfony/finder": "^5.3 | ^6.0",
2022-02-27 19:42:49 +00:00
"symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0",
2022-08-01 09:01:40 +00:00
"unleashedtech/php-coding-standard": "^3.1.1",
2022-12-22 16:11:22 +00:00
"vimeo/psalm": "^4.24.0 || ^5.0.0"
2022-02-27 19:42:49 +00:00
},
"suggest": {
"symfony/yaml": "v2.3+ required if using the Front Matter extension"
2016-05-19 15:01:28 +01:00
},
"type": "library",
2022-02-27 19:42:49 +00:00
"extra": {
"branch-alias": {
2022-04-17 09:50:22 +01:00
"dev-main": "2.4-dev"
2022-02-27 19:42:49 +00:00
}
},
2016-05-19 15:01:28 +01:00
"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"
}
],
2022-02-27 19:42:49 +00:00
"description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
2019-05-06 13:26:08 +01:00
"homepage": "https://commonmark.thephpleague.com",
2016-05-19 15:01:28 +01:00
"keywords": [
"commonmark",
2020-02-21 13:41:02 +00:00
"flavored",
"gfm",
"github",
"github-flavored",
2016-05-19 15:01:28 +01:00
"markdown",
2020-02-21 13:41:02 +00:00
"md",
2016-05-19 15:01:28 +01:00
"parser"
],
2021-01-31 14:50:01 +00:00
"support": {
"docs": "https://commonmark.thephpleague.com/",
2022-02-27 19:42:49 +00:00
"forum": "https://github.com/thephpleague/commonmark/discussions",
2021-01-31 14:50:01 +00:00
"issues": "https://github.com/thephpleague/commonmark/issues",
"rss": "https://github.com/thephpleague/commonmark/releases.atom",
"source": "https://github.com/thephpleague/commonmark"
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://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://tidelift.com/funding/github/packagist/league/commonmark",
"type": "tidelift"
}
],
2022-12-22 16:11:22 +00:00
"time": "2022-12-10T16:02:17+00:00"
2016-05-19 15:01:28 +01:00
},
{
2022-02-27 19:42:49 +00:00
"name": "league/config",
2022-12-22 16:11:22 +00:00
"version": "v1.2.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2022-02-27 19:42:49 +00:00
"url": "https://github.com/thephpleague/config.git",
2022-12-22 16:11:22 +00:00
"reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2022-12-22 16:11:22 +00:00
"url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
"reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2022-02-27 19:42:49 +00:00
"dflydev/dot-access-data": "^3.0.1",
"nette/schema": "^1.2",
"php": "^7.4 || ^8.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2022-12-22 16:11:22 +00:00
"phpstan/phpstan": "^1.8.2",
2022-02-27 19:42:49 +00:00
"phpunit/phpunit": "^9.5.5",
"scrutinizer/ocular": "^1.8.1",
"unleashedtech/php-coding-standard": "^3.1",
"vimeo/psalm": "^4.7.3"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-02-27 19:42:49 +00:00
"dev-main": "1.2-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"psr-4": {
2022-02-27 19:42:49 +00:00
"League\\Config\\": "src"
}
},
"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"
}
],
"description": "Define configuration arrays with strict schemas and access values with dot notation",
"homepage": "https://config.thephpleague.com",
"keywords": [
"array",
"config",
"configuration",
"dot",
"dot-access",
"nested",
"schema"
],
"support": {
"docs": "https://config.thephpleague.com/",
"issues": "https://github.com/thephpleague/config/issues",
"rss": "https://github.com/thephpleague/config/releases.atom",
"source": "https://github.com/thephpleague/config"
},
"funding": [
{
"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"
}
],
2022-12-22 16:11:22 +00:00
"time": "2022-12-11T20:36:23+00:00"
2022-02-27 19:42:49 +00:00
},
{
"name": "league/flysystem",
2023-02-04 11:00:18 +00:00
"version": "3.12.2",
2022-02-27 19:42:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
2023-02-04 11:00:18 +00:00
"reference": "f6377c709d2275ed6feaf63e44be7a7162b0e77f"
2022-02-27 19:42:49 +00:00
},
"dist": {
"type": "zip",
2023-02-04 11:00:18 +00:00
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f6377c709d2275ed6feaf63e44be7a7162b0e77f",
"reference": "f6377c709d2275ed6feaf63e44be7a7162b0e77f",
2022-02-27 19:42:49 +00:00
"shasum": ""
},
"require": {
"league/mime-type-detection": "^1.0.0",
"php": "^8.0.2"
},
"conflict": {
"aws/aws-sdk-php": "3.209.31 || 3.210.0",
"guzzlehttp/guzzle": "<7.0",
"guzzlehttp/ringphp": "<1.1.1",
2022-09-09 13:39:10 +00:00
"phpseclib/phpseclib": "3.0.15",
2022-02-27 19:42:49 +00:00
"symfony/http-client": "<5.2"
},
"require-dev": {
"async-aws/s3": "^1.5",
2022-10-24 09:01:11 +00:00
"async-aws/simple-s3": "^1.1",
2023-02-04 11:00:18 +00:00
"aws/aws-sdk-php": "^3.220.0",
2022-02-27 19:42:49 +00:00
"composer/semver": "^3.0",
"ext-fileinfo": "*",
"ext-ftp": "*",
"ext-zip": "*",
"friendsofphp/php-cs-fixer": "^3.5",
"google/cloud-storage": "^1.23",
"microsoft/azure-storage-blob": "^1.1",
2022-09-09 13:39:10 +00:00
"phpseclib/phpseclib": "^3.0.14",
2022-02-27 19:42:49 +00:00
"phpstan/phpstan": "^0.12.26",
"phpunit/phpunit": "^9.5.11",
"sabre/dav": "^4.3.1"
},
"type": "library",
"autoload": {
"psr-4": {
"League\\Flysystem\\": "src"
2016-05-19 15:01:28 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
2022-02-27 19:42:49 +00:00
"email": "info@frankdejonge.nl"
2016-05-19 15:01:28 +01:00
}
],
2022-02-27 19:42:49 +00:00
"description": "File storage abstraction for PHP",
2016-05-19 15:01:28 +01:00
"keywords": [
"WebDAV",
"aws",
"cloud",
2022-02-27 19:42:49 +00:00
"file",
2016-05-19 15:01:28 +01:00
"files",
"filesystem",
"filesystems",
"ftp",
"s3",
"sftp",
"storage"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/thephpleague/flysystem/issues",
2023-02-04 11:00:18 +00:00
"source": "https://github.com/thephpleague/flysystem/tree/3.12.2"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
2022-09-09 13:39:10 +00:00
"url": "https://ecologi.com/frankdejonge",
2022-02-27 19:42:49 +00:00
"type": "custom"
},
{
"url": "https://github.com/frankdejonge",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/league/flysystem",
"type": "tidelift"
2020-06-10 20:48:23 +01:00
}
],
2023-02-04 11:00:18 +00:00
"time": "2023-01-19T12:02:19+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "league/flysystem-aws-s3-v3",
2023-02-04 12:38:22 +00:00
"version": "3.12.2",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
2023-02-04 12:38:22 +00:00
"reference": "645e14e4a80bd2da8b01e57388e7296a695a80c2"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2023-02-04 12:38:22 +00:00
"url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/645e14e4a80bd2da8b01e57388e7296a695a80c2",
"reference": "645e14e4a80bd2da8b01e57388e7296a695a80c2",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2023-02-04 12:38:22 +00:00
"aws/aws-sdk-php": "^3.220.0",
2022-10-24 09:01:11 +00:00
"league/flysystem": "^3.10.0",
2022-02-27 19:42:49 +00:00
"league/mime-type-detection": "^1.0.0",
"php": "^8.0.2"
2016-05-19 15:01:28 +01:00
},
2022-02-27 19:42:49 +00:00
"conflict": {
"guzzlehttp/guzzle": "<7.0",
"guzzlehttp/ringphp": "<1.1.1"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2022-02-27 19:42:49 +00:00
"League\\Flysystem\\AwsS3V3\\": ""
2016-05-19 15:01:28 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
2022-02-27 19:42:49 +00:00
"email": "info@frankdejonge.nl"
2016-05-19 15:01:28 +01:00
}
],
2022-02-27 19:42:49 +00:00
"description": "AWS S3 filesystem adapter for Flysystem.",
"keywords": [
"Flysystem",
"aws",
"file",
"files",
"filesystem",
"s3",
"storage"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/thephpleague/flysystem-aws-s3-v3/issues",
2023-02-04 12:38:22 +00:00
"source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.12.2"
2021-01-31 14:50:01 +00:00
},
2022-07-19 09:00:48 +00:00
"funding": [
{
2022-09-09 13:56:07 +00:00
"url": "https://ecologi.com/frankdejonge",
2022-07-19 09:00:48 +00:00
"type": "custom"
},
{
"url": "https://github.com/frankdejonge",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/league/flysystem",
"type": "tidelift"
}
],
2023-02-04 12:38:22 +00:00
"time": "2023-01-17T14:15:08+00:00"
2016-05-19 15:01:28 +01:00
},
2020-09-13 13:58:50 +01:00
{
"name": "league/mime-type-detection",
2022-05-14 17:54:13 +01:00
"version": "1.11.0",
2020-09-13 13:58:50 +01:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/mime-type-detection.git",
2022-05-14 17:54:13 +01:00
"reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd"
2020-09-13 13:58:50 +01:00
},
"dist": {
"type": "zip",
2022-05-14 17:54:13 +01:00
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
"reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
2020-09-13 13:58:50 +01:00
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"php": "^7.2 || ^8.0"
},
"require-dev": {
2021-12-17 19:58:52 +00:00
"friendsofphp/php-cs-fixer": "^3.2",
2021-01-19 20:38:24 +00:00
"phpstan/phpstan": "^0.12.68",
"phpunit/phpunit": "^8.5.8 || ^9.3"
2020-09-13 13:58:50 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"League\\MimeTypeDetection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
"email": "info@frankdejonge.nl"
}
],
"description": "Mime-type detection for Flysystem",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/thephpleague/mime-type-detection/issues",
2022-05-14 17:54:13 +01:00
"source": "https://github.com/thephpleague/mime-type-detection/tree/1.11.0"
2021-01-31 14:50:01 +00:00
},
2020-09-13 13:58:50 +01:00
"funding": [
{
"url": "https://github.com/frankdejonge",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/league/flysystem",
"type": "tidelift"
}
],
2022-05-14 17:54:13 +01:00
"time": "2022-04-17T13:12:02+00:00"
2020-09-13 13:58:50 +01:00
},
2019-01-25 17:21:32 +00:00
{
2022-06-02 09:40:34 +01:00
"name": "league/uri",
2022-11-16 20:29:17 +00:00
"version": "6.8.0",
2019-01-25 17:21:32 +00:00
"source": {
"type": "git",
2022-06-02 09:40:34 +01:00
"url": "https://github.com/thephpleague/uri.git",
2022-11-16 20:29:17 +00:00
"reference": "a700b4656e4c54371b799ac61e300ab25a2d1d39"
2019-01-25 17:21:32 +00:00
},
"dist": {
"type": "zip",
2022-11-16 20:29:17 +00:00
"url": "https://api.github.com/repos/thephpleague/uri/zipball/a700b4656e4c54371b799ac61e300ab25a2d1d39",
"reference": "a700b4656e4c54371b799ac61e300ab25a2d1d39",
2019-01-25 17:21:32 +00:00
"shasum": ""
},
"require": {
2022-06-02 09:40:34 +01:00
"ext-json": "*",
"league/uri-interfaces": "^2.3",
2022-11-16 20:29:17 +00:00
"php": "^8.1",
"psr/http-message": "^1.0.1"
2022-06-02 09:40:34 +01:00
},
"conflict": {
"league/uri-schemes": "^1.0"
2019-01-25 17:21:32 +00:00
},
"require-dev": {
2022-11-16 20:29:17 +00:00
"friendsofphp/php-cs-fixer": "^v3.9.5",
"nyholm/psr7": "^1.5.1",
"php-http/psr7-integration-tests": "^1.1.1",
"phpbench/phpbench": "^1.2.6",
"phpstan/phpstan": "^1.8.5",
2022-06-02 09:40:34 +01:00
"phpstan/phpstan-deprecation-rules": "^1.0",
2022-11-16 20:29:17 +00:00
"phpstan/phpstan-phpunit": "^1.1.1",
"phpstan/phpstan-strict-rules": "^1.4.3",
"phpunit/phpunit": "^9.5.24",
"psr/http-factory": "^1.0.1"
2019-01-25 17:21:32 +00:00
},
"suggest": {
2022-06-02 09:40:34 +01:00
"ext-fileinfo": "Needed to create Data URI from a filepath",
"ext-intl": "Needed to improve host validation",
"league/uri-components": "Needed to easily manipulate URI objects",
"psr/http-factory": "Needed to use the URI factory"
2019-01-25 17:21:32 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-06-02 09:40:34 +01:00
"dev-master": "6.x-dev"
2019-01-25 17:21:32 +00:00
}
},
"autoload": {
2022-02-27 19:42:49 +00:00
"psr-4": {
"League\\Uri\\": "src"
}
2019-01-25 17:21:32 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://nyamsprod.com"
}
],
2022-06-02 09:40:34 +01:00
"description": "URI manipulation library",
"homepage": "https://uri.thephpleague.com",
2019-01-25 17:21:32 +00:00
"keywords": [
2022-06-02 09:40:34 +01:00
"data-uri",
"file-uri",
"ftp",
"hostname",
"http",
"https",
"middleware",
"parse_str",
2019-01-25 17:21:32 +00:00
"parse_url",
2022-06-02 09:40:34 +01:00
"psr-7",
"query-string",
"querystring",
"rfc3986",
"rfc3987",
"rfc6570",
"uri",
"uri-template",
"url",
"ws"
],
"support": {
"docs": "https://uri.thephpleague.com",
"forum": "https://thephpleague.slack.com",
"issues": "https://github.com/thephpleague/uri/issues",
2022-11-16 20:29:17 +00:00
"source": "https://github.com/thephpleague/uri/tree/6.8.0"
2022-06-02 09:40:34 +01:00
},
"funding": [
{
"url": "https://github.com/sponsors/nyamsprod",
"type": "github"
}
],
2022-11-16 20:29:17 +00:00
"time": "2022-09-13T19:58:47+00:00"
2022-06-02 09:40:34 +01:00
},
{
"name": "league/uri-interfaces",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri-interfaces.git",
"reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
"reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^7.2 || ^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.19",
"phpstan/phpstan": "^0.12.90",
"phpstan/phpstan-phpunit": "^0.12.19",
"phpstan/phpstan-strict-rules": "^0.12.9",
"phpunit/phpunit": "^8.5.15 || ^9.5"
},
"suggest": {
"ext-intl": "to use the IDNA feature",
"symfony/intl": "to use the IDNA feature via Symfony Polyfill"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\Uri\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://nyamsprod.com"
}
],
"description": "Common interface for URI representation",
"homepage": "http://github.com/thephpleague/uri-interfaces",
"keywords": [
2019-01-25 17:21:32 +00:00
"rfc3986",
"rfc3987",
"uri",
"url"
],
2021-01-31 14:50:01 +00:00
"support": {
2022-06-02 09:40:34 +01:00
"issues": "https://github.com/thephpleague/uri-interfaces/issues",
"source": "https://github.com/thephpleague/uri-interfaces/tree/2.3.0"
2021-01-31 14:50:01 +00:00
},
2022-06-02 09:40:34 +01:00
"funding": [
{
"url": "https://github.com/sponsors/nyamsprod",
"type": "github"
}
],
"time": "2021-06-28T04:27:21+00:00"
2019-01-25 17:21:32 +00:00
},
{
"name": "masterminds/html5",
2022-11-16 20:29:17 +00:00
"version": "2.7.6",
2019-01-25 17:21:32 +00:00
"source": {
"type": "git",
"url": "https://github.com/Masterminds/html5-php.git",
2022-11-16 20:29:17 +00:00
"reference": "897eb517a343a2281f11bc5556d6548db7d93947"
2019-01-25 17:21:32 +00:00
},
"dist": {
"type": "zip",
2022-11-16 20:29:17 +00:00
"url": "https://api.github.com/repos/Masterminds/html5-php/zipball/897eb517a343a2281f11bc5556d6548db7d93947",
"reference": "897eb517a343a2281f11bc5556d6548db7d93947",
2019-01-25 17:21:32 +00:00
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-dom": "*",
"ext-libxml": "*",
"php": ">=5.3.0"
},
"require-dev": {
2021-10-01 18:20:27 +01:00
"phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7"
2019-01-25 17:21:32 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-08-18 18:41:56 +01:00
"dev-master": "2.7-dev"
2019-01-25 17:21:32 +00:00
}
},
"autoload": {
"psr-4": {
"Masterminds\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matt Butcher",
"email": "technosophos@gmail.com"
},
{
"name": "Matt Farina",
"email": "matt@mattfarina.com"
2019-08-18 18:41:56 +01:00
},
{
"name": "Asmir Mustafic",
"email": "goetas@gmail.com"
2019-01-25 17:21:32 +00:00
}
],
"description": "An HTML5 parser and serializer.",
"homepage": "http://masterminds.github.io/html5-php",
"keywords": [
"HTML5",
"dom",
"html",
"parser",
"querypath",
"serializer",
"xml"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/Masterminds/html5-php/issues",
2022-11-16 20:29:17 +00:00
"source": "https://github.com/Masterminds/html5-php/tree/2.7.6"
2021-01-31 14:50:01 +00:00
},
2022-11-16 20:29:17 +00:00
"time": "2022-08-18T16:18:26+00:00"
2019-01-25 17:21:32 +00:00
},
2016-05-19 15:01:28 +01:00
{
"name": "mf2/mf2",
2022-02-27 19:42:49 +00:00
"version": "v0.5.0",
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",
2022-02-27 19:42:49 +00:00
"reference": "ddc56de6be62ed4a21f569de9b80e17af678ca50"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2022-02-27 19:42:49 +00:00
"url": "https://api.github.com/repos/microformats/php-mf2/zipball/ddc56de6be62ed4a21f569de9b80e17af678ca50",
"reference": "ddc56de6be62ed4a21f569de9b80e17af678ca50",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2022-02-27 19:42:49 +00:00
"php": ">=5.6.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2022-02-27 19:42:49 +00:00
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"mf2/tests": "dev-master#e9e2b905821ba0a5b59dab1a8eaf40634ce9cd49",
"phpcompatibility/php-compatibility": "^9.3",
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3.6.2"
2016-05-19 15:01:28 +01:00
},
"suggest": {
2018-04-07 18:37:33 +01:00
"barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you",
"masterminds/html5": "Alternative HTML parser for PHP, for better HTML5 support."
2016-05-19 15:01:28 +01:00
},
"bin": [
"bin/fetch-mf2",
"bin/parse-mf2"
],
"type": "library",
"autoload": {
"files": [
"Mf2/Parser.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-03-17 13:53:43 +00:00
"CC0-1.0"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
"name": "Barnaby Walters",
"homepage": "http://waterpigs.co.uk"
}
],
"description": "A pure, generic microformats2 parser — makes HTML as easy to consume as a JSON API",
"keywords": [
"html",
"microformats",
"microformats 2",
"parser",
"semantic"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/microformats/php-mf2/issues",
2022-02-27 19:42:49 +00:00
"source": "https://github.com/microformats/php-mf2/tree/v0.5.0"
2021-01-31 14:50:01 +00:00
},
2022-02-27 19:42:49 +00:00
"time": "2022-02-10T01:05:27+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "monolog/monolog",
2022-07-25 09:01:23 +00:00
"version": "2.8.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2022-07-25 09:01:23 +00:00
"reference": "720488632c590286b88b80e62aa3d3d551ad4a50"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2022-07-25 09:01:23 +00:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/720488632c590286b88b80e62aa3d3d551ad4a50",
"reference": "720488632c590286b88b80e62aa3d3d551ad4a50",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-06-10 20:48:23 +01:00
"php": ">=7.2",
2021-10-01 18:20:27 +01:00
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
2016-05-19 15:01:28 +01:00
},
"provide": {
2021-10-01 18:20:27 +01:00
"psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2016-12-01 11:31:24 +00:00
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
2016-05-19 15:01:28 +01:00
"doctrine/couchdb": "~1.0@dev",
2022-05-14 17:54:13 +01:00
"elasticsearch/elasticsearch": "^7 || ^8",
"ext-json": "*",
2019-10-19 15:34:49 +01:00
"graylog2/gelf-php": "^1.4.2",
2022-05-14 17:54:13 +01:00
"guzzlehttp/guzzle": "^7.4",
"guzzlehttp/psr7": "^2.2",
2020-12-31 13:34:55 +00:00
"mongodb/mongodb": "^1.8",
2021-10-05 20:42:02 +01:00
"php-amqplib/php-amqplib": "~2.4 || ^3",
2022-05-14 17:54:13 +01:00
"phpspec/prophecy": "^1.15",
2021-10-01 18:20:27 +01:00
"phpstan/phpstan": "^0.12.91",
2022-05-14 17:54:13 +01:00
"phpunit/phpunit": "^8.5.14",
2022-07-25 09:01:23 +00:00
"predis/predis": "^1.1 || ^2.0",
2022-03-17 21:41:16 +00:00
"rollbar/rollbar": "^1.3 || ^2 || ^3",
2022-05-14 17:54:13 +01:00
"ruflin/elastica": "^7",
"swiftmailer/swiftmailer": "^5.3|^6.0",
"symfony/mailer": "^5.4 || ^6",
"symfony/mime": "^5.4 || ^6"
2016-05-19 15:01:28 +01:00
},
"suggest": {
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2019-10-19 15:34:49 +01:00
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
2016-05-19 15:01:28 +01:00
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2021-10-01 18:20:27 +01:00
"ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
2019-10-19 15:34:49 +01:00
"ext-mbstring": "Allow to work properly with unicode symbols",
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
2021-10-01 18:20:27 +01:00
"ext-openssl": "Required to send log messages using SSL",
"ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
2016-05-19 15:01:28 +01:00
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2019-10-19 15:34:49 +01:00
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
2016-05-19 15:01:28 +01:00
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
"rollbar/rollbar": "Allow sending log messages to Rollbar",
2019-10-19 15:34:49 +01:00
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-12-31 13:34:55 +00:00
"dev-main": "2.x-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"psr-4": {
"Monolog\\": "src/Monolog"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
2020-12-31 13:34:55 +00:00
"homepage": "https://seld.be"
2016-05-19 15:01:28 +01:00
}
],
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2020-12-31 13:34:55 +00:00
"homepage": "https://github.com/Seldaek/monolog",
2016-05-19 15:01:28 +01:00
"keywords": [
"log",
"logging",
"psr-3"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/Seldaek/monolog/issues",
2022-07-25 09:01:23 +00:00
"source": "https://github.com/Seldaek/monolog/tree/2.8.0"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://github.com/Seldaek",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
"type": "tidelift"
}
],
2022-07-25 09:01:23 +00:00
"time": "2022-07-24T11:55:47+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "mtdowling/jmespath.php",
2021-10-01 18:20:27 +01:00
"version": "2.6.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/jmespath/jmespath.php.git",
2021-10-01 18:20:27 +01:00
"reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
"reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-08-09 16:19:00 +01:00
"php": "^5.4 || ^7.0 || ^8.0",
"symfony/polyfill-mbstring": "^1.17"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2021-10-01 18:20:27 +01:00
"composer/xdebug-handler": "^1.4 || ^2.0",
2020-08-09 16:19:00 +01:00
"phpunit/phpunit": "^4.8.36 || ^7.5.15"
2016-05-19 15:01:28 +01:00
},
"bin": [
"bin/jp.php"
],
"type": "library",
"extra": {
"branch-alias": {
2020-08-09 16:19:00 +01:00
"dev-master": "2.6-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"files": [
"src/JmesPath.php"
2022-02-27 19:42:49 +00:00
],
"psr-4": {
"JmesPath\\": "src/"
}
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"
}
],
"description": "Declaratively specify how to extract elements from a JSON document",
"keywords": [
"json",
"jsonpath"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/jmespath/jmespath.php/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/jmespath/jmespath.php/tree/2.6.1"
2021-01-31 14:50:01 +00:00
},
2021-10-01 18:20:27 +01:00
"time": "2021-06-14T00:11:39+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "nesbot/carbon",
2023-02-04 11:00:18 +00:00
"version": "2.66.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
2023-02-04 11:00:18 +00:00
"reference": "496712849902241f04902033b0441b269effe001"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2023-02-04 11:00:18 +00:00
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/496712849902241f04902033b0441b269effe001",
"reference": "496712849902241f04902033b0441b269effe001",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2019-03-17 14:08:49 +00:00
"ext-json": "*",
"php": "^7.1.8 || ^8.0",
2020-06-10 20:48:23 +01:00
"symfony/polyfill-mbstring": "^1.0",
2021-10-01 18:20:27 +01:00
"symfony/polyfill-php80": "^1.16",
2021-12-17 19:58:52 +00:00
"symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2022-12-02 19:23:36 +00:00
"doctrine/dbal": "^2.0 || ^3.1.4",
2020-06-10 20:48:23 +01:00
"doctrine/orm": "^2.7",
2021-10-01 18:20:27 +01:00
"friendsofphp/php-cs-fixer": "^3.0",
2020-07-12 17:41:26 +01:00
"kylekatarnls/multi-tester": "^2.0",
2022-07-08 17:36:06 +00:00
"ondrejmirtes/better-reflection": "*",
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",
2022-07-08 17:36:06 +00:00
"phpstan/phpstan": "^0.12.99 || ^1.7.14",
"phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
"phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
2019-03-17 14:08:49 +00:00
"squizlabs/php_codesniffer": "^3.4"
2019-01-20 17:35:58 +00:00
},
2019-08-18 18:41:56 +01:00
"bin": [
"bin/carbon"
],
2016-05-19 15:01:28 +01:00
"type": "library",
2017-01-26 15:34:27 +00:00
"extra": {
2020-01-26 17:50:49 +00:00
"branch-alias": {
2021-10-01 18:20:27 +01:00
"dev-3.x": "3.x-dev",
"dev-master": "2.x-dev"
2020-01-26 17:50:49 +00:00
},
2018-10-05 20:37:08 +01:00
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
]
2020-07-12 17:41:26 +01:00
},
"phpstan": {
"includes": [
"extension.neon"
]
2017-01-26 15:34:27 +00:00
}
},
2016-05-19 15:01:28 +01:00
"autoload": {
"psr-4": {
2019-03-17 14:08:49 +00:00
"Carbon\\": "src/Carbon/"
2016-05-19 15:01:28 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Brian Nesbitt",
"email": "brian@nesbot.com",
2021-10-01 18:20:27 +01:00
"homepage": "https://markido.com"
2019-08-18 18:41:56 +01:00
},
{
"name": "kylekatarnls",
2021-10-01 18:20:27 +01:00
"homepage": "https://github.com/kylekatarnls"
2016-05-19 15:01:28 +01:00
}
],
2019-10-19 15:34:49 +01:00
"description": "An API extension for DateTime that supports 281 different languages.",
2021-10-01 18:20:27 +01:00
"homepage": "https://carbon.nesbot.com",
2016-05-19 15:01:28 +01:00
"keywords": [
"date",
"datetime",
"time"
],
2021-01-31 14:50:01 +00:00
"support": {
2021-12-17 19:58:52 +00:00
"docs": "https://carbon.nesbot.com/docs",
2021-01-31 14:50:01 +00:00
"issues": "https://github.com/briannesbitt/Carbon/issues",
"source": "https://github.com/briannesbitt/Carbon"
},
2020-06-10 20:48:23 +01:00
"funding": [
{
2022-07-08 17:36:06 +00:00
"url": "https://github.com/sponsors/kylekatarnls",
"type": "github"
2020-06-10 20:48:23 +01:00
},
{
2022-07-08 17:36:06 +00:00
"url": "https://opencollective.com/Carbon#sponsor",
"type": "opencollective"
},
{
"url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
2020-06-10 20:48:23 +01:00
"type": "tidelift"
}
],
2023-02-04 11:00:18 +00:00
"time": "2023-01-29T18:53:47+00:00"
2016-05-19 15:01:28 +01:00
},
{
2022-02-27 19:42:49 +00:00
"name": "nette/schema",
2022-11-23 18:51:55 +00:00
"version": "v1.2.3",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2022-02-27 19:42:49 +00:00
"url": "https://github.com/nette/schema.git",
2022-11-23 18:51:55 +00:00
"reference": "abbdbb70e0245d5f3bf77874cea1dfb0c930d06f"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2022-11-23 18:51:55 +00:00
"url": "https://api.github.com/repos/nette/schema/zipball/abbdbb70e0245d5f3bf77874cea1dfb0c930d06f",
"reference": "abbdbb70e0245d5f3bf77874cea1dfb0c930d06f",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2022-02-27 19:42:49 +00:00
"nette/utils": "^2.5.7 || ^3.1.5 || ^4.0",
2022-11-23 18:51:55 +00:00
"php": ">=7.1 <8.3"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2022-02-27 19:42:49 +00:00
"nette/tester": "^2.3 || ^2.4",
2022-11-23 18:51:55 +00:00
"phpstan/phpstan-nette": "^1.0",
2022-02-27 19:42:49 +00:00
"tracy/tracy": "^2.7"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-02-27 19:42:49 +00:00
"dev-master": "1.2-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2022-02-27 19:42:49 +00:00
"classmap": [
"src/"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2022-02-27 19:42:49 +00:00
"BSD-3-Clause",
"GPL-2.0-only",
"GPL-3.0-only"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2022-02-27 19:42:49 +00:00
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
2016-05-19 15:01:28 +01:00
}
],
2022-02-27 19:42:49 +00:00
"description": "📐 Nette Schema: validating data structures against a given Schema.",
"homepage": "https://nette.org",
2016-05-19 15:01:28 +01:00
"keywords": [
2022-02-27 19:42:49 +00:00
"config",
"nette"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
2022-02-27 19:42:49 +00:00
"issues": "https://github.com/nette/schema/issues",
2022-11-23 18:51:55 +00:00
"source": "https://github.com/nette/schema/tree/v1.2.3"
2021-01-31 14:50:01 +00:00
},
2022-11-23 18:51:55 +00:00
"time": "2022-10-13T01:24:26+00:00"
2018-10-05 20:37:08 +01:00
},
{
2022-02-27 19:42:49 +00:00
"name": "nette/utils",
2023-02-04 11:00:18 +00:00
"version": "v4.0.0",
2018-10-05 20:37:08 +01:00
"source": {
"type": "git",
2022-02-27 19:42:49 +00:00
"url": "https://github.com/nette/utils.git",
2023-02-04 11:00:18 +00:00
"reference": "cacdbf5a91a657ede665c541eda28941d4b09c1e"
2018-10-05 20:37:08 +01:00
},
"dist": {
"type": "zip",
2023-02-04 11:00:18 +00:00
"url": "https://api.github.com/repos/nette/utils/zipball/cacdbf5a91a657ede665c541eda28941d4b09c1e",
"reference": "cacdbf5a91a657ede665c541eda28941d4b09c1e",
2018-10-05 20:37:08 +01:00
"shasum": ""
},
"require": {
2023-02-04 11:00:18 +00:00
"php": ">=8.0 <8.3"
2022-02-27 19:42:49 +00:00
},
"conflict": {
2023-02-04 11:00:18 +00:00
"nette/finder": "<3",
"nette/schema": "<1.2.2"
2018-10-05 20:37:08 +01:00
},
"require-dev": {
2023-02-04 11:00:18 +00:00
"jetbrains/phpstorm-attributes": "dev-master",
"nette/tester": "^2.4",
2022-02-27 19:42:49 +00:00
"phpstan/phpstan": "^1.0",
2023-02-04 11:00:18 +00:00
"tracy/tracy": "^2.9"
2022-02-27 19:42:49 +00:00
},
"suggest": {
"ext-gd": "to use Image",
"ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
"ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
"ext-json": "to use Nette\\Utils\\Json",
"ext-mbstring": "to use Strings::lower() etc...",
"ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
"ext-xml": "to use Strings::length() etc. when mbstring is not available"
2018-10-05 20:37:08 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-02-04 11:00:18 +00:00
"dev-master": "4.0-dev"
2018-10-05 20:37:08 +01:00
}
},
"autoload": {
2022-02-27 19:42:49 +00:00
"classmap": [
"src/"
2018-10-05 20:37:08 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2022-02-27 19:42:49 +00:00
"BSD-3-Clause",
"GPL-2.0-only",
"GPL-3.0-only"
2018-10-05 20:37:08 +01:00
],
"authors": [
{
2022-02-27 19:42:49 +00:00
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
2018-10-05 20:37:08 +01:00
},
{
2022-02-27 19:42:49 +00:00
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
2018-10-05 20:37:08 +01:00
}
],
2022-02-27 19:42:49 +00:00
"description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
"homepage": "https://nette.org",
2018-10-05 20:37:08 +01:00
"keywords": [
2022-02-27 19:42:49 +00:00
"array",
"core",
"datetime",
"images",
"json",
"nette",
"paginator",
"password",
"slugify",
"string",
"unicode",
"utf-8",
"utility",
"validation"
2018-10-05 20:37:08 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
2022-02-27 19:42:49 +00:00
"issues": "https://github.com/nette/utils/issues",
2023-02-04 11:00:18 +00:00
"source": "https://github.com/nette/utils/tree/v4.0.0"
2021-01-31 14:50:01 +00:00
},
2023-02-04 11:00:18 +00:00
"time": "2023-02-02T10:41:53+00:00"
2022-02-27 19:42:49 +00:00
},
{
"name": "nikic/php-parser",
2023-02-04 12:38:22 +00:00
"version": "v4.15.3",
2022-02-27 19:42:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2023-02-04 12:38:22 +00:00
"reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039"
2022-02-27 19:42:49 +00:00
},
"dist": {
"type": "zip",
2023-02-04 12:38:22 +00:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/570e980a201d8ed0236b0a62ddf2c9cbb2034039",
"reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039",
2022-02-27 19:42:49 +00:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=7.0"
},
"require-dev": {
"ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.9-dev"
}
},
"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"
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
2023-02-04 12:38:22 +00:00
"source": "https://github.com/nikic/PHP-Parser/tree/v4.15.3"
2022-02-27 19:42:49 +00:00
},
2023-02-04 12:38:22 +00:00
"time": "2023-01-16T22:05:37+00:00"
2022-07-20 09:02:46 +00:00
},
{
"name": "nunomaduro/termwind",
2022-12-22 16:11:22 +00:00
"version": "v1.15.0",
2022-07-20 09:02:46 +00:00
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/termwind.git",
2022-12-22 16:11:22 +00:00
"reference": "594ab862396c16ead000de0c3c38f4a5cbe1938d"
2022-07-20 09:02:46 +00:00
},
"dist": {
"type": "zip",
2022-12-22 16:11:22 +00:00
"url": "https://api.github.com/repos/nunomaduro/termwind/zipball/594ab862396c16ead000de0c3c38f4a5cbe1938d",
"reference": "594ab862396c16ead000de0c3c38f4a5cbe1938d",
2022-07-20 09:02:46 +00:00
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": "^8.0",
"symfony/console": "^5.3.0|^6.0.0"
},
"require-dev": {
"ergebnis/phpstan-rules": "^1.0.",
"illuminate/console": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0",
2022-08-04 17:13:02 +00:00
"laravel/pint": "^1.0.0",
2022-07-20 09:02:46 +00:00
"pestphp/pest": "^1.21.0",
"pestphp/pest-plugin-mock": "^1.0",
"phpstan/phpstan": "^1.4.6",
"phpstan/phpstan-strict-rules": "^1.1.0",
"symfony/var-dumper": "^5.2.7|^6.0.0",
"thecodingmachine/phpstan-strict-rules": "^1.0.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Termwind\\Laravel\\TermwindServiceProvider"
]
}
},
"autoload": {
"files": [
"src/Functions.php"
],
"psr-4": {
"Termwind\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nuno Maduro",
"email": "enunomaduro@gmail.com"
}
],
"description": "Its like Tailwind CSS, but for the console.",
"keywords": [
"cli",
"console",
"css",
"package",
"php",
"style"
],
"support": {
"issues": "https://github.com/nunomaduro/termwind/issues",
2022-12-22 16:11:22 +00:00
"source": "https://github.com/nunomaduro/termwind/tree/v1.15.0"
2022-07-20 09:02:46 +00:00
},
"funding": [
{
"url": "https://www.paypal.com/paypalme/enunomaduro",
"type": "custom"
},
{
"url": "https://github.com/nunomaduro",
"type": "github"
},
{
"url": "https://github.com/xiCO2k",
"type": "github"
}
],
2022-12-22 16:11:22 +00:00
"time": "2022-12-20T19:00:15+00:00"
2018-02-15 12:26:59 +00:00
},
{
"name": "p3k/http",
2021-10-24 16:18:02 +01:00
"version": "0.1.12",
2018-02-15 12:26:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/aaronpk/p3k-http.git",
2021-10-24 16:18:02 +01:00
"reference": "cf9c5b7cdbe1800bfb9587a20953ed8d20322e0b"
2018-02-15 12:26:59 +00:00
},
"dist": {
"type": "zip",
2021-10-24 16:18:02 +01:00
"url": "https://api.github.com/repos/aaronpk/p3k-http/zipball/cf9c5b7cdbe1800bfb9587a20953ed8d20322e0b",
"reference": "cf9c5b7cdbe1800bfb9587a20953ed8d20322e0b",
2018-02-15 12:26:59 +00:00
"shasum": ""
},
"require": {
"indieweb/link-rel-parser": "0.1.*",
"mf2/mf2": ">=0.3.2"
},
"type": "library",
"autoload": {
"psr-4": {
"p3k\\": "src/p3k"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Parecki",
"homepage": "https://aaronparecki.com"
}
],
"description": "A simple wrapper API around the PHP curl functions",
"homepage": "https://github.com/aaronpk/p3k-http",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/aaronpk/p3k-http/issues",
2021-10-24 16:18:02 +01:00
"source": "https://github.com/aaronpk/p3k-http/tree/0.1.12"
2021-01-31 14:50:01 +00:00
},
2021-10-24 16:18:02 +01:00
"time": "2021-10-12T14:12:29+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",
2022-08-01 09:01:40 +00:00
"version": "1.9.0",
2019-01-20 17:35:58 +00:00
"source": {
"type": "git",
2019-03-17 14:08:49 +00:00
"url": "https://github.com/schmittjoh/php-option.git",
2022-08-01 09:01:40 +00:00
"reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab"
2019-01-20 17:35:58 +00:00
},
"dist": {
"type": "zip",
2022-08-01 09:01:40 +00:00
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dc5ff11e274a90cc1c743f66c9ad700ce50db9ab",
"reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab",
2019-01-20 17:35:58 +00:00
"shasum": ""
},
"require": {
2022-08-01 09:01:40 +00:00
"php": "^7.2.5 || ^8.0"
2019-01-20 17:35:58 +00:00
},
"require-dev": {
2022-08-01 09:01:40 +00:00
"bamarni/composer-bin-plugin": "^1.8",
"phpunit/phpunit": "^8.5.28 || ^9.5.21"
2019-01-20 17:35:58 +00:00
},
"type": "library",
"extra": {
2022-08-01 09:01:40 +00:00
"bamarni-bin": {
"bin-links": true,
"forward-command": true
},
2019-01-20 17:35:58 +00:00
"branch-alias": {
2022-08-01 09:01:40 +00:00
"dev-master": "1.9-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",
2021-12-17 19:58:52 +00:00
"email": "schmittjoh@gmail.com",
"homepage": "https://github.com/schmittjoh"
2020-01-26 17:50:49 +00:00
},
{
"name": "Graham Campbell",
2021-12-17 19:58:52 +00:00
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
2020-01-26 17:50:49 +00:00
}
],
"description": "Option Type for PHP",
"keywords": [
"language",
"option",
"php",
"type"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/schmittjoh/php-option/issues",
2022-08-01 09:01:40 +00:00
"source": "https://github.com/schmittjoh/php-option/tree/1.9.0"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
"type": "tidelift"
}
],
2022-08-01 09:01:40 +00:00
"time": "2022-07-30T15:51:26+00:00"
2020-01-26 17:50:49 +00:00
},
2023-02-04 10:45:04 +00:00
{
"name": "psr/clock",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/clock.git",
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Psr\\Clock\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for reading the clock.",
"homepage": "https://github.com/php-fig/clock",
"keywords": [
"clock",
"now",
"psr",
"psr-20",
"time"
],
"support": {
"issues": "https://github.com/php-fig/clock/issues",
"source": "https://github.com/php-fig/clock/tree/1.0.0"
},
"time": "2022-11-25T14:36:26+00:00"
},
2017-09-04 19:34:39 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "psr/container",
2022-02-27 19:42:49 +00:00
"version": "2.0.2",
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",
2022-02-27 19:42:49 +00:00
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
2017-09-04 19:34:39 +01:00
},
"dist": {
"type": "zip",
2022-02-27 19:42:49 +00:00
"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
2017-09-04 19:34:39 +01:00
"shasum": ""
},
"require": {
2021-12-17 19:58:52 +00:00
"php": ">=7.4.0"
2017-09-04 19:34:39 +01:00
},
"type": "library",
2022-02-27 19:42:49 +00:00
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
2017-09-04 19:34:39 +01:00
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"Psr\\Container\\": "src/"
2017-09-04 19:34:39 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "PHP-FIG",
2021-03-17 18:38:18 +00:00
"homepage": "https://www.php-fig.org/"
2017-09-04 19:34:39 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/php-fig/container/issues",
2022-02-27 19:42:49 +00:00
"source": "https://github.com/php-fig/container/tree/2.0.2"
2021-01-31 14:50:01 +00:00
},
2022-02-27 19:42:49 +00:00
"time": "2021-11-05T16:47:00+00:00"
2020-10-17 17:15:06 +01:00
},
{
"name": "psr/event-dispatcher",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/event-dispatcher.git",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\EventDispatcher\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Standard interfaces for event handling.",
"keywords": [
"events",
"psr",
"psr-14"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/php-fig/event-dispatcher/issues",
"source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
},
2020-10-17 17:15:06 +01:00
"time": "2019-01-08T18:20:26+00:00"
2017-09-04 19:34:39 +01:00
},
2020-06-13 16:32:42 +01:00
{
2020-10-17 17:15:06 +01:00
"name": "psr/http-client",
"version": "1.0.1",
2020-06-13 16:32:42 +01:00
"source": {
"type": "git",
2020-10-17 17:15:06 +01:00
"url": "https://github.com/php-fig/http-client.git",
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
2020-06-13 16:32:42 +01:00
},
"dist": {
"type": "zip",
2020-10-17 17:15:06 +01:00
"url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
2020-06-13 16:32:42 +01:00
"shasum": ""
},
"require": {
2020-10-17 17:15:06 +01:00
"php": "^7.0 || ^8.0",
"psr/http-message": "^1.0"
2020-06-13 16:32:42 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
2020-10-17 17:15:06 +01:00
"Psr\\Http\\Client\\": "src/"
2020-06-13 16:32:42 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
2020-10-17 17:15:06 +01:00
"description": "Common interface for HTTP clients",
"homepage": "https://github.com/php-fig/http-client",
2020-06-13 16:32:42 +01:00
"keywords": [
2020-10-17 17:15:06 +01:00
"http",
"http-client",
2020-06-13 16:32:42 +01:00
"psr",
2020-10-17 17:15:06 +01:00
"psr-18"
2020-06-13 16:32:42 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"source": "https://github.com/php-fig/http-client/tree/master"
},
2020-10-17 17:15:06 +01:00
"time": "2020-06-29T06:28:15+00:00"
2020-06-13 16:32:42 +01:00
},
2021-10-24 16:18:02 +01:00
{
"name": "psr/http-factory",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"shasum": ""
},
"require": {
"php": ">=7.0.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
"support": {
"source": "https://github.com/php-fig/http-factory/tree/master"
},
"time": "2019-04-30T12:38:16+00:00"
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "psr/http-message",
"version": "1.0.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2017-11-13 17:26:38 +00:00
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"php": ">=5.3.0"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-13 17:26:38 +00:00
"dev-master": "1.0.x-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"Psr\\Http\\Message\\": "src/"
2016-05-19 15:01:28 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"source": "https://github.com/php-fig/http-message/tree/master"
},
2017-11-13 17:26:38 +00:00
"time": "2016-08-06T14:39:51+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "psr/log",
2022-02-27 19:42:49 +00:00
"version": "3.0.0",
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",
2022-02-27 19:42:49 +00:00
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2022-02-27 19:42:49 +00:00
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
2016-09-21 17:34:27 +01:00
"require": {
2021-12-17 19:58:52 +00:00
"php": ">=8.0.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": {
2022-02-27 19:42:49 +00:00
"dev-master": "3.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": {
2021-12-17 19:58:52 +00:00
"Psr\\Log\\": "src"
2017-11-13 17:26:38 +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": "PHP-FIG",
2021-10-01 18:20:27 +01:00
"homepage": "https://www.php-fig.org/"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"log",
"psr",
"psr-3"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
2022-02-27 19:42:49 +00:00
"source": "https://github.com/php-fig/log/tree/3.0.0"
2021-01-31 14:50:01 +00:00
},
2022-02-27 19:42:49 +00:00
"time": "2021-07-14T16:46:02+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",
2022-02-27 19:42:49 +00:00
"version": "3.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/simple-cache.git",
2022-02-27 19:42:49 +00:00
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
2017-09-04 19:34:39 +01:00
},
"dist": {
"type": "zip",
2022-02-27 19:42:49 +00:00
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
2017-09-04 19:34:39 +01:00
"shasum": ""
},
"require": {
2022-02-27 19:42:49 +00:00
"php": ">=8.0.0"
2017-09-04 19:34:39 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-02-27 19:42:49 +00:00
"dev-master": "3.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",
2022-02-27 19:42:49 +00:00
"homepage": "https://www.php-fig.org/"
2017-09-04 19:34:39 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Common interfaces for simple caching",
2017-09-04 19:34:39 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
2017-09-04 19:34:39 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
2022-02-27 19:42:49 +00:00
"source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
2021-01-31 14:50:01 +00:00
},
2022-02-27 19:42:49 +00:00
"time": "2021-10-29T13:26:27+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",
2023-02-04 12:38:22 +00:00
"version": "v0.11.12",
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",
2023-02-04 12:38:22 +00:00
"reference": "52cb7c47d403c31c0adc9bf7710fc355f93c20f7"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2023-02-04 12:38:22 +00:00
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/52cb7c47d403c31c0adc9bf7710fc355f93c20f7",
"reference": "52cb7c47d403c31c0adc9bf7710fc355f93c20f7",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2018-10-05 20:37:08 +01:00
"ext-json": "*",
"ext-tokenizer": "*",
2022-01-23 18:42:19 +00:00
"nikic/php-parser": "^4.0 || ^3.1",
"php": "^8.0 || ^7.0.8",
"symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4",
"symfony/var-dumper": "^6.0 || ^5.0 || ^4.0 || ^3.4"
2017-10-13 12:31:31 +01:00
},
2022-03-17 21:41:16 +00:00
"conflict": {
"symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
},
2017-11-13 17:26:38 +00:00
"require-dev": {
2022-05-14 17:54:13 +01:00
"bamarni/composer-bin-plugin": "^1.2"
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.",
2022-05-14 17:54:13 +01:00
"ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
2017-11-13 17:26:38 +00:00
},
"bin": [
"bin/psysh"
],
"type": "library",
"extra": {
"branch-alias": {
2022-01-23 18:42:19 +00:00
"dev-main": "0.11.x-dev"
2017-11-13 17:26:38 +00:00
}
},
"autoload": {
"files": [
2018-04-22 20:32:47 +01:00
"src/functions.php"
2017-11-13 17:26:38 +00:00
],
"psr-4": {
2018-04-22 20:32:47 +01:00
"Psy\\": "src/"
2017-11-13 17:26:38 +00:00
}
2017-10-13 12:31:31 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2017-10-13 12:31:31 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Justin Hileman",
"email": "justin@justinhileman.info",
"homepage": "http://justinhileman.com"
2017-10-13 12:31:31 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "An interactive shell for modern PHP.",
"homepage": "http://psysh.org",
2017-10-13 12:31:31 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"REPL",
"console",
"interactive",
"shell"
2017-10-13 12:31:31 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/bobthecow/psysh/issues",
2023-02-04 12:38:22 +00:00
"source": "https://github.com/bobthecow/psysh/tree/v0.11.12"
2021-01-31 14:50:01 +00:00
},
2023-02-04 12:38:22 +00:00
"time": "2023-01-29T21:24:40+00:00"
2019-01-20 17:35:58 +00:00
},
{
"name": "ralouphie/getallheaders",
2019-07-13 13:02:45 +01:00
"version": "3.0.3",
2019-01-20 17:35:58 +00:00
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
2019-07-13 13:02:45 +01:00
"reference": "120b605dfeb996808c31b6477290a714d356e822"
2019-01-20 17:35:58 +00:00
},
"dist": {
"type": "zip",
2019-07-13 13:02:45 +01:00
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
2019-01-20 17:35:58 +00:00
"shasum": ""
},
"require": {
2019-07-13 13:02:45 +01:00
"php": ">=5.6"
2019-01-20 17:35:58 +00:00
},
"require-dev": {
2019-07-13 13:02:45 +01:00
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
2019-01-20 17:35:58 +00:00
},
"type": "library",
"autoload": {
"files": [
"src/getallheaders.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
}
],
"description": "A polyfill for getallheaders.",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
},
2019-07-13 13:02:45 +01:00
"time": "2019-03-08T08:55:37+00:00"
2017-10-13 12:31:31 +01:00
},
2020-10-17 17:15:06 +01:00
{
"name": "ramsey/collection",
2023-02-04 11:00:18 +00:00
"version": "2.0.0",
2020-10-17 17:15:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/ramsey/collection.git",
2023-02-04 11:00:18 +00:00
"reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5"
2020-10-17 17:15:06 +01:00
},
"dist": {
"type": "zip",
2023-02-04 11:00:18 +00:00
"url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
"reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
2020-10-17 17:15:06 +01:00
"shasum": ""
},
"require": {
2023-02-04 11:00:18 +00:00
"php": "^8.1"
2020-10-17 17:15:06 +01:00
},
"require-dev": {
2023-02-04 11:00:18 +00:00
"captainhook/plugin-composer": "^5.3",
"ergebnis/composer-normalize": "^2.28.3",
"fakerphp/faker": "^1.21",
"hamcrest/hamcrest-php": "^2.0",
"jangregor/phpstan-prophecy": "^1.0",
"mockery/mockery": "^1.5",
"php-parallel-lint/php-console-highlighter": "^1.0",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpcsstandards/phpcsutils": "^1.0.0-rc1",
2021-10-01 18:20:27 +01:00
"phpspec/prophecy-phpunit": "^2.0",
2023-02-04 11:00:18 +00:00
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^9.5",
"psalm/plugin-mockery": "^1.1",
"psalm/plugin-phpunit": "^0.18.4",
"ramsey/coding-standard": "^2.0.3",
"ramsey/conventional-commits": "^1.3",
"vimeo/psalm": "^5.4"
2020-10-17 17:15:06 +01:00
},
"type": "library",
2023-02-04 11:00:18 +00:00
"extra": {
"captainhook": {
"force-install": true
},
"ramsey/conventional-commits": {
"configFile": "conventional-commits.json"
}
},
2020-10-17 17:15:06 +01:00
"autoload": {
"psr-4": {
"Ramsey\\Collection\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ben Ramsey",
"email": "ben@benramsey.com",
"homepage": "https://benramsey.com"
}
],
2021-10-01 18:20:27 +01:00
"description": "A PHP library for representing and manipulating collections.",
2020-10-17 17:15:06 +01:00
"keywords": [
"array",
"collection",
"hash",
"map",
"queue",
"set"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/ramsey/collection/issues",
2023-02-04 11:00:18 +00:00
"source": "https://github.com/ramsey/collection/tree/2.0.0"
2021-01-31 14:50:01 +00:00
},
2020-10-17 17:15:06 +01:00
"funding": [
{
"url": "https://github.com/ramsey",
"type": "github"
2021-01-31 14:50:01 +00:00
},
{
"url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
"type": "tidelift"
2020-10-17 17:15:06 +01:00
}
],
2023-02-04 11:00:18 +00:00
"time": "2022-12-31T21:50:55+00:00"
2020-10-17 17:15:06 +01:00
},
2017-10-13 12:31:31 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "ramsey/uuid",
2023-02-04 11:00:18 +00:00
"version": "4.x-dev",
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",
2023-02-04 11:00:18 +00:00
"reference": "25c4faac19549ebfcd3a6a73732dddeb188eaf5a"
2017-10-13 12:31:31 +01:00
},
"dist": {
"type": "zip",
2023-02-04 11:00:18 +00:00
"url": "https://api.github.com/repos/ramsey/uuid/zipball/25c4faac19549ebfcd3a6a73732dddeb188eaf5a",
"reference": "25c4faac19549ebfcd3a6a73732dddeb188eaf5a",
2017-10-13 12:31:31 +01:00
"shasum": ""
},
"require": {
2023-02-04 11:00:18 +00:00
"brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11",
2020-01-26 17:50:49 +00:00
"ext-json": "*",
2022-04-17 09:50:22 +01:00
"php": "^8.0",
2023-02-04 11:00:18 +00:00
"ramsey/collection": "^1.2 || ^2.0"
2017-11-13 17:26:38 +00:00
},
"replace": {
"rhumsaa/uuid": "self.version"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2021-10-01 18:20:27 +01:00
"captainhook/captainhook": "^5.10",
"captainhook/plugin-composer": "^5.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
2020-10-17 17:15:06 +01:00
"doctrine/annotations": "^1.8",
2021-10-01 18:20:27 +01:00
"ergebnis/composer-normalize": "^2.15",
2020-10-17 17:15:06 +01:00
"mockery/mockery": "^1.3",
2020-01-26 17:50:49 +00:00
"paragonie/random-lib": "^2",
2021-10-01 18:20:27 +01:00
"php-mock/php-mock": "^2.2",
2020-10-17 17:15:06 +01:00
"php-mock/php-mock-mockery": "^1.3",
"php-parallel-lint/php-parallel-lint": "^1.1",
2021-10-01 18:20:27 +01:00
"phpbench/phpbench": "^1.0",
2022-09-16 12:15:03 +00:00
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-phpunit": "^1.1",
2021-10-01 18:20:27 +01:00
"phpunit/phpunit": "^8.5 || ^9",
2022-09-16 12:15:03 +00:00
"ramsey/composer-repl": "^1.4",
"slevomat/coding-standard": "^8.4",
2020-10-17 17:15:06 +01:00
"squizlabs/php_codesniffer": "^3.5",
2021-10-01 18:20:27 +01:00
"vimeo/psalm": "^4.9"
2017-11-13 17:26:38 +00:00
},
"suggest": {
2020-10-17 17:15:06 +01:00
"ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
"ext-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
},
2023-02-04 11:00:18 +00:00
"default-branch": true,
2017-10-13 12:31:31 +01:00
"type": "library",
"extra": {
2021-10-01 18:20:27 +01:00
"captainhook": {
"force-install": true
2017-10-13 12:31:31 +01:00
}
},
"autoload": {
2020-01-26 17:50:49 +00:00
"files": [
"src/functions.php"
2022-03-17 21:41:16 +00:00
],
"psr-4": {
"Ramsey\\Uuid\\": "src/"
}
2017-10-13 12:31:31 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2017-10-13 12:31:31 +01:00
],
2020-10-17 17:15:06 +01:00
"description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
2017-10-13 12:31:31 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"guid",
"identifier",
"uuid"
2017-10-13 12:31:31 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/ramsey/uuid/issues",
2023-02-04 11:00:18 +00:00
"source": "https://github.com/ramsey/uuid/tree/4.x"
2021-01-31 14:50:01 +00:00
},
2020-10-17 17:15:06 +01:00
"funding": [
{
"url": "https://github.com/ramsey",
"type": "github"
2021-10-01 18:20:27 +01:00
},
{
"url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
"type": "tidelift"
2020-10-17 17:15:06 +01:00
}
],
2023-02-04 11:00:18 +00:00
"time": "2023-01-28T17:00:47+00:00"
2017-10-13 12:31:31 +01:00
},
2019-01-24 19:19:45 +00:00
{
"name": "scrivo/highlight.php",
2023-02-04 12:38:22 +00:00
"version": "v9.18.1.10",
2019-01-24 19:19:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/scrivo/highlight.php.git",
2023-02-04 12:38:22 +00:00
"reference": "850f4b44697a2552e892ffe71490ba2733c2fc6e"
2019-01-24 19:19:45 +00:00
},
"dist": {
"type": "zip",
2023-02-04 12:38:22 +00:00
"url": "https://api.github.com/repos/scrivo/highlight.php/zipball/850f4b44697a2552e892ffe71490ba2733c2fc6e",
"reference": "850f4b44697a2552e892ffe71490ba2733c2fc6e",
2019-01-24 19:19:45 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
2019-08-18 18:41:56 +01:00
"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",
2023-02-04 12:38:22 +00:00
"symfony/finder": "^2.8|^3.4|^5.4",
"symfony/var-dumper": "^2.8|^3.4|^5.4"
2019-01-24 19:19:45 +00:00
},
2021-10-24 16:18:02 +01:00
"suggest": {
"ext-mbstring": "Allows highlighting code with unicode characters and supports language with unicode keywords"
},
2019-01-24 19:19:45 +00:00
"type": "library",
"autoload": {
2022-02-27 19:42:49 +00:00
"files": [
"HighlightUtilities/functions.php"
],
2019-01-24 19:19:45 +00:00
"psr-0": {
2019-05-05 10:27:40 +01:00
"Highlight\\": "",
"HighlightUtilities\\": ""
2022-02-27 19:42:49 +00:00
}
2019-01-24 19:19:45 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Geert Bergman",
2019-10-19 15:34:49 +01:00
"homepage": "http://www.scrivo.org/",
"role": "Project Author"
2019-01-24 19:19:45 +00:00
},
{
"name": "Vladimir Jimenez",
2019-10-19 15:34:49 +01:00
"homepage": "https://allejo.io",
2020-01-26 17:50:49 +00:00
"role": "Maintainer"
2019-01-24 19:19:45 +00:00
},
{
"name": "Martin Folkers",
2019-10-19 15:34:49 +01:00
"homepage": "https://twobrain.io",
"role": "Contributor"
2019-01-24 19:19:45 +00:00
}
],
"description": "Server side syntax highlighter that supports 185 languages. It's a PHP port of highlight.js",
"keywords": [
"code",
"highlight",
"highlight.js",
"highlight.php",
"syntax"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/scrivo/highlight.php/issues",
"source": "https://github.com/scrivo/highlight.php"
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://github.com/allejo",
"type": "github"
}
],
2023-02-04 12:38:22 +00:00
"time": "2022-12-17T21:53:22+00:00"
2019-01-24 19:19:45 +00:00
},
{
"name": "spatie/commonmark-highlighter",
2022-02-27 19:42:49 +00:00
"version": "3.0.0",
2019-01-24 19:19:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/spatie/commonmark-highlighter.git",
2022-02-27 19:42:49 +00:00
"reference": "d707943b3ce47fcd01240bb85b218e280856d017"
2019-01-24 19:19:45 +00:00
},
"dist": {
"type": "zip",
2022-02-27 19:42:49 +00:00
"url": "https://api.github.com/repos/spatie/commonmark-highlighter/zipball/d707943b3ce47fcd01240bb85b218e280856d017",
"reference": "d707943b3ce47fcd01240bb85b218e280856d017",
2019-01-24 19:19:45 +00:00
"shasum": ""
},
"require": {
2022-02-27 19:42:49 +00:00
"league/commonmark": "^2.0",
"php": "^7.4|^8.0",
"scrivo/highlight.php": "^9.18.1.7"
2019-01-24 19:19:45 +00:00
},
"require-dev": {
"larapack/dd": "^1.0",
2020-12-31 13:34:55 +00:00
"phpunit/phpunit": "^8.5|^9.4",
"spatie/phpunit-snapshot-assertions": "^2.0|^4.0"
2019-01-24 19:19:45 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\CommonMarkHighlighter\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sebastian De Deyne",
"email": "sebastian@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "Highlight your markdown code blocks with league/commonmark",
"homepage": "https://github.com/spatie/commonmark-highlighter",
"keywords": [
"commonmark-highlighter",
"spatie"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/spatie/commonmark-highlighter/issues",
2022-02-27 19:42:49 +00:00
"source": "https://github.com/spatie/commonmark-highlighter/tree/3.0.0"
2021-01-31 14:50:01 +00:00
},
2022-02-27 19:42:49 +00:00
"time": "2021-08-04T18:03:57+00:00"
2019-01-24 19:19:45 +00:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "symfony/console",
2023-02-04 10:51:39 +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/symfony/console.git",
2023-02-04 10:51:39 +00:00
"reference": "3e294254f2191762c1d137aed4b94e966965e985"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2023-02-04 10:51:39 +00:00
"url": "https://api.github.com/repos/symfony/console/zipball/3e294254f2191762c1d137aed4b94e966965e985",
"reference": "3e294254f2191762c1d137aed4b94e966965e985",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2022-06-01 21:20:32 +01:00
"php": ">=8.1",
"symfony/deprecation-contracts": "^2.1|^3",
2019-05-31 11:27:06 +01:00
"symfony/polyfill-mbstring": "~1.0",
2021-12-17 19:58:52 +00:00
"symfony/service-contracts": "^1.1|^2|^3",
2022-02-27 19:42:49 +00:00
"symfony/string": "^5.4|^6.0"
2017-11-13 17:26:38 +00:00
},
"conflict": {
2022-02-27 19:42:49 +00:00
"symfony/dependency-injection": "<5.4",
"symfony/dotenv": "<5.4",
"symfony/event-dispatcher": "<5.4",
"symfony/lock": "<5.4",
"symfony/process": "<5.4"
2017-11-13 17:26:38 +00:00
},
2019-03-17 14:08:49 +00:00
"provide": {
2022-02-27 19:42:49 +00:00
"psr/log-implementation": "1.0|2.0|3.0"
2019-03-17 14:08:49 +00:00
},
2017-11-13 17:26:38 +00:00
"require-dev": {
2022-02-27 19:42:49 +00:00
"psr/log": "^1|^2|^3",
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/lock": "^5.4|^6.0",
"symfony/process": "^5.4|^6.0",
"symfony/var-dumper": "^5.4|^6.0"
2017-11-13 17:26:38 +00:00
},
"suggest": {
2019-03-17 14:08:49 +00:00
"psr/log": "For using the console logger",
2017-11-13 17:26:38 +00:00
"symfony/event-dispatcher": "",
2017-12-07 15:39:19 +00:00
"symfony/lock": "",
2017-11-13 17:26:38 +00:00
"symfony/process": ""
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2021-01-31 14:50:01 +00:00
"description": "Eases the creation of beautiful and testable command line interfaces",
2017-11-13 17:26:38 +00:00
"homepage": "https://symfony.com",
2020-12-31 13:34:55 +00:00
"keywords": [
"cli",
"command line",
"console",
"terminal"
],
2021-01-31 14:50:01 +00:00
"support": {
2023-02-04 10:51:39 +00:00
"source": "https://github.com/symfony/console/tree/v6.2.5"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-02-04 10:51:39 +00:00
"time": "2023-01-01T08:38:09+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/css-selector",
2023-02-04 11:00:18 +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/symfony/css-selector.git",
2023-02-04 11:00:18 +00:00
"reference": "bf1b9d4ad8b1cf0dbde8b08e0135a2f6259b9ba1"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2023-02-04 11:00:18 +00:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/bf1b9d4ad8b1cf0dbde8b08e0135a2f6259b9ba1",
"reference": "bf1b9d4ad8b1cf0dbde8b08e0135a2f6259b9ba1",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2022-06-01 21:20:32 +01:00
"php": ">=8.1"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"Symfony\\Component\\CssSelector\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2017-11-13 17:26:38 +00:00
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
2019-08-18 18:41:56 +01:00
{
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
},
2017-11-13 17:26:38 +00:00
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2021-01-31 14:50:01 +00:00
"description": "Converts CSS selectors to XPath expressions",
2017-11-13 17:26:38 +00:00
"homepage": "https://symfony.com",
2021-01-31 14:50:01 +00:00
"support": {
2023-02-04 11:00:18 +00:00
"source": "https://github.com/symfony/css-selector/tree/v6.2.5"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-02-04 11:00:18 +00:00
"time": "2023-01-01T08:38:09+00:00"
2016-05-19 15:01:28 +01:00
},
{
2020-06-13 16:32:42 +01:00
"name": "symfony/deprecation-contracts",
2022-12-22 15:55:07 +00:00
"version": "v3.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",
2022-12-22 15:55:07 +00:00
"reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2022-12-22 15:55:07 +00:00
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/1ee04c65529dea5d8744774d474e7cbd2f1206d3",
"reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2022-06-01 21:20:32 +01:00
"php": ">=8.1"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-22 15:55:07 +00:00
"dev-main": "3.3-dev"
2020-07-12 17:41:26 +01:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2020-06-13 16:32:42 +01:00
"files": [
"function.php"
2017-11-13 17:26:38 +00:00
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-06-13 16:32:42 +01:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2017-11-13 17:26:38 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2020-06-13 16:32:42 +01:00
"description": "A generic function and convention to trigger deprecation notices",
2017-11-13 17:26:38 +00:00
"homepage": "https://symfony.com",
2021-01-31 14:50:01 +00:00
"support": {
2022-12-22 15:55:07 +00:00
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.0"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-12-22 15:55:07 +00:00
"time": "2022-11-25T10:21:52+00:00"
2020-01-26 17:50:49 +00:00
},
{
"name": "symfony/error-handler",
2023-02-04 11:00:18 +00:00
"version": "v6.2.5",
2020-01-26 17:50:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
2023-02-04 11:00:18 +00:00
"reference": "0092696af0be8e6124b042fbe2890ca1788d7b28"
2020-01-26 17:50:49 +00:00
},
"dist": {
"type": "zip",
2023-02-04 11:00:18 +00:00
"url": "https://api.github.com/repos/symfony/error-handler/zipball/0092696af0be8e6124b042fbe2890ca1788d7b28",
"reference": "0092696af0be8e6124b042fbe2890ca1788d7b28",
2020-01-26 17:50:49 +00:00
"shasum": ""
},
"require": {
2022-06-01 21:20:32 +01:00
"php": ">=8.1",
2021-10-01 18:20:27 +01:00
"psr/log": "^1|^2|^3",
2022-02-27 19:42:49 +00:00
"symfony/var-dumper": "^5.4|^6.0"
2020-01-26 17:50:49 +00:00
},
"require-dev": {
2021-12-17 19:58:52 +00:00
"symfony/deprecation-contracts": "^2.1|^3",
2022-02-27 19:42:49 +00:00
"symfony/http-kernel": "^5.4|^6.0",
"symfony/serializer": "^5.4|^6.0"
2020-01-26 17:50:49 +00:00
},
2021-12-17 19:58:52 +00:00
"bin": [
"Resources/bin/patch-type-declarations"
],
2020-01-26 17:50:49 +00:00
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\ErrorHandler\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-01-31 14:50:01 +00:00
"description": "Provides tools to manage errors and ease debugging PHP code",
2020-01-26 17:50:49 +00:00
"homepage": "https://symfony.com",
2021-01-31 14:50:01 +00:00
"support": {
2023-02-04 11:00:18 +00:00
"source": "https://github.com/symfony/error-handler/tree/v6.2.5"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-02-04 11:00:18 +00:00
"time": "2023-01-01T08:38:09+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/event-dispatcher",
2023-02-04 11:00:18 +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/symfony/event-dispatcher.git",
2023-02-04 11:00:18 +00:00
"reference": "f02d108b5e9fd4a6245aa73a9d2df2ec060c3e68"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2023-02-04 11:00:18 +00:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f02d108b5e9fd4a6245aa73a9d2df2ec060c3e68",
"reference": "f02d108b5e9fd4a6245aa73a9d2df2ec060c3e68",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2022-06-01 21:20:32 +01:00
"php": ">=8.1",
2021-12-17 19:58:52 +00:00
"symfony/event-dispatcher-contracts": "^2|^3"
2017-11-13 17:26:38 +00:00
},
"conflict": {
2021-12-17 19:58:52 +00:00
"symfony/dependency-injection": "<5.4"
2017-11-13 17:26:38 +00:00
},
2019-05-31 11:27:06 +01:00
"provide": {
"psr/event-dispatcher-implementation": "1.0",
2021-12-17 19:58:52 +00:00
"symfony/event-dispatcher-implementation": "2.0|3.0"
2019-05-31 11:27:06 +01:00
},
2017-11-13 17:26:38 +00:00
"require-dev": {
2021-10-01 18:20:27 +01:00
"psr/log": "^1|^2|^3",
2021-12-17 19:58:52 +00:00
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/error-handler": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
"symfony/http-foundation": "^5.4|^6.0",
"symfony/service-contracts": "^1.1|^2|^3",
"symfony/stopwatch": "^5.4|^6.0"
2017-11-13 17:26:38 +00:00
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"Symfony\\Component\\EventDispatcher\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2021-01-31 14:50:01 +00:00
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
2017-11-13 17:26:38 +00:00
"homepage": "https://symfony.com",
2021-01-31 14:50:01 +00:00
"support": {
2023-02-04 11:00:18 +00:00
"source": "https://github.com/symfony/event-dispatcher/tree/v6.2.5"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-02-04 11:00:18 +00:00
"time": "2023-01-01T08:38:09+00:00"
2019-05-31 11:27:06 +01:00
},
{
"name": "symfony/event-dispatcher-contracts",
2022-12-22 16:11:22 +00:00
"version": "v3.2.0",
2019-05-31 11:27:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
2022-12-22 16:11:22 +00:00
"reference": "0782b0b52a737a05b4383d0df35a474303cabdae"
2019-05-31 11:27:06 +01:00
},
"dist": {
"type": "zip",
2022-12-22 16:11:22 +00:00
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0782b0b52a737a05b4383d0df35a474303cabdae",
"reference": "0782b0b52a737a05b4383d0df35a474303cabdae",
2019-05-31 11:27:06 +01:00
"shasum": ""
},
"require": {
2022-06-01 21:20:32 +01:00
"php": ">=8.1",
2020-06-13 16:32:42 +01:00
"psr/event-dispatcher": "^1"
2019-05-31 11:27:06 +01:00
},
"suggest": {
"symfony/event-dispatcher-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-22 16:11:22 +00:00
"dev-main": "3.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\\EventDispatcher\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to dispatching event",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2021-01-31 14:50:01 +00:00
"support": {
2022-12-22 16:11:22 +00:00
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.2.0"
2021-01-31 14:50:01 +00:00
},
2020-06-13 16:32:42 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-12-22 16:11:22 +00:00
"time": "2022-11-25T10:21:52+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/finder",
2023-02-04 11:00:18 +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/symfony/finder.git",
2023-02-04 11:00:18 +00:00
"reference": "c90dc446976a612e3312a97a6ec0069ab0c2099c"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2023-02-04 11:00:18 +00:00
"url": "https://api.github.com/repos/symfony/finder/zipball/c90dc446976a612e3312a97a6ec0069ab0c2099c",
"reference": "c90dc446976a612e3312a97a6ec0069ab0c2099c",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2022-06-01 21:20:32 +01:00
"php": ">=8.1"
},
"require-dev": {
"symfony/filesystem": "^6.0"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"Symfony\\Component\\Finder\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2021-01-31 14:50:01 +00:00
"description": "Finds files and directories via an intuitive fluent interface",
2017-11-13 17:26:38 +00:00
"homepage": "https://symfony.com",
2021-01-31 14:50:01 +00:00
"support": {
2023-02-04 11:00:18 +00:00
"source": "https://github.com/symfony/finder/tree/v6.2.5"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-02-04 11:00:18 +00:00
"time": "2023-01-20T17:45:48+00:00"
2016-05-19 15:01:28 +01:00
},
2022-06-02 09:40:34 +01:00
{
"name": "symfony/html-sanitizer",
2023-02-04 12:38:22 +00:00
"version": "v6.2.5",
2022-06-02 09:40:34 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/html-sanitizer.git",
2023-02-04 12:38:22 +00:00
"reference": "9f7eb169f929b6f75fee7218a128856a63694cc6"
2022-06-02 09:40:34 +01:00
},
"dist": {
"type": "zip",
2023-02-04 12:38:22 +00:00
"url": "https://api.github.com/repos/symfony/html-sanitizer/zipball/9f7eb169f929b6f75fee7218a128856a63694cc6",
"reference": "9f7eb169f929b6f75fee7218a128856a63694cc6",
2022-06-02 09:40:34 +01:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"league/uri": "^6.5",
"masterminds/html5": "^2.7.2",
"php": ">=8.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\HtmlSanitizer\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Titouan Galopin",
"email": "galopintitouan@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides an object-oriented API to sanitize untrusted HTML input for safe insertion into a document's DOM.",
"homepage": "https://symfony.com",
"keywords": [
"Purifier",
"html",
"sanitizer"
],
"support": {
2023-02-04 12:38:22 +00:00
"source": "https://github.com/symfony/html-sanitizer/tree/v6.2.5"
2022-06-02 09:40:34 +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"
}
],
2023-02-04 12:38:22 +00:00
"time": "2023-01-01T08:37:24+00:00"
2022-06-02 09:40:34 +01:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "symfony/http-foundation",
2023-02-04 11:00:18 +00:00
"version": "v6.2.6",
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",
2023-02-04 11:00:18 +00:00
"reference": "e8dd1f502bc2b3371d05092aa233b064b03ce7ed"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2023-02-04 11:00:18 +00:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/e8dd1f502bc2b3371d05092aa233b064b03ce7ed",
"reference": "e8dd1f502bc2b3371d05092aa233b064b03ce7ed",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2022-06-01 21:20:32 +01:00
"php": ">=8.1",
2021-12-17 19:58:52 +00:00
"symfony/deprecation-contracts": "^2.1|^3",
2022-02-27 19:42:49 +00:00
"symfony/polyfill-mbstring": "~1.1"
2016-05-19 15:01:28 +01:00
},
2022-12-02 19:23:36 +00:00
"conflict": {
"symfony/cache": "<6.2"
},
2017-02-03 21:49:49 +00:00
"require-dev": {
2018-06-23 23:21:26 +01:00
"predis/predis": "~1.0",
2022-02-27 19:42:49 +00:00
"symfony/cache": "^5.4|^6.0",
2022-09-03 12:18:27 +00:00
"symfony/dependency-injection": "^5.4|^6.0",
2022-02-27 19:42:49 +00:00
"symfony/expression-language": "^5.4|^6.0",
2022-09-03 12:18:27 +00:00
"symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
"symfony/mime": "^5.4|^6.0",
"symfony/rate-limiter": "^5.2|^6.0"
2020-06-13 16:32:42 +01:00
},
"suggest": {
"symfony/mime": "To use the file extension guesser"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"Symfony\\Component\\HttpFoundation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2017-10-13 12:31:31 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2021-01-31 14:50:01 +00:00
"description": "Defines an object-oriented layer for the HTTP specification",
2017-11-13 17:26:38 +00:00
"homepage": "https://symfony.com",
2021-01-31 14:50:01 +00:00
"support": {
2023-02-04 11:00:18 +00:00
"source": "https://github.com/symfony/http-foundation/tree/v6.2.6"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-02-04 11:00:18 +00:00
"time": "2023-01-30T15:46:28+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/http-kernel",
2023-02-04 11:00:18 +00:00
"version": "v6.2.6",
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",
2023-02-04 11:00:18 +00:00
"reference": "7122db07b0d8dbf0de682267c84217573aee3ea7"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2023-02-04 11:00:18 +00:00
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/7122db07b0d8dbf0de682267c84217573aee3ea7",
"reference": "7122db07b0d8dbf0de682267c84217573aee3ea7",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2022-06-01 21:20:32 +01:00
"php": ">=8.1",
2022-02-27 19:42:49 +00:00
"psr/log": "^1|^2|^3",
2022-12-02 19:23:36 +00:00
"symfony/deprecation-contracts": "^2.1|^3",
2022-06-01 21:20:32 +01:00
"symfony/error-handler": "^6.1",
2022-02-27 19:42:49 +00:00
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/http-foundation": "^5.4|^6.0",
"symfony/polyfill-ctype": "^1.8"
2017-11-13 17:26:38 +00:00
},
"conflict": {
2021-12-17 19:58:52 +00:00
"symfony/browser-kit": "<5.4",
2022-02-27 19:42:49 +00:00
"symfony/cache": "<5.4",
2022-06-01 21:20:32 +01:00
"symfony/config": "<6.1",
2022-02-27 19:42:49 +00:00
"symfony/console": "<5.4",
2022-12-02 19:23:36 +00:00
"symfony/dependency-injection": "<6.2",
2022-02-27 19:42:49 +00:00
"symfony/doctrine-bridge": "<5.4",
"symfony/form": "<5.4",
"symfony/http-client": "<5.4",
"symfony/mailer": "<5.4",
"symfony/messenger": "<5.4",
"symfony/translation": "<5.4",
"symfony/twig-bridge": "<5.4",
"symfony/validator": "<5.4",
2021-01-31 14:50:01 +00:00
"twig/twig": "<2.13"
2017-02-03 21:49:49 +00:00
},
2017-12-07 15:39:19 +00:00
"provide": {
2022-02-27 19:42:49 +00:00
"psr/log-implementation": "1.0|2.0|3.0"
2017-12-07 15:39:19 +00:00
},
2017-02-03 21:49:49 +00:00
"require-dev": {
2021-03-17 18:38:18 +00:00
"psr/cache": "^1.0|^2.0|^3.0",
2021-12-17 19:58:52 +00:00
"symfony/browser-kit": "^5.4|^6.0",
2022-06-01 21:20:32 +01:00
"symfony/config": "^6.1",
2022-02-27 19:42:49 +00:00
"symfony/console": "^5.4|^6.0",
"symfony/css-selector": "^5.4|^6.0",
2022-12-02 19:23:36 +00:00
"symfony/dependency-injection": "^6.2",
2022-02-27 19:42:49 +00:00
"symfony/dom-crawler": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
"symfony/finder": "^5.4|^6.0",
2021-12-17 19:58:52 +00:00
"symfony/http-client-contracts": "^1.1|^2|^3",
2022-02-27 19:42:49 +00:00
"symfony/process": "^5.4|^6.0",
"symfony/routing": "^5.4|^6.0",
"symfony/stopwatch": "^5.4|^6.0",
"symfony/translation": "^5.4|^6.0",
2021-12-17 19:58:52 +00:00
"symfony/translation-contracts": "^1.1|^2|^3",
2022-06-01 21:20:32 +01:00
"symfony/uid": "^5.4|^6.0",
2021-01-31 14:50:01 +00:00
"twig/twig": "^2.13|^3.0.4"
2017-11-13 17:26:38 +00:00
},
"suggest": {
"symfony/browser-kit": "",
"symfony/config": "",
"symfony/console": "",
2020-01-26 17:50:49 +00:00
"symfony/dependency-injection": ""
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"Symfony\\Component\\HttpKernel\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2016-05-19 15:01:28 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2021-01-31 14:50:01 +00:00
"description": "Provides a structured process for converting a Request into a Response",
2017-11-13 17:26:38 +00:00
"homepage": "https://symfony.com",
2021-01-31 14:50:01 +00:00
"support": {
2023-02-04 11:00:18 +00:00
"source": "https://github.com/symfony/http-kernel/tree/v6.2.6"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-02-04 11:00:18 +00:00
"time": "2023-02-01T08:32:25+00:00"
2019-05-31 11:27:06 +01:00
},
{
2022-02-27 19:42:49 +00:00
"name": "symfony/mailer",
2023-02-04 11:00:18 +00:00
"version": "v6.2.5",
2019-05-31 11:27:06 +01:00
"source": {
"type": "git",
2022-02-27 19:42:49 +00:00
"url": "https://github.com/symfony/mailer.git",
2023-02-04 11:00:18 +00:00
"reference": "29729ac0b4e5113f24c39c46746bd6afb79e0aaa"
2019-05-31 11:27:06 +01:00
},
"dist": {
"type": "zip",
2023-02-04 11:00:18 +00:00
"url": "https://api.github.com/repos/symfony/mailer/zipball/29729ac0b4e5113f24c39c46746bd6afb79e0aaa",
"reference": "29729ac0b4e5113f24c39c46746bd6afb79e0aaa",
2019-05-31 11:27:06 +01:00
"shasum": ""
},
"require": {
2023-02-04 11:00:18 +00:00
"egulias/email-validator": "^2.1.10|^3|^4",
2022-06-01 21:20:32 +01:00
"php": ">=8.1",
2022-02-27 19:42:49 +00:00
"psr/event-dispatcher": "^1",
"psr/log": "^1|^2|^3",
"symfony/event-dispatcher": "^5.4|^6.0",
2022-12-02 19:23:36 +00:00
"symfony/mime": "^6.2",
2022-02-27 19:42:49 +00:00
"symfony/service-contracts": "^1.1|^2|^3"
2019-05-31 11:27:06 +01:00
},
2020-01-26 17:50:49 +00:00
"conflict": {
2022-12-02 19:23:36 +00:00
"symfony/http-kernel": "<5.4",
"symfony/messenger": "<6.2",
2022-12-22 16:11:22 +00:00
"symfony/mime": "<6.2",
"symfony/twig-bridge": "<6.2.1"
2020-01-26 17:50:49 +00:00
},
2019-05-31 11:27:06 +01:00
"require-dev": {
2022-12-02 19:23:36 +00:00
"symfony/console": "^5.4|^6.0",
2022-02-27 19:42:49 +00:00
"symfony/http-client-contracts": "^1.1|^2|^3",
2022-12-02 19:23:36 +00:00
"symfony/messenger": "^6.2",
"symfony/twig-bridge": "^6.2"
2019-05-31 11:27:06 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2022-02-27 19:42:49 +00:00
"Symfony\\Component\\Mailer\\": ""
2019-05-31 11:27:06 +01:00
},
"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"
}
],
2022-02-27 19:42:49 +00:00
"description": "Helps sending emails",
2019-05-31 11:27:06 +01:00
"homepage": "https://symfony.com",
2021-01-31 14:50:01 +00:00
"support": {
2023-02-04 11:00:18 +00:00
"source": "https://github.com/symfony/mailer/tree/v6.2.5"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-02-04 11:00:18 +00:00
"time": "2023-01-10T18:53:53+00:00"
2018-06-23 23:21:26 +01:00
},
{
2022-02-27 19:42:49 +00:00
"name": "symfony/mime",
2023-02-04 11:00:18 +00:00
"version": "v6.2.5",
2018-06-23 23:21:26 +01:00
"source": {
"type": "git",
2022-02-27 19:42:49 +00:00
"url": "https://github.com/symfony/mime.git",
2023-02-04 11:00:18 +00:00
"reference": "4b7b349f67d15cd0639955c8179a76c89f6fd610"
2018-06-23 23:21:26 +01:00
},
"dist": {
"type": "zip",
2023-02-04 11:00:18 +00:00
"url": "https://api.github.com/repos/symfony/mime/zipball/4b7b349f67d15cd0639955c8179a76c89f6fd610",
"reference": "4b7b349f67d15cd0639955c8179a76c89f6fd610",
2018-06-23 23:21:26 +01:00
"shasum": ""
},
"require": {
2022-06-01 21:20:32 +01:00
"php": ">=8.1",
2022-02-27 19:42:49 +00:00
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0"
2018-06-23 23:21:26 +01:00
},
2022-02-27 19:42:49 +00:00
"conflict": {
"egulias/email-validator": "~3.0.0",
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
2022-12-02 19:23:36 +00:00
"symfony/mailer": "<5.4",
"symfony/serializer": "<6.2"
2022-01-08 18:40:34 +00:00
},
2022-02-27 19:42:49 +00:00
"require-dev": {
2023-02-04 11:00:18 +00:00
"egulias/email-validator": "^2.1.10|^3.1|^4",
2022-12-02 19:23:36 +00:00
"league/html-to-markdown": "^5.0",
2022-02-27 19:42:49 +00:00
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/property-access": "^5.4|^6.0",
"symfony/property-info": "^5.4|^6.0",
2022-12-02 19:23:36 +00:00
"symfony/serializer": "^6.2"
2018-10-05 20:37:08 +01:00
},
2018-06-23 23:21:26 +01:00
"type": "library",
"autoload": {
"psr-4": {
2022-02-27 19:42:49 +00:00
"Symfony\\Component\\Mime\\": ""
2018-06-23 23:21:26 +01:00
},
2022-02-27 19:42:49 +00:00
"exclude-from-classmap": [
"/Tests/"
2018-06-23 23:21:26 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2022-02-27 19:42:49 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.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
}
],
2022-02-27 19:42:49 +00:00
"description": "Allows manipulating MIME messages",
2018-06-23 23:21:26 +01:00
"homepage": "https://symfony.com",
"keywords": [
2022-02-27 19:42:49 +00:00
"mime",
"mime-type"
2018-06-23 23:21:26 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
2023-02-04 11:00:18 +00:00
"source": "https://github.com/symfony/mime/tree/v6.2.5"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-02-04 11:00:18 +00:00
"time": "2023-01-10T18:53:53+00:00"
2016-05-19 15:01:28 +01:00
},
2019-03-17 14:08:49 +00:00
{
2022-02-27 19:42:49 +00:00
"name": "symfony/polyfill-ctype",
2022-11-16 20:29:17 +00:00
"version": "v1.27.0",
2019-03-17 14:08:49 +00:00
"source": {
"type": "git",
2022-02-27 19:42:49 +00:00
"url": "https://github.com/symfony/polyfill-ctype.git",
2022-11-16 20:29:17 +00:00
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
2019-03-17 14:08:49 +00:00
},
"dist": {
"type": "zip",
2022-11-16 20:29:17 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
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
},
2022-01-08 18:40:34 +00:00
"provide": {
2022-02-27 19:42:49 +00:00
"ext-ctype": "*"
2022-01-08 18:40:34 +00:00
},
2019-03-17 14:08:49 +00:00
"suggest": {
2022-02-27 19:42:49 +00:00
"ext-ctype": "For best performance"
2019-03-17 14:08:49 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-11-16 20:29:17 +00:00
"dev-main": "1.27-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": {
"files": [
"bootstrap.php"
2022-02-27 19:42:49 +00:00
],
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
}
2019-03-17 14:08:49 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2022-02-27 19:42:49 +00:00
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
2019-03-17 14:08:49 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2022-02-27 19:42:49 +00:00
"description": "Symfony polyfill for ctype functions",
2019-03-17 14:08:49 +00:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2022-02-27 19:42:49 +00:00
"ctype",
2019-03-17 14:08:49 +00:00
"polyfill",
2022-02-27 19:42:49 +00:00
"portable"
2019-03-17 14:08:49 +00:00
],
2021-01-31 14:50:01 +00:00
"support": {
2022-11-16 20:29:17 +00:00
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-11-16 20:29:17 +00:00
"time": "2022-11-03T14:55:06+00:00"
2019-03-17 14:08:49 +00:00
},
{
2020-06-13 16:32:42 +01:00
"name": "symfony/polyfill-intl-grapheme",
2022-11-16 20:29:17 +00:00
"version": "v1.27.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",
2022-11-16 20:29:17 +00:00
"reference": "511a08c03c1960e08a883f4cffcacd219b758354"
2019-03-17 14:08:49 +00:00
},
"dist": {
"type": "zip",
2022-11-16 20:29:17 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354",
"reference": "511a08c03c1960e08a883f4cffcacd219b758354",
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": {
2022-11-16 20:29:17 +00:00
"dev-main": "1.27-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": {
"files": [
"bootstrap.php"
2022-02-27 19:42:49 +00:00
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
}
2019-03-17 14:08:49 +00: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"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's grapheme_* functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"grapheme",
"intl",
"polyfill",
"portable",
"shim"
],
2021-01-31 14:50:01 +00:00
"support": {
2022-11-16 20:29:17 +00:00
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0"
2021-01-31 14:50:01 +00:00
},
2020-06-13 16:32:42 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-11-16 20:29:17 +00:00
"time": "2022-11-03T14:55:06+00:00"
2020-06-13 16:32:42 +01:00
},
{
"name": "symfony/polyfill-intl-idn",
2022-11-16 20:29:17 +00:00
"version": "v1.27.0",
2020-06-13 16:32:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
2022-11-16 20:29:17 +00:00
"reference": "639084e360537a19f9ee352433b84ce831f3d2da"
2020-06-13 16:32:42 +01:00
},
"dist": {
"type": "zip",
2022-11-16 20:29:17 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da",
"reference": "639084e360537a19f9ee352433b84ce831f3d2da",
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": {
2022-11-16 20:29:17 +00:00
"dev-main": "1.27-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": {
"files": [
"bootstrap.php"
2022-02-27 19:42:49 +00:00
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
}
2020-06-13 16:32:42 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
2019-08-18 18:41:56 +01:00
},
2020-08-09 16:19:00 +01:00
{
"name": "Trevor Rowbotham",
"email": "trevor.rowbotham@pm.me"
},
2019-08-18 18:41:56 +01:00
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2019-03-17 14:08:49 +00:00
}
],
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"idn",
"intl",
"polyfill",
"portable",
"shim"
],
2021-01-31 14:50:01 +00:00
"support": {
2022-11-16 20:29:17 +00:00
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-11-16 20:29:17 +00:00
"time": "2022-11-03T14:55:06+00:00"
2019-03-17 14:08:49 +00:00
},
2020-06-13 16:32:42 +01:00
{
"name": "symfony/polyfill-intl-normalizer",
2022-11-16 20:29:17 +00:00
"version": "v1.27.0",
2020-06-13 16:32:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2022-11-16 20:29:17 +00:00
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
2020-06-13 16:32:42 +01:00
},
"dist": {
"type": "zip",
2022-11-16 20:29:17 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
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": {
2022-11-16 20:29:17 +00:00
"dev-main": "1.27-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": {
"files": [
"bootstrap.php"
],
2022-02-27 19:42:49 +00:00
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
2020-06-13 16:32:42 +01:00
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's Normalizer class and related functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"intl",
"normalizer",
"polyfill",
"portable",
"shim"
],
2021-01-31 14:50:01 +00:00
"support": {
2022-11-16 20:29:17 +00:00
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
2021-01-31 14:50:01 +00:00
},
2020-06-13 16:32:42 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-11-16 20:29:17 +00:00
"time": "2022-11-03T14:55:06+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",
2022-11-15 17:10:47 +00:00
"version": "v1.27.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",
2022-11-15 17:10:47 +00:00
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2022-11-15 17:10:47 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
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
},
2022-01-08 18:40:34 +00:00
"provide": {
"ext-mbstring": "*"
},
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": {
2022-11-15 17:10:47 +00:00
"dev-main": "1.27-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
"files": [
"bootstrap.php"
2022-02-27 19:42:49 +00:00
],
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2017-10-13 12:31:31 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
2022-11-15 17:10:47 +00:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
2021-01-31 14:50:01 +00:00
},
2020-08-09 16:19:00 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-11-15 17:10:47 +00:00
"time": "2022-11-03T14:55:06+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",
2022-11-16 20:29:17 +00:00
"version": "v1.27.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",
2022-11-16 20:29:17 +00:00
"reference": "869329b1e9894268a8a61dabb69153029b7a8c97"
2017-12-07 15:39:19 +00:00
},
"dist": {
"type": "zip",
2022-11-16 20:29:17 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97",
"reference": "869329b1e9894268a8a61dabb69153029b7a8c97",
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": {
2022-11-16 20:29:17 +00:00
"dev-main": "1.27-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": {
2019-05-31 11:27:06 +01:00
"files": [
"bootstrap.php"
],
2022-02-27 19:42:49 +00:00
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
}
2019-05-31 11:27:06 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2022-02-27 19:42:49 +00:00
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2019-05-31 11:27:06 +01:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2021-01-31 14:50:01 +00:00
"support": {
2022-11-16 20:29:17 +00:00
"source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-11-16 20:29:17 +00:00
"time": "2022-11-03T14:55:06+00:00"
2020-06-10 20:48:23 +01:00
},
{
"name": "symfony/polyfill-php80",
2022-11-16 20:29:17 +00:00
"version": "v1.27.0",
2020-06-10 20:48:23 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
2022-11-16 20:29:17 +00:00
"reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
2020-06-10 20:48:23 +01:00
},
"dist": {
"type": "zip",
2022-11-16 20:29:17 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
"reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
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": {
2022-11-16 20:29:17 +00:00
"dev-main": "1.27-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": {
"files": [
"bootstrap.php"
],
2022-02-27 19:42:49 +00:00
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
2020-06-10 20:48:23 +01:00
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
},
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2021-01-31 14:50:01 +00:00
"support": {
2022-11-16 20:29:17 +00:00
"source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
2021-10-01 18:20:27 +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"
}
],
2022-11-16 20:29:17 +00:00
"time": "2022-11-03T14:55:06+00:00"
2021-10-01 18:20:27 +01:00
},
2022-09-21 09:01:22 +00:00
{
"name": "symfony/polyfill-uuid",
2022-11-16 20:29:17 +00:00
"version": "v1.27.0",
2022-09-21 09:01:22 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-uuid.git",
2022-11-16 20:29:17 +00:00
"reference": "f3cf1a645c2734236ed1e2e671e273eeb3586166"
2022-09-21 09:01:22 +00:00
},
"dist": {
"type": "zip",
2022-11-16 20:29:17 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/f3cf1a645c2734236ed1e2e671e273eeb3586166",
"reference": "f3cf1a645c2734236ed1e2e671e273eeb3586166",
2022-09-21 09:01:22 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"provide": {
"ext-uuid": "*"
},
"suggest": {
"ext-uuid": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2022-11-16 20:29:17 +00:00
"dev-main": "1.27-dev"
2022-09-21 09:01:22 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Uuid\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Grégoire Pineau",
"email": "lyrixx@lyrixx.info"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for uuid functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"uuid"
],
"support": {
2022-11-16 20:29:17 +00:00
"source": "https://github.com/symfony/polyfill-uuid/tree/v1.27.0"
2022-09-21 09:01:22 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-11-16 20:29:17 +00:00
"time": "2022-11-03T14:55:06+00:00"
2022-09-21 09:01:22 +00:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "symfony/process",
2023-02-04 11:00:18 +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/symfony/process.git",
2023-02-04 11:00:18 +00:00
"reference": "9ead139f63dfa38c4e4a9049cc64a8b2748c83b7"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2023-02-04 11:00:18 +00:00
"url": "https://api.github.com/repos/symfony/process/zipball/9ead139f63dfa38c4e4a9049cc64a8b2748c83b7",
"reference": "9ead139f63dfa38c4e4a9049cc64a8b2748c83b7",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2022-06-01 21:20:32 +01:00
"php": ">=8.1"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2016-05-19 15:01:28 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2021-01-31 14:50:01 +00:00
"description": "Executes commands in sub-processes",
2017-11-13 17:26:38 +00:00
"homepage": "https://symfony.com",
2021-01-31 14:50:01 +00:00
"support": {
2023-02-04 11:00:18 +00:00
"source": "https://github.com/symfony/process/tree/v6.2.5"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-02-04 11:00:18 +00:00
"time": "2023-01-01T08:38:09+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "symfony/routing",
2023-02-04 11:00:18 +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/symfony/routing.git",
2023-02-04 11:00:18 +00:00
"reference": "589bd742d5d03c192c8521911680fe88f61712fe"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2023-02-04 11:00:18 +00:00
"url": "https://api.github.com/repos/symfony/routing/zipball/589bd742d5d03c192c8521911680fe88f61712fe",
"reference": "589bd742d5d03c192c8521911680fe88f61712fe",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2022-06-01 21:20:32 +01:00
"php": ">=8.1"
2017-11-13 17:26:38 +00:00
},
"conflict": {
2021-10-01 18:20:27 +01:00
"doctrine/annotations": "<1.12",
2022-12-02 19:23:36 +00:00
"symfony/config": "<6.2",
2022-02-27 19:42:49 +00:00
"symfony/dependency-injection": "<5.4",
"symfony/yaml": "<5.4"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2023-02-04 11:00:18 +00:00
"doctrine/annotations": "^1.12|^2",
2021-10-01 18:20:27 +01:00
"psr/log": "^1|^2|^3",
2022-12-02 19:23:36 +00:00
"symfony/config": "^6.2",
2022-02-27 19:42:49 +00:00
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
"symfony/http-foundation": "^5.4|^6.0",
"symfony/yaml": "^5.4|^6.0"
2017-11-13 17:26:38 +00:00
},
"suggest": {
"symfony/config": "For using the all-in-one router or any loader",
"symfony/expression-language": "For using expression matching",
"symfony/http-foundation": "For using a Symfony Request object",
"symfony/yaml": "For using the YAML loader"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"Symfony\\Component\\Routing\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2016-05-19 15:01:28 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2021-01-31 14:50:01 +00:00
"description": "Maps an HTTP request to a set of configuration variables",
2017-11-13 17:26:38 +00:00
"homepage": "https://symfony.com",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"router",
"routing",
"uri",
"url"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
2023-02-04 11:00:18 +00:00
"source": "https://github.com/symfony/routing/tree/v6.2.5"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-02-04 11:00:18 +00:00
"time": "2023-01-01T08:38:09+00:00"
2019-05-31 11:27:06 +01:00
},
{
"name": "symfony/service-contracts",
2022-12-22 16:11:22 +00:00
"version": "v3.2.0",
2019-05-31 11:27:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
2022-12-22 16:11:22 +00:00
"reference": "aac98028c69df04ee77eb69b96b86ee51fbf4b75"
2019-05-31 11:27:06 +01:00
},
"dist": {
"type": "zip",
2022-12-22 16:11:22 +00:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/aac98028c69df04ee77eb69b96b86ee51fbf4b75",
"reference": "aac98028c69df04ee77eb69b96b86ee51fbf4b75",
2019-05-31 11:27:06 +01:00
"shasum": ""
},
"require": {
2022-06-01 21:20:32 +01:00
"php": ">=8.1",
2022-02-27 19:42:49 +00:00
"psr/container": "^2.0"
2019-05-31 11:27:06 +01:00
},
2021-12-17 19:58:52 +00:00
"conflict": {
"ext-psr": "<1.1|>=2"
},
2019-05-31 11:27:06 +01:00
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-22 16:11:22 +00:00
"dev-main": "3.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\\Service\\": ""
2022-06-01 21:20:32 +01:00
},
"exclude-from-classmap": [
"/Test/"
]
2019-05-31 11:27:06 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2021-01-31 14:50:01 +00:00
"support": {
2022-12-22 16:11:22 +00:00
"source": "https://github.com/symfony/service-contracts/tree/v3.2.0"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-12-22 16:11:22 +00:00
"time": "2022-11-25T10:21:52+00:00"
2016-05-19 15:01:28 +01:00
},
2020-06-13 16:32:42 +01:00
{
"name": "symfony/string",
2023-02-04 10:51:39 +00:00
"version": "v6.2.5",
2020-06-13 16:32:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
2023-02-04 10:51:39 +00:00
"reference": "b2dac0fa27b1ac0f9c0c0b23b43977f12308d0b0"
2020-06-13 16:32:42 +01:00
},
"dist": {
"type": "zip",
2023-02-04 10:51:39 +00:00
"url": "https://api.github.com/repos/symfony/string/zipball/b2dac0fa27b1ac0f9c0c0b23b43977f12308d0b0",
"reference": "b2dac0fa27b1ac0f9c0c0b23b43977f12308d0b0",
2020-06-13 16:32:42 +01:00
"shasum": ""
},
"require": {
2022-06-01 21:20:32 +01:00
"php": ">=8.1",
2020-06-13 16:32:42 +01:00
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
2021-12-17 19:58:52 +00:00
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/translation-contracts": "<2.0"
2020-06-13 16:32:42 +01:00
},
"require-dev": {
2021-12-17 19:58:52 +00:00
"symfony/error-handler": "^5.4|^6.0",
"symfony/http-client": "^5.4|^6.0",
2022-12-02 19:23:36 +00:00
"symfony/intl": "^6.2",
2021-12-17 19:58:52 +00:00
"symfony/translation-contracts": "^2.0|^3.0",
"symfony/var-exporter": "^5.4|^6.0"
2020-06-13 16:32:42 +01:00
},
"type": "library",
"autoload": {
"files": [
"Resources/functions.php"
],
2022-02-27 19:42:49 +00:00
"psr-4": {
"Symfony\\Component\\String\\": ""
},
2020-06-13 16:32:42 +01:00
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-01-31 14:50:01 +00:00
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
2020-06-13 16:32:42 +01:00
"homepage": "https://symfony.com",
"keywords": [
"grapheme",
"i18n",
"string",
"unicode",
"utf-8",
"utf8"
],
2021-01-31 14:50:01 +00:00
"support": {
2023-02-04 10:51:39 +00:00
"source": "https://github.com/symfony/string/tree/v6.2.5"
2021-01-31 14:50:01 +00:00
},
2020-06-13 16:32:42 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-02-04 10:51:39 +00:00
"time": "2023-01-01T08:38:09+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",
2023-02-04 11:00:18 +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/symfony/translation.git",
2023-02-04 11:00:18 +00:00
"reference": "60556925a703cfbc1581cde3b3f35b0bb0ea904c"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2023-02-04 11:00:18 +00:00
"url": "https://api.github.com/repos/symfony/translation/zipball/60556925a703cfbc1581cde3b3f35b0bb0ea904c",
"reference": "60556925a703cfbc1581cde3b3f35b0bb0ea904c",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2022-06-01 21:20:32 +01:00
"php": ">=8.1",
2019-05-31 11:27:06 +01:00
"symfony/polyfill-mbstring": "~1.0",
2021-12-17 19:58:52 +00:00
"symfony/translation-contracts": "^2.3|^3.0"
2017-11-13 17:26:38 +00:00
},
"conflict": {
2021-12-17 19:58:52 +00:00
"symfony/config": "<5.4",
"symfony/console": "<5.4",
"symfony/dependency-injection": "<5.4",
"symfony/http-kernel": "<5.4",
"symfony/twig-bundle": "<5.4",
"symfony/yaml": "<5.4"
2016-05-19 15:01:28 +01:00
},
2019-01-20 17:35:58 +00:00
"provide": {
2021-12-17 19:58:52 +00:00
"symfony/translation-implementation": "2.3|3.0"
2019-01-20 17:35:58 +00:00
},
2016-05-19 15:01:28 +01:00
"require-dev": {
2022-12-02 19:23:36 +00:00
"nikic/php-parser": "^4.13",
2021-10-01 18:20:27 +01:00
"psr/log": "^1|^2|^3",
2021-12-17 19:58:52 +00:00
"symfony/config": "^5.4|^6.0",
"symfony/console": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/finder": "^5.4|^6.0",
"symfony/http-client-contracts": "^1.1|^2.0|^3.0",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/intl": "^5.4|^6.0",
2021-10-01 18:20:27 +01:00
"symfony/polyfill-intl-icu": "^1.21",
2022-06-01 21:20:32 +01:00
"symfony/routing": "^5.4|^6.0",
2021-12-17 19:58:52 +00:00
"symfony/service-contracts": "^1.1.2|^2|^3",
"symfony/yaml": "^5.4|^6.0"
2017-11-13 17:26:38 +00:00
},
"suggest": {
2022-12-02 19:23:36 +00:00
"nikic/php-parser": "To use PhpAstExtractor",
2018-06-23 23:21:26 +01:00
"psr/log-implementation": "To use logging capability in translator",
2017-11-13 17:26:38 +00:00
"symfony/config": "",
"symfony/yaml": ""
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
2020-12-31 13:34:55 +00:00
"files": [
"Resources/functions.php"
],
2017-11-13 17:26:38 +00:00
"psr-4": {
"Symfony\\Component\\Translation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2016-05-19 15:01:28 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2017-10-13 12:31:31 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2021-01-31 14:50:01 +00:00
"description": "Provides tools to internationalize your application",
2017-11-13 17:26:38 +00:00
"homepage": "https://symfony.com",
2021-01-31 14:50:01 +00:00
"support": {
2023-02-04 11:00:18 +00:00
"source": "https://github.com/symfony/translation/tree/v6.2.5"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-02-04 11:00:18 +00:00
"time": "2023-01-05T07:00:27+00:00"
2019-05-31 11:27:06 +01:00
},
{
"name": "symfony/translation-contracts",
2022-12-22 16:11:22 +00:00
"version": "v3.2.0",
2019-05-31 11:27:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
2022-12-22 16:11:22 +00:00
"reference": "68cce71402305a015f8c1589bfada1280dc64fe7"
2019-05-31 11:27:06 +01:00
},
"dist": {
"type": "zip",
2022-12-22 16:11:22 +00:00
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/68cce71402305a015f8c1589bfada1280dc64fe7",
"reference": "68cce71402305a015f8c1589bfada1280dc64fe7",
2019-05-31 11:27:06 +01:00
"shasum": ""
},
"require": {
2022-06-01 21:20:32 +01:00
"php": ">=8.1"
2019-05-31 11:27:06 +01:00
},
"suggest": {
"symfony/translation-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-22 16:11:22 +00:00
"dev-main": "3.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\\": ""
2022-06-01 21:20:32 +01:00
},
"exclude-from-classmap": [
"/Test/"
]
2019-05-31 11:27:06 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to translation",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2021-01-31 14:50:01 +00:00
"support": {
2022-12-22 16:11:22 +00:00
"source": "https://github.com/symfony/translation-contracts/tree/v3.2.0"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-12-22 16:11:22 +00:00
"time": "2022-11-25T10:21:52+00:00"
2016-05-19 15:01:28 +01:00
},
2022-09-21 09:01:22 +00:00
{
"name": "symfony/uid",
2023-02-04 11:00:18 +00:00
"version": "v6.2.5",
2022-09-21 09:01:22 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/uid.git",
2023-02-04 11:00:18 +00:00
"reference": "8ace895bded57d6496638c9b2d3b788e05b7395b"
2022-09-21 09:01:22 +00:00
},
"dist": {
"type": "zip",
2023-02-04 11:00:18 +00:00
"url": "https://api.github.com/repos/symfony/uid/zipball/8ace895bded57d6496638c9b2d3b788e05b7395b",
"reference": "8ace895bded57d6496638c9b2d3b788e05b7395b",
2022-09-21 09:01:22 +00:00
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/polyfill-uuid": "^1.15"
},
"require-dev": {
"symfony/console": "^5.4|^6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Uid\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Grégoire Pineau",
"email": "lyrixx@lyrixx.info"
},
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides an object-oriented API to generate and represent UIDs",
"homepage": "https://symfony.com",
"keywords": [
"UID",
"ulid",
"uuid"
],
"support": {
2023-02-04 11:00:18 +00:00
"source": "https://github.com/symfony/uid/tree/v6.2.5"
2022-09-21 09:01:22 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-02-04 11:00:18 +00:00
"time": "2023-01-01T08:38:09+00:00"
2022-09-21 09:01:22 +00:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "symfony/var-dumper",
2023-02-04 11:00:18 +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/symfony/var-dumper.git",
2023-02-04 11:00:18 +00:00
"reference": "44b7b81749fd20c1bdf4946c041050e22bc8da27"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2023-02-04 11:00:18 +00:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/44b7b81749fd20c1bdf4946c041050e22bc8da27",
"reference": "44b7b81749fd20c1bdf4946c041050e22bc8da27",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2022-06-01 21:20:32 +01:00
"php": ">=8.1",
2022-02-27 19:42:49 +00:00
"symfony/polyfill-mbstring": "~1.0"
2017-11-13 17:26:38 +00:00
},
"conflict": {
2020-06-13 16:32:42 +01:00
"phpunit/phpunit": "<5.4.3",
2022-02-27 19:42:49 +00:00
"symfony/console": "<5.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": "*",
2022-02-27 19:42:49 +00:00
"symfony/console": "^5.4|^6.0",
"symfony/process": "^5.4|^6.0",
"symfony/uid": "^5.4|^6.0",
2021-01-31 14:50:01 +00:00
"twig/twig": "^2.13|^3.0.4"
2016-05-19 15:01:28 +01:00
},
"suggest": {
2017-11-13 17:26:38 +00:00
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
2018-06-23 23:21:26 +01:00
"ext-intl": "To show region name in time zone dump",
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
2016-05-19 15:01:28 +01:00
},
2018-06-23 23:21:26 +01:00
"bin": [
"Resources/bin/var-dump-server"
],
2016-05-19 15:01:28 +01:00
"type": "library",
"autoload": {
2017-11-13 17:26:38 +00:00
"files": [
"Resources/functions/dump.php"
],
"psr-4": {
"Symfony\\Component\\VarDumper\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2016-05-19 15:01:28 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"MIT"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2016-05-19 15:01:28 +01:00
}
],
2021-01-31 14:50:01 +00:00
"description": "Provides mechanisms for walking through any arbitrary PHP variable",
2017-11-13 17:26:38 +00:00
"homepage": "https://symfony.com",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"debug",
"dump"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
2023-02-04 11:00:18 +00:00
"source": "https://github.com/symfony/var-dumper/tree/v6.2.5"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-02-04 11:00:18 +00:00
"time": "2023-01-20T17:45:48+00:00"
2016-05-19 15:01:28 +01:00
},
2017-02-03 21:49:49 +00:00
{
2017-11-13 17:26:38 +00:00
"name": "tijsverkoyen/css-to-inline-styles",
2023-02-04 11:00:18 +00:00
"version": "2.2.6",
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",
2023-02-04 11:00:18 +00:00
"reference": "c42125b83a4fa63b187fdf29f9c93cb7733da30c"
2017-02-03 21:49:49 +00:00
},
"dist": {
"type": "zip",
2023-02-04 11:00:18 +00:00
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/c42125b83a4fa63b187fdf29f9c93cb7733da30c",
"reference": "c42125b83a4fa63b187fdf29f9c93cb7733da30c",
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",
2021-12-17 19:58:52 +00:00
"symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
2017-02-03 21:49:49 +00:00
},
"require-dev": {
2021-12-17 19:58:52 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10"
2017-02-03 21:49:49 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-01-12 10:41:59 +00:00
"dev-master": "2.2.x-dev"
2017-02-03 21:49:49 +00:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"TijsVerkoyen\\CssToInlineStyles\\": "src"
}
2017-02-03 21:49:49 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Tijs Verkoyen",
"email": "css_to_inline_styles@verkoyen.eu",
"role": "Developer"
2017-02-03 21:49:49 +00:00
}
],
2017-11-13 17:26:38 +00:00
"description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
2023-02-04 11:00:18 +00:00
"source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.6"
2021-01-31 14:50:01 +00:00
},
2023-02-04 11:00:18 +00:00
"time": "2023-01-03T09:29:04+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",
2022-10-20 09:01:13 +00:00
"version": "v5.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/vlucas/phpdotenv.git",
2022-10-20 09:01:13 +00:00
"reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2022-10-20 09:01:13 +00:00
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
"reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-10-17 17:15:06 +01:00
"ext-pcre": "*",
2021-10-05 20:42:02 +01:00
"graham-campbell/result-type": "^1.0.2",
2020-10-17 17:15:06 +01:00
"php": "^7.1.3 || ^8.0",
2021-10-05 20:42:02 +01:00
"phpoption/phpoption": "^1.8",
"symfony/polyfill-ctype": "^1.23",
"symfony/polyfill-mbstring": "^1.23.1",
"symfony/polyfill-php80": "^1.23.1"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
2020-06-13 16:32:42 +01:00
"bamarni/composer-bin-plugin": "^1.4.1",
2020-06-10 20:48:23 +01:00
"ext-filter": "*",
2022-10-20 09:01:13 +00:00
"phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25"
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": {
2022-10-20 09:01:13 +00:00
"bamarni-bin": {
"bin-links": true,
"forward-command": true
},
2016-05-19 15:01:28 +01:00
"branch-alias": {
2022-10-20 09:01:13 +00:00
"dev-master": "5.5-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-4": {
"Dotenv\\": "src/"
}
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-07-22 18:34:16 +01:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
"authors": [
2019-10-19 15:34:49 +01:00
{
"name": "Graham Campbell",
2021-12-17 19:58:52 +00:00
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
2019-10-19 15:34:49 +01:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "Vance Lucas",
2021-12-17 19:58:52 +00:00
"email": "vance@vancelucas.com",
"homepage": "https://github.com/vlucas"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
"keywords": [
"dotenv",
"env",
"environment"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/vlucas/phpdotenv/issues",
2022-10-20 09:01:13 +00:00
"source": "https://github.com/vlucas/phpdotenv/tree/v5.5.0"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
"type": "tidelift"
}
],
2022-10-20 09:01:13 +00:00
"time": "2022-10-16T01:01:54+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",
2022-03-17 21:41:16 +00:00
"version": "2.0.1",
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",
2022-03-17 21:41:16 +00:00
"reference": "b56450eed252f6801410d810c8e1727224ae0743"
2020-02-21 22:46:31 +00:00
},
"dist": {
"type": "zip",
2022-03-17 21:41:16 +00:00
"url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
"reference": "b56450eed252f6801410d810c8e1727224ae0743",
2020-02-21 22:46:31 +00:00
"shasum": ""
},
"require": {
2020-06-13 16:32:42 +01:00
"php": ">=7.0.0"
2020-02-21 22:46:31 +00:00
},
"require-dev": {
2020-11-28 18:21:29 +00:00
"phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
2020-06-13 16:32:42 +01:00
},
"suggest": {
"ext-intl": "Use Intl for transliterator_transliterate() support"
},
"type": "library",
"autoload": {
"psr-4": {
"voku\\": "src/voku/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Lars Moelleken",
"homepage": "http://www.moelleken.org/"
}
],
"description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
"homepage": "https://github.com/voku/portable-ascii",
"keywords": [
"ascii",
"clean",
"php"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/voku/portable-ascii/issues",
2022-03-17 21:41:16 +00:00
"source": "https://github.com/voku/portable-ascii/tree/2.0.1"
2021-01-31 14:50:01 +00:00
},
2020-06-13 16:32:42 +01:00
"funding": [
{
"url": "https://www.paypal.me/moelleken",
"type": "custom"
},
{
"url": "https://github.com/voku",
"type": "github"
},
2020-08-09 16:19:00 +01:00
{
"url": "https://opencollective.com/portable-ascii",
"type": "open_collective"
},
2020-06-13 16:32:42 +01:00
{
"url": "https://www.patreon.com/voku",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
"type": "tidelift"
}
],
2022-03-17 21:41:16 +00:00
"time": "2022-03-08T17:03:00+00:00"
2020-11-28 18:21:29 +00:00
},
{
"name": "webmozart/assert",
2022-06-05 10:18:17 +01:00
"version": "1.11.0",
2020-11-28 18:21:29 +00:00
"source": {
"type": "git",
2021-01-31 14:50:01 +00:00
"url": "https://github.com/webmozarts/assert.git",
2022-06-05 10:18:17 +01:00
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
2020-11-28 18:21:29 +00:00
},
"dist": {
"type": "zip",
2022-06-05 10:18:17 +01:00
"url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
2020-11-28 18:21:29 +00:00
"shasum": ""
},
"require": {
2022-06-05 10:18:17 +01:00
"ext-ctype": "*",
"php": "^7.2 || ^8.0"
2020-11-28 18:21:29 +00:00
},
"conflict": {
"phpstan/phpstan": "<0.12.20",
2021-03-17 18:38:18 +00:00
"vimeo/psalm": "<4.6.1 || 4.6.2"
2020-11-28 18:21:29 +00:00
},
"require-dev": {
2021-03-17 18:38:18 +00:00
"phpunit/phpunit": "^8.5.13"
2020-11-28 18:21:29 +00:00
},
"type": "library",
2021-03-17 18:38:18 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
}
},
2020-11-28 18:21:29 +00:00
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/webmozarts/assert/issues",
2022-06-05 10:18:17 +01:00
"source": "https://github.com/webmozarts/assert/tree/1.11.0"
2021-01-31 14:50:01 +00:00
},
2022-06-05 10:18:17 +01:00
"time": "2022-06-03T18:03:27+00:00"
2020-06-13 16:32:42 +01:00
}
],
"packages-dev": [
{
"name": "amphp/amp",
2022-02-27 19:42:49 +00:00
"version": "v2.6.2",
2020-06-13 16:32:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/amphp/amp.git",
2022-02-27 19:42:49 +00:00
"reference": "9d5100cebffa729aaffecd3ad25dc5aeea4f13bb"
2020-06-13 16:32:42 +01:00
},
"dist": {
"type": "zip",
2022-02-27 19:42:49 +00:00
"url": "https://api.github.com/repos/amphp/amp/zipball/9d5100cebffa729aaffecd3ad25dc5aeea4f13bb",
"reference": "9d5100cebffa729aaffecd3ad25dc5aeea4f13bb",
2020-06-13 16:32:42 +01:00
"shasum": ""
},
"require": {
2021-10-01 18:20:27 +01:00
"php": ">=7.1"
2020-06-13 16:32:42 +01:00
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master",
"amphp/phpunit-util": "^1",
"ext-json": "*",
"jetbrains/phpstorm-stubs": "^2019.3",
2021-10-01 18:20:27 +01:00
"phpunit/phpunit": "^7 | ^8 | ^9",
2020-08-09 16:19:00 +01:00
"psalm/phar": "^3.11@dev",
"react/promise": "^2"
2020-02-21 22:46:31 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-06-10 20:48:23 +01:00
"dev-master": "2.x-dev"
2020-02-21 22:46:31 +00:00
}
},
"autoload": {
"files": [
"lib/functions.php",
"lib/Internal/functions.php"
2022-02-27 19:42:49 +00:00
],
"psr-4": {
"Amp\\": "lib"
}
2020-02-21 22:46:31 +00:00
},
"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.",
2022-02-27 19:42:49 +00:00
"homepage": "https://amphp.org/amp",
2020-02-21 22:46:31 +00:00
"keywords": [
"async",
"asynchronous",
"awaitable",
"concurrency",
"event",
"event-loop",
"future",
"non-blocking",
"promise"
],
2021-01-31 14:50:01 +00:00
"support": {
"irc": "irc://irc.freenode.org/amphp",
"issues": "https://github.com/amphp/amp/issues",
2022-02-27 19:42:49 +00:00
"source": "https://github.com/amphp/amp/tree/v2.6.2"
2021-01-31 14:50:01 +00:00
},
2020-08-09 16:19:00 +01:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2022-02-27 19:42:49 +00:00
"time": "2022-02-20T17:52:18+00:00"
2020-02-21 22:46:31 +00:00
},
{
"name": "amphp/byte-stream",
2021-04-29 20:36:13 +01:00
"version": "v1.8.1",
2020-02-21 22:46:31 +00:00
"source": {
"type": "git",
"url": "https://github.com/amphp/byte-stream.git",
2021-04-29 20:36:13 +01:00
"reference": "acbd8002b3536485c997c4e019206b3f10ca15bd"
2020-02-21 22:46:31 +00:00
},
"dist": {
"type": "zip",
2021-04-29 20:36:13 +01:00
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/acbd8002b3536485c997c4e019206b3f10ca15bd",
"reference": "acbd8002b3536485c997c4e019206b3f10ca15bd",
2020-02-21 22:46:31 +00:00
"shasum": ""
},
"require": {
2020-08-09 16:19:00 +01:00
"amphp/amp": "^2",
"php": ">=7.1"
2020-02-21 22:46:31 +00:00
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master",
2020-08-09 16:19:00 +01:00
"amphp/phpunit-util": "^1.4",
2020-02-21 22:46:31 +00:00
"friendsofphp/php-cs-fixer": "^2.3",
2020-06-10 20:48:23 +01:00
"jetbrains/phpstorm-stubs": "^2019.3",
"phpunit/phpunit": "^6 || ^7 || ^8",
2020-08-09 16:19:00 +01:00
"psalm/phar": "^3.11.4"
2020-02-21 22:46:31 +00:00
},
"type": "library",
2020-06-10 20:48:23 +01:00
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
2020-02-21 22:46:31 +00:00
"autoload": {
"files": [
"lib/functions.php"
2022-02-27 19:42:49 +00:00
],
"psr-4": {
"Amp\\ByteStream\\": "lib"
}
2020-02-21 22:46:31 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "A stream abstraction to make working with non-blocking I/O simple.",
"homepage": "http://amphp.org/byte-stream",
"keywords": [
"amp",
"amphp",
"async",
"io",
"non-blocking",
"stream"
],
2021-01-31 14:50:01 +00:00
"support": {
"irc": "irc://irc.freenode.org/amphp",
"issues": "https://github.com/amphp/byte-stream/issues",
2021-04-29 20:36:13 +01:00
"source": "https://github.com/amphp/byte-stream/tree/v1.8.1"
2021-01-31 14:50:01 +00:00
},
2021-04-29 20:36:13 +01:00
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"time": "2021-03-30T17:13:30+00:00"
2020-02-21 22:46:31 +00:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "barryvdh/laravel-debugbar",
2022-07-15 20:26:11 +00:00
"version": "v3.7.0",
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",
2022-07-15 20:26:11 +00:00
"reference": "3372ed65e6d2039d663ed19aa699956f9d346271"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2022-07-15 20:26:11 +00:00
"url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/3372ed65e6d2039d663ed19aa699956f9d346271",
"reference": "3372ed65e6d2039d663ed19aa699956f9d346271",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2022-07-15 20:26:11 +00:00
"illuminate/routing": "^7|^8|^9",
"illuminate/session": "^7|^8|^9",
"illuminate/support": "^7|^8|^9",
2021-10-24 16:18:02 +01:00
"maximebf/debugbar": "^1.17.2",
2022-07-15 20:26:11 +00:00
"php": ">=7.2.5",
"symfony/finder": "^5|^6"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
2021-01-31 14:50:01 +00:00
"mockery/mockery": "^1.3.3",
2022-07-15 20:26:11 +00:00
"orchestra/testbench-dusk": "^5|^6|^7",
2020-09-13 13:58:50 +01:00
"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": {
2021-10-24 16:18:02 +01:00
"dev-master": "3.6-dev"
2017-11-13 17:26:38 +00:00
},
"laravel": {
"providers": [
"Barryvdh\\Debugbar\\ServiceProvider"
],
"aliases": {
2021-12-17 19:58:52 +00:00
"Debugbar": "Barryvdh\\Debugbar\\Facades\\Debugbar"
2017-11-13 17:26:38 +00:00
}
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
"files": [
"src/helpers.php"
2022-02-27 19:42:49 +00:00
],
"psr-4": {
"Barryvdh\\Debugbar\\": "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": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "PHP Debugbar integration for Laravel",
"keywords": [
"debug",
"debugbar",
"laravel",
"profiler",
"webprofiler"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/barryvdh/laravel-debugbar/issues",
2022-07-15 20:26:11 +00:00
"source": "https://github.com/barryvdh/laravel-debugbar/tree/v3.7.0"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
2021-10-01 18:20:27 +01:00
{
"url": "https://fruitcake.nl",
"type": "custom"
},
2020-06-10 20:48:23 +01:00
{
"url": "https://github.com/barryvdh",
"type": "github"
}
],
2022-07-15 20:26:11 +00:00
"time": "2022-07-11T09:26:42+00:00"
2016-05-19 15:01:28 +01:00
},
2020-02-22 11:06:43 +00:00
{
"name": "barryvdh/laravel-ide-helper",
2022-03-17 21:41:16 +00:00
"version": "v2.12.3",
2020-02-22 11:06:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-ide-helper.git",
2022-03-17 21:41:16 +00:00
"reference": "3ba1e2573b38f72107b8aacc4ee177fcab30a550"
2020-02-22 11:06:43 +00:00
},
"dist": {
"type": "zip",
2022-03-17 21:41:16 +00:00
"url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/3ba1e2573b38f72107b8aacc4ee177fcab30a550",
"reference": "3ba1e2573b38f72107b8aacc4ee177fcab30a550",
2020-02-22 11:06:43 +00:00
"shasum": ""
},
"require": {
"barryvdh/reflection-docblock": "^2.0.6",
2022-03-17 21:41:16 +00:00
"composer/pcre": "^1 || ^2 || ^3",
2020-12-31 13:34:55 +00:00
"doctrine/dbal": "^2.6 || ^3",
2020-09-13 13:58:50 +01:00
"ext-json": "*",
2022-01-23 18:42:19 +00:00
"illuminate/console": "^8 || ^9",
"illuminate/filesystem": "^8 || ^9",
"illuminate/support": "^8 || ^9",
2021-03-17 18:38:18 +00:00
"nikic/php-parser": "^4.7",
2020-12-31 13:34:55 +00:00
"php": "^7.3 || ^8.0",
2020-09-13 13:58:50 +01:00
"phpdocumentor/type-resolver": "^1.1.0"
2020-02-22 11:06:43 +00:00
},
"require-dev": {
2020-12-31 13:34:55 +00:00
"ext-pdo_sqlite": "*",
2022-02-27 19:42:49 +00:00
"friendsofphp/php-cs-fixer": "^2",
"illuminate/config": "^8 || ^9",
"illuminate/view": "^8 || ^9",
"mockery/mockery": "^1.4",
"orchestra/testbench": "^6 || ^7",
"phpunit/phpunit": "^8.5 || ^9",
"spatie/phpunit-snapshot-assertions": "^3 || ^4",
"vimeo/psalm": "^3.12"
2020-02-22 11:06:43 +00:00
},
2022-02-27 19:42:49 +00:00
"suggest": {
"illuminate/events": "Required for automatic helper generation (^6|^7|^8|^9)."
2020-02-22 11:06:43 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-02-27 19:42:49 +00:00
"dev-master": "2.12-dev"
},
"laravel": {
"providers": [
"Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
]
2020-02-22 11:06:43 +00:00
}
},
"autoload": {
"psr-4": {
2022-02-27 19:42:49 +00:00
"Barryvdh\\LaravelIdeHelper\\": "src"
2020-02-22 11:06:43 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2022-02-27 19:42:49 +00:00
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
2020-02-22 11:06:43 +00:00
}
],
2022-02-27 19:42:49 +00:00
"description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
2020-02-22 11:06:43 +00:00
"keywords": [
2022-02-27 19:42:49 +00:00
"autocomplete",
"codeintel",
"helper",
"ide",
"laravel",
"netbeans",
"phpdoc",
"phpstorm",
"sublime"
2020-02-22 11:06:43 +00:00
],
2021-01-31 14:50:01 +00:00
"support": {
2022-02-27 19:42:49 +00:00
"issues": "https://github.com/barryvdh/laravel-ide-helper/issues",
2022-03-17 21:41:16 +00:00
"source": "https://github.com/barryvdh/laravel-ide-helper/tree/v2.12.3"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
2022-02-27 19:42:49 +00:00
"url": "https://fruitcake.nl",
2020-06-10 20:48:23 +01:00
"type": "custom"
},
2020-09-13 13:58:50 +01:00
{
2022-02-27 19:42:49 +00:00
"url": "https://github.com/barryvdh",
2020-09-13 13:58:50 +01:00
"type": "github"
2020-06-10 20:48:23 +01:00
}
],
2022-03-17 21:41:16 +00:00
"time": "2022-03-06T14:33:42+00:00"
2020-02-22 11:06:43 +00:00
},
{
2022-02-27 19:42:49 +00:00
"name": "barryvdh/reflection-docblock",
2022-11-16 20:29:17 +00:00
"version": "v2.1.0",
2020-02-22 11:06:43 +00:00
"source": {
"type": "git",
2022-02-27 19:42:49 +00:00
"url": "https://github.com/barryvdh/ReflectionDocBlock.git",
2022-11-16 20:29:17 +00:00
"reference": "bf44b757feb8ba1734659029357646466ded673e"
2020-02-22 11:06:43 +00:00
},
"dist": {
"type": "zip",
2022-11-16 20:29:17 +00:00
"url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/bf44b757feb8ba1734659029357646466ded673e",
"reference": "bf44b757feb8ba1734659029357646466ded673e",
2020-02-22 11:06:43 +00:00
"shasum": ""
},
"require": {
2022-02-27 19:42:49 +00:00
"php": ">=5.3.3"
},
"require-dev": {
2022-11-16 20:29:17 +00:00
"phpunit/phpunit": "^8.5.14|^9"
2020-10-16 20:45:07 +01:00
},
"suggest": {
2022-02-27 19:42:49 +00:00
"dflydev/markdown": "~1.0",
"erusev/parsedown": "~1.0"
2020-10-16 20:45:07 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-02-27 19:42:49 +00:00
"dev-master": "2.0.x-dev"
2020-10-16 20:45:07 +01:00
}
},
"autoload": {
2022-02-27 19:42:49 +00:00
"psr-0": {
"Barryvdh": [
"src/"
]
2020-10-16 20:45:07 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2022-02-27 19:42:49 +00:00
"name": "Mike van Riel",
"email": "mike.vanriel@naenius.com"
2020-10-16 20:45:07 +01:00
}
],
2021-01-31 14:50:01 +00:00
"support": {
2022-11-16 20:29:17 +00:00
"source": "https://github.com/barryvdh/ReflectionDocBlock/tree/v2.1.0"
2021-01-31 14:50:01 +00:00
},
2022-11-16 20:29:17 +00:00
"time": "2022-10-31T15:35:43+00:00"
2021-04-29 20:36:13 +01:00
},
{
2022-02-27 19:42:49 +00:00
"name": "beyondcode/laravel-dump-server",
"version": "1.8.0",
2021-04-29 20:36:13 +01:00
"source": {
"type": "git",
2022-02-27 19:42:49 +00:00
"url": "https://github.com/beyondcode/laravel-dump-server.git",
"reference": "33a19c632655c1d4f16c0bc67ce6ba0504116b8a"
2021-04-29 20:36:13 +01:00
},
"dist": {
"type": "zip",
2022-02-27 19:42:49 +00:00
"url": "https://api.github.com/repos/beyondcode/laravel-dump-server/zipball/33a19c632655c1d4f16c0bc67ce6ba0504116b8a",
"reference": "33a19c632655c1d4f16c0bc67ce6ba0504116b8a",
2021-04-29 20:36:13 +01:00
"shasum": ""
},
"require": {
2022-02-27 19:42:49 +00:00
"illuminate/console": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0",
"illuminate/http": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0|^7.0|^8.0|^9.0",
"php": ">=7.2.5",
"symfony/var-dumper": "^5.0|^6.0"
2021-04-29 20:36:13 +01:00
},
"require-dev": {
2022-02-27 19:42:49 +00:00
"larapack/dd": "^1.0",
"phpunit/phpunit": "^7.0|^9.3"
2021-04-29 20:36:13 +01:00
},
"type": "library",
"extra": {
2022-02-27 19:42:49 +00:00
"laravel": {
"providers": [
"BeyondCode\\DumpServer\\DumpServerServiceProvider"
]
2021-04-29 20:36:13 +01:00
}
},
"autoload": {
2022-02-27 19:42:49 +00:00
"files": [
"helpers.php"
],
2021-04-29 20:36:13 +01:00
"psr-4": {
2022-02-27 19:42:49 +00:00
"BeyondCode\\DumpServer\\": "src"
2021-04-29 20:36:13 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2022-02-27 19:42:49 +00:00
"name": "Marcel Pociot",
"email": "marcel@beyondco.de",
"homepage": "https://beyondco.de",
"role": "Developer"
2021-04-29 20:36:13 +01:00
}
],
2022-02-27 19:42:49 +00:00
"description": "Symfony Var-Dump Server for Laravel",
"homepage": "https://github.com/beyondcode/laravel-dump-server",
2021-04-29 20:36:13 +01:00
"keywords": [
2022-02-27 19:42:49 +00:00
"beyondcode",
"laravel-dump-server"
2021-04-29 20:36:13 +01:00
],
"support": {
2022-02-27 19:42:49 +00:00
"issues": "https://github.com/beyondcode/laravel-dump-server/issues",
"source": "https://github.com/beyondcode/laravel-dump-server/tree/1.8.0"
2021-04-29 20:36:13 +01:00
},
2022-02-27 19:42:49 +00:00
"time": "2022-02-12T12:37:34+00:00"
2020-10-16 20:45:07 +01:00
},
{
"name": "composer/package-versions-deprecated",
2022-01-23 18:42:19 +00:00
"version": "1.11.99.5",
2020-10-16 20:45:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/composer/package-versions-deprecated.git",
2022-01-23 18:42:19 +00:00
"reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d"
2020-10-16 20:45:07 +01:00
},
"dist": {
"type": "zip",
2022-01-23 18:42:19 +00:00
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d",
"reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d",
2020-10-16 20:45:07 +01:00
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1.0 || ^2.0",
"php": "^7 || ^8"
},
"replace": {
"ocramius/package-versions": "1.11.99"
},
"require-dev": {
"composer/composer": "^1.9.3 || ^2.0@dev",
"ext-zip": "^1.13",
"phpunit/phpunit": "^6.5 || ^7"
},
"type": "composer-plugin",
"extra": {
"class": "PackageVersions\\Installer",
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"PackageVersions\\": "src/PackageVersions"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
}
],
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/composer/package-versions-deprecated/issues",
2022-01-23 18:42:19 +00:00
"source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.5"
2021-01-31 14:50:01 +00:00
},
2020-10-16 20:45:07 +01:00
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
2022-01-23 18:42:19 +00:00
"time": "2022-01-17T14:14:24+00:00"
2020-10-16 20:45:07 +01:00
},
2021-12-17 19:58:52 +00:00
{
"name": "composer/pcre",
2022-12-02 19:53:36 +00:00
"version": "3.1.0",
2021-12-17 19:58:52 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/pcre.git",
2022-12-02 19:53:36 +00:00
"reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2"
2021-12-17 19:58:52 +00:00
},
"dist": {
"type": "zip",
2022-12-02 19:53:36 +00:00
"url": "https://api.github.com/repos/composer/pcre/zipball/4bff79ddd77851fe3cdd11616ed3f92841ba5bd2",
"reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2",
2021-12-17 19:58:52 +00:00
"shasum": ""
},
"require": {
2022-03-17 21:41:16 +00:00
"php": "^7.4 || ^8.0"
2021-12-17 19:58:52 +00:00
},
"require-dev": {
2022-01-23 18:42:19 +00:00
"phpstan/phpstan": "^1.3",
2021-12-17 19:58:52 +00:00
"phpstan/phpstan-strict-rules": "^1.1",
2022-03-17 21:41:16 +00:00
"symfony/phpunit-bridge": "^5"
2021-12-17 19:58:52 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-03-17 21:41:16 +00:00
"dev-main": "3.x-dev"
2021-12-17 19:58:52 +00:00
}
},
"autoload": {
"psr-4": {
"Composer\\Pcre\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "PCRE wrapping library that offers type-safe preg_* replacements.",
"keywords": [
"PCRE",
"preg",
"regex",
"regular expression"
],
"support": {
"issues": "https://github.com/composer/pcre/issues",
2022-12-02 19:53:36 +00:00
"source": "https://github.com/composer/pcre/tree/3.1.0"
2021-12-17 19:58:52 +00: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"
}
],
2022-12-02 19:53:36 +00:00
"time": "2022-11-17T09:50:14+00:00"
2021-12-17 19:58:52 +00:00
},
2020-10-16 20:45:07 +01:00
{
"name": "composer/semver",
2022-04-17 09:50:22 +01:00
"version": "3.3.2",
2020-10-16 20:45:07 +01:00
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
2022-04-17 09:50:22 +01:00
"reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9"
2020-10-16 20:45:07 +01:00
},
"dist": {
"type": "zip",
2022-04-17 09:50:22 +01:00
"url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9",
"reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9",
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": {
2022-02-27 19:42:49 +00:00
"phpstan/phpstan": "^1.4",
2020-11-01 14:24:36 +00:00
"symfony/phpunit-bridge": "^4.2 || ^5"
2020-10-16 20:45:07 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-11-01 14:24:36 +00:00
"dev-main": "3.x-dev"
2020-10-16 20:45:07 +01:00
}
},
"autoload": {
"psr-4": {
"Composer\\Semver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
],
2021-01-31 14:50:01 +00:00
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/semver/issues",
2022-04-17 09:50:22 +01:00
"source": "https://github.com/composer/semver/tree/3.3.2"
2021-01-31 14:50:01 +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"
}
],
2022-04-17 09:50:22 +01:00
"time": "2022-04-01T19:23:25+00:00"
2020-08-09 16:19:00 +01:00
},
{
2020-10-16 20:45:07 +01:00
"name": "composer/xdebug-handler",
2022-02-27 19:42:49 +00:00
"version": "3.0.3",
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",
2022-02-27 19:42:49 +00:00
"reference": "ced299686f41dce890debac69273b47ffe98a40c"
2020-08-09 16:19:00 +01:00
},
"dist": {
"type": "zip",
2022-02-27 19:42:49 +00:00
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c",
"reference": "ced299686f41dce890debac69273b47ffe98a40c",
2020-08-09 16:19:00 +01:00
"shasum": ""
},
"require": {
2022-02-27 19:42:49 +00:00
"composer/pcre": "^1 || ^2 || ^3",
"php": "^7.2.5 || ^8.0",
2021-10-01 18:20:27 +01:00
"psr/log": "^1 || ^2 || ^3"
2020-08-09 16:19:00 +01:00
},
"require-dev": {
2021-12-17 19:58:52 +00:00
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-strict-rules": "^1.1",
2022-02-27 19:42:49 +00:00
"symfony/phpunit-bridge": "^6.0"
2020-08-09 16:19:00 +01:00
},
2020-10-16 20:45:07 +01:00
"type": "library",
2020-08-09 16:19:00 +01:00
"autoload": {
"psr-4": {
2020-10-16 20:45:07 +01:00
"Composer\\XdebugHandler\\": "src"
2020-08-09 16:19:00 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-10-16 20:45:07 +01:00
"name": "John Stevenson",
"email": "john-stevenson@blueyonder.co.uk"
2020-08-09 16:19:00 +01:00
}
],
2020-10-16 20:45:07 +01:00
"description": "Restarts a process without Xdebug.",
"keywords": [
"Xdebug",
"performance"
],
2021-01-31 14:50:01 +00:00
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/xdebug-handler/issues",
2022-02-27 19:42:49 +00:00
"source": "https://github.com/composer/xdebug-handler/tree/3.0.3"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
2022-02-27 19:42:49 +00:00
"time": "2022-02-25T21:32:43+00:00"
2021-04-29 20:36:13 +01:00
},
{
"name": "dnoegel/php-xdg-base-dir",
"version": "v0.1.1",
"source": {
"type": "git",
"url": "https://github.com/dnoegel/php-xdg-base-dir.git",
"reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
"reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
},
"type": "library",
"autoload": {
"psr-4": {
"XdgBaseDir\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "implementation of xdg base directory specification for php",
"support": {
"issues": "https://github.com/dnoegel/php-xdg-base-dir/issues",
"source": "https://github.com/dnoegel/php-xdg-base-dir/tree/v0.1.1"
},
"time": "2019-12-04T15:06:13+00:00"
2020-02-22 11:06:43 +00:00
},
2020-02-21 22:46:31 +00:00
{
2020-10-16 20:45:07 +01:00
"name": "doctrine/cache",
2022-06-01 21:20:32 +01:00
"version": "2.2.0",
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",
2022-06-01 21:20:32 +01:00
"reference": "1ca8f21980e770095a31456042471a57bc4c68fb"
2020-02-21 22:46:31 +00:00
},
"dist": {
"type": "zip",
2022-06-01 21:20:32 +01:00
"url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb",
"reference": "1ca8f21980e770095a31456042471a57bc4c68fb",
2020-02-21 22:46:31 +00:00
"shasum": ""
},
"require": {
2020-10-16 20:45:07 +01:00
"php": "~7.1 || ^8.0"
},
"conflict": {
2021-10-01 18:20:27 +01:00
"doctrine/common": ">2.2,<2.4"
2020-02-21 22:46:31 +00:00
},
"require-dev": {
2021-04-29 20:36:13 +01:00
"cache/integration-tests": "dev-master",
2022-06-01 21:20:32 +01:00
"doctrine/coding-standard": "^9",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
2021-10-01 18:20:27 +01:00
"psr/cache": "^1.0 || ^2.0 || ^3.0",
2022-06-01 21:20:32 +01:00
"symfony/cache": "^4.4 || ^5.4 || ^6",
"symfony/var-exporter": "^4.4 || ^5.4 || ^6"
2020-02-21 22:46:31 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
2020-10-16 20:45:07 +01:00
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
2020-02-21 22:46:31 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-10-16 20:45:07 +01:00
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
2020-02-21 22:46:31 +00:00
},
{
2020-10-16 20:45:07 +01:00
"name": "Roman Borschel",
"email": "roman@code-factory.org"
2020-02-21 22:46:31 +00:00
},
{
2020-10-16 20:45:07 +01:00
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2020-02-21 22:46:31 +00:00
}
],
2020-10-16 20:45:07 +01:00
"description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
"homepage": "https://www.doctrine-project.org/projects/cache.html",
2020-02-21 22:46:31 +00:00
"keywords": [
2020-10-16 20:45:07 +01:00
"abstraction",
"apcu",
"cache",
"caching",
"couchdb",
"memcached",
"php",
"redis",
"xcache"
2020-02-21 22:46:31 +00:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/doctrine/cache/issues",
2022-06-01 21:20:32 +01:00
"source": "https://github.com/doctrine/cache/tree/2.2.0"
2021-01-31 14:50:01 +00:00
},
2020-09-13 13:58:50 +01:00
"funding": [
{
2020-10-16 20:45:07 +01:00
"url": "https://www.doctrine-project.org/sponsorship.html",
2020-09-13 13:58:50 +01:00
"type": "custom"
},
{
2020-10-16 20:45:07 +01:00
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
2020-09-13 13:58:50 +01:00
},
{
2020-10-16 20:45:07 +01:00
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
2020-09-13 13:58:50 +01:00
"type": "tidelift"
}
],
2022-06-01 21:20:32 +01:00
"time": "2022-05-20T20:07:39+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",
2023-02-04 12:38:22 +00:00
"version": "3.5.3",
2020-02-22 11:06:43 +00:00
"source": {
"type": "git",
2020-10-16 20:45:07 +01:00
"url": "https://github.com/doctrine/dbal.git",
2023-02-04 12:38:22 +00:00
"reference": "88fa7e5189fd5ec6682477044264dc0ed4e3aa1e"
2020-02-22 11:06:43 +00:00
},
"dist": {
"type": "zip",
2023-02-04 12:38:22 +00:00
"url": "https://api.github.com/repos/doctrine/dbal/zipball/88fa7e5189fd5ec6682477044264dc0ed4e3aa1e",
"reference": "88fa7e5189fd5ec6682477044264dc0ed4e3aa1e",
2020-02-22 11:06:43 +00:00
"shasum": ""
},
"require": {
2022-01-23 18:42:19 +00:00
"composer-runtime-api": "^2",
2021-12-17 19:58:52 +00:00
"doctrine/cache": "^1.11|^2.0",
2022-05-14 17:54:13 +01:00
"doctrine/deprecations": "^0.5.3|^1",
2022-11-16 20:29:17 +00:00
"doctrine/event-manager": "^1|^2",
"php": "^7.4 || ^8.0",
2021-12-17 19:58:52 +00:00
"psr/cache": "^1|^2|^3",
"psr/log": "^1|^2|^3"
2020-02-22 11:06:43 +00:00
},
"require-dev": {
2023-02-04 12:38:22 +00:00
"doctrine/coding-standard": "11.0.0",
"jetbrains/phpstorm-stubs": "2022.3",
"phpstan/phpstan": "1.9.4",
2022-11-16 20:29:17 +00:00
"phpstan/phpstan-strict-rules": "^1.4",
2023-02-04 12:38:22 +00:00
"phpunit/phpunit": "9.5.27",
"psalm/plugin-phpunit": "0.18.4",
2022-11-16 20:29:17 +00:00
"squizlabs/php_codesniffer": "3.7.1",
"symfony/cache": "^5.4|^6.0",
"symfony/console": "^4.4|^5.4|^6.0",
2023-02-04 12:38:22 +00:00
"vimeo/psalm": "4.30.0"
2020-02-22 11:06:43 +00:00
},
2020-10-16 20:45:07 +01:00
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
},
"bin": [
"bin/doctrine-dbal"
],
2020-02-22 11:06:43 +00:00
"type": "library",
"autoload": {
"psr-4": {
2020-12-31 13:34:55 +00:00
"Doctrine\\DBAL\\": "src"
2020-02-22 11:06:43 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-10-16 20:45:07 +01:00
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
2020-02-22 11:06:43 +00:00
},
{
2020-10-16 20:45:07 +01:00
"name": "Roman Borschel",
"email": "roman@code-factory.org"
2020-02-22 11:06:43 +00:00
},
{
2020-10-16 20:45:07 +01:00
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
2020-02-22 11:06:43 +00:00
}
],
2020-10-16 20:45:07 +01:00
"description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
"homepage": "https://www.doctrine-project.org/projects/dbal.html",
2020-02-22 11:06:43 +00:00
"keywords": [
2020-10-16 20:45:07 +01:00
"abstraction",
"database",
"db2",
"dbal",
"mariadb",
"mssql",
"mysql",
"oci8",
"oracle",
"pdo",
"pgsql",
"postgresql",
"queryobject",
"sasql",
"sql",
"sqlite",
"sqlserver",
"sqlsrv"
2020-02-22 11:06:43 +00:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
2023-02-04 12:38:22 +00:00
"source": "https://github.com/doctrine/dbal/tree/3.5.3"
2021-01-31 14:50:01 +00:00
},
2020-08-09 16:19:00 +01:00
"funding": [
{
2020-10-16 20:45:07 +01:00
"url": "https://www.doctrine-project.org/sponsorship.html",
2020-08-09 16:19:00 +01:00
"type": "custom"
},
{
2020-10-16 20:45:07 +01:00
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
2020-08-09 16:19:00 +01:00
},
{
2020-10-16 20:45:07 +01:00
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
2020-08-09 16:19:00 +01:00
"type": "tidelift"
}
],
2023-02-04 12:38:22 +00:00
"time": "2023-01-12T10:21:44+00:00"
2021-04-29 20:36:13 +01:00
},
{
"name": "doctrine/deprecations",
2022-05-14 17:54:13 +01:00
"version": "v1.0.0",
2021-04-29 20:36:13 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/deprecations.git",
2022-05-14 17:54:13 +01:00
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
2021-04-29 20:36:13 +01:00
},
"dist": {
"type": "zip",
2022-05-14 17:54:13 +01:00
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
2021-04-29 20:36:13 +01:00
"shasum": ""
},
"require": {
"php": "^7.1|^8.0"
},
"require-dev": {
2022-05-14 17:54:13 +01:00
"doctrine/coding-standard": "^9",
"phpunit/phpunit": "^7.5|^8.5|^9.5",
"psr/log": "^1|^2|^3"
2021-04-29 20:36:13 +01:00
},
"suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
"homepage": "https://www.doctrine-project.org/",
"support": {
"issues": "https://github.com/doctrine/deprecations/issues",
2022-05-14 17:54:13 +01:00
"source": "https://github.com/doctrine/deprecations/tree/v1.0.0"
2021-04-29 20:36:13 +01:00
},
2022-05-14 17:54:13 +01:00
"time": "2022-05-02T15:47:09+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",
2022-11-16 20:29:17 +00:00
"version": "2.0.0",
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",
2022-11-16 20:29:17 +00:00
"reference": "750671534e0241a7c50ea5b43f67e23eb5c96f32"
2020-02-21 22:46:31 +00:00
},
"dist": {
"type": "zip",
2022-11-16 20:29:17 +00:00
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/750671534e0241a7c50ea5b43f67e23eb5c96f32",
"reference": "750671534e0241a7c50ea5b43f67e23eb5c96f32",
2020-02-21 22:46:31 +00:00
"shasum": ""
},
"require": {
2022-11-16 20:29:17 +00:00
"php": "^8.1"
2020-10-16 20:45:07 +01:00
},
"conflict": {
2022-11-16 20:29:17 +00:00
"doctrine/common": "<2.9"
2020-02-21 22:46:31 +00:00
},
"require-dev": {
2022-11-16 20:29:17 +00:00
"doctrine/coding-standard": "^10",
"phpstan/phpstan": "^1.8.8",
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.28"
2020-02-21 22:46:31 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
2022-11-16 20:29:17 +00:00
"Doctrine\\Common\\": "src"
2020-02-21 22:46:31 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-10-16 20:45:07 +01:00
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
2020-02-21 22:46:31 +00:00
}
],
2020-10-16 20:45:07 +01:00
"description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
2020-02-21 22:46:31 +00:00
"keywords": [
2020-10-16 20:45:07 +01:00
"event",
"event dispatcher",
"event manager",
"event system",
"events"
2020-02-21 22:46:31 +00:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/doctrine/event-manager/issues",
2022-11-16 20:29:17 +00:00
"source": "https://github.com/doctrine/event-manager/tree/2.0.0"
2021-01-31 14:50:01 +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"
}
],
2022-11-16 20:29:17 +00:00
"time": "2022-10-12T20:59:15+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",
2023-02-04 12:38:22 +00:00
"version": "2.0.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",
2023-02-04 12:38:22 +00:00
"reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
2018-04-07 18:37:33 +01:00
},
"dist": {
"type": "zip",
2023-02-04 12:38:22 +00:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
"reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
2018-04-07 18:37:33 +01:00
"shasum": ""
},
2019-10-27 16:15:14 +00:00
"require": {
2023-02-04 12:38:22 +00:00
"php": "^8.1"
2019-10-27 16:15:14 +00:00
},
2018-04-07 18:37:33 +01:00
"require-dev": {
2023-02-04 12:38:22 +00:00
"doctrine/coding-standard": "^11",
2019-10-27 16:15:14 +00:00
"ext-pdo": "*",
"ext-phar": "*",
2023-02-04 12:38:22 +00:00
"phpbench/phpbench": "^1.2",
"phpstan/phpstan": "^1.9.4",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^9.5.27",
"vimeo/psalm": "^5.4"
2018-04-07 18:37:33 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2019-10-27 16:15:14 +00:00
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2018-04-07 18:37:33 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-10-27 16:15:14 +00:00
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
2020-11-28 18:21:29 +00:00
"homepage": "https://ocramius.github.io/"
2018-04-07 18:37:33 +01:00
}
],
2019-10-27 16:15:14 +00:00
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
2018-04-07 18:37:33 +01:00
"keywords": [
2019-10-27 16:15:14 +00:00
"constructor",
"instantiate"
2018-04-07 18:37:33 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/doctrine/instantiator/issues",
2023-02-04 12:38:22 +00:00
"source": "https://github.com/doctrine/instantiator/tree/2.0.0"
2021-01-31 14:50:01 +00: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"
}
],
2023-02-04 12:38:22 +00:00
"time": "2022-12-30T00:23:10+00:00"
2018-04-07 18:37:33 +01:00
},
2020-12-31 13:34:55 +00:00
{
"name": "fakerphp/faker",
2022-12-23 09:40:45 +00:00
"version": "v1.21.0",
2020-12-31 13:34:55 +00:00
"source": {
"type": "git",
"url": "https://github.com/FakerPHP/Faker.git",
2022-12-23 09:40:45 +00:00
"reference": "92efad6a967f0b79c499705c69b662f738cc9e4d"
2020-12-31 13:34:55 +00:00
},
"dist": {
"type": "zip",
2022-12-23 09:40:45 +00:00
"url": "https://api.github.com/repos/FakerPHP/Faker/zipball/92efad6a967f0b79c499705c69b662f738cc9e4d",
"reference": "92efad6a967f0b79c499705c69b662f738cc9e4d",
2020-12-31 13:34:55 +00:00
"shasum": ""
},
"require": {
2022-12-23 09:40:45 +00:00
"php": "^7.4 || ^8.0",
2021-10-01 18:20:27 +01:00
"psr/container": "^1.0 || ^2.0",
2021-12-17 19:58:52 +00:00
"symfony/deprecation-contracts": "^2.2 || ^3.0"
2020-12-31 13:34:55 +00:00
},
"conflict": {
"fzaninotto/faker": "*"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4.1",
2022-02-27 19:42:49 +00:00
"doctrine/persistence": "^1.3 || ^2.0",
2020-12-31 13:34:55 +00:00
"ext-intl": "*",
2022-12-23 09:40:45 +00:00
"phpunit/phpunit": "^9.5.26",
"symfony/phpunit-bridge": "^5.4.16"
2021-04-29 20:36:13 +01:00
},
"suggest": {
2022-02-27 19:42:49 +00:00
"doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
2021-04-29 20:36:13 +01:00
"ext-curl": "Required by Faker\\Provider\\Image to download images.",
"ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
"ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
"ext-mbstring": "Required for multibyte Unicode string functionality."
2020-12-31 13:34:55 +00:00
},
"type": "library",
2021-04-29 20:36:13 +01:00
"extra": {
"branch-alias": {
2022-12-23 09:40:45 +00:00
"dev-main": "v1.21-dev"
2021-04-29 20:36:13 +01:00
}
},
2020-12-31 13:34:55 +00:00
"autoload": {
"psr-4": {
"Faker\\": "src/Faker/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "François Zaninotto"
}
],
"description": "Faker is a PHP library that generates fake data for you.",
"keywords": [
"data",
"faker",
"fixtures"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/FakerPHP/Faker/issues",
2022-12-23 09:40:45 +00:00
"source": "https://github.com/FakerPHP/Faker/tree/v1.21.0"
2021-01-31 14:50:01 +00:00
},
2022-12-23 09:40:45 +00:00
"time": "2022-12-13T13:54:32+00:00"
2020-12-31 13:34:55 +00:00
},
2020-02-21 22:46:31 +00:00
{
"name": "felixfbecker/advanced-json-rpc",
2021-10-01 18:20:27 +01:00
"version": "v3.2.1",
2020-02-21 22:46:31 +00:00
"source": {
"type": "git",
"url": "https://github.com/felixfbecker/php-advanced-json-rpc.git",
2021-10-01 18:20:27 +01:00
"reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447"
2020-02-21 22:46:31 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/felixfbecker/php-advanced-json-rpc/zipball/b5f37dbff9a8ad360ca341f3240dc1c168b45447",
"reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447",
2020-02-21 22:46:31 +00:00
"shasum": ""
},
"require": {
2021-10-01 18:20:27 +01:00
"netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
2021-01-31 14:50:01 +00:00
"php": "^7.1 || ^8.0",
"phpdocumentor/reflection-docblock": "^4.3.4 || ^5.0.0"
2020-02-21 22:46:31 +00:00
},
"require-dev": {
2021-01-31 14:50:01 +00:00
"phpunit/phpunit": "^7.0 || ^8.0"
2020-02-21 22:46:31 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"AdvancedJsonRpc\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"ISC"
],
"authors": [
{
"name": "Felix Becker",
"email": "felix.b@outlook.com"
}
],
"description": "A more advanced JSONRPC implementation",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/felixfbecker/php-advanced-json-rpc/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/felixfbecker/php-advanced-json-rpc/tree/v3.2.1"
2021-01-31 14:50:01 +00:00
},
2021-10-01 18:20:27 +01:00
"time": "2021-06-11T22:34:44+00:00"
2020-02-21 22:46:31 +00:00
},
{
"name": "felixfbecker/language-server-protocol",
2022-04-17 09:50:22 +01:00
"version": "v1.5.2",
2020-02-21 22:46:31 +00:00
"source": {
"type": "git",
"url": "https://github.com/felixfbecker/php-language-server-protocol.git",
2022-04-17 09:50:22 +01:00
"reference": "6e82196ffd7c62f7794d778ca52b69feec9f2842"
2020-02-21 22:46:31 +00:00
},
"dist": {
"type": "zip",
2022-04-17 09:50:22 +01:00
"url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/6e82196ffd7c62f7794d778ca52b69feec9f2842",
"reference": "6e82196ffd7c62f7794d778ca52b69feec9f2842",
2020-02-21 22:46:31 +00:00
"shasum": ""
},
"require": {
2020-11-01 14:24:36 +00:00
"php": ">=7.1"
2020-02-21 22:46:31 +00:00
},
"require-dev": {
"phpstan/phpstan": "*",
2020-11-01 14:24:36 +00:00
"squizlabs/php_codesniffer": "^3.1",
"vimeo/psalm": "^4.0"
2020-02-21 22:46:31 +00:00
},
"type": "library",
2020-11-01 14:24:36 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
2020-02-21 22:46:31 +00:00
"autoload": {
"psr-4": {
"LanguageServerProtocol\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"ISC"
],
"authors": [
{
"name": "Felix Becker",
"email": "felix.b@outlook.com"
}
],
"description": "PHP classes for the Language Server Protocol",
"keywords": [
"language",
"microsoft",
"php",
"server"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/felixfbecker/php-language-server-protocol/issues",
2022-04-17 09:50:22 +01:00
"source": "https://github.com/felixfbecker/php-language-server-protocol/tree/v1.5.2"
2021-01-31 14:50:01 +00:00
},
2022-04-17 09:50:22 +01:00
"time": "2022-03-02T22:36:06+00:00"
2020-02-21 22:46:31 +00:00
},
2022-12-22 18:19:04 +00:00
{
"name": "fidry/cpu-core-counter",
"version": "0.4.1",
"source": {
"type": "git",
"url": "https://github.com/theofidry/cpu-core-counter.git",
"reference": "79261cc280aded96d098e1b0e0ba0c4881b432c2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/79261cc280aded96d098e1b0e0ba0c4881b432c2",
"reference": "79261cc280aded96d098e1b0e0ba0c4881b432c2",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"fidry/makefile": "^0.2.0",
"phpstan/extension-installer": "^1.2.0",
"phpstan/phpstan": "^1.9.2",
"phpstan/phpstan-deprecation-rules": "^1.0.0",
"phpstan/phpstan-phpunit": "^1.2.2",
"phpstan/phpstan-strict-rules": "^1.4.4",
"phpunit/phpunit": "^9.5.26 || ^8.5.31",
"theofidry/php-cs-fixer-config": "^1.0",
"webmozarts/strict-phpunit": "^7.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Fidry\\CpuCoreCounter\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Théo FIDRY",
"email": "theo.fidry@gmail.com"
}
],
"description": "Tiny utility to get the number of CPU cores.",
"keywords": [
"CPU",
"core"
],
"support": {
"issues": "https://github.com/theofidry/cpu-core-counter/issues",
"source": "https://github.com/theofidry/cpu-core-counter/tree/0.4.1"
},
"funding": [
{
"url": "https://github.com/theofidry",
"type": "github"
}
],
"time": "2022-12-16T22:01:02+00:00"
},
2017-09-04 19:34:39 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "filp/whoops",
2022-11-16 20:29:17 +00:00
"version": "2.14.6",
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",
2022-11-16 20:29:17 +00:00
"reference": "f7948baaa0330277c729714910336383286305da"
2017-09-04 19:34:39 +01:00
},
"dist": {
"type": "zip",
2022-11-16 20:29:17 +00:00
"url": "https://api.github.com/repos/filp/whoops/zipball/f7948baaa0330277c729714910336383286305da",
"reference": "f7948baaa0330277c729714910336383286305da",
2017-09-04 19:34:39 +01:00
"shasum": ""
},
"require": {
2020-10-17 17:15:06 +01:00
"php": "^5.5.9 || ^7.0 || ^8.0",
2021-10-05 20:42:02 +01:00
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
2017-09-04 19:34:39 +01:00
},
"require-dev": {
2018-06-23 23:21:26 +01:00
"mockery/mockery": "^0.9 || ^1.0",
2020-10-17 17:15:06 +01:00
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
2020-01-26 17:50:49 +00:00
"symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
2017-11-13 17:26:38 +00:00
},
"suggest": {
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
"whoops/soap": "Formats errors as SOAP responses"
2017-09-04 19:34:39 +01:00
},
"type": "library",
2017-11-13 17:26:38 +00:00
"extra": {
"branch-alias": {
2020-10-17 17:15:06 +01:00
"dev-master": "2.7-dev"
2017-11-13 17:26:38 +00:00
}
},
2017-09-04 19:34:39 +01:00
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"Whoops\\": "src/Whoops/"
2017-09-04 19:34:39 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Filipe Dobreira",
2020-01-26 17:50:49 +00:00
"homepage": "https://github.com/filp",
"role": "Developer"
2017-09-04 19:34:39 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "php error handling for cool kids",
"homepage": "https://filp.github.io/whoops/",
2017-09-04 19:34:39 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"error",
"exception",
"handling",
"library",
"throwable",
"whoops"
2017-09-04 19:34:39 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/filp/whoops/issues",
2022-11-16 20:29:17 +00:00
"source": "https://github.com/filp/whoops/tree/2.14.6"
2021-01-31 14:50:01 +00:00
},
"funding": [
{
"url": "https://github.com/denis-sokolov",
"type": "github"
}
],
2022-11-16 20:29:17 +00:00
"time": "2022-11-02T16:23:29+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
},
2022-02-27 19:42:49 +00:00
"replace": {
"cordoval/hamcrest-php": "*",
"davedevelopment/hamcrest-php": "*",
"kodova/hamcrest-php": "*"
2020-02-22 11:06:43 +00:00
},
"require-dev": {
2022-02-27 19:42:49 +00:00
"phpunit/php-file-iterator": "^1.4 || ^2.0",
"phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
2020-02-22 11:06:43 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-02-27 19:42:49 +00:00
"dev-master": "2.1-dev"
2020-02-22 11:06:43 +00:00
}
},
"autoload": {
2022-02-27 19:42:49 +00:00
"classmap": [
"hamcrest"
]
2020-02-22 11:06:43 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2022-02-27 19:42:49 +00:00
"BSD-3-Clause"
2020-02-22 11:06:43 +00:00
],
2022-02-27 19:42:49 +00:00
"description": "This is the PHP port of Hamcrest Matchers",
2020-02-22 11:06:43 +00:00
"keywords": [
2022-02-27 19:42:49 +00:00
"test"
2020-02-22 11:06:43 +00:00
],
2021-01-31 14:50:01 +00:00
"support": {
2022-02-27 19:42:49 +00:00
"issues": "https://github.com/hamcrest/hamcrest-php/issues",
"source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
2021-01-31 14:50:01 +00:00
},
2022-02-27 19:42:49 +00:00
"time": "2020-07-09T08:09:16+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",
2023-02-04 12:38:22 +00:00
"version": "v7.5.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",
2023-02-04 12:38:22 +00:00
"reference": "cf04717664f80204567ad3077ea7484a0be16497"
2017-02-03 22:05:48 +00:00
},
"dist": {
"type": "zip",
2023-02-04 12:38:22 +00:00
"url": "https://api.github.com/repos/laravel/dusk/zipball/cf04717664f80204567ad3077ea7484a0be16497",
"reference": "cf04717664f80204567ad3077ea7484a0be16497",
2017-02-03 22:05:48 +00:00
"shasum": ""
},
"require": {
2019-05-05 10:27:40 +01:00
"ext-json": "*",
"ext-zip": "*",
2023-02-04 12:38:22 +00:00
"illuminate/console": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
2020-06-13 16:32:42 +01:00
"nesbot/carbon": "^2.0",
2022-08-24 09:01:21 +00:00
"php": "^8.0",
2020-11-28 18:21:29 +00:00
"php-webdriver/webdriver": "^1.9.0",
2022-08-24 09:01:21 +00:00
"symfony/console": "^6.0",
"symfony/finder": "^6.0",
"symfony/process": "^6.0",
"vlucas/phpdotenv": "^5.2"
2017-02-18 12:27:21 +00:00
},
"require-dev": {
2022-08-24 09:01:21 +00:00
"mockery/mockery": "^1.4.2",
2023-02-04 12:38:22 +00:00
"orchestra/testbench": "^7.0|^8.0",
2022-08-24 09:01:21 +00:00
"phpunit/phpunit": "^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": {
2022-08-24 09:01:21 +00:00
"dev-master": "7.x-dev"
2017-11-13 17:26:38 +00:00
},
"laravel": {
"providers": [
"Laravel\\Dusk\\DuskServiceProvider"
]
2017-02-03 22:05:48 +00:00
}
},
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"Laravel\\Dusk\\": "src/"
}
2017-02-03 22:05:48 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
2017-02-03 22:05:48 +00:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Laravel Dusk provides simple end-to-end testing and browser automation.",
"keywords": [
"laravel",
"testing",
"webdriver"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/laravel/dusk/issues",
2023-02-04 12:38:22 +00:00
"source": "https://github.com/laravel/dusk/tree/v7.5.0"
2021-01-31 14:50:01 +00:00
},
2023-02-04 12:38:22 +00:00
"time": "2023-01-23T04:45:46+00:00"
2017-02-03 22:05:48 +00:00
},
2022-07-09 09:33:51 +01:00
{
"name": "laravel/pint",
2023-02-04 12:38:22 +00:00
"version": "v1.4.1",
2022-07-09 09:33:51 +01:00
"source": {
"type": "git",
"url": "https://github.com/laravel/pint.git",
2023-02-04 12:38:22 +00:00
"reference": "80ddf23a5d97825e79bb1018eebb6f3f985d4fa8"
2022-07-09 09:33:51 +01:00
},
"dist": {
"type": "zip",
2023-02-04 12:38:22 +00:00
"url": "https://api.github.com/repos/laravel/pint/zipball/80ddf23a5d97825e79bb1018eebb6f3f985d4fa8",
"reference": "80ddf23a5d97825e79bb1018eebb6f3f985d4fa8",
2022-07-09 09:33:51 +01:00
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
"ext-tokenizer": "*",
"ext-xml": "*",
"php": "^8.0"
},
"require-dev": {
2023-02-04 12:38:22 +00:00
"friendsofphp/php-cs-fixer": "^3.14",
2022-12-02 19:49:29 +00:00
"illuminate/view": "^9.32.0",
"laravel-zero/framework": "^9.2.0",
"mockery/mockery": "^1.5.1",
"nunomaduro/larastan": "^2.2.0",
2022-09-03 11:53:28 +00:00
"nunomaduro/termwind": "^1.14.0",
2022-09-09 13:50:26 +00:00
"pestphp/pest": "^1.22.1"
2022-07-09 09:33:51 +01:00
},
"bin": [
"builds/pint"
],
"type": "project",
"autoload": {
"psr-4": {
"App\\": "app/",
"Database\\Seeders\\": "database/seeders/",
"Database\\Factories\\": "database/factories/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nuno Maduro",
"email": "enunomaduro@gmail.com"
}
],
"description": "An opinionated code formatter for PHP.",
"homepage": "https://laravel.com",
"keywords": [
"format",
"formatter",
"lint",
"linter",
"php"
],
"support": {
"issues": "https://github.com/laravel/pint/issues",
"source": "https://github.com/laravel/pint"
},
2023-02-04 12:38:22 +00:00
"time": "2023-01-31T15:50:45+00:00"
2022-07-09 09:33:51 +01:00
},
2022-07-27 12:35:21 +01:00
{
"name": "laravel/sail",
2023-02-04 11:10:36 +00:00
"version": "v1.19.0",
2022-07-27 12:35:21 +01:00
"source": {
"type": "git",
"url": "https://github.com/laravel/sail.git",
2023-02-04 11:10:36 +00:00
"reference": "4f230634a3163f3442def6a4e6ffdb02b02e14d6"
2022-07-27 12:35:21 +01:00
},
"dist": {
"type": "zip",
2023-02-04 11:10:36 +00:00
"url": "https://api.github.com/repos/laravel/sail/zipball/4f230634a3163f3442def6a4e6ffdb02b02e14d6",
"reference": "4f230634a3163f3442def6a4e6ffdb02b02e14d6",
2022-07-27 12:35:21 +01:00
"shasum": ""
},
"require": {
2023-02-04 11:10:36 +00:00
"illuminate/console": "^8.0|^9.0|^10.0",
"illuminate/contracts": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
2022-07-27 12:35:21 +01:00
"php": "^7.3|^8.0"
},
"bin": [
"bin/sail"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
},
"laravel": {
"providers": [
"Laravel\\Sail\\SailServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Laravel\\Sail\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Docker files for running a basic Laravel application.",
"keywords": [
"docker",
"laravel"
],
"support": {
"issues": "https://github.com/laravel/sail/issues",
"source": "https://github.com/laravel/sail"
},
2023-02-04 11:10:36 +00:00
"time": "2023-01-31T13:37:57+00:00"
2022-07-27 12:35:21 +01:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "maximebf/debugbar",
2022-11-16 20:29:17 +00:00
"version": "v1.18.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/maximebf/php-debugbar.git",
2022-11-16 20:29:17 +00:00
"reference": "ba0af68dd4316834701ecb30a00ce9604ced3ee9"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2022-11-16 20:29:17 +00:00
"url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/ba0af68dd4316834701ecb30a00ce9604ced3ee9",
"reference": "ba0af68dd4316834701ecb30a00ce9604ced3ee9",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-12-31 13:34:55 +00:00
"php": "^7.1|^8",
2021-10-24 16:18:02 +01:00
"psr/log": "^1|^2|^3",
2022-02-27 19:42:49 +00:00
"symfony/var-dumper": "^2.6|^3|^4|^5|^6"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
2022-02-27 19:42:49 +00:00
"phpunit/phpunit": "^7.5.20 || ^9.4.2",
"twig/twig": "^1.38|^2.7|^3.0"
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": {
2022-11-16 20:29:17 +00:00
"dev-master": "1.18-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"psr-4": {
2017-11-13 17:26:38 +00:00
"DebugBar\\": "src/DebugBar/"
}
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Maxime Bouroumeau-Fuseau",
"email": "maxime.bouroumeau@gmail.com",
"homepage": "http://maximebf.com"
2017-10-13 12:31:31 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Debug bar in the browser for php application",
"homepage": "https://github.com/maximebf/php-debugbar",
"keywords": [
"debug",
"debugbar"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/maximebf/php-debugbar/issues",
2022-11-16 20:29:17 +00:00
"source": "https://github.com/maximebf/php-debugbar/tree/v1.18.1"
2021-01-31 14:50:01 +00:00
},
2022-11-16 20:29:17 +00:00
"time": "2022-03-31T14:55:54+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "mockery/mockery",
2022-09-09 14:00:57 +00:00
"version": "1.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/mockery/mockery.git",
2022-09-09 14:00:57 +00:00
"reference": "e92dcc83d5a51851baf5f5591d32cb2b16e3684e"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2022-09-09 14:00:57 +00:00
"url": "https://api.github.com/repos/mockery/mockery/zipball/e92dcc83d5a51851baf5f5591d32cb2b16e3684e",
"reference": "e92dcc83d5a51851baf5f5591d32cb2b16e3684e",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-07-12 17:41:26 +01:00
"hamcrest/hamcrest-php": "^2.0.1",
2017-11-13 17:26:38 +00:00
"lib-pcre": ">=7.0",
2020-07-12 17:41:26 +01:00
"php": "^7.3 || ^8.0"
2020-06-10 20:48:23 +01:00
},
"conflict": {
"phpunit/phpunit": "<8.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2020-09-13 13:58:50 +01:00
"phpunit/phpunit": "^8.5 || ^9.3"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-06-10 20:48:23 +01:00
"dev-master": "1.4.x-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"psr-0": {
"Mockery": "library/"
}
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Pádraic Brady",
"email": "padraic.brady@gmail.com",
"homepage": "http://blog.astrumfutura.com"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "Dave Marshall",
"email": "dave.marshall@atstsolutions.co.uk",
"homepage": "http://davedevelopment.co.uk"
2016-05-19 15:01:28 +01:00
}
],
2018-06-23 23:21:26 +01:00
"description": "Mockery is a simple yet flexible PHP mock object framework",
"homepage": "https://github.com/mockery/mockery",
2017-11-13 17:26:38 +00:00
"keywords": [
"BDD",
"TDD",
"library",
"mock",
"mock objects",
"mockery",
"stub",
"test",
"test double",
"testing"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/mockery/mockery/issues",
2022-09-09 14:00:57 +00:00
"source": "https://github.com/mockery/mockery/tree/1.5.1"
2021-01-31 14:50:01 +00:00
},
2022-09-09 14:00:57 +00:00
"time": "2022-09-07T15:32:08+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",
2022-03-17 21:41:16 +00:00
"version": "1.11.0",
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",
2022-03-17 21:41:16 +00:00
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
2016-05-29 16:48:42 +01:00
},
"dist": {
"type": "zip",
2022-03-17 21:41:16 +00:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
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
},
2022-03-17 21:41:16 +00:00
"conflict": {
"doctrine/collections": "<1.6.8",
"doctrine/common": "<2.13.3 || >=3,<3.2.2"
},
2017-11-13 17:26:38 +00:00
"require-dev": {
2022-03-17 21:41:16 +00:00
"doctrine/collections": "^1.6.8",
"doctrine/common": "^2.13.3 || ^3.2.2",
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
2016-05-29 16:48:42 +01:00
},
"type": "library",
"autoload": {
2017-11-13 17:26:38 +00:00
"files": [
"src/DeepCopy/deep_copy.php"
2022-02-27 19:42:49 +00:00
],
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
}
2016-05-29 16:48:42 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2017-11-13 17:26:38 +00:00
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
2016-05-29 16:48:42 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/myclabs/DeepCopy/issues",
2022-03-17 21:41:16 +00:00
"source": "https://github.com/myclabs/DeepCopy/tree/1.11.0"
2021-01-31 14:50:01 +00:00
},
2020-07-12 17:41:26 +01:00
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
}
],
2022-03-17 21:41:16 +00:00
"time": "2022-03-03T13:19:32+00:00"
2016-05-29 16:48:42 +01:00
},
2020-02-21 22:46:31 +00:00
{
"name": "netresearch/jsonmapper",
2022-12-22 18:19:04 +00:00
"version": "v4.1.0",
2020-02-21 22:46:31 +00:00
"source": {
"type": "git",
"url": "https://github.com/cweiske/jsonmapper.git",
2022-12-22 18:19:04 +00:00
"reference": "cfa81ea1d35294d64adb9c68aa4cb9e92400e53f"
2020-02-21 22:46:31 +00:00
},
"dist": {
"type": "zip",
2022-12-22 18:19:04 +00:00
"url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/cfa81ea1d35294d64adb9c68aa4cb9e92400e53f",
"reference": "cfa81ea1d35294d64adb9c68aa4cb9e92400e53f",
2020-02-21 22:46:31 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-pcre": "*",
"ext-reflection": "*",
"ext-spl": "*",
2021-10-01 18:20:27 +01:00
"php": ">=7.1"
2020-02-21 22:46:31 +00:00
},
"require-dev": {
2021-10-01 18:20:27 +01:00
"phpunit/phpunit": "~7.5 || ~8.0 || ~9.0",
2020-06-10 20:48:23 +01:00
"squizlabs/php_codesniffer": "~3.5"
2020-02-21 22:46:31 +00:00
},
"type": "library",
"autoload": {
"psr-0": {
"JsonMapper": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"OSL-3.0"
],
"authors": [
{
"name": "Christian Weiske",
"email": "cweiske@cweiske.de",
"homepage": "http://github.com/cweiske/jsonmapper/",
"role": "Developer"
}
],
"description": "Map nested JSON structures onto PHP classes",
2021-01-31 14:50:01 +00:00
"support": {
"email": "cweiske@cweiske.de",
"issues": "https://github.com/cweiske/jsonmapper/issues",
2022-12-22 18:19:04 +00:00
"source": "https://github.com/cweiske/jsonmapper/tree/v4.1.0"
2021-01-31 14:50:01 +00:00
},
2022-12-22 18:19:04 +00:00
"time": "2022-12-08T20:46:14+00:00"
2020-02-21 22:46:31 +00:00
},
2017-11-16 09:38:21 +00:00
{
"name": "nunomaduro/collision",
2023-02-04 10:51:39 +00:00
"version": "v6.4.0",
2017-11-16 09:38:21 +00:00
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/collision.git",
2023-02-04 10:51:39 +00:00
"reference": "f05978827b9343cba381ca05b8c7deee346b6015"
2017-11-16 09:38:21 +00:00
},
"dist": {
"type": "zip",
2023-02-04 10:51:39 +00:00
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/f05978827b9343cba381ca05b8c7deee346b6015",
"reference": "f05978827b9343cba381ca05b8c7deee346b6015",
2017-11-16 09:38:21 +00:00
"shasum": ""
},
"require": {
2022-02-27 19:42:49 +00:00
"filp/whoops": "^2.14.5",
"php": "^8.0.0",
"symfony/console": "^6.0.2"
2017-11-16 09:38:21 +00:00
},
2017-12-22 13:29:28 +00:00
"require-dev": {
2022-02-27 19:42:49 +00:00
"brianium/paratest": "^6.4.1",
2022-09-03 11:32:21 +00:00
"laravel/framework": "^9.26.1",
"laravel/pint": "^1.1.1",
"nunomaduro/larastan": "^1.0.3",
2022-02-27 19:42:49 +00:00
"nunomaduro/mock-final-classes": "^1.1.0",
2022-09-03 11:32:21 +00:00
"orchestra/testbench": "^7.7",
"phpunit/phpunit": "^9.5.23",
"spatie/ignition": "^1.4.1"
2017-12-22 13:29:28 +00:00
},
2017-11-16 09:38:21 +00:00
"type": "library",
"extra": {
2022-02-27 19:42:49 +00:00
"branch-alias": {
"dev-develop": "6.x-dev"
},
2017-11-16 09:38:21 +00:00
"laravel": {
"providers": [
"NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"NunoMaduro\\Collision\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nuno Maduro",
"email": "enunomaduro@gmail.com"
}
],
"description": "Cli error handling for console/command-line PHP applications.",
"keywords": [
"artisan",
"cli",
"command-line",
"console",
"error",
"handling",
"laravel",
"laravel-zero",
"php",
"symfony"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/nunomaduro/collision/issues",
"source": "https://github.com/nunomaduro/collision"
},
2020-06-13 16:32:42 +01:00
"funding": [
{
2022-01-23 18:42:19 +00:00
"url": "https://www.paypal.com/paypalme/enunomaduro",
2020-06-13 16:32:42 +01:00
"type": "custom"
},
{
"url": "https://github.com/nunomaduro",
"type": "github"
},
{
"url": "https://www.patreon.com/nunomaduro",
"type": "patreon"
}
],
2023-02-04 10:51:39 +00:00
"time": "2023-01-03T12:54:54+00:00"
2017-11-16 09:38:21 +00:00
},
2017-09-04 19:34:39 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "phar-io/manifest",
2021-10-01 18:20:27 +01:00
"version": "2.0.3",
2017-09-04 19:34:39 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/phar-io/manifest.git",
2021-10-01 18:20:27 +01:00
"reference": "97803eca37d319dfa7826cc2437fc020857acb53"
2017-09-04 19:34:39 +01:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
"reference": "97803eca37d319dfa7826cc2437fc020857acb53",
2017-09-04 19:34:39 +01:00
"shasum": ""
},
"require": {
2017-11-13 17:26:38 +00:00
"ext-dom": "*",
"ext-phar": "*",
2020-09-13 13:58:50 +01:00
"ext-xmlwriter": "*",
"phar-io/version": "^3.0.1",
"php": "^7.2 || ^8.0"
2017-09-04 19:34:39 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-13 13:58:50 +01:00
"dev-master": "2.0.x-dev"
2017-09-04 19:34:39 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
2017-09-04 19:34:39 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2017-09-04 19:34:39 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
2017-09-04 19:34:39 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
2017-09-04 19:34:39 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/phar-io/manifest/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/phar-io/manifest/tree/2.0.3"
2021-01-31 14:50:01 +00:00
},
2021-10-01 18:20:27 +01:00
"time": "2021-07-20T11:28:43+00:00"
2017-09-04 19:34:39 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "phar-io/version",
2022-02-27 19:42:49 +00:00
"version": "3.2.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/version.git",
2022-02-27 19:42:49 +00:00
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
2017-09-04 19:34:39 +01:00
},
"dist": {
"type": "zip",
2022-02-27 19:42:49 +00:00
"url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
2017-09-04 19:34:39 +01:00
"shasum": ""
},
"require": {
2020-09-13 13:58:50 +01:00
"php": "^7.2 || ^8.0"
2017-09-04 19:34:39 +01:00
},
"type": "library",
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
2017-09-04 19:34:39 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2017-09-04 19:34:39 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
2017-09-04 19:34:39 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
2017-09-04 19:34:39 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Library for handling version information and constraints",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/phar-io/version/issues",
2022-02-27 19:42:49 +00:00
"source": "https://github.com/phar-io/version/tree/3.2.1"
2021-01-31 14:50:01 +00:00
},
2022-02-27 19:42:49 +00:00
"time": "2022-02-21T01:04:05+00:00"
2017-09-04 19:34:39 +01:00
},
2020-01-26 17:50:49 +00:00
{
"name": "php-webdriver/webdriver",
2022-11-16 20:29:17 +00:00
"version": "1.13.1",
2020-01-26 17:50:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-webdriver/php-webdriver.git",
2022-11-16 20:29:17 +00:00
"reference": "6dfe5f814b796c1b5748850aa19f781b9274c36c"
2020-01-26 17:50:49 +00:00
},
"dist": {
"type": "zip",
2022-11-16 20:29:17 +00:00
"url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/6dfe5f814b796c1b5748850aa19f781b9274c36c",
"reference": "6dfe5f814b796c1b5748850aa19f781b9274c36c",
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",
2021-10-24 16:18:02 +01:00
"symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0 || ^6.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": {
2021-03-17 18:38:18 +00:00
"ondram/ci-detector": "^2.1 || ^3.5 || ^4.0",
2020-11-28 18:21:29 +00:00
"php-coveralls/php-coveralls": "^2.4",
"php-mock/php-mock-phpunit": "^1.1 || ^2.0",
2020-10-10 19:44:17 +01:00
"php-parallel-lint/php-parallel-lint": "^1.2",
2020-11-28 18:21:29 +00:00
"phpunit/phpunit": "^5.7 || ^7 || ^8 || ^9",
2020-02-21 13:41:02 +00:00
"squizlabs/php_codesniffer": "^3.5",
2021-10-24 16:18:02 +01:00
"symfony/var-dumper": "^3.3 || ^4.0 || ^5.0 || ^6.0"
2020-01-26 17:50:49 +00:00
},
"suggest": {
"ext-SimpleXML": "For Firefox profile creation"
},
"type": "library",
"autoload": {
2020-02-21 13:41:02 +00:00
"files": [
"lib/Exception/TimeoutException.php"
2022-02-27 19:42:49 +00:00
],
"psr-4": {
"Facebook\\WebDriver\\": "lib/"
}
2020-01-26 17:50:49 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 13:41:02 +00:00
"MIT"
2020-01-26 17:50:49 +00:00
],
2020-02-21 13:41:02 +00:00
"description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
"homepage": "https://github.com/php-webdriver/php-webdriver",
2020-01-26 17:50:49 +00:00
"keywords": [
2020-02-21 13:41:02 +00:00
"Chromedriver",
"geckodriver",
2020-01-26 17:50:49 +00:00
"php",
"selenium",
"webdriver"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/php-webdriver/php-webdriver/issues",
2022-11-16 20:29:17 +00:00
"source": "https://github.com/php-webdriver/php-webdriver/tree/1.13.1"
2021-01-31 14:50:01 +00:00
},
2022-11-16 20:29:17 +00:00
"time": "2022-10-11T11:49:44+00:00"
2020-01-26 17:50:49 +00:00
},
2016-06-08 16:08:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "phpdocumentor/reflection-common",
2020-07-12 17:41:26 +01:00
"version": "2.2.0",
2016-06-08 16:08:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2020-07-12 17:41:26 +01:00
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
2016-06-08 16:08:28 +01:00
},
"dist": {
"type": "zip",
2020-07-12 17:41:26 +01:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
2016-06-08 16:08:28 +01:00
"shasum": ""
},
"require": {
2020-07-12 17:41:26 +01:00
"php": "^7.2 || ^8.0"
2016-06-08 16:08:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-07-12 17:41:26 +01:00
"dev-2.x": "2.x-dev"
2016-06-08 16:08:28 +01:00
}
},
"autoload": {
"psr-4": {
2019-10-19 15:34:49 +01:00
"phpDocumentor\\Reflection\\": "src/"
2017-11-13 17:26:38 +00:00
}
2016-06-08 16:08:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
2016-06-08 16:08:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
"source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
},
2020-07-12 17:41:26 +01:00
"time": "2020-06-27T09:03:43+00:00"
2016-06-08 16:08:28 +01:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "phpdocumentor/reflection-docblock",
2021-10-24 16:18:02 +01:00
"version": "5.3.0",
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",
2021-10-24 16:18:02 +01:00
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-10-24 16:18:02 +01:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
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": {
2021-10-24 16:18:02 +01:00
"mockery/mockery": "~1.3.2",
"psalm/phar": "^4.8"
2016-05-19 15:01:28 +01:00
},
2016-06-08 16:08:28 +01:00
"type": "library",
2017-12-07 15:39:19 +00:00
"extra": {
"branch-alias": {
2020-02-21 13:41:02 +00:00
"dev-master": "5.x-dev"
2017-12-07 15:39:19 +00:00
}
},
2016-06-08 16:08:28 +01:00
"autoload": {
"psr-4": {
2020-02-21 13:41:02 +00:00
"phpDocumentor\\Reflection\\": "src"
2017-11-13 17:26:38 +00:00
}
2016-06-08 16:08:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
2020-02-21 13:41:02 +00:00
},
{
"name": "Jaap van Otterdijk",
"email": "account@ijaap.nl"
2016-06-08 16:08:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
2021-10-24 16:18:02 +01:00
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
2021-01-31 14:50:01 +00:00
},
2021-10-24 16:18:02 +01:00
"time": "2021-10-19T17:43:47+00:00"
2016-06-08 16:08:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "phpdocumentor/type-resolver",
2022-10-20 09:01:13 +00:00
"version": "1.6.2",
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",
2022-10-20 09:01:13 +00:00
"reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d"
2016-06-08 16:08:28 +01:00
},
"dist": {
"type": "zip",
2022-10-20 09:01:13 +00:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/48f445a408c131e38cab1c235aa6d2bb7a0bb20d",
"reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d",
2016-06-08 16:08:28 +01:00
"shasum": ""
},
"require": {
2022-10-20 09:01:13 +00:00
"php": "^7.4 || ^8.0",
2019-10-19 15:34:49 +01:00
"phpdocumentor/reflection-common": "^2.0"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
2021-10-01 18:20:27 +01:00
"ext-tokenizer": "*",
2022-10-20 09:01:13 +00:00
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
"phpunit/phpunit": "^9.5",
"rector/rector": "^0.13.9",
"vimeo/psalm": "^4.25"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-06-19 22:27:04 +01:00
"dev-1.x": "1.x-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2016-06-08 16:08:28 +01:00
"psr-4": {
2019-10-19 15:34:49 +01:00
"phpDocumentor\\Reflection\\": "src"
2017-11-13 17:26:38 +00:00
}
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
2016-05-19 15:01:28 +01:00
}
],
2019-10-19 15:34:49 +01:00
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
2022-10-20 09:01:13 +00:00
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.2"
2021-01-31 14:50:01 +00:00
},
2022-10-20 09:01:13 +00:00
"time": "2022-10-14T12:47:21+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "phpunit/php-code-coverage",
2023-02-04 12:38:22 +00:00
"version": "9.2.24",
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",
2023-02-04 12:38:22 +00:00
"reference": "2cf940ebc6355a9d430462811b5aaa308b174bed"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2023-02-04 12:38:22 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2cf940ebc6355a9d430462811b5aaa308b174bed",
"reference": "2cf940ebc6355a9d430462811b5aaa308b174bed",
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": "*",
2022-08-22 09:29:51 +00:00
"nikic/php-parser": "^4.14",
2020-10-10 19:44:17 +01:00
"php": ">=7.3",
2020-09-13 13:58:50 +01:00
"phpunit/php-file-iterator": "^3.0.3",
"phpunit/php-text-template": "^2.0.2",
"sebastian/code-unit-reverse-lookup": "^2.0.2",
"sebastian/complexity": "^2.0",
"sebastian/environment": "^5.1.2",
2020-12-31 13:34:55 +00:00
"sebastian/lines-of-code": "^1.0.3",
2020-09-13 13:58:50 +01:00
"sebastian/version": "^3.0.1",
"theseer/tokenizer": "^1.2.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2020-09-13 13:58:50 +01:00
"phpunit/phpunit": "^9.3"
2016-05-19 15:01:28 +01:00
},
"suggest": {
2020-06-13 16:32:42 +01:00
"ext-pcov": "*",
"ext-xdebug": "*"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-10 19:44:17 +01:00
"dev-master": "9.2-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
2016-05-19 15:01:28 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Bergmann",
2019-10-19 15:34:49 +01:00
"email": "sebastian@phpunit.de",
"role": "lead"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
2023-02-04 12:38:22 +00:00
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.24"
2021-01-31 14:50:01 +00:00
},
2020-06-13 16:32:42 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-02-04 12:38:22 +00:00
"time": "2023-01-26T08:26:55+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "phpunit/php-file-iterator",
2021-12-17 19:58:52 +00:00
"version": "3.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/php-file-iterator.git",
2021-12-17 19:58:52 +00:00
"reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2021-12-17 19:58:52 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
"reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3"
2016-05-19 15:01:28 +01:00
},
2018-10-05 20:37:08 +01:00
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.3"
2018-10-05 20:37:08 +01:00
},
2016-05-19 15:01:28 +01:00
"type": "library",
"extra": {
"branch-alias": {
2020-06-13 16:32:42 +01:00
"dev-master": "3.0-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
2016-05-19 15:01:28 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Bergmann",
2018-06-23 23:21:26 +01:00
"email": "sebastian@phpunit.de",
2017-11-13 17:26:38 +00:00
"role": "lead"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"filesystem",
"iterator"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
2021-12-17 19:58:52 +00:00
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
2021-01-31 14:50:01 +00:00
},
2020-06-13 16:32:42 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-12-17 19:58:52 +00:00
"time": "2021-12-02T12:48:52+00:00"
2020-06-13 16:32:42 +01:00
},
{
"name": "phpunit/php-invoker",
2020-10-10 19:44:17 +01:00
"version": "3.1.1",
2020-06-13 16:32:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-invoker.git",
2020-10-10 19:44:17 +01:00
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
2020-06-13 16:32:42 +01:00
},
"dist": {
"type": "zip",
2020-10-10 19:44:17 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
2020-06-13 16:32:42 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3"
2020-06-13 16:32:42 +01:00
},
"require-dev": {
"ext-pcntl": "*",
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.3"
2020-06-13 16:32:42 +01:00
},
"suggest": {
"ext-pcntl": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2020-08-09 16:19:00 +01:00
"dev-master": "3.1-dev"
2020-06-13 16:32:42 +01:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Invoke callables with a timeout",
"homepage": "https://github.com/sebastianbergmann/php-invoker/",
"keywords": [
"process"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-invoker/issues",
"source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
},
2020-06-17 22:43:12 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-10-10 19:44:17 +01:00
"time": "2020-09-28T05:58:55+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "phpunit/php-text-template",
2020-11-01 14:24:36 +00:00
"version": "2.0.4",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/php-text-template.git",
2020-11-01 14:24:36 +00:00
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2020-11-01 14:24:36 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3"
2016-05-19 15:01:28 +01:00
},
2020-06-17 22:43:12 +01:00
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.3"
2020-06-17 22:43:12 +01:00
},
2016-05-19 15:01:28 +01:00
"type": "library",
2020-06-13 16:32:42 +01:00
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
2016-05-19 15:01:28 +01:00
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"template"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
"source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
},
2020-06-17 22:43:12 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-11-01 14:24:36 +00:00
"time": "2020-10-26T05:33:50+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "phpunit/php-timer",
2020-11-01 14:24:36 +00:00
"version": "5.0.3",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/php-timer.git",
2020-11-01 14:24:36 +00:00
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2020-11-01 14:24:36 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.3"
2016-05-19 15:01:28 +01:00
},
"type": "library",
2017-11-13 17:26:38 +00:00
"extra": {
"branch-alias": {
2020-06-13 16:32:42 +01:00
"dev-master": "5.0-dev"
2017-11-13 17:26:38 +00:00
}
},
2016-05-19 15:01:28 +01:00
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Bergmann",
2018-02-15 12:26:59 +00:00
"email": "sebastian@phpunit.de",
2017-11-13 17:26:38 +00:00
"role": "lead"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
"source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
},
2020-06-13 16:32:42 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-11-01 14:24:36 +00:00
"time": "2020-10-26T13:16:10+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "phpunit/phpunit",
2023-02-04 12:38:22 +00:00
"version": "9.6.2",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/phpunit.git",
2023-02-04 12:38:22 +00:00
"reference": "1a461cabfbd5b464f5d41c49a9959c63b4ecd2d1"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2023-02-04 12:38:22 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1a461cabfbd5b464f5d41c49a9959c63b4ecd2d1",
"reference": "1a461cabfbd5b464f5d41c49a9959c63b4ecd2d1",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2023-02-04 12:38:22 +00:00
"doctrine/instantiator": "^1.3.1 || ^2",
2017-11-13 17:26:38 +00:00
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
2019-03-17 14:46:45 +00:00
"ext-xmlwriter": "*",
2020-09-13 13:58:50 +01:00
"myclabs/deep-copy": "^1.10.1",
2021-10-01 18:20:27 +01:00
"phar-io/manifest": "^2.0.3",
2020-09-13 13:58:50 +01:00
"phar-io/version": "^3.0.2",
"php": ">=7.3",
2022-02-27 19:42:49 +00:00
"phpunit/php-code-coverage": "^9.2.13",
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",
2022-09-26 09:00:53 +00:00
"sebastian/comparator": "^4.0.8",
2020-10-17 17:15:06 +01:00
"sebastian/diff": "^4.0.3",
"sebastian/environment": "^5.1.3",
2022-09-26 09:00:53 +00:00
"sebastian/exporter": "^4.0.5",
2020-10-17 17:15:06 +01:00
"sebastian/global-state": "^5.0.1",
"sebastian/object-enumerator": "^4.0.3",
"sebastian/resource-operations": "^3.0.3",
2022-09-26 09:00:53 +00:00
"sebastian/type": "^3.2",
2020-10-17 17:15:06 +01:00
"sebastian/version": "^3.0.2"
2020-06-13 16:32:42 +01:00
},
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": {
2023-02-04 12:38:22 +00:00
"dev-master": "9.6-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2020-06-13 16:32:42 +01:00
"files": [
"src/Framework/Assert/Functions.php"
2022-02-27 19:42:49 +00:00
],
"classmap": [
"src/"
2017-11-13 17:26:38 +00:00
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Bergmann",
2019-10-19 15:34:49 +01:00
"email": "sebastian@phpunit.de",
"role": "lead"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
2023-02-04 12:38:22 +00:00
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.2"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
2022-01-08 18:40:34 +00:00
"url": "https://phpunit.de/sponsors.html",
2020-06-10 20:48:23 +01:00
"type": "custom"
},
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
2022-09-26 09:00:53 +00:00
},
{
"url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
"type": "tidelift"
2020-06-10 20:48:23 +01:00
}
],
2023-02-04 12:38:22 +00:00
"time": "2023-02-04T06:59:53+00:00"
2021-10-01 18:20:27 +01:00
},
{
"name": "pimple/pimple",
2021-12-17 19:58:52 +00:00
"version": "v3.5.0",
2021-10-01 18:20:27 +01:00
"source": {
"type": "git",
"url": "https://github.com/silexphp/Pimple.git",
2021-12-17 19:58:52 +00:00
"reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed"
2021-10-01 18:20:27 +01:00
},
"dist": {
"type": "zip",
2021-12-17 19:58:52 +00:00
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
"reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
2021-10-01 18:20:27 +01:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
2021-12-17 19:58:52 +00:00
"psr/container": "^1.1 || ^2.0"
2021-10-01 18:20:27 +01:00
},
"require-dev": {
2021-12-17 19:58:52 +00:00
"symfony/phpunit-bridge": "^5.4@dev"
2021-10-01 18:20:27 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4.x-dev"
}
},
"autoload": {
"psr-0": {
"Pimple": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "Pimple, a simple Dependency Injection Container",
"homepage": "https://pimple.symfony.com",
"keywords": [
"container",
"dependency injection"
],
"support": {
2021-12-17 19:58:52 +00:00
"source": "https://github.com/silexphp/Pimple/tree/v3.5.0"
2021-10-01 18:20:27 +01:00
},
2021-12-17 19:58:52 +00:00
"time": "2021-10-28T11:13:42+00:00"
},
{
"name": "psr/cache",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/cache.git",
"reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
"reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
"shasum": ""
},
"require": {
"php": ">=8.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for caching libraries",
"keywords": [
"cache",
"psr",
"psr-6"
],
"support": {
"source": "https://github.com/php-fig/cache/tree/3.0.0"
},
"time": "2021-02-03T23:26:27+00:00"
2020-11-01 14:24:36 +00:00
},
2020-09-13 13:58:50 +01:00
{
"name": "sebastian/cli-parser",
2020-10-10 19:44:17 +01:00
"version": "1.0.1",
2020-09-13 13:58:50 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/cli-parser.git",
2020-10-10 19:44:17 +01:00
"reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
2020-09-13 13:58:50 +01:00
},
"dist": {
"type": "zip",
2020-10-10 19:44:17 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
"reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
2020-09-13 13:58:50 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3"
2020-09-13 13:58:50 +01:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for parsing CLI options",
"homepage": "https://github.com/sebastianbergmann/cli-parser",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/cli-parser/issues",
"source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
},
2020-09-13 13:58:50 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-10-10 19:44:17 +01:00
"time": "2020-09-28T06:08:49+00:00"
2020-06-13 16:32:42 +01:00
},
{
"name": "sebastian/code-unit",
2020-11-01 14:24:36 +00:00
"version": "1.0.8",
2020-06-13 16:32:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit.git",
2020-11-01 14:24:36 +00:00
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
2020-06-13 16:32:42 +01:00
},
"dist": {
"type": "zip",
2020-11-01 14:24:36 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
2020-06-13 16:32:42 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3"
2020-06-13 16:32:42 +01:00
},
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.3"
2020-06-13 16:32:42 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Collection of value objects that represent the PHP code units",
"homepage": "https://github.com/sebastianbergmann/code-unit",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit/issues",
"source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
},
2020-06-13 16:32:42 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-11-01 14:24:36 +00:00
"time": "2020-10-26T13:08:54+00:00"
2016-05-29 16:48:42 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/code-unit-reverse-lookup",
2020-10-10 19:44:17 +01:00
"version": "2.0.3",
2016-05-29 16:48:42 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2020-10-10 19:44:17 +01:00
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
2016-05-29 16:48:42 +01:00
},
"dist": {
"type": "zip",
2020-10-10 19:44:17 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
2016-05-29 16:48:42 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3"
2016-05-29 16:48:42 +01:00
},
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.3"
2016-05-29 16:48:42 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-06-13 16:32:42 +01:00
"dev-master": "2.0-dev"
2016-05-29 16:48:42 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
]
2016-05-29 16:48:42 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-29 16:48:42 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2016-05-29 16:48:42 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
},
2020-06-17 22:43:12 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-10-10 19:44:17 +01:00
"time": "2020-09-28T05:30:19+00:00"
2017-11-13 17:26:38 +00:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/comparator",
2022-09-22 09:22:11 +00:00
"version": "4.0.8",
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",
2022-09-22 09:22:11 +00:00
"reference": "fa0f136dd2334583309d32b62544682ee972b51a"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2022-09-22 09:22:11 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
"reference": "fa0f136dd2334583309d32b62544682ee972b51a",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3",
2020-06-13 16:32:42 +01:00
"sebastian/diff": "^4.0",
"sebastian/exporter": "^4.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.3"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-06-13 16:32:42 +01:00
"dev-master": "4.0-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
2016-05-19 15:01:28 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
"authors": [
2020-06-13 16:32:42 +01:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Provides the functionality to compare PHP values for equality",
"homepage": "https://github.com/sebastianbergmann/comparator",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"comparator",
"compare",
"equality"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
2022-09-22 09:22:11 +00:00
"source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
2021-01-31 14:50:01 +00:00
},
2020-06-17 22:43:12 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2022-09-22 09:22:11 +00:00
"time": "2022-09-14T12:41:17+00:00"
2016-05-19 15:01:28 +01:00
},
2020-09-13 13:58:50 +01:00
{
"name": "sebastian/complexity",
2020-11-01 14:24:36 +00:00
"version": "2.0.2",
2020-09-13 13:58:50 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/complexity.git",
2020-11-01 14:24:36 +00:00
"reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
2020-09-13 13:58:50 +01:00
},
"dist": {
"type": "zip",
2020-11-01 14:24:36 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
"reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
2020-09-13 13:58:50 +01:00
"shasum": ""
},
"require": {
"nikic/php-parser": "^4.7",
2020-10-10 19:44:17 +01:00
"php": ">=7.3"
2020-09-13 13:58:50 +01:00
},
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.3"
2020-09-13 13:58:50 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for calculating the complexity of PHP code units",
"homepage": "https://github.com/sebastianbergmann/complexity",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/complexity/issues",
"source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
},
2020-09-13 13:58:50 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-11-01 14:24:36 +00:00
"time": "2020-10-26T15:52:27+00:00"
2020-09-13 13:58:50 +01:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/diff",
2020-11-01 14:24:36 +00:00
"version": "4.0.4",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/diff.git",
2020-11-01 14:24:36 +00:00
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2020-11-01 14:24:36 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.3",
2020-06-13 16:32:42 +01:00
"symfony/process": "^4.2 || ^5"
2016-05-19 15:01:28 +01:00
},
"type": "library",
2017-11-13 17:26:38 +00:00
"extra": {
"branch-alias": {
2020-06-13 16:32:42 +01:00
"dev-master": "4.0-dev"
2017-10-13 12:31:31 +01:00
}
2016-05-19 15:01:28 +01:00
},
2017-11-13 17:26:38 +00:00
"autoload": {
"classmap": [
"src/"
]
},
2016-05-19 15:01:28 +01:00
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
"authors": [
2017-11-13 17:26:38 +00:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2020-06-13 16:32:42 +01:00
},
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
2016-05-19 15:01:28 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
2016-05-19 15:01:28 +01:00
"keywords": [
2018-02-15 12:26:59 +00:00
"diff",
"udiff",
"unidiff",
"unified diff"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
},
2020-06-13 16:32:42 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-11-01 14:24:36 +00:00
"time": "2020-10-26T13:10:38+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/environment",
2023-02-04 12:38:22 +00:00
"version": "5.1.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/environment.git",
2023-02-04 12:38:22 +00:00
"reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2023-02-04 12:38:22 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
"reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.3"
2019-02-01 20:39:05 +00:00
},
"suggest": {
"ext-posix": "*"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-10 19:44:17 +01:00
"dev-master": "5.1-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
2017-11-13 17:26:38 +00:00
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"Xdebug",
"environment",
"hhvm"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/environment/issues",
2023-02-04 12:38:22 +00:00
"source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
2021-01-31 14:50:01 +00:00
},
2020-06-13 16:32:42 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-02-04 12:38:22 +00:00
"time": "2023-02-03T06:03:51+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/exporter",
2022-09-22 09:22:11 +00:00
"version": "4.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/exporter.git",
2022-09-22 09:22:11 +00:00
"reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2022-09-22 09:22:11 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
"reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
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",
2021-12-17 19:58:52 +00:00
"homepage": "https://www.github.com/sebastianbergmann/exporter",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"export",
"exporter"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
2022-09-22 09:22:11 +00:00
"source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
2021-01-31 14:50:01 +00:00
},
2020-06-17 22:43:12 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2022-09-22 09:22:11 +00:00
"time": "2022-09-14T06:03:37+00:00"
2016-05-19 15:01:28 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/global-state",
2022-02-27 19:42:49 +00:00
"version": "5.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/global-state.git",
2022-02-27 19:42:49 +00:00
"reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2022-02-27 19:42:49 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
"reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3",
2020-06-13 16:32:42 +01:00
"sebastian/object-reflector": "^2.0",
"sebastian/recursion-context": "^4.0"
2016-05-19 15:01:28 +01:00
},
2017-10-13 12:31:31 +01:00
"require-dev": {
2019-03-17 14:46:45 +00:00
"ext-dom": "*",
2020-09-13 13:58:50 +01:00
"phpunit/phpunit": "^9.3"
2017-11-13 17:26:38 +00:00
},
"suggest": {
"ext-uopz": "*"
2016-05-19 15:01:28 +01:00
},
"type": "library",
2017-11-13 17:26:38 +00:00
"extra": {
"branch-alias": {
2020-09-13 13:58:50 +01:00
"dev-master": "5.0-dev"
2017-11-13 17:26:38 +00:00
}
},
2016-05-19 15:01:28 +01:00
"autoload": {
"classmap": [
2017-11-13 17:26:38 +00:00
"src/"
2016-05-19 15:01:28 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
2017-11-13 17:26:38 +00:00
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
2016-05-19 15:01:28 +01:00
"keywords": [
2017-11-13 17:26:38 +00:00
"global state"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
2022-02-27 19:42:49 +00:00
"source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
2021-01-31 14:50:01 +00:00
},
2020-09-13 13:58:50 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2022-02-27 19:42:49 +00:00
"time": "2022-02-14T08:28:10+00:00"
2020-09-13 13:58:50 +01:00
},
{
"name": "sebastian/lines-of-code",
2020-12-31 13:34:55 +00:00
"version": "1.0.3",
2020-09-13 13:58:50 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
2020-12-31 13:34:55 +00:00
"reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
2020-09-13 13:58:50 +01:00
},
"dist": {
"type": "zip",
2020-12-31 13:34:55 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
"reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
2020-09-13 13:58:50 +01:00
"shasum": ""
},
"require": {
"nikic/php-parser": "^4.6",
2020-10-10 19:44:17 +01:00
"php": ">=7.3"
2020-09-13 13:58:50 +01:00
},
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.3"
2020-09-13 13:58:50 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for counting the lines of code in PHP source code",
"homepage": "https://github.com/sebastianbergmann/lines-of-code",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
},
2020-09-13 13:58:50 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-12-31 13:34:55 +00:00
"time": "2020-11-28T06:42:11+00:00"
2016-05-19 15:01:28 +01:00
},
2016-05-29 16:48:42 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/object-enumerator",
2020-11-01 14:24:36 +00:00
"version": "4.0.4",
2016-05-29 16:48:42 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
2020-11-01 14:24:36 +00:00
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
2016-05-29 16:48:42 +01:00
},
"dist": {
"type": "zip",
2020-11-01 14:24:36 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
2016-05-29 16:48:42 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3",
2020-06-13 16:32:42 +01:00
"sebastian/object-reflector": "^2.0",
"sebastian/recursion-context": "^4.0"
2016-05-29 16:48:42 +01:00
},
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.3"
2016-05-29 16:48:42 +01:00
},
2017-10-13 12:31:31 +01:00
"type": "library",
2017-11-13 17:26:38 +00:00
"extra": {
"branch-alias": {
2020-06-13 16:32:42 +01:00
"dev-master": "4.0-dev"
2017-11-13 17:26:38 +00:00
}
},
2016-05-29 16:48:42 +01:00
"autoload": {
"classmap": [
2017-11-13 17:26:38 +00:00
"src/"
2016-05-29 16:48:42 +01:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2016-05-29 16:48:42 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2016-05-29 16:48:42 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
},
2020-06-17 22:43:12 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-11-01 14:24:36 +00:00
"time": "2020-10-26T13:12:34+00:00"
2017-09-04 19:34:39 +01:00
},
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/object-reflector",
2020-11-01 14:24:36 +00:00
"version": "2.0.4",
2017-09-04 19:34:39 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/object-reflector.git",
2020-11-01 14:24:36 +00:00
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
2017-09-04 19:34:39 +01:00
},
"dist": {
"type": "zip",
2020-11-01 14:24:36 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
2017-09-04 19:34:39 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3"
2017-09-04 19:34:39 +01:00
},
"require-dev": {
2020-10-10 19:44:17 +01:00
"phpunit/phpunit": "^9.3"
2017-09-04 19:34:39 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-06-13 16:32:42 +01:00
"dev-master": "2.0-dev"
2017-09-04 19:34:39 +01:00
}
},
"autoload": {
2017-11-13 17:26:38 +00:00
"classmap": [
"src/"
]
2017-09-04 19:34:39 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-11-13 17:26:38 +00:00
"BSD-3-Clause"
2017-09-04 19:34:39 +01:00
],
"authors": [
{
2017-11-13 17:26:38 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2017-09-04 19:34:39 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
"source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
},
2020-06-17 22:43:12 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-11-01 14:24:36 +00:00
"time": "2020-10-26T13:14:26+00:00"
2016-05-29 16:48:42 +01:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/recursion-context",
2023-02-04 12:38:22 +00:00
"version": "4.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/recursion-context.git",
2023-02-04 12:38:22 +00:00
"reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2023-02-04 12:38:22 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
"reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
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",
2023-02-04 12:38:22 +00:00
"homepage": "https://github.com/sebastianbergmann/recursion-context",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
2023-02-04 12:38:22 +00:00
"source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
2021-01-31 14:50:01 +00:00
},
2020-06-17 22:43:12 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-02-04 12:38:22 +00:00
"time": "2023-02-03T06:07:39+00:00"
2016-05-19 15:01:28 +01:00
},
2016-05-29 16:48:42 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/resource-operations",
2020-10-10 19:44:17 +01:00
"version": "3.0.3",
2016-05-29 16:48:42 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/resource-operations.git",
2020-10-10 19:44:17 +01:00
"reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
2016-05-29 16:48:42 +01:00
},
"dist": {
"type": "zip",
2020-10-10 19:44:17 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
"reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
2016-05-29 16:48:42 +01:00
"shasum": ""
},
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3"
2020-06-13 16:32:42 +01:00
},
"require-dev": {
"phpunit/phpunit": "^9.0"
2016-05-29 16:48:42 +01:00
},
"type": "library",
2017-11-13 17:26:38 +00:00
"extra": {
"branch-alias": {
2020-06-13 16:32:42 +01:00
"dev-master": "3.0-dev"
2017-11-13 17:26:38 +00:00
}
},
2016-05-29 16:48:42 +01:00
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2017-11-13 17:26:38 +00:00
"email": "sebastian@phpunit.de"
2016-05-29 16:48:42 +01:00
}
],
2017-11-13 17:26:38 +00:00
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/resource-operations/issues",
"source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
},
2020-06-17 22:43:12 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-10-10 19:44:17 +01:00
"time": "2020-09-28T06:45:17+00:00"
2016-05-29 16:48:42 +01:00
},
2019-07-13 13:02:45 +01:00
{
"name": "sebastian/type",
2023-02-04 12:38:22 +00:00
"version": "3.2.1",
2019-07-13 13:02:45 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
2023-02-04 12:38:22 +00:00
"reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
2019-07-13 13:02:45 +01:00
},
"dist": {
"type": "zip",
2023-02-04 12:38:22 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
"reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
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": {
2022-03-17 21:41:16 +00:00
"phpunit/phpunit": "^9.5"
2019-07-13 13:02:45 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-09-22 09:22:11 +00:00
"dev-master": "3.2-dev"
2019-07-13 13:02:45 +01:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Collection of value objects that represent the types of the PHP type system",
"homepage": "https://github.com/sebastianbergmann/type",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/type/issues",
2023-02-04 12:38:22 +00:00
"source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
2021-01-31 14:50:01 +00:00
},
2020-06-13 16:32:42 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-02-04 12:38:22 +00:00
"time": "2023-02-03T06:13:03+00:00"
2019-07-13 13:02:45 +01:00
},
2016-05-19 15:01:28 +01:00
{
2017-11-13 17:26:38 +00:00
"name": "sebastian/version",
2020-10-10 19:44:17 +01:00
"version": "3.0.2",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-11-13 17:26:38 +00:00
"url": "https://github.com/sebastianbergmann/version.git",
2020-10-10 19:44:17 +01:00
"reference": "c6c1022351a901512170118436c764e473f6de8c"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2020-10-10 19:44:17 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
"reference": "c6c1022351a901512170118436c764e473f6de8c",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
2016-05-29 16:48:42 +01:00
"require": {
2020-10-10 19:44:17 +01:00
"php": ">=7.3"
2016-05-29 16:48:42 +01:00
},
2016-05-19 15:01:28 +01:00
"type": "library",
2016-05-29 16:48:42 +01:00
"extra": {
"branch-alias": {
2020-06-13 16:32:42 +01:00
"dev-master": "3.0-dev"
2016-05-29 16:48:42 +01:00
}
},
2016-05-19 15:01:28 +01:00
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
2017-11-13 17:26:38 +00:00
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/version/issues",
"source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
},
2020-07-12 17:41:26 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-10-10 19:44:17 +01:00
"time": "2020-09-28T06:39:44+00:00"
2016-05-19 15:01:28 +01:00
},
2022-12-22 18:19:04 +00:00
{
"name": "spatie/array-to-xml",
2023-02-04 12:38:22 +00:00
"version": "2.17.1",
2022-12-22 18:19:04 +00:00
"source": {
"type": "git",
"url": "https://github.com/spatie/array-to-xml.git",
2023-02-04 12:38:22 +00:00
"reference": "5cbec9c6ab17e320c58a259f0cebe88bde4a7c46"
2022-12-22 18:19:04 +00:00
},
"dist": {
"type": "zip",
2023-02-04 12:38:22 +00:00
"url": "https://api.github.com/repos/spatie/array-to-xml/zipball/5cbec9c6ab17e320c58a259f0cebe88bde4a7c46",
"reference": "5cbec9c6ab17e320c58a259f0cebe88bde4a7c46",
2022-12-22 18:19:04 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"php": "^7.4|^8.0"
},
"require-dev": {
"mockery/mockery": "^1.2",
"pestphp/pest": "^1.21",
"phpunit/phpunit": "^9.0",
"spatie/pest-plugin-snapshots": "^1.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\ArrayToXml\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://freek.dev",
"role": "Developer"
}
],
"description": "Convert an array to xml",
"homepage": "https://github.com/spatie/array-to-xml",
"keywords": [
"array",
"convert",
"xml"
],
"support": {
2023-02-04 12:38:22 +00:00
"source": "https://github.com/spatie/array-to-xml/tree/2.17.1"
2022-12-22 18:19:04 +00:00
},
"funding": [
{
"url": "https://spatie.be/open-source/support-us",
"type": "custom"
},
{
"url": "https://github.com/spatie",
"type": "github"
}
],
2023-02-04 12:38:22 +00:00
"time": "2022-12-26T08:22:07+00:00"
2022-12-22 18:19:04 +00:00
},
2021-02-07 17:23:03 +00:00
{
"name": "spatie/backtrace",
2021-12-17 19:58:52 +00:00
"version": "1.2.1",
2021-02-07 17:23:03 +00:00
"source": {
"type": "git",
"url": "https://github.com/spatie/backtrace.git",
2021-12-17 19:58:52 +00:00
"reference": "4ee7d41aa5268107906ea8a4d9ceccde136dbd5b"
2021-02-07 17:23:03 +00:00
},
"dist": {
"type": "zip",
2021-12-17 19:58:52 +00:00
"url": "https://api.github.com/repos/spatie/backtrace/zipball/4ee7d41aa5268107906ea8a4d9ceccde136dbd5b",
"reference": "4ee7d41aa5268107906ea8a4d9ceccde136dbd5b",
2021-02-07 17:23:03 +00:00
"shasum": ""
},
"require": {
"php": "^7.3|^8.0"
},
"require-dev": {
"ext-json": "*",
"phpunit/phpunit": "^9.3",
"symfony/var-dumper": "^5.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\Backtrace\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van de Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "A better backtrace",
"homepage": "https://github.com/spatie/backtrace",
"keywords": [
"Backtrace",
"spatie"
],
"support": {
"issues": "https://github.com/spatie/backtrace/issues",
2021-12-17 19:58:52 +00:00
"source": "https://github.com/spatie/backtrace/tree/1.2.1"
2021-02-07 17:23:03 +00:00
},
"funding": [
{
"url": "https://github.com/sponsors/spatie",
"type": "github"
},
{
"url": "https://spatie.be/open-source/support-us",
"type": "other"
}
],
2021-12-17 19:58:52 +00:00
"time": "2021-11-09T10:57:15+00:00"
2021-02-07 17:23:03 +00:00
},
2022-01-23 18:42:19 +00:00
{
"name": "spatie/flare-client-php",
2023-02-04 11:00:18 +00:00
"version": "1.3.5",
2022-01-23 18:42:19 +00:00
"source": {
"type": "git",
"url": "https://github.com/spatie/flare-client-php.git",
2023-02-04 11:00:18 +00:00
"reference": "3e5dd5ac4928f3d2d036bd02de5eb83fd0ef1f42"
2022-01-23 18:42:19 +00:00
},
"dist": {
"type": "zip",
2023-02-04 11:00:18 +00:00
"url": "https://api.github.com/repos/spatie/flare-client-php/zipball/3e5dd5ac4928f3d2d036bd02de5eb83fd0ef1f42",
"reference": "3e5dd5ac4928f3d2d036bd02de5eb83fd0ef1f42",
2022-01-23 18:42:19 +00:00
"shasum": ""
},
"require": {
2023-02-04 11:00:18 +00:00
"illuminate/pipeline": "^8.0|^9.0|^10.0",
2022-01-23 18:42:19 +00:00
"php": "^8.0",
"spatie/backtrace": "^1.2",
"symfony/http-foundation": "^5.0|^6.0",
"symfony/mime": "^5.2|^6.0",
"symfony/process": "^5.2|^6.0",
"symfony/var-dumper": "^5.2|^6.0"
},
"require-dev": {
"dms/phpunit-arraysubset-asserts": "^0.3.0",
"pestphp/pest": "^1.20",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"spatie/phpunit-snapshot-assertions": "^4.0"
},
"type": "library",
2022-05-14 17:54:13 +01:00
"extra": {
"branch-alias": {
"dev-main": "1.1.x-dev"
}
},
2022-01-23 18:42:19 +00:00
"autoload": {
"files": [
"src/helpers.php"
2022-02-27 19:42:49 +00:00
],
"psr-4": {
"Spatie\\FlareClient\\": "src"
}
2022-01-23 18:42:19 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Send PHP errors to Flare",
"homepage": "https://github.com/spatie/flare-client-php",
"keywords": [
"exception",
"flare",
"reporting",
"spatie"
],
"support": {
"issues": "https://github.com/spatie/flare-client-php/issues",
2023-02-04 11:00:18 +00:00
"source": "https://github.com/spatie/flare-client-php/tree/1.3.5"
2022-01-23 18:42:19 +00:00
},
"funding": [
{
"url": "https://github.com/spatie",
"type": "github"
}
],
2023-02-04 11:00:18 +00:00
"time": "2023-01-23T15:58:46+00:00"
2022-01-23 18:42:19 +00:00
},
{
"name": "spatie/ignition",
2023-02-04 11:00:18 +00:00
"version": "1.4.3",
2022-01-23 18:42:19 +00:00
"source": {
"type": "git",
"url": "https://github.com/spatie/ignition.git",
2023-02-04 11:00:18 +00:00
"reference": "2cf3833220cfe8fcf639544f8d7067b6469a00b0"
2022-01-23 18:42:19 +00:00
},
"dist": {
"type": "zip",
2023-02-04 11:00:18 +00:00
"url": "https://api.github.com/repos/spatie/ignition/zipball/2cf3833220cfe8fcf639544f8d7067b6469a00b0",
"reference": "2cf3833220cfe8fcf639544f8d7067b6469a00b0",
2022-01-23 18:42:19 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
"php": "^8.0",
2022-03-17 21:41:16 +00:00
"spatie/flare-client-php": "^1.1",
2022-01-23 18:42:19 +00:00
"symfony/console": "^5.4|^6.0",
"symfony/var-dumper": "^5.4|^6.0"
},
"require-dev": {
"mockery/mockery": "^1.4",
"pestphp/pest": "^1.20",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"symfony/process": "^5.4|^6.0"
},
"type": "library",
2022-05-14 17:54:13 +01:00
"extra": {
"branch-alias": {
"dev-main": "1.2.x-dev"
}
},
2022-01-23 18:42:19 +00:00
"autoload": {
"psr-4": {
"Spatie\\Ignition\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Spatie",
"email": "info@spatie.be",
"role": "Developer"
}
],
"description": "A beautiful error page for PHP applications.",
"homepage": "https://flareapp.io/ignition",
"keywords": [
"error",
"flare",
"laravel",
"page"
],
"support": {
"docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
"forum": "https://twitter.com/flareappio",
"issues": "https://github.com/spatie/ignition/issues",
"source": "https://github.com/spatie/ignition"
},
"funding": [
{
"url": "https://github.com/spatie",
"type": "github"
}
],
2023-02-04 11:00:18 +00:00
"time": "2023-01-23T15:28:32+00:00"
2022-01-23 18:42:19 +00:00
},
{
"name": "spatie/laravel-ignition",
2023-02-04 11:00:18 +00:00
"version": "1.6.4",
2022-01-23 18:42:19 +00:00
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-ignition.git",
2023-02-04 11:00:18 +00:00
"reference": "1a2b4bd3d48c72526c0ba417687e5c56b5cf49bc"
2022-01-23 18:42:19 +00:00
},
"dist": {
"type": "zip",
2023-02-04 11:00:18 +00:00
"url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/1a2b4bd3d48c72526c0ba417687e5c56b5cf49bc",
"reference": "1a2b4bd3d48c72526c0ba417687e5c56b5cf49bc",
2022-01-23 18:42:19 +00:00
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
2022-09-20 09:07:27 +00:00
"illuminate/support": "^8.77|^9.27",
2022-01-23 18:42:19 +00:00
"monolog/monolog": "^2.3",
"php": "^8.0",
2022-02-27 19:42:49 +00:00
"spatie/flare-client-php": "^1.0.1",
2022-09-20 09:07:27 +00:00
"spatie/ignition": "^1.4.1",
2022-01-23 18:42:19 +00:00
"symfony/console": "^5.0|^6.0",
"symfony/var-dumper": "^5.0|^6.0"
},
"require-dev": {
"filp/whoops": "^2.14",
"livewire/livewire": "^2.8|dev-develop",
"mockery/mockery": "^1.4",
"nunomaduro/larastan": "^1.0",
"orchestra/testbench": "^6.23|^7.0",
"pestphp/pest": "^1.20",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"spatie/laravel-ray": "^1.27"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Spatie\\LaravelIgnition\\IgnitionServiceProvider"
],
"aliases": {
"Flare": "Spatie\\LaravelIgnition\\Facades\\Flare"
}
}
},
"autoload": {
2022-04-17 09:50:22 +01:00
"files": [
"src/helpers.php"
],
2022-01-23 18:42:19 +00:00
"psr-4": {
"Spatie\\LaravelIgnition\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Spatie",
"email": "info@spatie.be",
"role": "Developer"
}
],
"description": "A beautiful error page for Laravel applications.",
"homepage": "https://flareapp.io/ignition",
"keywords": [
"error",
"flare",
"laravel",
"page"
],
"support": {
"docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
"forum": "https://twitter.com/flareappio",
"issues": "https://github.com/spatie/laravel-ignition/issues",
"source": "https://github.com/spatie/laravel-ignition"
},
"funding": [
{
"url": "https://github.com/spatie",
"type": "github"
}
],
2023-02-04 11:00:18 +00:00
"time": "2023-01-03T19:28:04+00:00"
2022-01-23 18:42:19 +00:00
},
2021-02-07 17:23:03 +00:00
{
"name": "spatie/laravel-ray",
2023-02-04 12:38:22 +00:00
"version": "1.32.1",
2021-02-07 17:23:03 +00:00
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-ray.git",
2023-02-04 12:38:22 +00:00
"reference": "8ecf893a7af385e72b1f63cbd318fb00e2dca340"
2021-02-07 17:23:03 +00:00
},
"dist": {
"type": "zip",
2023-02-04 12:38:22 +00:00
"url": "https://api.github.com/repos/spatie/laravel-ray/zipball/8ecf893a7af385e72b1f63cbd318fb00e2dca340",
"reference": "8ecf893a7af385e72b1f63cbd318fb00e2dca340",
2021-02-07 17:23:03 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
2023-02-04 12:38:22 +00:00
"illuminate/contracts": "^7.20|^8.19|^9.0|^10.0",
"illuminate/database": "^7.20|^8.19|^9.0|^10.0",
"illuminate/queue": "^7.20|^8.19|^9.0|^10.0",
"illuminate/support": "^7.20|^8.19|^9.0|^10.0",
"php": "^7.4|^8.0",
2021-02-07 17:23:03 +00:00
"spatie/backtrace": "^1.0",
2022-01-23 18:42:19 +00:00
"spatie/ray": "^1.33",
2022-01-08 18:40:34 +00:00
"symfony/stopwatch": "4.2|^5.1|^6.0",
2021-10-01 18:20:27 +01:00
"zbateson/mail-mime-parser": "^1.3.1|^2.0"
2021-02-07 17:23:03 +00:00
},
"require-dev": {
2021-10-01 18:20:27 +01:00
"guzzlehttp/guzzle": "^7.3",
2023-02-04 12:38:22 +00:00
"laravel/framework": "^7.20|^8.19|^9.0|^10.0",
"orchestra/testbench-core": "^5.0|^6.0|^7.0|^8.0",
"pestphp/pest": "^1.22",
2021-10-01 18:20:27 +01:00
"phpstan/phpstan": "^0.12.93",
2021-02-07 17:23:03 +00:00
"phpunit/phpunit": "^9.3",
2023-02-04 12:38:22 +00:00
"spatie/pest-plugin-snapshots": "^1.1"
2021-02-07 17:23:03 +00:00
},
"type": "library",
"extra": {
2022-02-27 19:42:49 +00:00
"branch-alias": {
"dev-main": "1.29.x-dev"
},
2021-02-07 17:23:03 +00:00
"laravel": {
"providers": [
"Spatie\\LaravelRay\\RayServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Spatie\\LaravelRay\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "Easily debug Laravel apps",
"homepage": "https://github.com/spatie/laravel-ray",
"keywords": [
"laravel-ray",
"spatie"
],
"support": {
"issues": "https://github.com/spatie/laravel-ray/issues",
2023-02-04 12:38:22 +00:00
"source": "https://github.com/spatie/laravel-ray/tree/1.32.1"
2021-02-07 17:23:03 +00:00
},
"funding": [
{
"url": "https://github.com/sponsors/spatie",
"type": "github"
},
{
"url": "https://spatie.be/open-source/support-us",
"type": "other"
}
],
2023-02-04 12:38:22 +00:00
"time": "2023-01-26T13:02:05+00:00"
2021-02-07 17:23:03 +00:00
},
{
"name": "spatie/macroable",
2022-06-05 10:18:17 +01:00
"version": "2.0.0",
2021-02-07 17:23:03 +00:00
"source": {
"type": "git",
"url": "https://github.com/spatie/macroable.git",
2022-06-05 10:18:17 +01:00
"reference": "ec2c320f932e730607aff8052c44183cf3ecb072"
2021-02-07 17:23:03 +00:00
},
"dist": {
"type": "zip",
2022-06-05 10:18:17 +01:00
"url": "https://api.github.com/repos/spatie/macroable/zipball/ec2c320f932e730607aff8052c44183cf3ecb072",
"reference": "ec2c320f932e730607aff8052c44183cf3ecb072",
2021-02-07 17:23:03 +00:00
"shasum": ""
},
"require": {
2022-06-05 10:18:17 +01:00
"php": "^8.0"
2021-02-07 17:23:03 +00:00
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.3"
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\Macroable\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "A trait to dynamically add methods to a class",
"homepage": "https://github.com/spatie/macroable",
"keywords": [
"macroable",
"spatie"
],
"support": {
"issues": "https://github.com/spatie/macroable/issues",
2022-06-05 10:18:17 +01:00
"source": "https://github.com/spatie/macroable/tree/2.0.0"
2021-02-07 17:23:03 +00:00
},
2022-06-05 10:18:17 +01:00
"time": "2021-03-26T22:39:02+00:00"
2021-02-07 17:23:03 +00:00
},
{
"name": "spatie/ray",
2022-09-21 09:01:22 +00:00
"version": "1.36.0",
2021-02-07 17:23:03 +00:00
"source": {
"type": "git",
"url": "https://github.com/spatie/ray.git",
2022-09-21 09:01:22 +00:00
"reference": "4a4def8cda4806218341b8204c98375aa8c34323"
2021-02-07 17:23:03 +00:00
},
"dist": {
"type": "zip",
2022-09-21 09:01:22 +00:00
"url": "https://api.github.com/repos/spatie/ray/zipball/4a4def8cda4806218341b8204c98375aa8c34323",
"reference": "4a4def8cda4806218341b8204c98375aa8c34323",
2021-02-07 17:23:03 +00:00
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"php": "^7.3|^8.0",
"ramsey/uuid": "^3.0|^4.1",
2021-03-17 18:38:18 +00:00
"spatie/backtrace": "^1.1",
2022-06-05 10:18:17 +01:00
"spatie/macroable": "^1.0|^2.0",
2022-01-08 18:40:34 +00:00
"symfony/stopwatch": "^4.0|^5.1|^6.0",
"symfony/var-dumper": "^4.2|^5.1|^6.0"
2021-02-07 17:23:03 +00:00
},
"require-dev": {
2022-01-23 18:42:19 +00:00
"illuminate/support": "6.x|^8.18|^9.0",
2021-02-07 17:23:03 +00:00
"nesbot/carbon": "^2.43",
2021-10-01 18:20:27 +01:00
"phpstan/phpstan": "^0.12.92",
2021-02-07 17:23:03 +00:00
"phpunit/phpunit": "^9.5",
"spatie/phpunit-snapshot-assertions": "^4.2",
"spatie/test-time": "^1.2"
},
"type": "library",
"autoload": {
"files": [
"src/helpers.php"
2022-02-27 19:42:49 +00:00
],
"psr-4": {
"Spatie\\Ray\\": "src"
}
2021-02-07 17:23:03 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "Debug with Ray to fix problems faster",
"homepage": "https://github.com/spatie/ray",
"keywords": [
"ray",
"spatie"
],
"support": {
"issues": "https://github.com/spatie/ray/issues",
2022-09-21 09:01:22 +00:00
"source": "https://github.com/spatie/ray/tree/1.36.0"
2021-02-07 17:23:03 +00:00
},
"funding": [
{
"url": "https://github.com/sponsors/spatie",
"type": "github"
},
{
"url": "https://spatie.be/open-source/support-us",
"type": "other"
}
],
2022-09-21 09:01:22 +00:00
"time": "2022-08-11T14:04:18+00:00"
2021-02-07 17:23:03 +00:00
},
2022-12-02 19:53:36 +00:00
{
"name": "symfony/filesystem",
2023-02-04 12:38:22 +00:00
"version": "v6.2.5",
2022-12-02 19:53:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
2023-02-04 12:38:22 +00:00
"reference": "e59e8a4006afd7f5654786a83b4fcb8da98f4593"
2022-12-02 19:53:36 +00:00
},
"dist": {
"type": "zip",
2023-02-04 12:38:22 +00:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/e59e8a4006afd7f5654786a83b4fcb8da98f4593",
"reference": "e59e8a4006afd7f5654786a83b4fcb8da98f4593",
2022-12-02 19:53:36 +00:00
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~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": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
2023-02-04 12:38:22 +00:00
"source": "https://github.com/symfony/filesystem/tree/v6.2.5"
2022-12-02 19:53:36 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-02-04 12:38:22 +00:00
"time": "2023-01-20T17:45:48+00:00"
2022-12-02 19:53:36 +00:00
},
2020-02-22 11:06:43 +00:00
{
2022-02-27 19:42:49 +00:00
"name": "symfony/polyfill-iconv",
2022-11-16 20:29:17 +00:00
"version": "v1.27.0",
2020-02-22 11:06:43 +00:00
"source": {
"type": "git",
2022-02-27 19:42:49 +00:00
"url": "https://github.com/symfony/polyfill-iconv.git",
2022-11-16 20:29:17 +00:00
"reference": "927013f3aac555983a5059aada98e1907d842695"
2020-02-22 11:06:43 +00:00
},
"dist": {
"type": "zip",
2022-11-16 20:29:17 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/927013f3aac555983a5059aada98e1907d842695",
"reference": "927013f3aac555983a5059aada98e1907d842695",
2020-02-22 11:06:43 +00:00
"shasum": ""
},
"require": {
2022-02-27 19:42:49 +00:00
"php": ">=7.1"
},
"provide": {
"ext-iconv": "*"
},
"suggest": {
"ext-iconv": "For best performance"
2020-02-22 11:06:43 +00:00
},
"type": "library",
2022-02-27 19:42:49 +00:00
"extra": {
"branch-alias": {
2022-11-16 20:29:17 +00:00
"dev-main": "1.27-dev"
2022-02-27 19:42:49 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
2020-02-22 11:06:43 +00:00
"autoload": {
2022-02-27 19:42:49 +00:00
"files": [
"bootstrap.php"
],
2020-02-22 11:06:43 +00:00
"psr-4": {
2022-02-27 19:42:49 +00:00
"Symfony\\Polyfill\\Iconv\\": ""
}
2020-02-22 11:06:43 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2022-02-27 19:42:49 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2020-02-22 11:06:43 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2022-02-27 19:42:49 +00:00
"description": "Symfony polyfill for the Iconv extension",
2020-02-22 11:06:43 +00:00
"homepage": "https://symfony.com",
2022-02-27 19:42:49 +00:00
"keywords": [
"compatibility",
"iconv",
"polyfill",
"portable",
"shim"
],
2021-01-31 14:50:01 +00:00
"support": {
2022-11-16 20:29:17 +00:00
"source": "https://github.com/symfony/polyfill-iconv/tree/v1.27.0"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-11-16 20:29:17 +00:00
"time": "2022-11-03T14:55:06+00:00"
2020-02-22 11:06:43 +00:00
},
2021-02-07 17:23:03 +00:00
{
"name": "symfony/stopwatch",
2023-02-04 12:38:22 +00:00
"version": "v6.2.5",
2021-02-07 17:23:03 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
2023-02-04 12:38:22 +00:00
"reference": "00b6ac156aacffc53487c930e0ab14587a6607f6"
2021-02-07 17:23:03 +00:00
},
"dist": {
"type": "zip",
2023-02-04 12:38:22 +00:00
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/00b6ac156aacffc53487c930e0ab14587a6607f6",
"reference": "00b6ac156aacffc53487c930e0ab14587a6607f6",
2021-02-07 17:23:03 +00:00
"shasum": ""
},
"require": {
2022-06-01 21:20:32 +01:00
"php": ">=8.1",
2021-12-17 19:58:52 +00:00
"symfony/service-contracts": "^1|^2|^3"
2021-02-07 17:23:03 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Stopwatch\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides a way to profile code",
"homepage": "https://symfony.com",
"support": {
2023-02-04 12:38:22 +00:00
"source": "https://github.com/symfony/stopwatch/tree/v6.2.5"
2021-02-07 17:23:03 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-02-04 12:38:22 +00:00
"time": "2023-01-01T08:36:55+00:00"
2021-02-07 17:23:03 +00:00
},
2017-11-13 17:26:38 +00:00
{
"name": "theseer/tokenizer",
2021-10-01 18:20:27 +01:00
"version": "1.2.1",
2017-11-13 17:26:38 +00:00
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
2021-10-01 18:20:27 +01:00
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
2017-11-13 17:26:38 +00:00
},
"dist": {
"type": "zip",
2021-10-01 18:20:27 +01:00
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
2017-11-13 17:26:38 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
2020-08-09 16:19:00 +01:00
"php": "^7.2 || ^8.0"
2017-11-13 17:26:38 +00:00
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/theseer/tokenizer/issues",
2021-10-01 18:20:27 +01:00
"source": "https://github.com/theseer/tokenizer/tree/1.2.1"
2021-01-31 14:50:01 +00:00
},
2020-08-09 16:19:00 +01:00
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
2021-10-01 18:20:27 +01:00
"time": "2021-07-28T10:34:58+00:00"
2017-11-13 17:26:38 +00:00
},
2020-02-21 22:46:31 +00:00
{
"name": "vimeo/psalm",
2023-02-04 12:38:22 +00:00
"version": "5.6.0",
2020-02-21 22:46:31 +00:00
"source": {
"type": "git",
"url": "https://github.com/vimeo/psalm.git",
2023-02-04 12:38:22 +00:00
"reference": "e784128902dfe01d489c4123d69918a9f3c1eac5"
2020-02-21 22:46:31 +00:00
},
"dist": {
"type": "zip",
2023-02-04 12:38:22 +00:00
"url": "https://api.github.com/repos/vimeo/psalm/zipball/e784128902dfe01d489c4123d69918a9f3c1eac5",
"reference": "e784128902dfe01d489c4123d69918a9f3c1eac5",
2020-02-21 22:46:31 +00:00
"shasum": ""
},
"require": {
2021-03-17 18:38:18 +00:00
"amphp/amp": "^2.4.2",
2020-02-21 22:46:31 +00:00
"amphp/byte-stream": "^1.5",
2022-12-02 19:53:36 +00:00
"composer/package-versions-deprecated": "^1.10.0",
2020-06-19 22:27:04 +01:00
"composer/semver": "^1.4 || ^2.0 || ^3.0",
2022-12-02 19:53:36 +00:00
"composer/xdebug-handler": "^2.0 || ^3.0",
2020-09-13 13:58:50 +01:00
"dnoegel/php-xdg-base-dir": "^0.1.1",
2021-10-01 18:20:27 +01:00
"ext-ctype": "*",
2020-02-21 22:46:31 +00:00
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
2020-10-10 19:44:17 +01:00
"ext-mbstring": "*",
2020-02-21 22:46:31 +00:00
"ext-simplexml": "*",
"ext-tokenizer": "*",
2022-12-02 19:53:36 +00:00
"felixfbecker/advanced-json-rpc": "^3.1",
"felixfbecker/language-server-protocol": "^1.5.2",
2022-12-22 18:19:04 +00:00
"fidry/cpu-core-counter": "^0.4.0",
2021-03-17 18:38:18 +00:00
"netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
2021-10-24 16:18:02 +01:00
"nikic/php-parser": "^4.13",
2022-12-02 19:53:36 +00:00
"php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0",
2023-02-04 12:38:22 +00:00
"sebastian/diff": "^4.0 || ^5.0",
2022-12-22 18:19:04 +00:00
"spatie/array-to-xml": "^2.17.0",
2022-12-02 19:53:36 +00:00
"symfony/console": "^4.1.6 || ^5.0 || ^6.0",
2023-02-04 12:38:22 +00:00
"symfony/filesystem": "^5.4 || ^6.0"
2020-02-21 22:46:31 +00:00
},
"provide": {
"psalm/psalm": "self.version"
},
"require-dev": {
2022-12-02 19:53:36 +00:00
"bamarni/composer-bin-plugin": "^1.4",
"brianium/paratest": "^6.0",
2020-02-21 22:46:31 +00:00
"ext-curl": "*",
2022-12-02 19:53:36 +00:00
"mockery/mockery": "^1.5",
"nunomaduro/mock-final-classes": "^1.1",
2021-02-14 11:49:48 +00:00
"php-parallel-lint/php-parallel-lint": "^1.2",
2022-12-02 19:53:36 +00:00
"phpstan/phpdoc-parser": "^1.6",
"phpunit/phpunit": "^9.5",
"psalm/plugin-mockery": "^1.1",
"psalm/plugin-phpunit": "^0.18",
"slevomat/coding-standard": "^8.4",
"squizlabs/php_codesniffer": "^3.6",
"symfony/process": "^4.4 || ^5.0 || ^6.0"
2020-02-21 22:46:31 +00:00
},
"suggest": {
2021-12-17 19:58:52 +00:00
"ext-curl": "In order to send data to shepherd",
"ext-igbinary": "^2.0.5 is required, used to serialize caching data"
2020-02-21 22:46:31 +00:00
},
"bin": [
"psalm",
"psalm-language-server",
"psalm-plugin",
"psalm-refactor",
"psalter"
],
"type": "library",
"extra": {
"branch-alias": {
2022-12-02 19:53:36 +00:00
"dev-master": "5.x-dev",
"dev-4.x": "4.x-dev",
2020-11-01 14:24:36 +00:00
"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": {
2022-02-27 19:42:49 +00:00
"psr-4": {
"Psalm\\": "src/Psalm/"
}
2020-02-21 22:46:31 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matthew Brown"
}
],
"description": "A static analysis tool for finding errors in PHP applications",
"keywords": [
"code",
"inspection",
"php"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/vimeo/psalm/issues",
2023-02-04 12:38:22 +00:00
"source": "https://github.com/vimeo/psalm/tree/5.6.0"
2021-01-31 14:50:01 +00:00
},
2023-02-04 12:38:22 +00:00
"time": "2023-01-23T20:32:47+00:00"
2021-02-07 17:23:03 +00:00
},
{
"name": "zbateson/mail-mime-parser",
2023-02-04 12:38:22 +00:00
"version": "2.3.0",
2021-02-07 17:23:03 +00:00
"source": {
"type": "git",
"url": "https://github.com/zbateson/mail-mime-parser.git",
2023-02-04 12:38:22 +00:00
"reference": "d59e0c5eeb1442fca94bcb3b9d3c6be66318a500"
2021-02-07 17:23:03 +00:00
},
"dist": {
"type": "zip",
2023-02-04 12:38:22 +00:00
"url": "https://api.github.com/repos/zbateson/mail-mime-parser/zipball/d59e0c5eeb1442fca94bcb3b9d3c6be66318a500",
"reference": "d59e0c5eeb1442fca94bcb3b9d3c6be66318a500",
2021-02-07 17:23:03 +00:00
"shasum": ""
},
"require": {
2021-10-01 18:20:27 +01:00
"guzzlehttp/psr7": "^1.7.0|^2.0",
2023-02-04 12:38:22 +00:00
"php": ">=7.1",
2021-10-01 18:20:27 +01:00
"pimple/pimple": "^3.0",
2021-02-07 17:23:03 +00:00
"zbateson/mb-wrapper": "^1.0.1",
2021-10-01 18:20:27 +01:00
"zbateson/stream-decorators": "^1.0.6"
2021-02-07 17:23:03 +00:00
},
"require-dev": {
2023-02-04 12:38:22 +00:00
"friendsofphp/php-cs-fixer": "*",
2021-02-07 17:23:03 +00:00
"mikey179/vfsstream": "^1.6.0",
2023-02-04 12:38:22 +00:00
"phpstan/phpstan": "*",
"phpunit/phpunit": "<10"
2021-02-07 17:23:03 +00:00
},
"suggest": {
"ext-iconv": "For best support/performance",
"ext-mbstring": "For best support/performance"
},
"type": "library",
"autoload": {
"psr-4": {
"ZBateson\\MailMimeParser\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Zaahid Bateson"
},
{
"name": "Contributors",
"homepage": "https://github.com/zbateson/mail-mime-parser/graphs/contributors"
}
],
"description": "MIME email message parser",
"homepage": "https://mail-mime-parser.org",
"keywords": [
"MimeMailParser",
"email",
"mail",
"mailparse",
"mime",
"mimeparse",
"parser",
"php-imap"
],
"support": {
"docs": "https://mail-mime-parser.org/#usage-guide",
"issues": "https://github.com/zbateson/mail-mime-parser/issues",
"source": "https://github.com/zbateson/mail-mime-parser"
},
"funding": [
{
"url": "https://github.com/zbateson",
"type": "github"
}
],
2023-02-04 12:38:22 +00:00
"time": "2023-01-30T19:04:55+00:00"
2021-02-07 17:23:03 +00:00
},
{
"name": "zbateson/mb-wrapper",
2023-02-04 12:38:22 +00:00
"version": "1.2.0",
2021-02-07 17:23:03 +00:00
"source": {
"type": "git",
"url": "https://github.com/zbateson/mb-wrapper.git",
2023-02-04 12:38:22 +00:00
"reference": "faf35dddfacfc5d4d5f9210143eafd7a7fe74334"
2021-02-07 17:23:03 +00:00
},
"dist": {
"type": "zip",
2023-02-04 12:38:22 +00:00
"url": "https://api.github.com/repos/zbateson/mb-wrapper/zipball/faf35dddfacfc5d4d5f9210143eafd7a7fe74334",
"reference": "faf35dddfacfc5d4d5f9210143eafd7a7fe74334",
2021-02-07 17:23:03 +00:00
"shasum": ""
},
"require": {
2023-02-04 12:38:22 +00:00
"php": ">=7.1",
2021-02-07 17:23:03 +00:00
"symfony/polyfill-iconv": "^1.9",
"symfony/polyfill-mbstring": "^1.9"
},
"require-dev": {
2023-02-04 12:38:22 +00:00
"friendsofphp/php-cs-fixer": "*",
"phpstan/phpstan": "*",
"phpunit/phpunit": "<=9.0"
2021-02-07 17:23:03 +00:00
},
"suggest": {
"ext-iconv": "For best support/performance",
"ext-mbstring": "For best support/performance"
},
"type": "library",
"autoload": {
"psr-4": {
"ZBateson\\MbWrapper\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Zaahid Bateson"
}
],
"description": "Wrapper for mbstring with fallback to iconv for encoding conversion and string manipulation",
"keywords": [
"charset",
"encoding",
"http",
"iconv",
"mail",
"mb",
"mb_convert_encoding",
"mbstring",
"mime",
"multibyte",
"string"
],
"support": {
"issues": "https://github.com/zbateson/mb-wrapper/issues",
2023-02-04 12:38:22 +00:00
"source": "https://github.com/zbateson/mb-wrapper/tree/1.2.0"
2021-02-07 17:23:03 +00:00
},
"funding": [
{
"url": "https://github.com/zbateson",
"type": "github"
}
],
2023-02-04 12:38:22 +00:00
"time": "2023-01-11T23:05:44+00:00"
2021-02-07 17:23:03 +00:00
},
{
"name": "zbateson/stream-decorators",
2023-02-04 12:38:22 +00:00
"version": "1.1.0",
2021-02-07 17:23:03 +00:00
"source": {
"type": "git",
"url": "https://github.com/zbateson/stream-decorators.git",
2023-02-04 12:38:22 +00:00
"reference": "7466ff45d249c86b96267a83cdae68365ae1787e"
2021-02-07 17:23:03 +00:00
},
"dist": {
"type": "zip",
2023-02-04 12:38:22 +00:00
"url": "https://api.github.com/repos/zbateson/stream-decorators/zipball/7466ff45d249c86b96267a83cdae68365ae1787e",
"reference": "7466ff45d249c86b96267a83cdae68365ae1787e",
2021-02-07 17:23:03 +00:00
"shasum": ""
},
"require": {
2023-02-04 12:38:22 +00:00
"guzzlehttp/psr7": "^1.9 | ^2.0",
"php": ">=7.1",
2021-02-07 17:23:03 +00:00
"zbateson/mb-wrapper": "^1.0.0"
},
"require-dev": {
2023-02-04 12:38:22 +00:00
"friendsofphp/php-cs-fixer": "*",
"phpstan/phpstan": "*",
"phpunit/phpunit": "<=9.0"
2021-02-07 17:23:03 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"ZBateson\\StreamDecorators\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Zaahid Bateson"
}
],
"description": "PHP psr7 stream decorators for mime message part streams",
"keywords": [
"base64",
"charset",
"decorators",
"mail",
"mime",
"psr7",
"quoted-printable",
"stream",
"uuencode"
],
"support": {
"issues": "https://github.com/zbateson/stream-decorators/issues",
2023-02-04 12:38:22 +00:00
"source": "https://github.com/zbateson/stream-decorators/tree/1.1.0"
2021-02-07 17:23:03 +00:00
},
"funding": [
{
"url": "https://github.com/zbateson",
"type": "github"
}
],
2023-02-04 12:38:22 +00:00
"time": "2023-01-11T23:22:44+00:00"
2016-05-19 15:01:28 +01:00
}
],
"aliases": [],
2018-02-15 12:26:59 +00:00
"minimum-stability": "dev",
2021-02-07 16:26:34 +00:00
"stability-flags": [],
2018-02-15 12:26:59 +00:00
"prefer-stable": true,
2016-05-19 15:01:28 +01:00
"prefer-lowest": false,
"platform": {
2021-02-07 16:26:34 +00:00
"php": "^8.0",
2022-06-02 09:40:34 +01:00
"ext-dom": "*",
2019-10-27 16:15:14 +00:00
"ext-intl": "*",
2022-06-02 09:40:34 +01:00
"ext-json": "*"
2016-05-19 15:01:28 +01:00
},
2020-06-10 20:48:23 +01:00
"platform-dev": [],
2022-01-08 18:40:34 +00:00
"plugin-api-version": "2.3.0"
2016-05-19 15:01:28 +01:00
}