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"
],
2026-07-14 18:37:05 +01:00
"content-hash": "30db4db4dcfdc487f28e738f0d22d68c",
2016-05-19 15:01:28 +01:00
"packages": [
{
2021-10-01 18:20:27 +01:00
"name": "aws/aws-crt-php",
2025-01-25 11:47:43 +00:00
"version": "v1.2.7",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2021-10-01 18:20:27 +01:00
"url": "https://github.com/awslabs/aws-crt-php.git",
2025-01-25 11:47:43 +00:00
"reference": "d71d9906c7bb63a28295447ba12e74723bd3730e"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2025-01-25 11:47:43 +00:00
"url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/d71d9906c7bb63a28295447ba12e74723bd3730e",
"reference": "d71d9906c7bb63a28295447ba12e74723bd3730e",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2021-10-01 18:20:27 +01:00
"php": ">=5.5"
},
"require-dev": {
2023-04-12 10:18:51 +00:00
"phpunit/phpunit": "^4.8.35||^5.6.3||^9.5",
"yoast/phpunit-polyfills": "^1.0"
},
"suggest": {
"ext-awscrt": "Make sure you install awscrt native extension to use any of the functionality."
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",
2023-04-12 10:18:51 +00:00
"homepage": "https://github.com/awslabs/aws-crt-php",
2021-10-01 18:20:27 +01:00
"keywords": [
"amazon",
"aws",
"crt",
"sdk"
],
"support": {
"issues": "https://github.com/awslabs/aws-crt-php/issues",
2025-01-25 11:47:43 +00:00
"source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.7"
2021-10-01 18:20:27 +01:00
},
2025-01-25 11:47:43 +00:00
"time": "2024-10-18T22:15:13+00:00"
2021-10-01 18:20:27 +01:00
},
{
"name": "aws/aws-sdk-php",
2026-06-29 20:13:11 +01:00
"version": "3.386.1",
2021-10-01 18:20:27 +01:00
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
2026-06-29 20:13:11 +01:00
"reference": "e36bc0e97e82d68acc92b9e06f5dc544913d819a"
2021-10-01 18:20:27 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/e36bc0e97e82d68acc92b9e06f5dc544913d819a",
"reference": "e36bc0e97e82d68acc92b9e06f5dc544913d819a",
2021-10-01 18:20:27 +01:00
"shasum": ""
},
"require": {
2023-10-27 20:29:14 +01:00
"aws/aws-crt-php": "^1.2.3",
2017-09-04 19:34:39 +01:00
"ext-json": "*",
"ext-pcre": "*",
"ext-simplexml": "*",
2025-01-25 11:47:43 +00:00
"guzzlehttp/guzzle": "^7.4.5",
"guzzlehttp/promises": "^2.0",
"guzzlehttp/psr7": "^2.4.5",
2026-06-29 20:13:11 +01:00
"mtdowling/jmespath.php": "^2.9.1",
2025-01-25 11:47:43 +00:00
"php": ">=8.1",
2025-12-11 17:17:01 +00:00
"psr/http-message": "^1.0 || ^2.0",
2026-02-21 17:06:37 +00:00
"symfony/filesystem": "^v5.4.45 || ^v6.4.3 || ^v7.1.0 || ^v8.0.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
"andrewsville/php-token-reflection": "^1.4",
"aws/aws-php-sns-message-validator": "~1.0",
"behat/behat": "~3.0",
2025-01-25 11:47:43 +00:00
"composer/composer": "^2.7.8",
2026-04-07 09:01:19 +01:00
"dms/phpunit-arraysubset-asserts": "^v0.5.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-sockets": "*",
2026-04-07 09:01:19 +01:00
"phpunit/phpunit": "^10.0",
2025-01-25 11:47:43 +00:00
"psr/cache": "^2.0 || ^3.0",
"psr/simple-cache": "^2.0 || ^3.0",
"sebastian/comparator": "^1.2.3 || ^4.0 || ^5.0",
"yoast/phpunit-polyfills": "^2.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",
2025-12-11 17:17:01 +00:00
"ext-pcntl": "To use client-side monitoring",
2018-10-05 20:37:08 +01:00
"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/"
2024-10-23 09:16:11 +01:00
},
"exclude-from-classmap": [
"src/data/"
]
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Amazon Web Services",
2026-04-07 09:01:19 +01:00
"homepage": "https://aws.amazon.com"
2016-05-19 15:01:28 +01:00
}
],
"description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
2026-04-07 09:01:19 +01:00
"homepage": "https://aws.amazon.com/sdk-for-php",
2016-05-19 15:01:28 +01:00
"keywords": [
"amazon",
"aws",
"cloud",
"dynamodb",
"ec2",
"glacier",
"s3",
"sdk"
],
2021-01-31 14:50:01 +00:00
"support": {
2025-01-25 11:47:43 +00:00
"forum": "https://github.com/aws/aws-sdk-php/discussions",
2021-01-31 14:50:01 +00:00
"issues": "https://github.com/aws/aws-sdk-php/issues",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/aws/aws-sdk-php/tree/3.386.1"
2021-01-31 14:50:01 +00:00
},
2026-06-29 20:13:11 +01:00
"time": "2026-06-23T01:24:07+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",
2026-06-29 20:13:11 +01:00
"version": "0.17.2",
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",
2026-06-29 20:13:11 +01:00
"reference": "8189e751995f9e15729c1aa2f89fa8f166ffe818"
2017-09-08 20:11:38 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/brick/math/zipball/8189e751995f9e15729c1aa2f89fa8f166ffe818",
"reference": "8189e751995f9e15729c1aa2f89fa8f166ffe818",
2017-09-08 20:11:38 +01:00
"shasum": ""
},
"require": {
2026-02-21 17:06:37 +00:00
"php": "^8.2"
2017-09-08 20:11:38 +01:00
},
"require-dev": {
2026-02-21 17:06:37 +00:00
"phpstan/phpstan": "2.1.22",
"phpunit/phpunit": "^11.5"
2017-09-08 20:11:38 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2020-10-17 17:15:06 +01:00
"Brick\\Math\\": "src/"
}
2017-09-08 20:11:38 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2020-10-17 17:15:06 +01:00
"description": "Arbitrary-precision arithmetic library",
2017-09-08 20:11:38 +01:00
"keywords": [
2020-10-17 17:15:06 +01:00
"Arbitrary-precision",
"BigInteger",
"BigRational",
"arithmetic",
"bigdecimal",
"bignum",
2024-06-02 10:16:16 +01:00
"bignumber",
2020-10-17 17:15:06 +01:00
"brick",
2024-06-02 10:16:16 +01:00
"decimal",
"integer",
"math",
"mathematics",
"rational"
2017-09-08 20:11:38 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/brick/math/issues",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/brick/math/tree/0.17.2"
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
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-25T20:34:43+00:00"
2017-09-08 20:11:38 +01:00
},
2023-12-06 09:31:39 +00:00
{
"name": "carbonphp/carbon-doctrine-types",
2024-03-19 20:13:36 +00:00
"version": "3.2.0",
2023-12-06 09:31:39 +00:00
"source": {
"type": "git",
"url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
2024-03-19 20:13:36 +00:00
"reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d"
2023-12-06 09:31:39 +00:00
},
"dist": {
"type": "zip",
2024-03-19 20:13:36 +00:00
"url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
"reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
2023-12-06 09:31:39 +00:00
"shasum": ""
},
"require": {
2024-03-19 20:13:36 +00:00
"php": "^8.1"
2023-12-06 09:31:39 +00:00
},
"conflict": {
2024-03-19 20:13:36 +00:00
"doctrine/dbal": "<4.0.0 || >=5.0.0"
2023-12-06 09:31:39 +00:00
},
"require-dev": {
2024-03-19 20:13:36 +00:00
"doctrine/dbal": "^4.0.0",
2023-12-06 09:31:39 +00:00
"nesbot/carbon": "^2.71.0 || ^3.0.0",
"phpunit/phpunit": "^10.3"
},
"type": "library",
"autoload": {
"psr-4": {
"Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "KyleKatarn",
"email": "kylekatarnls@gmail.com"
}
],
"description": "Types to use Carbon in Doctrine",
"keywords": [
"carbon",
"date",
"datetime",
"doctrine",
"time"
],
"support": {
"issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
2024-03-19 20:13:36 +00:00
"source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/3.2.0"
2023-12-06 09:31:39 +00:00
},
"funding": [
{
"url": "https://github.com/kylekatarnls",
"type": "github"
},
{
"url": "https://opencollective.com/Carbon",
"type": "open_collective"
},
{
"url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
"type": "tidelift"
}
],
2024-03-19 20:13:36 +00:00
"time": "2024-02-09T16:56:22+00:00"
2023-12-06 09:31:39 +00:00
},
2017-06-13 19:17:55 +01:00
{
"name": "cocur/slugify",
2025-12-11 17:17:01 +00:00
"version": "v4.7.1",
2017-06-13 19:17:55 +01:00
"source": {
"type": "git",
"url": "https://github.com/cocur/slugify.git",
2025-12-11 17:17:01 +00:00
"reference": "a860dab2b9f5f37775fc6414d4f049434848165f"
2017-06-13 19:17:55 +01:00
},
"dist": {
"type": "zip",
2025-12-11 17:17:01 +00:00
"url": "https://api.github.com/repos/cocur/slugify/zipball/a860dab2b9f5f37775fc6414d4f049434848165f",
"reference": "a860dab2b9f5f37775fc6414d4f049434848165f",
2017-06-13 19:17:55 +01:00
"shasum": ""
},
"require": {
2017-10-07 17:23:02 +01:00
"ext-mbstring": "*",
2025-12-11 17:17:01 +00:00
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.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",
2025-12-11 17:17:01 +00:00
"source": "https://github.com/cocur/slugify/tree/v4.7.1"
2021-01-31 14:50:01 +00:00
},
2025-12-11 17:17:01 +00:00
"time": "2025-11-27T18:57:36+00:00"
2017-06-13 19:17:55 +01:00
},
{
"name": "cviebrock/eloquent-sluggable",
2026-04-07 09:01:19 +01:00
"version": "13.0.0",
2017-06-13 19:17:55 +01:00
"source": {
"type": "git",
"url": "https://github.com/cviebrock/eloquent-sluggable.git",
2026-04-07 09:01:19 +01:00
"reference": "0a023eed5bdc7da3aa9107cb2299757ce4a656e3"
2017-06-13 19:17:55 +01:00
},
"dist": {
"type": "zip",
2026-04-07 09:01:19 +01:00
"url": "https://api.github.com/repos/cviebrock/eloquent-sluggable/zipball/0a023eed5bdc7da3aa9107cb2299757ce4a656e3",
"reference": "0a023eed5bdc7da3aa9107cb2299757ce4a656e3",
2017-06-13 19:17:55 +01:00
"shasum": ""
},
"require": {
2023-02-17 09:26:17 +00:00
"cocur/slugify": "^4.3",
2026-04-07 09:01:19 +01:00
"illuminate/config": "^13.0",
"illuminate/database": "^13.0",
"illuminate/support": "^13.0",
"php": "^8.3"
2017-06-13 19:17:55 +01:00
},
"require-dev": {
2026-04-07 09:01:19 +01:00
"friendsofphp/php-cs-fixer": "~3.94.2",
2025-03-01 15:00:41 +00:00
"larastan/larastan": "^3.0",
2023-02-17 09:26:17 +00:00
"mockery/mockery": "^1.4.4",
2026-04-07 09:01:19 +01:00
"orchestra/testbench": "^11.0",
2025-03-01 15:00:41 +00:00
"pestphp/pest": "^3.7",
"phpstan/phpstan": "^2.0"
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
"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",
2026-04-07 09:01:19 +01:00
"source": "https://github.com/cviebrock/eloquent-sluggable/tree/13.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"
}
],
2026-04-07 09:01:19 +01:00
"time": "2026-03-19T14:42:10+00:00"
2022-02-27 19:42:49 +00:00
},
{
"name": "dflydev/dot-access-data",
2024-07-12 12:39:54 +00:00
"version": "v3.0.3",
2022-02-27 19:42:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/dflydev/dflydev-dot-access-data.git",
2024-07-12 12:39:54 +00:00
"reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f"
2022-02-27 19:42:49 +00:00
},
"dist": {
"type": "zip",
2024-07-12 12:39:54 +00:00
"url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f",
"reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f",
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",
2024-07-12 12:39:54 +00:00
"source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3"
2022-02-27 19:42:49 +00:00
},
2024-07-12 12:39:54 +00:00
"time": "2024-07-08T12:26:09+00:00"
2017-06-13 19:17:55 +01:00
},
2024-06-02 10:16:16 +01:00
{
"name": "doctrine/deprecations",
2026-02-21 17:06:37 +00:00
"version": "1.1.6",
2024-06-02 10:16:16 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/deprecations.git",
2026-02-21 17:06:37 +00:00
"reference": "d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca"
2024-06-02 10:16:16 +01:00
},
"dist": {
"type": "zip",
2026-02-21 17:06:37 +00:00
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca",
"reference": "d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca",
2024-06-02 10:16:16 +01:00
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
2025-06-30 19:43:28 +01:00
"conflict": {
2026-02-21 17:06:37 +00:00
"phpunit/phpunit": "<=7.5 || >=14"
2025-06-30 19:43:28 +01:00
},
2024-06-02 10:16:16 +01:00
"require-dev": {
2026-02-21 17:06:37 +00:00
"doctrine/coding-standard": "^9 || ^12 || ^14",
"phpstan/phpstan": "1.4.10 || 2.1.30",
2025-01-25 11:47:43 +00:00
"phpstan/phpstan-phpunit": "^1.0 || ^2",
2026-02-21 17:06:37 +00:00
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12.4 || ^13.0",
2025-01-25 11:47:43 +00:00
"psr/log": "^1 || ^2 || ^3"
2024-06-02 10:16:16 +01:00
},
"suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
},
"type": "library",
"autoload": {
"psr-4": {
2025-01-25 11:47:43 +00:00
"Doctrine\\Deprecations\\": "src"
2024-06-02 10:16:16 +01:00
}
},
"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",
2026-02-21 17:06:37 +00:00
"source": "https://github.com/doctrine/deprecations/tree/1.1.6"
2024-06-02 10:16:16 +01:00
},
2026-02-21 17:06:37 +00:00
"time": "2026-02-07T07:09:04+00:00"
2024-06-02 10:16:16 +01:00
},
2016-05-19 15:01:28 +01:00
{
"name": "doctrine/inflector",
2025-08-17 11:12:55 +01:00
"version": "2.1.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
2025-08-17 11:12:55 +01:00
"reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2025-08-17 11:12:55 +01:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/6d6c96277ea252fc1304627204c3d5e6e15faa3b",
"reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-06-10 20:48:23 +01:00
"php": "^7.2 || ^8.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2025-08-17 11:12:55 +01:00
"doctrine/coding-standard": "^12.0 || ^13.0",
"phpstan/phpstan": "^1.12 || ^2.0",
"phpstan/phpstan-phpunit": "^1.4 || ^2.0",
"phpstan/phpstan-strict-rules": "^1.6 || ^2.0",
"phpunit/phpunit": "^8.5 || ^12.2"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
2017-08-20 22:07:52 +01:00
"psr-4": {
2025-08-17 11:12:55 +01:00
"Doctrine\\Inflector\\": "src"
2016-05-19 15:01:28 +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-05-19 15:01:28 +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-06-10 20:48:23 +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-05-19 15:01:28 +01:00
"keywords": [
"inflection",
2020-06-10 20:48:23 +01:00
"inflector",
"lowercase",
"manipulation",
"php",
"plural",
"singular",
"strings",
"uppercase",
"words"
2016-05-19 15:01:28 +01:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
2025-08-17 11:12:55 +01:00
"source": "https://github.com/doctrine/inflector/tree/2.1.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%2Finflector",
"type": "tidelift"
}
],
2025-08-17 11:12:55 +01:00
"time": "2025-08-10T19:31:58+00:00"
2016-05-19 15:01:28 +01:00
},
2016-09-05 23:47:15 +01:00
{
"name": "doctrine/lexer",
2024-02-07 10:46:50 +00:00
"version": "3.0.1",
2016-09-05 23:47:15 +01:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
2024-02-07 10:46:50 +00:00
"reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"
2016-09-05 23:47:15 +01:00
},
"dist": {
"type": "zip",
2024-02-07 10:46:50 +00:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
"reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
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
},
2019-07-13 13:02:45 +01:00
"require-dev": {
2024-02-07 10:46:50 +00:00
"doctrine/coding-standard": "^12",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.5",
2023-02-04 11:00:18 +00:00
"psalm/plugin-phpunit": "^0.18.3",
2024-02-07 10:46:50 +00:00
"vimeo/psalm": "^5.21"
2019-07-13 13:02:45 +01:00
},
2016-09-05 23:47:15 +01:00
"type": "library",
"autoload": {
2019-07-13 13:02:45 +01: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": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-08-18 18:41:56 +01:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
2016-09-05 23:47:15 +01:00
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2019-07-13 13:02:45 +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": [
2019-07-13 13:02:45 +01:00
"annotations",
"docblock",
2016-09-05 23:47:15 +01:00
"lexer",
2019-07-13 13:02:45 +01:00
"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",
2024-02-07 10:46:50 +00:00
"source": "https://github.com/doctrine/lexer/tree/3.0.1"
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%2Flexer",
"type": "tidelift"
}
],
2024-02-07 10:46:50 +00:00
"time": "2024-02-05T11:56:58+00:00"
2016-09-05 23:47:15 +01:00
},
2018-02-15 12:26:59 +00:00
{
"name": "dragonmantank/cron-expression",
2025-12-11 17:17:01 +00:00
"version": "v3.6.0",
2018-02-15 12:26:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/dragonmantank/cron-expression.git",
2025-12-11 17:17:01 +00:00
"reference": "d61a8a9604ec1f8c3d150d09db6ce98b32675013"
2018-02-15 12:26:59 +00:00
},
"dist": {
"type": "zip",
2025-12-11 17:17:01 +00:00
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/d61a8a9604ec1f8c3d150d09db6ce98b32675013",
"reference": "d61a8a9604ec1f8c3d150d09db6ce98b32675013",
2018-02-15 12:26:59 +00:00
"shasum": ""
},
"require": {
2025-12-11 17:17:01 +00:00
"php": "^8.2|^8.3|^8.4|^8.5"
2020-10-17 17:15:06 +01:00
},
"replace": {
"mtdowling/cron-expression": "^1.0"
2018-02-15 12:26:59 +00:00
},
"require-dev": {
2025-12-11 17:17:01 +00:00
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^1.12.32|^2.1.31",
"phpunit/phpunit": "^8.5.48|^9.0"
2018-02-15 12:26:59 +00:00
},
"type": "library",
2024-10-23 09:16:11 +01:00
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
2018-02-15 12:26:59 +00:00
"autoload": {
"psr-4": {
"Cron\\": "src/Cron/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Tankersley",
"email": "chris@ctankersley.com",
"homepage": "https://github.com/dragonmantank"
}
],
"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",
2025-12-11 17:17:01 +00:00
"source": "https://github.com/dragonmantank/cron-expression/tree/v3.6.0"
2021-01-31 14:50:01 +00:00
},
2020-10-17 17:15:06 +01:00
"funding": [
{
"url": "https://github.com/dragonmantank",
"type": "github"
}
],
2025-12-11 17:17:01 +00:00
"time": "2025-10-31T18:51:33+00:00"
2018-02-15 12:26:59 +00:00
},
2017-09-04 19:34:39 +01:00
{
"name": "egulias/email-validator",
2025-03-01 15:00:41 +00:00
"version": "4.0.4",
2017-09-04 19:34:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
2025-03-01 15:00:41 +00:00
"reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa"
2017-09-04 19:34:39 +01:00
},
"dist": {
"type": "zip",
2025-03-01 15:00:41 +00:00
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
"reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
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-10-10 17:10:58 +00:00
"phpunit/phpunit": "^10.2",
"vimeo/psalm": "^5.12"
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",
2025-03-01 15:00:41 +00:00
"source": "https://github.com/egulias/EmailValidator/tree/4.0.4"
2021-01-31 14:50:01 +00:00
},
2020-11-28 18:21:29 +00:00
"funding": [
{
"url": "https://github.com/egulias",
"type": "github"
}
],
2025-03-01 15:00:41 +00:00
"time": "2025-03-06T22:45:56+00:00"
2017-09-04 19:34:39 +01:00
},
2022-02-27 19:42:49 +00:00
{
"name": "fruitcake/php-cors",
2025-12-11 17:17:01 +00:00
"version": "v1.4.0",
2022-02-27 19:42:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/fruitcake/php-cors.git",
2025-12-11 17:17:01 +00:00
"reference": "38aaa6c3fd4c157ffe2a4d10aa8b9b16ba8de379"
2022-02-27 19:42:49 +00:00
},
"dist": {
"type": "zip",
2025-12-11 17:17:01 +00:00
"url": "https://api.github.com/repos/fruitcake/php-cors/zipball/38aaa6c3fd4c157ffe2a4d10aa8b9b16ba8de379",
"reference": "38aaa6c3fd4c157ffe2a4d10aa8b9b16ba8de379",
2022-02-27 19:42:49 +00:00
"shasum": ""
},
"require": {
2025-12-11 17:17:01 +00:00
"php": "^8.1",
"symfony/http-foundation": "^5.4|^6.4|^7.3|^8"
2022-02-27 19:42:49 +00:00
},
"require-dev": {
2025-12-11 17:17:01 +00:00
"phpstan/phpstan": "^2",
2022-02-27 19:42:49 +00:00
"phpunit/phpunit": "^9",
2025-12-11 17:17:01 +00:00
"squizlabs/php_codesniffer": "^4"
2022-02-27 19:42:49 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2025-12-11 17:17:01 +00:00
"dev-master": "1.3-dev"
2022-02-27 19:42:49 +00:00
}
},
"autoload": {
"psr-4": {
"Fruitcake\\Cors\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fruitcake",
"homepage": "https://fruitcake.nl"
},
{
"name": "Barryvdh",
"email": "barryvdh@gmail.com"
}
],
"description": "Cross-origin resource sharing library for the Symfony HttpFoundation",
"homepage": "https://github.com/fruitcake/php-cors",
"keywords": [
"cors",
"laravel",
"symfony"
],
"support": {
"issues": "https://github.com/fruitcake/php-cors/issues",
2025-12-11 17:17:01 +00:00
"source": "https://github.com/fruitcake/php-cors/tree/v1.4.0"
2022-02-27 19:42:49 +00:00
},
"funding": [
{
"url": "https://fruitcake.nl",
"type": "custom"
},
{
"url": "https://github.com/barryvdh",
"type": "github"
}
],
2025-12-11 17:17:01 +00:00
"time": "2025-12-03T09:33:47+00:00"
2020-10-19 19:41:50 +01:00
},
2016-05-19 15:01:28 +01:00
{
2020-10-17 17:15:06 +01:00
"name": "graham-campbell/result-type",
2026-02-21 17:06:37 +00:00
"version": "v1.1.4",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2020-10-17 17:15:06 +01:00
"url": "https://github.com/GrahamCampbell/Result-Type.git",
2026-02-21 17:06:37 +00:00
"reference": "e01f4a821471308ba86aa202fed6698b6b695e3b"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2026-02-21 17:06:37 +00:00
"url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/e01f4a821471308ba86aa202fed6698b6b695e3b",
"reference": "e01f4a821471308ba86aa202fed6698b6b695e3b",
2020-10-17 17:15:06 +01:00
"shasum": ""
},
"require": {
2022-08-01 09:01:40 +00:00
"php": "^7.2.5 || ^8.0",
2026-02-21 17:06:37 +00:00
"phpoption/phpoption": "^1.9.5"
2020-10-17 17:15:06 +01:00
},
"require-dev": {
2026-02-21 17:06:37 +00:00
"phpunit/phpunit": "^8.5.41 || ^9.6.22 || ^10.5.45 || ^11.5.7"
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",
2026-02-21 17:06:37 +00:00
"source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.4"
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"
}
],
2026-02-21 17:06:37 +00:00
"time": "2025-12-27T19:43:20+00:00"
2020-10-17 17:15:06 +01:00
},
{
"name": "guzzlehttp/guzzle",
2026-06-29 20:13:11 +01:00
"version": "7.13.0",
2020-10-17 17:15:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2026-06-29 20:13:11 +01:00
"reference": "a4decaa9745dc567467970e43f183e260cfa51fd"
2020-10-17 17:15:06 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/a4decaa9745dc567467970e43f183e260cfa51fd",
"reference": "a4decaa9745dc567467970e43f183e260cfa51fd",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2019-10-27 16:15:14 +00:00
"ext-json": "*",
2026-06-29 20:13:11 +01:00
"guzzlehttp/promises": "^2.5",
"guzzlehttp/psr7": "^2.12.3",
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",
2026-06-29 20:13:11 +01:00
"symfony/deprecation-contracts": "^2.5 || ^3.0",
"symfony/polyfill-php80": "^1.25"
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": {
2023-12-04 10:22:29 +00:00
"bamarni/composer-bin-plugin": "^1.8.2",
2016-05-19 15:01:28 +01:00
"ext-curl": "*",
2024-07-19 09:54:23 +00:00
"guzzle/client-integration-tests": "3.0.2",
2026-06-29 20:13:11 +01:00
"guzzlehttp/test-server": "^0.6",
2023-05-22 09:56:34 +00:00
"php-http/message-factory": "^1.1",
2026-06-29 20:13:11 +01:00
"phpunit/phpunit": "^8.5.52 || ^9.6.34",
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
}
},
"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",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/guzzle/guzzle/tree/7.13.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
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-06-29T13:31:06+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "guzzlehttp/promises",
2026-06-29 20:13:11 +01:00
"version": "2.5.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
2026-06-29 20:13:11 +01:00
"reference": "4360e982f87f5f258bf872d094647791db2f4c8e"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/4360e982f87f5f258bf872d094647791db2f4c8e",
"reference": "4360e982f87f5f258bf872d094647791db2f4c8e",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2026-06-29 20:13:11 +01:00
"php": "^7.2.5 || ^8.0",
"symfony/deprecation-contracts": "^2.5 || ^3.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2023-12-04 10:22:29 +00:00
"bamarni/composer-bin-plugin": "^1.8.2",
2026-06-29 20:13:11 +01:00
"phpunit/phpunit": "^8.5.52 || ^9.6.34"
2016-05-19 15:01:28 +01:00
},
"type": "library",
2023-09-08 09:28:32 +00:00
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
}
},
2016-05-19 15:01:28 +01:00
"autoload": {
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",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/guzzle/promises/tree/2.5.0"
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"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-06-02T12:23:43+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "guzzlehttp/psr7",
2026-06-29 20:13:11 +01:00
"version": "2.12.3",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2026-06-29 20:13:11 +01:00
"reference": "7ec62dc3f44aa218487dbed81a9bf9bc647be55d"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/7ec62dc3f44aa218487dbed81a9bf9bc647be55d",
"reference": "7ec62dc3f44aa218487dbed81a9bf9bc647be55d",
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",
2023-04-18 19:31:04 +00:00
"psr/http-message": "^1.1 || ^2.0",
2026-06-29 20:13:11 +01:00
"ralouphie/getallheaders": "^3.0",
"symfony/deprecation-contracts": "^2.5 || ^3.0",
"symfony/polyfill-php80": "^1.25"
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": {
2023-12-04 10:22:29 +00:00
"bamarni/composer-bin-plugin": "^1.8.2",
2026-06-29 20:13:11 +01:00
"http-interop/http-factory-tests": "1.1.0",
2026-04-07 09:01:19 +01:00
"jshttp/mime-db": "1.54.0.1",
2026-06-29 20:13:11 +01:00
"phpunit/phpunit": "^8.5.52 || ^9.6.34"
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
}
},
"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",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/guzzle/psr7/tree/2.12.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"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-06-23T15:21:08+00:00"
2016-05-19 15:01:28 +01:00
},
2023-02-08 19:37:27 +00:00
{
"name": "guzzlehttp/uri-template",
2026-06-29 20:13:11 +01:00
"version": "v1.0.8",
2023-02-08 19:37:27 +00:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/uri-template.git",
2026-06-29 20:13:11 +01:00
"reference": "9c19128923b05a5d7355e5d2318d7808b7e33bbd"
2023-02-08 19:37:27 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/guzzle/uri-template/zipball/9c19128923b05a5d7355e5d2318d7808b7e33bbd",
"reference": "9c19128923b05a5d7355e5d2318d7808b7e33bbd",
2023-02-08 19:37:27 +00:00
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
2026-06-29 20:13:11 +01:00
"symfony/polyfill-php80": "^1.25"
2023-02-08 19:37:27 +00:00
},
"require-dev": {
2023-12-06 09:31:39 +00:00
"bamarni/composer-bin-plugin": "^1.8.2",
2026-06-29 20:13:11 +01:00
"phpunit/phpunit": "^8.5.52 || ^9.6.34",
2023-02-08 19:37:27 +00:00
"uri-template/tests": "1.0.0"
},
"type": "library",
2023-12-06 09:31:39 +00:00
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
}
},
2023-02-08 19:37:27 +00:00
"autoload": {
"psr-4": {
"GuzzleHttp\\UriTemplate\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"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"
}
],
"description": "A polyfill class for uri_template of PHP",
"keywords": [
"guzzlehttp",
"uri-template"
],
"support": {
"issues": "https://github.com/guzzle/uri-template/issues",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/guzzle/uri-template/tree/v1.0.8"
2023-02-08 19:37:27 +00:00
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-06-23T13:02:23+00:00"
2023-02-08 19:37:27 +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",
2023-06-21 18:46:31 +01:00
"version": "0.1.3",
2018-02-15 12:26:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/indieweb/representative-h-card-php.git",
2023-06-21 18:46:31 +01:00
"reference": "97731c6ccc0838418c775b867bf826aeaa91cd95"
2018-02-15 12:26:59 +00:00
},
"dist": {
"type": "zip",
2023-06-21 18:46:31 +01:00
"url": "https://api.github.com/repos/indieweb/representative-h-card-php/zipball/97731c6ccc0838418c775b867bf826aeaa91cd95",
"reference": "97731c6ccc0838418c775b867bf826aeaa91cd95",
2018-02-15 12:26:59 +00:00
"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",
2023-06-21 18:46:31 +01:00
"source": "https://github.com/indieweb/representative-h-card-php/tree/0.1.3"
2021-01-31 14:50:01 +00:00
},
2023-06-21 18:46:31 +01:00
"time": "2023-05-24T15:33:06+00:00"
2018-02-15 12:26:59 +00:00
},
2017-09-16 11:39:36 +01:00
{
2023-12-17 13:56:10 +00:00
"name": "intervention/gif",
2026-02-21 17:06:37 +00:00
"version": "4.2.4",
2017-09-16 11:39:36 +01:00
"source": {
"type": "git",
2023-12-17 13:56:10 +00:00
"url": "https://github.com/Intervention/gif.git",
2026-02-21 17:06:37 +00:00
"reference": "c3598a16ebe7690cd55640c44144a9df383ea73c"
2017-09-16 11:39:36 +01:00
},
"dist": {
"type": "zip",
2026-02-21 17:06:37 +00:00
"url": "https://api.github.com/repos/Intervention/gif/zipball/c3598a16ebe7690cd55640c44144a9df383ea73c",
"reference": "c3598a16ebe7690cd55640c44144a9df383ea73c",
2017-09-16 11:39:36 +01:00
"shasum": ""
},
"require": {
2024-01-08 10:48:03 +00:00
"php": "^8.1"
2017-09-16 11:39:36 +01:00
},
"require-dev": {
2025-01-25 11:47:43 +00:00
"phpstan/phpstan": "^2.1",
2025-03-01 15:00:41 +00:00
"phpunit/phpunit": "^10.0 || ^11.0 || ^12.0",
2024-03-19 20:13:36 +00:00
"slevomat/coding-standard": "~8.0",
2024-02-17 17:47:12 +00:00
"squizlabs/php_codesniffer": "^3.8"
2017-09-16 11:39:36 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
2023-12-17 13:56:10 +00:00
"Intervention\\Gif\\": "src"
2017-09-16 11:39:36 +01:00
}
},
"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
}
],
2023-12-17 13:56:10 +00:00
"description": "Native PHP GIF Encoder/Decoder",
"homepage": "https://github.com/intervention/gif",
"keywords": [
"animation",
"gd",
"gif",
"image"
],
"support": {
"issues": "https://github.com/Intervention/gif/issues",
2026-02-21 17:06:37 +00:00
"source": "https://github.com/Intervention/gif/tree/4.2.4"
2023-12-17 13:56:10 +00:00
},
2024-02-17 17:47:12 +00:00
"funding": [
{
"url": "https://paypal.me/interventionio",
"type": "custom"
},
{
"url": "https://github.com/Intervention",
"type": "github"
2024-10-23 09:16:11 +01:00
},
{
"url": "https://ko-fi.com/interventionphp",
"type": "ko_fi"
2024-02-17 17:47:12 +00:00
}
],
2026-02-21 17:06:37 +00:00
"time": "2026-01-04T09:27:23+00:00"
2023-12-17 13:56:10 +00:00
},
{
"name": "intervention/image",
2026-06-29 20:13:11 +01:00
"version": "3.11.8",
2023-12-17 13:56:10 +00:00
"source": {
"type": "git",
"url": "https://github.com/Intervention/image.git",
2026-06-29 20:13:11 +01:00
"reference": "cf04c8dd245697f701057c13d4bfe140d584e738"
2023-12-17 13:56:10 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/Intervention/image/zipball/cf04c8dd245697f701057c13d4bfe140d584e738",
"reference": "cf04c8dd245697f701057c13d4bfe140d584e738",
2023-12-17 13:56:10 +00:00
"shasum": ""
},
"require": {
"ext-mbstring": "*",
2024-10-23 09:16:11 +01:00
"intervention/gif": "^4.2",
2023-12-17 13:56:10 +00:00
"php": "^8.1"
},
"require-dev": {
"mockery/mockery": "^1.6",
2025-01-25 11:47:43 +00:00
"phpstan/phpstan": "^2.1",
2025-03-01 15:00:41 +00:00
"phpunit/phpunit": "^10.0 || ^11.0 || ^12.0",
2024-02-17 17:47:12 +00:00
"slevomat/coding-standard": "~8.0",
2026-06-29 20:13:11 +01:00
"squizlabs/php_codesniffer": "^4"
2023-12-17 13:56:10 +00:00
},
2024-01-15 09:51:08 +00:00
"suggest": {
"ext-exif": "Recommended to be able to read EXIF data properly."
},
2023-12-17 13:56:10 +00:00
"type": "library",
"autoload": {
"psr-4": {
"Intervention\\Image\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Oliver Vogel",
"email": "oliver@intervention.io",
2025-12-11 17:17:01 +00:00
"homepage": "https://intervention.io"
2023-12-17 13:56:10 +00:00
}
],
2025-12-11 17:17:01 +00:00
"description": "PHP Image Processing",
"homepage": "https://image.intervention.io",
2017-09-16 11:39:36 +01:00
"keywords": [
"gd",
"image",
"imagick",
2023-12-17 13:56:10 +00:00
"resize",
2017-09-16 11:39:36 +01:00
"thumbnail",
"watermark"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/Intervention/image/issues",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/Intervention/image/tree/3.11.8"
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"
2024-10-23 09:16:11 +01:00
},
{
"url": "https://ko-fi.com/interventionphp",
"type": "ko_fi"
2021-10-01 18:20:27 +01:00
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-01T08:20:10+00:00"
2017-09-16 11:39:36 +01: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": "laravel/framework",
2026-06-29 20:13:11 +01:00
"version": "v13.17.0",
2019-10-27 16:15:14 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
2026-06-29 20:13:11 +01:00
"reference": "0802b7a81f3252d78200b8037ac183a686a529f0"
2019-10-27 16:15:14 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/laravel/framework/zipball/0802b7a81f3252d78200b8037ac183a686a529f0",
"reference": "0802b7a81f3252d78200b8037ac183a686a529f0",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2026-06-29 20:13:11 +01:00
"brick/math": "^0.14.2 || ^0.15 || ^0.16 || ^0.17 || ^0.18",
2023-02-17 09:26:17 +00:00
"composer-runtime-api": "^2.2",
2023-02-04 11:00:18 +00:00
"doctrine/inflector": "^2.0.5",
2025-01-25 11:47:43 +00:00
"dragonmantank/cron-expression": "^3.4",
2026-04-07 09:01:19 +01:00
"egulias/email-validator": "^4.0",
2023-02-08 19:37:27 +00:00
"ext-ctype": "*",
"ext-filter": "*",
"ext-hash": "*",
2016-05-19 15:01:28 +01:00
"ext-mbstring": "*",
"ext-openssl": "*",
2023-02-08 19:37:27 +00:00
"ext-session": "*",
"ext-tokenizer": "*",
2024-03-19 20:13:36 +00:00
"fruitcake/php-cors": "^1.3",
2025-01-25 11:47:43 +00:00
"guzzlehttp/guzzle": "^7.8.2",
2026-04-07 09:01:19 +01:00
"guzzlehttp/promises": "^2.0.3",
2023-02-08 19:37:27 +00:00
"guzzlehttp/uri-template": "^1.0",
2025-03-01 15:00:41 +00:00
"laravel/prompts": "^0.3.0",
2026-04-07 09:01:19 +01:00
"laravel/serializable-closure": "^2.0.10",
"league/commonmark": "^2.8.1",
2025-01-25 11:47:43 +00:00
"league/flysystem": "^3.25.1",
"league/flysystem-local": "^3.25.1",
"league/uri": "^7.5.1",
2023-02-17 09:26:17 +00:00
"monolog/monolog": "^3.0",
2025-03-01 15:00:41 +00:00
"nesbot/carbon": "^3.8.4",
2024-03-19 20:13:36 +00:00
"nunomaduro/termwind": "^2.0",
2026-04-07 09:01:19 +01:00
"php": "^8.3",
"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",
2026-04-07 09:01:19 +01:00
"symfony/console": "^7.4.0 || ^8.0.0",
"symfony/error-handler": "^7.4.0 || ^8.0.0",
"symfony/finder": "^7.4.0 || ^8.0.0",
"symfony/http-foundation": "^7.4.0 || ^8.0.0",
"symfony/http-kernel": "^7.4.0 || ^8.0.0",
"symfony/mailer": "^7.4.0 || ^8.0.0",
"symfony/mime": "^7.4.0 || ^8.0.0",
2026-06-29 20:13:11 +01:00
"symfony/polyfill-php84": "^1.36",
"symfony/polyfill-php85": "^1.36",
"symfony/polyfill-php86": "^1.36",
2026-04-07 09:01:19 +01:00
"symfony/process": "^7.4.5 || ^8.0.5",
"symfony/routing": "^7.4.0 || ^8.0.0",
"symfony/uid": "^7.4.0 || ^8.0.0",
"symfony/var-dumper": "^7.4.0 || ^8.0.0",
2022-10-05 09:01:30 +00:00
"tijsverkoyen/css-to-inline-styles": "^2.2.5",
2025-01-25 11:47:43 +00:00
"vlucas/phpdotenv": "^5.6.1",
"voku/portable-ascii": "^2.0.2"
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": {
2026-04-07 09:01:19 +01:00
"psr/container-implementation": "1.1 || 2.0",
"psr/log-implementation": "1.0 || 2.0 || 3.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",
2024-10-23 09:16:11 +01:00
"illuminate/concurrency": "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",
2025-10-30 11:49:54 +00:00
"illuminate/json-schema": "self.version",
2016-05-19 15:01:28 +01:00
"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",
2023-02-17 09:26:17 +00:00
"illuminate/process": "self.version",
2016-05-19 15:01:28 +01:00
"illuminate/queue": "self.version",
"illuminate/redis": "self.version",
2025-12-11 17:17:01 +00:00
"illuminate/reflection": "self.version",
2016-05-19 15:01:28 +01:00
"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",
2024-03-19 20:13:36 +00:00
"illuminate/view": "self.version",
"spatie/once": "*"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2022-09-16 12:15:03 +00:00
"ably/ably-php": "^1.0",
2025-01-25 11:47:43 +00:00
"aws/aws-sdk-php": "^3.322.9",
2023-02-08 19:37:27 +00:00
"ext-gmp": "*",
2025-01-25 11:47:43 +00:00
"fakerphp/faker": "^1.24",
2026-06-29 20:13:11 +01:00
"guzzlehttp/psr7": "^2.9",
2025-01-25 11:47:43 +00:00
"laravel/pint": "^1.18",
"league/flysystem-aws-s3-v3": "^3.25.1",
"league/flysystem-ftp": "^3.25.1",
"league/flysystem-path-prefixing": "^3.25.1",
"league/flysystem-read-only": "^3.25.1",
"league/flysystem-sftp-v3": "^3.25.1",
"mockery/mockery": "^1.6.10",
2025-10-30 11:49:54 +00:00
"opis/json-schema": "^2.4.1",
2026-04-07 09:01:19 +01:00
"orchestra/testbench-core": "^11.0.0",
"pda/pheanstalk": "^7.0.0 || ^8.0.0",
2025-01-25 11:47:43 +00:00
"php-http/discovery": "^1.15",
2025-03-01 15:00:41 +00:00
"phpstan/phpstan": "^2.0",
2026-04-07 09:01:19 +01:00
"phpunit/phpunit": "^11.5.50 || ^12.5.8 || ^13.0.3",
"predis/predis": "^2.3 || ^3.0",
"rector/rector": "^2.3",
"resend/resend-php": "^1.0",
"symfony/cache": "^7.4.0 || ^8.0.0",
"symfony/http-client": "^7.4.0 || ^8.0.0",
"symfony/psr-http-message-bridge": "^7.4.0 || ^8.0.0",
"symfony/translation": "^7.4.0 || ^8.0.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).",
2025-01-25 11:47:43 +00:00
"aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.322.9).",
2026-04-07 09:01:19 +01:00
"brianium/paratest": "Required to run tests in parallel (^7.0 || ^8.0).",
2023-02-08 19:37:27 +00:00
"ext-apcu": "Required to use the APC cache driver.",
"ext-fileinfo": "Required to use the Filesystem class.",
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.",
2023-02-08 19:37:27 +00:00
"ext-pcntl": "Required to use all features of the queue worker and console signal trapping.",
"ext-pdo": "Required to use all database features.",
2017-11-16 09:38:21 +00:00
"ext-posix": "Required to use all features of the queue worker.",
2026-04-07 09:01:19 +01:00
"ext-redis": "Required to use the Redis cache and queue drivers (^4.0 || ^5.0 || ^6.0).",
2025-10-30 11:49:54 +00:00
"fakerphp/faker": "Required to generate fake data using the fake() helper (^1.23).",
2021-10-24 16:18:02 +01:00
"filp/whoops": "Required for friendly error pages in development (^2.14.3).",
2020-02-21 13:41:02 +00:00
"laravel/tinker": "Required to use the tinker console command (^2.0).",
2025-01-25 11:47:43 +00:00
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.25.1).",
"league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.25.1).",
"league/flysystem-path-prefixing": "Required to use the scoped driver (^3.25.1).",
"league/flysystem-read-only": "Required to use read-only disks (^3.25.1)",
"league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.25.1).",
2024-03-19 20:13:36 +00:00
"mockery/mockery": "Required to use mocking (^1.6).",
2026-04-07 09:01:19 +01:00
"pda/pheanstalk": "Required to use the beanstalk queue driver (^7.0 || ^8.0).",
2025-01-25 11:47:43 +00:00
"php-http/discovery": "Required to use PSR-7 bridging features (^1.15).",
2026-04-07 09:01:19 +01:00
"phpunit/phpunit": "Required to use assertions and run tests (^11.5.50 || ^12.5.8 || ^13.0.3).",
"predis/predis": "Required to use the predis connector (^2.3 || ^3.0).",
2020-01-26 17:50:49 +00:00
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
2026-04-07 09:01:19 +01:00
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0 || ^7.0).",
"resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0 || ^1.0).",
2026-06-29 20:13:11 +01:00
"spatie/fork": "Required to use the 'fork' concurrency driver (^1.2).",
2026-04-07 09:01:19 +01:00
"symfony/cache": "Required to PSR-6 cache bridge (^7.4 || ^8.0).",
"symfony/filesystem": "Required to enable support for relative symbolic links (^7.4 || ^8.0).",
"symfony/http-client": "Required to enable support for the Symfony API mail transports (^7.4 || ^8.0).",
"symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^7.4 || ^8.0).",
"symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^7.4 || ^8.0).",
"symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^7.4 || ^8.0)."
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2026-04-07 09:01:19 +01:00
"dev-master": "13.0.x-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"files": [
2025-01-25 11:47:43 +00:00
"src/Illuminate/Collections/functions.php",
2020-10-17 17:15:06 +01:00
"src/Illuminate/Collections/helpers.php",
"src/Illuminate/Events/functions.php",
2023-12-20 14:58:34 +00:00
"src/Illuminate/Filesystem/functions.php",
2016-05-19 15:01:28 +01:00
"src/Illuminate/Foundation/helpers.php",
2024-10-23 09:16:11 +01:00
"src/Illuminate/Log/functions.php",
2025-12-11 17:17:01 +00:00
"src/Illuminate/Reflection/helpers.php",
2024-10-23 09:16:11 +01:00
"src/Illuminate/Support/functions.php",
2016-05-19 15:01:28 +01:00
"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/",
2025-12-11 17:17:01 +00:00
"src/Illuminate/Conditionable/",
"src/Illuminate/Reflection/"
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"
},
2026-06-29 20:13:11 +01:00
"time": "2026-06-23T19:42:45+00:00"
2016-05-19 15:01:28 +01:00
},
2017-09-08 20:11:38 +01:00
{
"name": "laravel/horizon",
2026-06-29 20:13:11 +01:00
"version": "v5.47.2",
2017-09-08 20:11:38 +01:00
"source": {
"type": "git",
"url": "https://github.com/laravel/horizon.git",
2026-06-29 20:13:11 +01:00
"reference": "a6ac142293ad02db4d7cccb961dd32f56ef1462d"
2017-09-08 20:11:38 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/laravel/horizon/zipball/a6ac142293ad02db4d7cccb961dd32f56ef1462d",
"reference": "a6ac142293ad02db4d7cccb961dd32f56ef1462d",
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": "*",
2026-02-21 17:06:37 +00:00
"illuminate/contracts": "^9.21|^10.0|^11.0|^12.0|^13.0",
"illuminate/queue": "^9.21|^10.0|^11.0|^12.0|^13.0",
"illuminate/support": "^9.21|^10.0|^11.0|^12.0|^13.0",
2026-04-07 09:01:19 +01:00
"laravel/sentinel": "^1.0",
2024-02-01 09:54:32 +00:00
"nesbot/carbon": "^2.17|^3.0",
2024-02-15 09:44:24 +00:00
"php": "^8.0",
2020-10-17 17:15:06 +01:00
"ramsey/uuid": "^4.0",
2026-02-21 17:06:37 +00:00
"symfony/console": "^6.0|^7.0|^8.0",
"symfony/error-handler": "^6.0|^7.0|^8.0",
2024-10-23 09:16:11 +01:00
"symfony/polyfill-php83": "^1.28",
2026-02-21 17:06:37 +00:00
"symfony/process": "^6.0|^7.0|^8.0"
2017-09-08 20:11:38 +01:00
},
"require-dev": {
2019-03-21 19:46:38 +00:00
"mockery/mockery": "^1.0",
2026-04-07 09:01:19 +01:00
"orchestra/testbench": "^7.56|^8.37|^9.16|^10.9|^11.0",
2025-08-17 11:12:55 +01:00
"phpstan/phpstan": "^1.10|^2.0",
"predis/predis": "^1.1|^2.0|^3.0"
2020-06-13 16:32:42 +01:00
},
"suggest": {
"ext-redis": "Required to use the Redis PHP driver.",
2025-08-17 11:12:55 +01:00
"predis/predis": "Required when not using the Redis PHP driver (^1.1|^2.0|^3.0)."
2017-09-08 20:11:38 +01:00
},
"type": "library",
"extra": {
"laravel": {
"aliases": {
"Horizon": "Laravel\\Horizon\\Horizon"
2025-01-25 11:47:43 +00:00
},
"providers": [
"Laravel\\Horizon\\HorizonServiceProvider"
]
},
"branch-alias": {
2025-06-30 19:43:28 +01:00
"dev-master": "6.x-dev"
2017-09-08 20:11:38 +01:00
}
},
"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",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/laravel/horizon/tree/v5.47.2"
2021-01-31 14:50:01 +00:00
},
2026-06-29 20:13:11 +01:00
"time": "2026-06-03T15:11:37+00:00"
2019-01-20 17:35:58 +00:00
},
2022-11-16 20:29:17 +00:00
{
2023-10-27 20:29:14 +01:00
"name": "laravel/prompts",
2026-06-29 20:13:11 +01:00
"version": "v0.3.21",
2022-11-16 20:29:17 +00:00
"source": {
"type": "git",
2023-10-27 20:29:14 +01:00
"url": "https://github.com/laravel/prompts.git",
2026-06-29 20:13:11 +01:00
"reference": "7753c65c281c2550c7c183f14e18062073b7d821"
2022-11-16 20:29:17 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/laravel/prompts/zipball/7753c65c281c2550c7c183f14e18062073b7d821",
"reference": "7753c65c281c2550c7c183f14e18062073b7d821",
2023-10-27 20:29:14 +01:00
"shasum": ""
},
"require": {
2024-10-23 09:16:11 +01:00
"composer-runtime-api": "^2.2",
2023-10-27 20:29:14 +01:00
"ext-mbstring": "*",
"php": "^8.1",
2026-02-21 17:06:37 +00:00
"symfony/console": "^6.2|^7.0|^8.0"
2023-10-27 20:29:14 +01:00
},
"conflict": {
"illuminate/console": ">=10.17.0 <10.25.0",
"laravel/framework": ">=10.17.0 <10.25.0"
},
"require-dev": {
2026-02-21 17:06:37 +00:00
"illuminate/collections": "^10.0|^11.0|^12.0|^13.0",
2023-10-27 20:29:14 +01:00
"mockery/mockery": "^1.5",
2025-12-11 17:17:01 +00:00
"pestphp/pest": "^2.3|^3.4|^4.0",
2025-10-30 11:49:54 +00:00
"phpstan/phpstan": "^1.12.28",
"phpstan/phpstan-mockery": "^1.1.3"
2023-10-27 20:29:14 +01:00
},
"suggest": {
"ext-pcntl": "Required for the spinner to be animated."
},
"type": "library",
"extra": {
"branch-alias": {
2024-10-23 09:16:11 +01:00
"dev-main": "0.3.x-dev"
2023-10-27 20:29:14 +01:00
}
},
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"Laravel\\Prompts\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2024-06-02 10:16:16 +01:00
"description": "Add beautiful and user-friendly forms to your command-line applications.",
2023-10-27 20:29:14 +01:00
"support": {
"issues": "https://github.com/laravel/prompts/issues",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/laravel/prompts/tree/v0.3.21"
2023-10-27 20:29:14 +01:00
},
2026-06-29 20:13:11 +01:00
"time": "2026-06-26T00:11:25+00:00"
2022-11-16 20:29:17 +00:00
},
2023-04-11 21:16:06 +01:00
{
"name": "laravel/scout",
2026-04-07 09:01:19 +01:00
"version": "v10.25.0",
2023-04-11 21:16:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/laravel/scout.git",
2026-04-07 09:01:19 +01:00
"reference": "f28630dca44a63d80c15e596bedc5af42c8985d5"
2023-04-11 21:16:06 +01:00
},
"dist": {
"type": "zip",
2026-04-07 09:01:19 +01:00
"url": "https://api.github.com/repos/laravel/scout/zipball/f28630dca44a63d80c15e596bedc5af42c8985d5",
"reference": "f28630dca44a63d80c15e596bedc5af42c8985d5",
2023-04-11 21:16:06 +01:00
"shasum": ""
},
"require": {
2026-02-21 17:06:37 +00:00
"illuminate/bus": "^9.0|^10.0|^11.0|^12.0|^13.0",
"illuminate/contracts": "^9.0|^10.0|^11.0|^12.0|^13.0",
"illuminate/database": "^9.0|^10.0|^11.0|^12.0|^13.0",
"illuminate/http": "^9.0|^10.0|^11.0|^12.0|^13.0",
"illuminate/pagination": "^9.0|^10.0|^11.0|^12.0|^13.0",
"illuminate/queue": "^9.0|^10.0|^11.0|^12.0|^13.0",
"illuminate/support": "^9.0|^10.0|^11.0|^12.0|^13.0",
2024-03-27 15:05:21 +00:00
"php": "^8.0",
2026-02-21 17:06:37 +00:00
"symfony/console": "^6.0|^7.0|^8.0"
2023-04-11 21:16:06 +01:00
},
2025-01-25 11:47:43 +00:00
"conflict": {
"algolia/algoliasearch-client-php": "<3.2.0|>=5.0.0"
},
2023-04-11 21:16:06 +01:00
"require-dev": {
2025-01-25 11:47:43 +00:00
"algolia/algoliasearch-client-php": "^3.2|^4.0",
2023-04-11 21:16:06 +01:00
"meilisearch/meilisearch-php": "^1.0",
"mockery/mockery": "^1.0",
2026-02-21 17:06:37 +00:00
"orchestra/testbench": "^7.31|^8.36|^9.15|^10.8|^11.0",
2023-04-11 21:16:06 +01:00
"php-http/guzzle7-adapter": "^1.0",
"phpstan/phpstan": "^1.10",
2024-06-16 15:02:32 +00:00
"typesense/typesense-php": "^4.9.3"
2023-04-11 21:16:06 +01:00
},
"suggest": {
"algolia/algoliasearch-client-php": "Required to use the Algolia engine (^3.2).",
2024-01-11 10:00:39 +00:00
"meilisearch/meilisearch-php": "Required to use the Meilisearch engine (^1.0).",
"typesense/typesense-php": "Required to use the Typesense engine (^4.9)."
2023-04-11 21:16:06 +01:00
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Laravel\\Scout\\ScoutServiceProvider"
]
2025-01-25 11:47:43 +00:00
},
"branch-alias": {
"dev-master": "10.x-dev"
2023-04-11 21:16:06 +01:00
}
},
"autoload": {
"psr-4": {
"Laravel\\Scout\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Laravel Scout provides a driver based solution to searching your Eloquent models.",
"keywords": [
"algolia",
"laravel",
"search"
],
"support": {
"issues": "https://github.com/laravel/scout/issues",
"source": "https://github.com/laravel/scout"
},
2026-04-07 09:01:19 +01:00
"time": "2026-03-10T16:16:46+00:00"
2023-04-11 21:16:06 +01:00
},
2019-03-29 17:53:43 +00:00
{
2026-04-07 09:01:19 +01:00
"name": "laravel/sentinel",
"version": "v1.1.0",
2019-03-29 17:53:43 +00:00
"source": {
"type": "git",
2026-04-07 09:01:19 +01:00
"url": "https://github.com/laravel/sentinel.git",
"reference": "972d9885d9d14312a118e9565c4e6ecc5e751ea1"
2019-03-29 17:53:43 +00:00
},
"dist": {
"type": "zip",
2026-04-07 09:01:19 +01:00
"url": "https://api.github.com/repos/laravel/sentinel/zipball/972d9885d9d14312a118e9565c4e6ecc5e751ea1",
"reference": "972d9885d9d14312a118e9565c4e6ecc5e751ea1",
"shasum": ""
},
"require": {
"ext-json": "*",
"illuminate/container": "^8.37|^9.0|^10.0|^11.0|^12.0|^13.0",
"php": "^8.0"
},
"require-dev": {
"laravel/pint": "^1.27",
"orchestra/testbench": "^6.47.1|^7.56|^8.37|^9.16|^10.9|^11.0",
"phpstan/phpstan": "^2.1.33"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Laravel\\Sentinel\\SentinelServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Laravel\\Sentinel\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
},
{
"name": "Mior Muhammad Zaki",
"email": "mior@laravel.com"
}
],
"support": {
"source": "https://github.com/laravel/sentinel/tree/v1.1.0"
},
"time": "2026-03-24T14:03:38+00:00"
},
{
"name": "laravel/serializable-closure",
2026-06-29 20:13:11 +01:00
"version": "v2.0.13",
2026-04-07 09:01:19 +01:00
"source": {
"type": "git",
"url": "https://github.com/laravel/serializable-closure.git",
2026-06-29 20:13:11 +01:00
"reference": "b566ee0dd251f3c4078bed003a7ce015f5ea6dce"
2026-04-07 09:01:19 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/b566ee0dd251f3c4078bed003a7ce015f5ea6dce",
"reference": "b566ee0dd251f3c4078bed003a7ce015f5ea6dce",
2021-10-01 18:20:27 +01:00
"shasum": ""
},
"require": {
2025-03-01 15:00:41 +00:00
"php": "^8.1"
2021-10-01 18:20:27 +01:00
},
"require-dev": {
2026-02-21 17:06:37 +00:00
"illuminate/support": "^10.0|^11.0|^12.0|^13.0",
2025-03-01 15:00:41 +00:00
"nesbot/carbon": "^2.67|^3.0",
2025-12-11 17:17:01 +00:00
"pestphp/pest": "^2.36|^3.0|^4.0",
2025-03-01 15:00:41 +00:00
"phpstan/phpstan": "^2.0",
2026-02-21 17:06:37 +00:00
"symfony/var-dumper": "^6.2.0|^7.0.0|^8.0.0"
2021-10-01 18:20:27 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2025-03-01 15:00:41 +00:00
"dev-master": "2.x-dev"
2021-10-01 18:20:27 +01:00
}
},
"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"
},
2026-06-29 20:13:11 +01:00
"time": "2026-04-16T14:03:50+00:00"
2019-03-29 17:53:43 +00:00
},
2019-01-20 17:35:58 +00:00
{
"name": "laravel/tinker",
2026-06-29 20:13:11 +01:00
"version": "v3.0.2",
2019-01-20 17:35:58 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/tinker.git",
2026-06-29 20:13:11 +01:00
"reference": "4faba77764bd33411735936acdf30446d058c78b"
2019-01-20 17:35:58 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/laravel/tinker/zipball/4faba77764bd33411735936acdf30446d058c78b",
"reference": "4faba77764bd33411735936acdf30446d058c78b",
2017-02-03 21:49:49 +00:00
"shasum": ""
},
"require": {
2026-04-07 09:01:19 +01:00
"illuminate/console": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0",
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0",
"php": "^8.1",
"psy/psysh": "^0.12.0",
"symfony/var-dumper": "^5.4|^6.0|^7.0|^8.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",
2023-09-01 09:10:01 +00:00
"phpstan/phpstan": "^1.10",
2026-04-07 09:01:19 +01:00
"phpunit/phpunit": "^10.5|^11.5"
2017-02-03 21:49:49 +00:00
},
"suggest": {
2026-04-07 09:01:19 +01:00
"illuminate/database": "The Illuminate Database package (^8.0|^9.0|^10.0|^11.0|^12.0|^13.0)."
2017-02-03 21:49:49 +00:00
},
"type": "library",
"extra": {
2017-06-08 16:27:08 +01:00
"laravel": {
"providers": [
"Laravel\\Tinker\\TinkerServiceProvider"
]
2026-04-07 09:01:19 +01:00
},
"branch-alias": {
"dev-master": "3.x-dev"
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",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/laravel/tinker/tree/v3.0.2"
2021-01-31 14:50:01 +00:00
},
2026-06-29 20:13:11 +01:00
"time": "2026-03-17T14:54:13+00:00"
2016-11-25 19:51:42 +00:00
},
2020-12-31 13:34:55 +00:00
{
"name": "lcobucci/jwt",
2025-10-30 11:49:54 +00:00
"version": "5.6.0",
2020-12-31 13:34:55 +00:00
"source": {
"type": "git",
"url": "https://github.com/lcobucci/jwt.git",
2025-10-30 11:49:54 +00:00
"reference": "bb3e9f21e4196e8afc41def81ef649c164bca25e"
2020-12-31 13:34:55 +00:00
},
"dist": {
"type": "zip",
2025-10-30 11:49:54 +00:00
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/bb3e9f21e4196e8afc41def81ef649c164bca25e",
"reference": "bb3e9f21e4196e8afc41def81ef649c164bca25e",
2020-12-31 13:34:55 +00:00
"shasum": ""
},
"require": {
"ext-openssl": "*",
2021-01-31 14:50:01 +00:00
"ext-sodium": "*",
2025-10-30 11:49:54 +00:00
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
2023-03-03 20:07:02 +00:00
"psr/clock": "^1.0"
2020-12-31 13:34:55 +00:00
},
"require-dev": {
2024-10-23 09:16:11 +01:00
"infection/infection": "^0.29",
"lcobucci/clock": "^3.2",
2023-10-31 09:23:32 +00:00
"lcobucci/coding-standard": "^11.0",
2024-10-23 09:16:11 +01:00
"phpbench/phpbench": "^1.2",
2023-03-03 20:07:02 +00:00
"phpstan/extension-installer": "^1.2",
2023-10-31 09:23:32 +00:00
"phpstan/phpstan": "^1.10.7",
"phpstan/phpstan-deprecation-rules": "^1.1.3",
"phpstan/phpstan-phpunit": "^1.3.10",
2023-03-03 20:07:02 +00:00
"phpstan/phpstan-strict-rules": "^1.5.0",
2024-10-23 09:16:11 +01:00
"phpunit/phpunit": "^11.1"
2023-03-03 20:07:02 +00:00
},
"suggest": {
2024-10-23 09:16:11 +01:00
"lcobucci/clock": ">= 3.2"
2020-12-31 13:34:55 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Lcobucci\\JWT\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Luís Cobucci",
"email": "lcobucci@gmail.com",
"role": "Developer"
}
],
"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",
2025-10-30 11:49:54 +00:00
"source": "https://github.com/lcobucci/jwt/tree/5.6.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"
}
],
2025-10-30 11:49:54 +00:00
"time": "2025-10-17T11:30:53+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "league/commonmark",
2026-04-07 09:01:19 +01:00
"version": "2.8.2",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/commonmark.git",
2026-04-07 09:01:19 +01:00
"reference": "59fb075d2101740c337c7216e3f32b36c204218b"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2026-04-07 09:01:19 +01:00
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/59fb075d2101740c337c7216e3f32b36c204218b",
"reference": "59fb075d2101740c337c7216e3f32b36c204218b",
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"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2022-02-27 19:42:49 +00:00
"cebe/markdown": "^1.0",
2024-10-23 09:16:11 +01:00
"commonmark/cmark": "0.31.1",
"commonmark/commonmark.js": "0.31.1",
2022-02-27 19:42:49 +00:00
"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",
2024-02-05 15:21:09 +00:00
"phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
2022-02-27 19:42:49 +00:00
"scrutinizer/ocular": "^1.8.1",
2026-04-07 09:01:19 +01:00
"symfony/finder": "^5.3 | ^6.0 | ^7.0 || ^8.0",
"symfony/process": "^5.4 | ^6.0 | ^7.0 || ^8.0",
"symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 | ^7.0 || ^8.0",
2022-08-01 09:01:40 +00:00
"unleashedtech/php-coding-standard": "^3.1.1",
2025-08-17 11:12:55 +01:00
"vimeo/psalm": "^4.24.0 || ^5.0.0 || ^6.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": {
2025-12-11 17:17:01 +00:00
"dev-main": "2.9-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"
}
],
2026-04-07 09:01:19 +01:00
"time": "2026-03-19T13:16:38+00:00"
2016-05-19 15:01:28 +01:00
},
2020-01-26 17:50:49 +00:00
{
2022-02-27 19:42:49 +00:00
"name": "league/config",
2022-12-22 16:11:22 +00:00
"version": "v1.2.0",
2020-01-26 17:50:49 +00: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"
2020-01-26 17:50:49 +00: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",
2026-06-29 20:13:11 +01:00
"version": "3.35.1",
2022-02-27 19:42:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
2026-06-29 20:13:11 +01:00
"reference": "f23af6c5aafd958a7593029a271d77baf5ed793c"
2022-02-27 19:42:49 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f23af6c5aafd958a7593029a271d77baf5ed793c",
"reference": "f23af6c5aafd958a7593029a271d77baf5ed793c",
2022-02-27 19:42:49 +00:00
"shasum": ""
},
"require": {
2023-05-04 10:01:51 +00:00
"league/flysystem-local": "^3.0.0",
2022-02-27 19:42:49 +00:00
"league/mime-type-detection": "^1.0.0",
"php": "^8.0.2"
},
"conflict": {
2023-09-08 09:28:32 +00:00
"async-aws/core": "<1.19.0",
"async-aws/s3": "<1.14.0",
2022-02-27 19:42:49 +00:00
"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": {
2023-10-10 17:10:58 +00:00
"async-aws/s3": "^1.5 || ^2.0",
"async-aws/simple-s3": "^1.1 || ^2.0",
2024-02-05 09:18:47 +00:00
"aws/aws-sdk-php": "^3.295.10",
2022-02-27 19:42:49 +00:00
"composer/semver": "^3.0",
"ext-fileinfo": "*",
"ext-ftp": "*",
2025-06-30 19:43:28 +01:00
"ext-mongodb": "^1.3|^2",
2022-02-27 19:42:49 +00:00
"ext-zip": "*",
"friendsofphp/php-cs-fixer": "^3.5",
"google/cloud-storage": "^1.23",
2024-06-08 18:46:56 +00:00
"guzzlehttp/psr7": "^2.6",
2022-02-27 19:42:49 +00:00
"microsoft/azure-storage-blob": "^1.1",
2025-06-30 19:43:28 +01:00
"mongodb/mongodb": "^1.2|^2",
2024-03-10 12:06:46 +00:00
"phpseclib/phpseclib": "^3.0.36",
2023-10-24 10:51:34 +00:00
"phpstan/phpstan": "^1.10",
2023-09-08 09:28:32 +00:00
"phpunit/phpunit": "^9.5.11|^10.0",
2024-02-05 09:18:47 +00:00
"sabre/dav": "^4.6.0"
2022-02-27 19:42:49 +00:00
},
"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",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/thephpleague/flysystem/tree/3.35.1"
2021-01-31 14:50:01 +00:00
},
2026-06-29 20:13:11 +01:00
"time": "2026-06-25T06:52:23+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "league/flysystem-aws-s3-v3",
2026-06-29 20:13:11 +01:00
"version": "3.35.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
2026-06-29 20:13:11 +01:00
"reference": "3f93d3f4bd5c12a5dfb34a7267c40b1bc4587b94"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/3f93d3f4bd5c12a5dfb34a7267c40b1bc4587b94",
"reference": "3f93d3f4bd5c12a5dfb34a7267c40b1bc4587b94",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2026-06-29 20:13:11 +01:00
"aws/aws-sdk-php": "^3.371.5",
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": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/3.35.1"
2021-01-31 14:50:01 +00:00
},
2026-06-29 20:13:11 +01:00
"time": "2026-06-25T06:51:08+00:00"
2023-05-04 10:01:51 +00:00
},
{
"name": "league/flysystem-local",
2026-02-21 17:06:37 +00:00
"version": "3.31.0",
2023-05-04 10:01:51 +00:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem-local.git",
2026-02-21 17:06:37 +00:00
"reference": "2f669db18a4c20c755c2bb7d3a7b0b2340488079"
2023-05-04 10:01:51 +00:00
},
"dist": {
"type": "zip",
2026-02-21 17:06:37 +00:00
"url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/2f669db18a4c20c755c2bb7d3a7b0b2340488079",
"reference": "2f669db18a4c20c755c2bb7d3a7b0b2340488079",
2023-05-04 10:01:51 +00:00
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"league/flysystem": "^3.0.0",
"league/mime-type-detection": "^1.0.0",
"php": "^8.0.2"
},
"type": "library",
"autoload": {
"psr-4": {
"League\\Flysystem\\Local\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
"email": "info@frankdejonge.nl"
}
],
"description": "Local filesystem adapter for Flysystem.",
"keywords": [
"Flysystem",
"file",
"files",
"filesystem",
"local"
],
"support": {
2026-02-21 17:06:37 +00:00
"source": "https://github.com/thephpleague/flysystem-local/tree/3.31.0"
2023-05-04 10:01:51 +00:00
},
2026-02-21 17:06:37 +00:00
"time": "2026-01-23T15:30:45+00:00"
2016-05-19 15:01:28 +01:00
},
2020-09-13 13:58:50 +01:00
{
"name": "league/mime-type-detection",
2024-10-23 09:16:11 +01:00
"version": "1.16.0",
2020-09-13 13:58:50 +01:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/mime-type-detection.git",
2024-10-23 09:16:11 +01:00
"reference": "2d6702ff215bf922936ccc1ad31007edc76451b9"
2020-09-13 13:58:50 +01:00
},
"dist": {
"type": "zip",
2024-10-23 09:16:11 +01:00
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9",
"reference": "2d6702ff215bf922936ccc1ad31007edc76451b9",
2020-09-13 13:58:50 +01:00
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
2023-08-10 20:15:35 +00:00
"php": "^7.4 || ^8.0"
2020-09-13 13:58:50 +01:00
},
"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",
2023-08-10 20:15:35 +00:00
"phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
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",
2024-10-23 09:16:11 +01:00
"source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.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"
}
],
2024-10-23 09:16:11 +01:00
"time": "2024-09-21T08:32:55+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",
2026-04-07 09:01:19 +01:00
"version": "7.8.1",
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",
2026-04-07 09:01:19 +01:00
"reference": "08cf38e3924d4f56238125547b5720496fac8fd4"
2019-01-25 17:21:32 +00:00
},
"dist": {
"type": "zip",
2026-04-07 09:01:19 +01:00
"url": "https://api.github.com/repos/thephpleague/uri/zipball/08cf38e3924d4f56238125547b5720496fac8fd4",
"reference": "08cf38e3924d4f56238125547b5720496fac8fd4",
2019-01-25 17:21:32 +00:00
"shasum": ""
},
"require": {
2026-04-07 09:01:19 +01:00
"league/uri-interfaces": "^7.8.1",
2025-12-11 17:17:01 +00:00
"php": "^8.1",
"psr/http-factory": "^1"
2022-06-02 09:40:34 +01:00
},
"conflict": {
"league/uri-schemes": "^1.0"
2019-01-25 17:21:32 +00:00
},
"suggest": {
2023-08-28 09:37:30 +00:00
"ext-bcmath": "to improve IPV4 host parsing",
2025-12-11 17:17:01 +00:00
"ext-dom": "to convert the URI into an HTML anchor tag",
2023-08-28 09:37:30 +00:00
"ext-fileinfo": "to create Data URI from file contennts",
"ext-gmp": "to improve IPV4 host parsing",
"ext-intl": "to handle IDN host with the best performance",
2025-12-11 17:17:01 +00:00
"ext-uri": "to use the PHP native URI class",
2026-02-21 17:06:37 +00:00
"jeremykendall/php-domain-parser": "to further parse the URI host and resolve its Public Suffix and Top Level Domain",
"league/uri-components": "to provide additional tools to manipulate URI objects components",
"league/uri-polyfill": "to backport the PHP URI extension for older versions of PHP",
2023-08-28 09:37:30 +00:00
"php-64bit": "to improve IPV4 host parsing",
2026-02-21 17:06:37 +00:00
"rowbot/url": "to handle URLs using the WHATWG URL Living Standard specification",
2023-08-28 09:37:30 +00:00
"symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
2019-01-25 17:21:32 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-08-28 09:37:30 +00:00
"dev-master": "7.x-dev"
2019-01-25 17:21:32 +00:00
}
},
"autoload": {
2022-02-27 19:42:49 +00:00
"psr-4": {
2023-08-28 09:37:30 +00:00
"League\\Uri\\": ""
2022-02-27 19:42:49 +00:00
}
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": [
2025-12-11 17:17:01 +00:00
"URN",
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",
2025-12-11 17:17:01 +00:00
"rfc2141",
2022-06-02 09:40:34 +01:00
"rfc3986",
"rfc3987",
"rfc6570",
2025-12-11 17:17:01 +00:00
"rfc8141",
2022-06-02 09:40:34 +01:00
"uri",
"uri-template",
"url",
"ws"
],
"support": {
"docs": "https://uri.thephpleague.com",
"forum": "https://thephpleague.slack.com",
2023-08-28 09:37:30 +00:00
"issues": "https://github.com/thephpleague/uri-src/issues",
2026-04-07 09:01:19 +01:00
"source": "https://github.com/thephpleague/uri/tree/7.8.1"
2022-06-02 09:40:34 +01:00
},
"funding": [
{
"url": "https://github.com/sponsors/nyamsprod",
"type": "github"
}
],
2026-04-07 09:01:19 +01:00
"time": "2026-03-15T20:22:25+00:00"
2022-06-02 09:40:34 +01:00
},
{
"name": "league/uri-interfaces",
2026-04-07 09:01:19 +01:00
"version": "7.8.1",
2022-06-02 09:40:34 +01:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri-interfaces.git",
2026-04-07 09:01:19 +01:00
"reference": "85d5c77c5d6d3af6c54db4a78246364908f3c928"
2022-06-02 09:40:34 +01:00
},
"dist": {
"type": "zip",
2026-04-07 09:01:19 +01:00
"url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/85d5c77c5d6d3af6c54db4a78246364908f3c928",
"reference": "85d5c77c5d6d3af6c54db4a78246364908f3c928",
2022-06-02 09:40:34 +01:00
"shasum": ""
},
"require": {
2023-08-28 09:37:30 +00:00
"ext-filter": "*",
"php": "^8.1",
"psr/http-message": "^1.1 || ^2.0"
2022-06-02 09:40:34 +01:00
},
"suggest": {
2023-08-28 09:37:30 +00:00
"ext-bcmath": "to improve IPV4 host parsing",
"ext-gmp": "to improve IPV4 host parsing",
"ext-intl": "to handle IDN host with the best performance",
"php-64bit": "to improve IPV4 host parsing",
2026-02-21 17:06:37 +00:00
"rowbot/url": "to handle URLs using the WHATWG URL Living Standard specification",
2023-08-28 09:37:30 +00:00
"symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
2022-06-02 09:40:34 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-08-28 09:37:30 +00:00
"dev-master": "7.x-dev"
2022-06-02 09:40:34 +01:00
}
},
"autoload": {
"psr-4": {
2023-08-28 09:37:30 +00:00
"League\\Uri\\": ""
2022-06-02 09:40:34 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://nyamsprod.com"
}
],
2025-12-11 17:17:01 +00:00
"description": "Common tools for parsing and resolving RFC3987/RFC3986 URI",
2023-08-28 09:37:30 +00:00
"homepage": "https://uri.thephpleague.com",
2022-06-02 09:40:34 +01:00
"keywords": [
2023-08-28 09:37:30 +00:00
"data-uri",
"file-uri",
"ftp",
"hostname",
"http",
"https",
"parse_str",
"parse_url",
"psr-7",
"query-string",
"querystring",
2019-01-25 17:21:32 +00:00
"rfc3986",
"rfc3987",
2023-08-28 09:37:30 +00:00
"rfc6570",
2019-01-25 17:21:32 +00:00
"uri",
2023-08-28 09:37:30 +00:00
"url",
"ws"
2019-01-25 17:21:32 +00:00
],
2021-01-31 14:50:01 +00:00
"support": {
2023-08-28 09:37:30 +00:00
"docs": "https://uri.thephpleague.com",
"forum": "https://thephpleague.slack.com",
"issues": "https://github.com/thephpleague/uri-src/issues",
2026-04-07 09:01:19 +01:00
"source": "https://github.com/thephpleague/uri-interfaces/tree/7.8.1"
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"
}
],
2026-04-07 09:01:19 +01:00
"time": "2026-03-08T20:05:35+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",
2026-02-21 17:06:37 +00:00
"version": "3.10.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2026-02-21 17:06:37 +00:00
"reference": "b321dd6749f0bf7189444158a3ce785cc16d69b0"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2026-02-21 17:06:37 +00:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/b321dd6749f0bf7189444158a3ce785cc16d69b0",
"reference": "b321dd6749f0bf7189444158a3ce785cc16d69b0",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2023-02-17 09:26:17 +00:00
"php": ">=8.1",
"psr/log": "^2.0 || ^3.0"
2016-05-19 15:01:28 +01:00
},
"provide": {
2023-02-17 09:26:17 +00:00
"psr/log-implementation": "3.0.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2023-02-17 09:26:17 +00:00
"aws/aws-sdk-php": "^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": "*",
2023-06-21 09:56:41 +00:00
"graylog2/gelf-php": "^1.4.2 || ^2.0",
2023-02-17 09:26:17 +00:00
"guzzlehttp/guzzle": "^7.4.5",
2022-05-14 17:54:13 +01:00
"guzzlehttp/psr7": "^2.2",
2026-02-21 17:06:37 +00:00
"mongodb/mongodb": "^1.8 || ^2.0",
2021-10-05 20:42:02 +01:00
"php-amqplib/php-amqplib": "~2.4 || ^3",
2025-01-25 11:47:43 +00:00
"php-console/php-console": "^3.1.8",
"phpstan/phpstan": "^2",
"phpstan/phpstan-deprecation-rules": "^2",
"phpstan/phpstan-strict-rules": "^2",
"phpunit/phpunit": "^10.5.17 || ^11.0.7",
2023-02-17 09:26:17 +00:00
"predis/predis": "^1.1 || ^2",
2025-01-25 11:47:43 +00:00
"rollbar/rollbar": "^4.0",
"ruflin/elastica": "^7 || ^8",
2022-05-14 17:54:13 +01:00
"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": {
2023-02-17 09:26:17 +00:00
"dev-main": "3.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",
2026-02-21 17:06:37 +00:00
"source": "https://github.com/Seldaek/monolog/tree/3.10.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"
}
],
2026-02-21 17:06:37 +00:00
"time": "2026-01-02T08:56:05+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "mtdowling/jmespath.php",
2026-06-29 20:13:11 +01:00
"version": "2.9.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/jmespath/jmespath.php.git",
2026-06-29 20:13:11 +01:00
"reference": "9c208ba27ae7d90853c288b3795d6702eb251d34"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/9c208ba27ae7d90853c288b3795d6702eb251d34",
"reference": "9c208ba27ae7d90853c288b3795d6702eb251d34",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2023-09-08 09:28:32 +00:00
"php": "^7.2.5 || ^8.0",
2020-08-09 16:19:00 +01:00
"symfony/polyfill-mbstring": "^1.17"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2023-09-08 09:28:32 +00:00
"composer/xdebug-handler": "^3.0.3",
2026-06-29 20:13:11 +01:00
"phpunit/phpunit": "^8.5.52"
2016-05-19 15:01:28 +01:00
},
"bin": [
"bin/jp.php"
],
"type": "library",
"extra": {
"branch-alias": {
2026-06-29 20:13:11 +01:00
"dev-master": "2.9-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": [
2023-09-08 09:28:32 +00: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"
}
],
"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",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/jmespath/jmespath.php/tree/2.9.1"
2021-01-31 14:50:01 +00:00
},
2026-06-29 20:13:11 +01:00
"time": "2026-06-11T10:43:56+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "nesbot/carbon",
2026-06-29 20:13:11 +01:00
"version": "3.13.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2025-01-25 11:47:43 +00:00
"url": "https://github.com/CarbonPHP/carbon.git",
2026-06-29 20:13:11 +01:00
"reference": "40f6618f052df16b545f626fbf9a878e6497d16a"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/40f6618f052df16b545f626fbf9a878e6497d16a",
"reference": "40f6618f052df16b545f626fbf9a878e6497d16a",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2025-01-25 11:47:43 +00:00
"carbonphp/carbon-doctrine-types": "<100.0",
2019-03-17 14:08:49 +00:00
"ext-json": "*",
2024-03-19 20:13:36 +00:00
"php": "^8.1",
2023-08-16 17:05:09 +00:00
"psr/clock": "^1.0",
2025-12-11 17:17:01 +00:00
"symfony/clock": "^6.3.12 || ^7.0 || ^8.0",
2020-06-10 20:48:23 +01:00
"symfony/polyfill-mbstring": "^1.0",
2025-12-11 17:17:01 +00:00
"symfony/translation": "^4.4.18 || ^5.2.1 || ^6.0 || ^7.0 || ^8.0"
2016-05-19 15:01:28 +01:00
},
2023-08-16 17:05:09 +00:00
"provide": {
"psr/clock-implementation": "1.0"
},
2016-05-19 15:01:28 +01:00
"require-dev": {
2024-03-19 20:13:36 +00:00
"doctrine/dbal": "^3.6.3 || ^4.0",
"doctrine/orm": "^2.15.2 || ^3.0",
2025-10-30 11:49:54 +00:00
"friendsofphp/php-cs-fixer": "^v3.87.1",
2024-03-29 14:25:05 +00:00
"kylekatarnls/multi-tester": "^2.5.3",
"phpmd/phpmd": "^2.15.0",
2025-06-30 19:43:28 +01:00
"phpstan/extension-installer": "^1.4.3",
2025-10-30 11:49:54 +00:00
"phpstan/phpstan": "^2.1.22",
"phpunit/phpunit": "^10.5.53",
2026-02-21 17:06:37 +00:00
"squizlabs/php_codesniffer": "^3.13.4 || ^4.0.0"
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": {
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"
]
2025-01-25 11:47:43 +00:00
},
"branch-alias": {
"dev-2.x": "2.x-dev",
"dev-master": "3.x-dev"
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.",
2026-02-21 17:06:37 +00:00
"homepage": "https://carbonphp.github.io/carbon/",
2016-05-19 15:01:28 +01:00
"keywords": [
"date",
"datetime",
"time"
],
2021-01-31 14:50:01 +00:00
"support": {
2026-02-21 17:06:37 +00:00
"docs": "https://carbonphp.github.io/carbon/guide/getting-started/introduction.html",
2025-03-01 15:00:41 +00:00
"issues": "https://github.com/CarbonPHP/carbon/issues",
"source": "https://github.com/CarbonPHP/carbon"
2021-01-31 14:50:01 +00:00
},
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"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-06-18T13:49:15+00:00"
2022-02-27 19:42:49 +00:00
},
{
"name": "nette/schema",
2026-04-07 09:01:19 +01:00
"version": "v1.3.5",
2022-02-27 19:42:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/nette/schema.git",
2026-04-07 09:01:19 +01:00
"reference": "f0ab1a3cda782dbc5da270d28545236aa80c4002"
2022-02-27 19:42:49 +00:00
},
"dist": {
"type": "zip",
2026-04-07 09:01:19 +01:00
"url": "https://api.github.com/repos/nette/schema/zipball/f0ab1a3cda782dbc5da270d28545236aa80c4002",
"reference": "f0ab1a3cda782dbc5da270d28545236aa80c4002",
2022-02-27 19:42:49 +00:00
"shasum": ""
},
"require": {
2024-01-25 22:33:53 +00:00
"nette/utils": "^4.0",
2025-12-11 17:17:01 +00:00
"php": "8.1 - 8.5"
2022-02-27 19:42:49 +00:00
},
"require-dev": {
2026-04-07 09:01:19 +01:00
"nette/phpstan-rules": "^1.0",
2026-02-21 17:06:37 +00:00
"nette/tester": "^2.6",
2026-04-07 09:01:19 +01:00
"phpstan/extension-installer": "^1.4@stable",
"phpstan/phpstan": "^2.1.39@stable",
2024-01-25 22:33:53 +00:00
"tracy/tracy": "^2.8"
2022-02-27 19:42:49 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-01-25 22:33:53 +00:00
"dev-master": "1.3-dev"
2022-02-27 19:42:49 +00:00
}
},
"autoload": {
2025-12-11 17:17:01 +00:00
"psr-4": {
"Nette\\": "src"
},
2022-02-27 19:42:49 +00:00
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0-only",
"GPL-3.0-only"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "📐 Nette Schema: validating data structures against a given Schema.",
"homepage": "https://nette.org",
"keywords": [
"config",
"nette"
],
"support": {
"issues": "https://github.com/nette/schema/issues",
2026-04-07 09:01:19 +01:00
"source": "https://github.com/nette/schema/tree/v1.3.5"
2022-02-27 19:42:49 +00:00
},
2026-04-07 09:01:19 +01:00
"time": "2026-02-23T03:47:12+00:00"
2022-02-27 19:42:49 +00:00
},
{
"name": "nette/utils",
2026-06-29 20:13:11 +01:00
"version": "v4.1.4",
2022-02-27 19:42:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/nette/utils.git",
2026-06-29 20:13:11 +01:00
"reference": "7da6c396d7ebe142bc857c20479d5e70a5e1aac7"
2022-02-27 19:42:49 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/nette/utils/zipball/7da6c396d7ebe142bc857c20479d5e70a5e1aac7",
"reference": "7da6c396d7ebe142bc857c20479d5e70a5e1aac7",
2022-02-27 19:42:49 +00:00
"shasum": ""
},
"require": {
2025-12-11 17:17:01 +00:00
"php": "8.2 - 8.5"
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"
2022-02-27 19:42:49 +00:00
},
"require-dev": {
2025-08-17 11:12:55 +01:00
"jetbrains/phpstorm-attributes": "^1.2",
2026-02-21 17:06:37 +00:00
"nette/phpstan-rules": "^1.0",
2023-08-01 09:42:24 +00:00
"nette/tester": "^2.5",
2026-02-21 17:06:37 +00:00
"phpstan/extension-installer": "^1.4@stable",
"phpstan/phpstan": "^2.1@stable",
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...",
2023-09-20 14:07:49 +00:00
"ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
2022-02-27 19:42:49 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2025-12-11 17:17:01 +00:00
"dev-master": "4.1-dev"
2022-02-27 19:42:49 +00:00
}
},
"autoload": {
2025-08-17 11:12:55 +01:00
"psr-4": {
"Nette\\": "src"
},
2022-02-27 19:42:49 +00:00
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0-only",
"GPL-3.0-only"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"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",
"keywords": [
"array",
"core",
"datetime",
"images",
"json",
"nette",
"paginator",
"password",
"slugify",
"string",
"unicode",
"utf-8",
"utility",
"validation"
],
"support": {
"issues": "https://github.com/nette/utils/issues",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/nette/utils/tree/v4.1.4"
2022-02-27 19:42:49 +00:00
},
2026-06-29 20:13:11 +01:00
"time": "2026-05-11T20:49:54+00:00"
2019-01-20 17:35:58 +00:00
},
{
"name": "nikic/php-parser",
2025-12-11 17:17:01 +00:00
"version": "v5.7.0",
2019-01-20 17:35:58 +00:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2025-12-11 17:17:01 +00:00
"reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82"
2019-01-20 17:35:58 +00:00
},
"dist": {
"type": "zip",
2025-12-11 17:17:01 +00:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dca41cd15c2ac9d055ad70dbfd011130757d1f82",
"reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2025-03-01 15:00:41 +00:00
"ext-ctype": "*",
"ext-json": "*",
2016-05-19 15:01:28 +01:00
"ext-tokenizer": "*",
2025-03-01 15:00:41 +00:00
"php": ">=7.4"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2020-09-13 13:58:50 +01:00
"ircmaxell/php-yacc": "^0.0.7",
2025-03-01 15:00:41 +00:00
"phpunit/phpunit": "^9.0"
2016-05-19 15:01:28 +01:00
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
2025-08-17 11:12:55 +01:00
"dev-master": "5.x-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
2025-12-11 17:17:01 +00:00
"source": "https://github.com/nikic/PHP-Parser/tree/v5.7.0"
2021-01-31 14:50:01 +00:00
},
2025-12-11 17:17:01 +00:00
"time": "2025-12-06T11:56:16+00:00"
2022-07-20 09:02:46 +00:00
},
{
"name": "nunomaduro/termwind",
2026-02-21 17:06:37 +00:00
"version": "v2.4.0",
2022-07-20 09:02:46 +00:00
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/termwind.git",
2026-02-21 17:06:37 +00:00
"reference": "712a31b768f5daea284c2169a7d227031001b9a8"
2022-07-20 09:02:46 +00:00
},
"dist": {
"type": "zip",
2026-02-21 17:06:37 +00:00
"url": "https://api.github.com/repos/nunomaduro/termwind/zipball/712a31b768f5daea284c2169a7d227031001b9a8",
"reference": "712a31b768f5daea284c2169a7d227031001b9a8",
2022-07-20 09:02:46 +00:00
"shasum": ""
},
"require": {
"ext-mbstring": "*",
2024-03-19 20:13:36 +00:00
"php": "^8.2",
2026-02-21 17:06:37 +00:00
"symfony/console": "^7.4.4 || ^8.0.4"
2022-07-20 09:02:46 +00:00
},
"require-dev": {
2026-02-21 17:06:37 +00:00
"illuminate/console": "^11.47.0",
"laravel/pint": "^1.27.1",
2024-10-23 09:16:11 +01:00
"mockery/mockery": "^1.6.12",
2026-02-21 17:06:37 +00:00
"pestphp/pest": "^2.36.0 || ^3.8.4 || ^4.3.2",
2025-10-30 11:49:54 +00:00
"phpstan/phpstan": "^1.12.32",
2025-06-30 19:43:28 +01:00
"phpstan/phpstan-strict-rules": "^1.6.2",
2026-02-21 17:06:37 +00:00
"symfony/var-dumper": "^7.3.5 || ^8.0.4",
2022-07-20 09:02:46 +00:00
"thecodingmachine/phpstan-strict-rules": "^1.0.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Termwind\\Laravel\\TermwindServiceProvider"
]
2024-03-19 20:13:36 +00:00
},
"branch-alias": {
"dev-2.x": "2.x-dev"
2022-07-20 09:02:46 +00:00
}
},
"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"
}
],
2026-02-21 17:06:37 +00:00
"description": "It's like Tailwind CSS, but for the console.",
2022-07-20 09:02:46 +00:00
"keywords": [
"cli",
"console",
"css",
"package",
"php",
"style"
],
"support": {
"issues": "https://github.com/nunomaduro/termwind/issues",
2026-02-21 17:06:37 +00:00
"source": "https://github.com/nunomaduro/termwind/tree/v2.4.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"
}
],
2026-02-21 17:06:37 +00:00
"time": "2026-02-16T23:10:27+00:00"
2018-10-05 20:37:08 +01:00
},
2018-02-15 12:26:59 +00:00
{
"name": "p3k/http",
2024-10-23 09:16:11 +01:00
"version": "0.1.13",
2018-02-15 12:26:59 +00:00
"source": {
"type": "git",
"url": "https://github.com/aaronpk/p3k-http.git",
2024-10-23 09:16:11 +01:00
"reference": "ae4988ba19f4bc57ca3fe1f6dcd2087478fea53a"
2018-02-15 12:26:59 +00:00
},
"dist": {
"type": "zip",
2024-10-23 09:16:11 +01:00
"url": "https://api.github.com/repos/aaronpk/p3k-http/zipball/ae4988ba19f4bc57ca3fe1f6dcd2087478fea53a",
"reference": "ae4988ba19f4bc57ca3fe1f6dcd2087478fea53a",
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",
2024-10-23 09:16:11 +01:00
"source": "https://github.com/aaronpk/p3k-http/tree/0.1.13"
2021-01-31 14:50:01 +00:00
},
2024-10-23 09:16:11 +01:00
"time": "2024-10-20T19:46:46+00:00"
2016-05-19 15:01:28 +01:00
},
2023-10-27 20:22:40 +01:00
{
"name": "paragonie/constant_time_encoding",
2025-10-30 11:49:54 +00:00
"version": "v3.1.3",
2023-10-27 20:22:40 +01:00
"source": {
"type": "git",
"url": "https://github.com/paragonie/constant_time_encoding.git",
2025-10-30 11:49:54 +00:00
"reference": "d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77"
2023-10-27 20:22:40 +01:00
},
"dist": {
"type": "zip",
2025-10-30 11:49:54 +00:00
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77",
"reference": "d5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77",
2023-10-27 20:22:40 +01:00
"shasum": ""
},
"require": {
2024-07-16 19:46:47 +00:00
"php": "^8"
2023-10-27 20:22:40 +01:00
},
"require-dev": {
2025-10-30 11:49:54 +00:00
"infection/infection": "^0",
"nikic/php-fuzzer": "^0",
"phpunit/phpunit": "^9|^10|^11",
"vimeo/psalm": "^4|^5|^6"
2023-10-27 20:22:40 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"ParagonIE\\ConstantTime\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com",
"role": "Maintainer"
},
{
"name": "Steve 'Sc00bz' Thomas",
"email": "steve@tobtu.com",
"homepage": "https://www.tobtu.com",
"role": "Original Developer"
}
],
"description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
"keywords": [
"base16",
"base32",
"base32_decode",
"base32_encode",
"base64",
"base64_decode",
"base64_encode",
"bin2hex",
"encoding",
"hex",
"hex2bin",
"rfc4648"
],
"support": {
"email": "info@paragonie.com",
"issues": "https://github.com/paragonie/constant_time_encoding/issues",
"source": "https://github.com/paragonie/constant_time_encoding"
},
2025-10-30 11:49:54 +00:00
"time": "2025-09-24T15:06:41+00:00"
2023-10-27 20:22:40 +01:00
},
2024-06-02 10:16:16 +01:00
{
"name": "phpdocumentor/reflection-common",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-2.x": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
"source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
},
"time": "2020-06-27T09:03:43+00:00"
},
{
"name": "phpdocumentor/reflection-docblock",
2026-06-29 20:13:11 +01:00
"version": "6.0.3",
2024-06-02 10:16:16 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2026-06-29 20:13:11 +01:00
"reference": "7bae67520aa9f5ecc506d646810bd40d9da54582"
2024-06-02 10:16:16 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/7bae67520aa9f5ecc506d646810bd40d9da54582",
"reference": "7bae67520aa9f5ecc506d646810bd40d9da54582",
2024-06-02 10:16:16 +01:00
"shasum": ""
},
"require": {
2024-06-08 18:46:56 +00:00
"doctrine/deprecations": "^1.1",
2024-06-02 10:16:16 +01:00
"ext-filter": "*",
2024-06-08 18:46:56 +00:00
"php": "^7.4 || ^8.0",
2024-06-02 10:16:16 +01:00
"phpdocumentor/reflection-common": "^2.2",
2026-06-29 20:13:11 +01:00
"phpdocumentor/type-resolver": "^2.0",
"phpstan/phpdoc-parser": "^2.0",
2026-02-21 17:06:37 +00:00
"webmozart/assert": "^1.9.1 || ^2"
2024-06-02 10:16:16 +01:00
},
"require-dev": {
2025-01-25 11:47:43 +00:00
"mockery/mockery": "~1.3.5 || ~1.6.0",
2024-06-08 18:46:56 +00:00
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-webmozart-assert": "^1.2",
"phpunit/phpunit": "^9.5",
2026-06-29 20:13:11 +01:00
"psalm/phar": "^5.26",
"shipmonk/dead-code-detector": "^0.5.1"
2024-06-02 10:16:16 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
},
{
"name": "Jaap van Otterdijk",
2024-06-08 18:46:56 +00:00
"email": "opensource@ijaap.nl"
2024-06-02 10:16:16 +01:00
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/6.0.3"
2024-06-02 10:16:16 +01:00
},
2026-06-29 20:13:11 +01:00
"time": "2026-03-18T20:49:53+00:00"
2024-06-02 10:16:16 +01:00
},
{
"name": "phpdocumentor/type-resolver",
2026-06-29 20:13:11 +01:00
"version": "2.0.0",
2024-06-02 10:16:16 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2026-06-29 20:13:11 +01:00
"reference": "327a05bbee54120d4786a0dc67aad30226ad4cf9"
2024-06-02 10:16:16 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/327a05bbee54120d4786a0dc67aad30226ad4cf9",
"reference": "327a05bbee54120d4786a0dc67aad30226ad4cf9",
2024-06-02 10:16:16 +01:00
"shasum": ""
},
"require": {
"doctrine/deprecations": "^1.0",
2026-06-29 20:13:11 +01:00
"php": "^7.4 || ^8.0",
2024-06-02 10:16:16 +01:00
"phpdocumentor/reflection-common": "^2.0",
2026-06-29 20:13:11 +01:00
"phpstan/phpdoc-parser": "^2.0"
2024-06-02 10:16:16 +01:00
},
"require-dev": {
"ext-tokenizer": "*",
"phpbench/phpbench": "^1.2",
2026-06-29 20:13:11 +01:00
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^2.1",
"phpstan/phpstan-phpunit": "^2.0",
2024-06-02 10:16:16 +01:00
"phpunit/phpunit": "^9.5",
2026-06-29 20:13:11 +01:00
"psalm/phar": "^4"
2024-06-02 10:16:16 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2026-06-29 20:13:11 +01:00
"dev-1.x": "1.x-dev",
"dev-2.x": "2.x-dev"
2024-06-02 10:16:16 +01:00
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/phpDocumentor/TypeResolver/tree/2.0.0"
2024-06-02 10:16:16 +01:00
},
2026-06-29 20:13:11 +01:00
"time": "2026-01-06T21:53:42+00:00"
2024-06-02 10:16:16 +01:00
},
2016-12-06 20:38:52 +00:00
{
2019-03-17 14:08:49 +00:00
"name": "phpoption/phpoption",
2026-02-21 17:06:37 +00:00
"version": "1.9.5",
2016-12-06 20:38:52 +00:00
"source": {
"type": "git",
2019-03-17 14:08:49 +00:00
"url": "https://github.com/schmittjoh/php-option.git",
2026-02-21 17:06:37 +00:00
"reference": "75365b91986c2405cf5e1e012c5595cd487a98be"
2016-12-06 20:38:52 +00:00
},
"dist": {
"type": "zip",
2026-02-21 17:06:37 +00:00
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/75365b91986c2405cf5e1e012c5595cd487a98be",
"reference": "75365b91986c2405cf5e1e012c5595cd487a98be",
2016-12-06 20:38:52 +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": {
2023-02-27 14:42:46 +00:00
"bamarni/composer-bin-plugin": "^1.8.2",
2025-10-30 11:49:54 +00:00
"phpunit/phpunit": "^8.5.44 || ^9.6.25 || ^10.5.53 || ^11.5.34"
2019-01-20 17:35:58 +00:00
},
"type": "library",
"extra": {
2022-08-01 09:01:40 +00:00
"bamarni-bin": {
"bin-links": true,
2024-10-23 09:16:11 +01:00
"forward-command": false
2022-08-01 09:01:40 +00:00
},
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": [
{
2019-03-17 14:08: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"
2019-01-20 17:35:58 +00:00
}
],
2019-03-17 14:08:49 +00:00
"description": "Option Type for PHP",
2019-01-20 17:35:58 +00:00
"keywords": [
2019-03-17 14:08:49 +00:00
"language",
"option",
"php",
"type"
2019-01-20 17:35:58 +00:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/schmittjoh/php-option/issues",
2026-02-21 17:06:37 +00:00
"source": "https://github.com/schmittjoh/php-option/tree/1.9.5"
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"
}
],
2026-02-21 17:06:37 +00:00
"time": "2025-12-27T19:41:33+00:00"
2020-01-26 17:50:49 +00:00
},
2024-06-02 10:16:16 +01:00
{
"name": "phpstan/phpdoc-parser",
2026-02-21 17:06:37 +00:00
"version": "2.3.2",
2024-06-02 10:16:16 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
2026-02-21 17:06:37 +00:00
"reference": "a004701b11273a26cd7955a61d67a7f1e525a45a"
2024-06-02 10:16:16 +01:00
},
"dist": {
"type": "zip",
2026-02-21 17:06:37 +00:00
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/a004701b11273a26cd7955a61d67a7f1e525a45a",
"reference": "a004701b11273a26cd7955a61d67a7f1e525a45a",
2024-06-02 10:16:16 +01:00
"shasum": ""
},
"require": {
2025-01-25 11:47:43 +00:00
"php": "^7.4 || ^8.0"
2024-06-02 10:16:16 +01:00
},
"require-dev": {
"doctrine/annotations": "^2.0",
2025-01-25 11:47:43 +00:00
"nikic/php-parser": "^5.3.0",
2024-06-02 10:16:16 +01:00
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/extension-installer": "^1.0",
2025-01-25 11:47:43 +00:00
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpstan/phpstan-strict-rules": "^2.0",
"phpunit/phpunit": "^9.6",
2024-06-02 10:16:16 +01:00
"symfony/process": "^5.2"
},
"type": "library",
"autoload": {
"psr-4": {
"PHPStan\\PhpDocParser\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
2026-02-21 17:06:37 +00:00
"source": "https://github.com/phpstan/phpdoc-parser/tree/2.3.2"
2024-06-02 10:16:16 +01:00
},
2026-02-21 17:06:37 +00:00
"time": "2026-01-25T14:56:51+00:00"
2024-06-02 10:16:16 +01: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
{
"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",
"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": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"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
}
],
"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"
2017-09-04 19:34:39 +01:00
},
2020-06-13 16:32:42 +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-06-13 16:32:42 +01:00
"time": "2019-01-08T18:20:26+00:00"
},
2020-10-17 17:15:06 +01:00
{
"name": "psr/http-client",
2023-09-27 10:37:25 +00:00
"version": "1.0.3",
2020-10-17 17:15:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-client.git",
2023-09-27 10:37:25 +00:00
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
2020-10-17 17:15:06 +01:00
},
"dist": {
"type": "zip",
2023-09-27 10:37:25 +00:00
"url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
2020-10-17 17:15:06 +01:00
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0",
2023-04-12 10:18:51 +00:00
"psr/http-message": "^1.0 || ^2.0"
2020-10-17 17:15:06 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2023-04-12 10:18:51 +00:00
"homepage": "https://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",
"keywords": [
"http",
"http-client",
"psr",
"psr-18"
],
2021-01-31 14:50:01 +00:00
"support": {
2023-09-27 10:37:25 +00:00
"source": "https://github.com/php-fig/http-client"
2021-01-31 14:50:01 +00:00
},
2023-09-27 10:37:25 +00:00
"time": "2023-09-23T14:17:50+00:00"
2020-10-17 17:15:06 +01:00
},
2021-10-24 16:18:02 +01:00
{
"name": "psr/http-factory",
2024-06-08 18:46:56 +00:00
"version": "1.1.0",
2021-10-24 16:18:02 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
2024-06-08 18:46:56 +00:00
"reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
2021-10-24 16:18:02 +01:00
},
"dist": {
"type": "zip",
2024-06-08 18:46:56 +00:00
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
"reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
2021-10-24 16:18:02 +01:00
"shasum": ""
},
"require": {
2024-06-08 18:46:56 +00:00
"php": ">=7.1",
2023-04-12 10:18:51 +00:00
"psr/http-message": "^1.0 || ^2.0"
2021-10-24 16:18:02 +01:00
},
"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",
2023-04-12 10:18:51 +00:00
"homepage": "https://www.php-fig.org/"
2021-10-24 16:18:02 +01:00
}
],
2024-06-08 18:46:56 +00:00
"description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
2021-10-24 16:18:02 +01:00
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
"support": {
2024-06-08 18:46:56 +00:00
"source": "https://github.com/php-fig/http-factory"
2021-10-24 16:18:02 +01:00
},
2024-06-08 18:46:56 +00:00
"time": "2024-04-15T12:06:14+00:00"
2021-10-24 16:18:02 +01:00
},
2016-05-19 15:01:28 +01:00
{
"name": "psr/http-message",
2023-09-08 09:28:32 +00:00
"version": "2.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
2023-09-08 09:28:32 +00:00
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2023-09-08 09:28:32 +00:00
"url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2023-04-12 10:18:51 +00:00
"php": "^7.2 || ^8.0"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-08 09:28:32 +00:00
"dev-master": "2.0.x-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2023-09-08 09:28:32 +00:00
"homepage": "https://www.php-fig.org/"
2016-05-19 15:01:28 +01:00
}
],
"description": "Common interface for HTTP messages",
2016-09-05 23:39:54 +01:00
"homepage": "https://github.com/php-fig/http-message",
2016-05-19 15:01:28 +01:00
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
2021-01-31 14:50:01 +00:00
"support": {
2023-09-08 09:28:32 +00:00
"source": "https://github.com/php-fig/http-message/tree/2.0"
2021-01-31 14:50:01 +00:00
},
2023-09-08 09:28:32 +00:00
"time": "2023-04-04T09:54:51+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "psr/log",
2024-10-23 09:16:11 +01:00
"version": "3.0.2",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2024-10-23 09:16:11 +01:00
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2024-10-23 09:16:11 +01:00
"url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
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": {
2016-09-21 17:34:27 +01:00
"psr-4": {
2021-12-17 19:58:52 +00:00
"Psr\\Log\\": "src"
2016-05-19 15:01:28 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"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
}
],
"description": "Common interface for logging libraries",
2016-09-21 17:34:27 +01:00
"homepage": "https://github.com/php-fig/log",
2016-05-19 15:01:28 +01:00
"keywords": [
"log",
"psr",
"psr-3"
],
2021-01-31 14:50:01 +00:00
"support": {
2024-10-23 09:16:11 +01:00
"source": "https://github.com/php-fig/log/tree/3.0.2"
2021-01-31 14:50:01 +00:00
},
2024-10-23 09:16:11 +01:00
"time": "2024-09-11T13:17:53+00:00"
2016-05-19 15:01:28 +01:00
},
2017-09-04 19:34:39 +01: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",
"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": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"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
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
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
{
"name": "psy/psysh",
2026-06-29 20:13:11 +01:00
"version": "v0.12.24",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/bobthecow/psysh.git",
2026-06-29 20:13:11 +01:00
"reference": "ca0fdcf8a7617afa3adfdf1b5fef573dffb69ca1"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/ca0fdcf8a7617afa3adfdf1b5fef573dffb69ca1",
"reference": "ca0fdcf8a7617afa3adfdf1b5fef573dffb69ca1",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2018-10-05 20:37:08 +01:00
"ext-json": "*",
"ext-tokenizer": "*",
2024-01-11 09:54:34 +00:00
"nikic/php-parser": "^5.0 || ^4.0",
"php": "^8.0 || ^7.4",
2025-12-11 17:17:01 +00:00
"symfony/console": "^8.0 || ^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4",
"symfony/var-dumper": "^8.0 || ^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4"
2016-05-19 15:01:28 +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"
},
2016-05-19 15:01:28 +01:00
"require-dev": {
2025-10-30 11:49:54 +00:00
"bamarni/composer-bin-plugin": "^1.2",
"composer/class-map-generator": "^1.6"
2016-05-19 15:01:28 +01:00
},
"suggest": {
2025-10-30 11:49:54 +00:00
"composer/class-map-generator": "Improved tab completion performance with better class discovery.",
2016-05-19 15:01:28 +01:00
"ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
2024-01-11 09:54:34 +00:00
"ext-posix": "If you have PCNTL, you'll want the POSIX extension as well."
2016-05-19 15:01:28 +01:00
},
"bin": [
"bin/psysh"
],
"type": "library",
"extra": {
2023-10-27 20:29:14 +01:00
"bamarni-bin": {
"bin-links": false,
"forward-command": false
2025-01-25 11:47:43 +00:00
},
"branch-alias": {
"dev-main": "0.12.x-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"files": [
2018-04-22 20:32:47 +01:00
"src/functions.php"
2016-05-19 15:01:28 +01:00
],
"psr-4": {
2018-04-22 20:32:47 +01:00
"Psy\\": "src/"
2016-05-19 15:01:28 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Justin Hileman",
2025-08-17 11:12:55 +01:00
"email": "justin@justinhileman.info"
2016-05-19 15:01:28 +01:00
}
],
"description": "An interactive shell for modern PHP.",
2025-08-17 11:12:55 +01:00
"homepage": "https://psysh.org",
2016-05-19 15:01:28 +01:00
"keywords": [
"REPL",
"console",
"interactive",
"shell"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/bobthecow/psysh/issues",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/bobthecow/psysh/tree/v0.12.24"
2021-01-31 14:50:01 +00:00
},
2026-06-29 20:13:11 +01:00
"time": "2026-06-29T15:41:09+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"
2016-05-19 15:01:28 +01:00
},
{
2020-10-17 17:15:06 +01:00
"name": "ramsey/collection",
2025-03-01 15:00:41 +00:00
"version": "2.1.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2020-10-17 17:15:06 +01:00
"url": "https://github.com/ramsey/collection.git",
2025-03-01 15:00:41 +00:00
"reference": "344572933ad0181accbf4ba763e85a0306a8c5e2"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2025-03-01 15:00:41 +00:00
"url": "https://api.github.com/repos/ramsey/collection/zipball/344572933ad0181accbf4ba763e85a0306a8c5e2",
"reference": "344572933ad0181accbf4ba763e85a0306a8c5e2",
2016-05-19 15:01:28 +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",
2025-03-01 15:00:41 +00:00
"ergebnis/composer-normalize": "^2.45",
"fakerphp/faker": "^1.24",
2023-02-04 11:00:18 +00:00
"hamcrest/hamcrest-php": "^2.0",
2025-03-01 15:00:41 +00:00
"jangregor/phpstan-prophecy": "^2.1",
"mockery/mockery": "^1.6",
2023-02-04 11:00:18 +00:00
"php-parallel-lint/php-console-highlighter": "^1.0",
2025-03-01 15:00:41 +00:00
"php-parallel-lint/php-parallel-lint": "^1.4",
"phpspec/prophecy-phpunit": "^2.3",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^2.1",
"phpstan/phpstan-mockery": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpunit/phpunit": "^10.5",
"ramsey/coding-standard": "^2.3",
"ramsey/conventional-commits": "^1.6",
"roave/security-advisories": "dev-latest"
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",
2025-03-01 15:00:41 +00:00
"source": "https://github.com/ramsey/collection/tree/2.1.1"
2021-01-31 14:50:01 +00:00
},
2025-03-01 15:00:41 +00:00
"time": "2025-03-22T05:38:12+00:00"
2020-10-17 17:15:06 +01:00
},
{
"name": "ramsey/uuid",
2026-06-29 20:13:11 +01:00
"version": "4.9.3",
2020-10-17 17:15:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/ramsey/uuid.git",
2026-06-29 20:13:11 +01:00
"reference": "1df15849d00943a67d677dc9cfd80795f038c9f8"
2020-10-17 17:15:06 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/ramsey/uuid/zipball/1df15849d00943a67d677dc9cfd80795f038c9f8",
"reference": "1df15849d00943a67d677dc9cfd80795f038c9f8",
2020-10-17 17:15:06 +01:00
"shasum": ""
},
"require": {
2026-06-29 20:13:11 +01:00
"brick/math": ">=0.8.16 <=0.18",
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"
2016-05-19 15:01:28 +01:00
},
"replace": {
"rhumsaa/uuid": "self.version"
},
"require-dev": {
2025-06-30 19:43:28 +01:00
"captainhook/captainhook": "^5.25",
2021-10-01 18:20:27 +01:00
"captainhook/plugin-composer": "^5.3",
2025-06-30 19:43:28 +01:00
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"ergebnis/composer-normalize": "^2.47",
"mockery/mockery": "^1.6",
2020-01-26 17:50:49 +00:00
"paragonie/random-lib": "^2",
2025-06-30 19:43:28 +01:00
"php-mock/php-mock": "^2.6",
"php-mock/php-mock-mockery": "^1.5",
"php-parallel-lint/php-parallel-lint": "^1.4.0",
"phpbench/phpbench": "^1.2.14",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^2.1",
"phpstan/phpstan-mockery": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpunit/phpunit": "^9.6",
"slevomat/coding-standard": "^8.18",
"squizlabs/php_codesniffer": "^3.13"
2016-05-19 15:01:28 +01: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",
2016-05-19 15:01:28 +01:00
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
},
"type": "library",
"extra": {
2021-10-01 18:20:27 +01:00
"captainhook": {
"force-install": true
2016-05-19 15:01:28 +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/"
}
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2020-10-17 17:15:06 +01:00
"description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
2016-05-19 15:01:28 +01:00
"keywords": [
"guid",
"identifier",
"uuid"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/ramsey/uuid/issues",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/ramsey/uuid/tree/4.9.3"
2021-01-31 14:50:01 +00:00
},
2026-06-29 20:13:11 +01:00
"time": "2026-06-18T03:57:49+00:00"
2016-05-19 15:01:28 +01:00
},
2023-06-09 14:07:24 +01:00
{
"name": "spatie/backtrace",
2026-04-07 09:01:19 +01:00
"version": "1.8.2",
2023-06-09 14:07:24 +01:00
"source": {
"type": "git",
"url": "https://github.com/spatie/backtrace.git",
2026-04-07 09:01:19 +01:00
"reference": "8ffe78be5ed355b5009e3dd989d183433e9a5adc"
2023-06-09 14:07:24 +01:00
},
"dist": {
"type": "zip",
2026-04-07 09:01:19 +01:00
"url": "https://api.github.com/repos/spatie/backtrace/zipball/8ffe78be5ed355b5009e3dd989d183433e9a5adc",
"reference": "8ffe78be5ed355b5009e3dd989d183433e9a5adc",
2023-06-09 14:07:24 +01:00
"shasum": ""
},
"require": {
2025-01-25 11:47:43 +00:00
"php": "^7.3 || ^8.0"
2023-06-09 14:07:24 +01:00
},
"require-dev": {
"ext-json": "*",
2025-01-25 11:47:43 +00:00
"laravel/serializable-closure": "^1.3 || ^2.0",
"phpunit/phpunit": "^9.3 || ^11.4.3",
"spatie/phpunit-snapshot-assertions": "^4.2 || ^5.1.6",
2026-04-07 09:01:19 +01:00
"symfony/var-dumper": "^5.1|^6.0|^7.0|^8.0"
2023-06-09 14:07:24 +01:00
},
"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": {
2025-10-30 11:49:54 +00:00
"issues": "https://github.com/spatie/backtrace/issues",
2026-04-07 09:01:19 +01:00
"source": "https://github.com/spatie/backtrace/tree/1.8.2"
2023-06-09 14:07:24 +01:00
},
"funding": [
{
"url": "https://github.com/sponsors/spatie",
"type": "github"
},
{
"url": "https://spatie.be/open-source/support-us",
"type": "other"
}
],
2026-04-07 09:01:19 +01:00
"time": "2026-03-11T13:48:28+00:00"
2023-06-09 14:07:24 +01:00
},
{
2024-06-29 14:40:54 +00:00
"name": "spatie/error-solutions",
2026-04-07 09:01:19 +01:00
"version": "2.0.5",
2023-06-09 14:07:24 +01:00
"source": {
"type": "git",
2024-06-29 14:40:54 +00:00
"url": "https://github.com/spatie/error-solutions.git",
2026-04-07 09:01:19 +01:00
"reference": "0392eff7f36f01249a6e9f8eb22a7d54651881bc"
2023-06-09 14:07:24 +01:00
},
"dist": {
"type": "zip",
2026-04-07 09:01:19 +01:00
"url": "https://api.github.com/repos/spatie/error-solutions/zipball/0392eff7f36f01249a6e9f8eb22a7d54651881bc",
"reference": "0392eff7f36f01249a6e9f8eb22a7d54651881bc",
2024-06-29 14:40:54 +00:00
"shasum": ""
},
"require": {
2025-12-11 17:17:01 +00:00
"php": "^8.2"
2024-06-29 14:40:54 +00:00
},
"require-dev": {
2026-04-07 09:01:19 +01:00
"illuminate/broadcasting": "^10.0|^11.0|^12.0|^13.0",
"illuminate/cache": "^10.0|^11.0|^12.0|^13.0",
"illuminate/support": "^10.0|^11.0|^12.0|^13.0",
"livewire/livewire": "^2.11|^3.5.20|^4.0",
2025-10-30 11:49:54 +00:00
"openai-php/client": "^0.13.0",
2026-04-07 09:01:19 +01:00
"orchestra/testbench": "8.22.3|^9.0|^10.0|^11.0",
2025-03-01 15:00:41 +00:00
"pestphp/pest": "^2.20|^3.0",
"phpstan/phpstan": "^2.1",
2024-06-29 14:40:54 +00:00
"psr/simple-cache": "^3.0",
"psr/simple-cache-implementation": "^3.0",
"spatie/ray": "^1.28",
2025-12-11 17:17:01 +00:00
"symfony/cache": "^5.4|^6.0|^7.0|^8.0",
"symfony/process": "^5.4|^6.0|^7.0|^8.0",
2024-06-29 14:40:54 +00:00
"vlucas/phpdotenv": "^5.5"
},
"suggest": {
"openai-php/client": "Require get solutions from OpenAI",
"simple-cache-implementation": "To cache solutions from OpenAI"
},
"type": "library",
"autoload": {
"psr-4": {
2025-10-30 11:49:54 +00:00
"Spatie\\ErrorSolutions\\": "src"
2024-06-29 14:40:54 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ruben Van Assche",
"email": "ruben@spatie.be",
"role": "Developer"
}
],
"description": "This is my package error-solutions",
"homepage": "https://github.com/spatie/error-solutions",
"keywords": [
"error-solutions",
"spatie"
],
"support": {
"issues": "https://github.com/spatie/error-solutions/issues",
2026-04-07 09:01:19 +01:00
"source": "https://github.com/spatie/error-solutions/tree/2.0.5"
2024-06-29 14:40:54 +00:00
},
"funding": [
{
"url": "https://github.com/Spatie",
"type": "github"
}
],
2026-04-07 09:01:19 +01:00
"time": "2026-02-27T15:32:49+00:00"
2024-06-29 14:40:54 +00:00
},
{
"name": "spatie/flare-client-php",
2026-04-07 09:01:19 +01:00
"version": "2.10.2",
2024-06-29 14:40:54 +00:00
"source": {
"type": "git",
"url": "https://github.com/spatie/flare-client-php.git",
2026-04-07 09:01:19 +01:00
"reference": "056aa9cb10e41d7490d51d2f15875143e6d12ce2"
2024-06-29 14:40:54 +00:00
},
"dist": {
"type": "zip",
2026-04-07 09:01:19 +01:00
"url": "https://api.github.com/repos/spatie/flare-client-php/zipball/056aa9cb10e41d7490d51d2f15875143e6d12ce2",
"reference": "056aa9cb10e41d7490d51d2f15875143e6d12ce2",
2023-06-09 14:07:24 +01:00
"shasum": ""
},
"require": {
2025-10-30 11:49:54 +00:00
"ext-curl": "*",
"guzzlehttp/guzzle": "^7.9",
"php": "^8.2",
"psr/container": "^2.0",
"spatie/backtrace": "^1.8.0",
"spatie/error-solutions": "^2.0",
2025-12-11 17:17:01 +00:00
"symfony/http-foundation": "^5.2|^6.0|^7.0|^8.0",
"symfony/mime": "^5.2|^6.0|^7.0|^8.0",
"symfony/process": "^5.2|^6.0|^7.0|^8.0",
"symfony/var-dumper": "^5.2|^6.0|^7.0|^8.0"
2023-06-09 14:07:24 +01:00
},
"require-dev": {
2025-12-11 17:17:01 +00:00
"friendsofphp/php-cs-fixer": "^3.89",
2025-10-30 11:49:54 +00:00
"pestphp/pest": "^2.36.0|^3.0|^4.0",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan-deprecation-rules": "^1.2",
"phpstan/phpstan-phpunit": "^1.4",
"spatie/pest-plugin-snapshots": "^2.2"
2023-06-09 14:07:24 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-06-30 10:43:47 +00:00
"dev-main": "1.3.x-dev"
2023-06-09 14:07:24 +01:00
}
},
"autoload": {
"psr-4": {
"Spatie\\FlareClient\\": "src"
}
},
"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",
2026-04-07 09:01:19 +01:00
"source": "https://github.com/spatie/flare-client-php/tree/2.10.2"
2023-06-09 14:07:24 +01:00
},
"funding": [
{
"url": "https://github.com/spatie",
"type": "github"
}
],
2026-04-07 09:01:19 +01:00
"time": "2026-02-23T14:14:53+00:00"
2023-06-09 14:07:24 +01:00
},
{
2025-10-30 11:49:54 +00:00
"name": "spatie/laravel-error-share",
2026-06-29 20:13:11 +01:00
"version": "1.0.9",
2023-06-09 14:07:24 +01:00
"source": {
"type": "git",
2025-10-30 11:49:54 +00:00
"url": "https://github.com/spatie/laravel-error-share.git",
2026-06-29 20:13:11 +01:00
"reference": "52e65ee35a7f782e27460cb307cc97cec8332793"
2023-06-09 14:07:24 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/spatie/laravel-error-share/zipball/52e65ee35a7f782e27460cb307cc97cec8332793",
"reference": "52e65ee35a7f782e27460cb307cc97cec8332793",
2023-06-09 14:07:24 +01:00
"shasum": ""
},
"require": {
2026-06-29 20:13:11 +01:00
"illuminate/contracts": "^12.50|^13.0",
2025-10-30 11:49:54 +00:00
"php": "^8.2",
"spatie/laravel-package-tools": "^1.16"
2023-06-09 14:07:24 +01:00
},
"require-dev": {
2026-06-29 20:13:11 +01:00
"larastan/larastan": "^3.4",
2025-10-30 11:49:54 +00:00
"laravel/pint": "^1.14",
"nunomaduro/collision": "^8.1.1|^7.10.0",
2026-04-07 09:01:19 +01:00
"orchestra/testbench": "^11.0|^10.0|^9.0|^8.22",
2025-10-30 11:49:54 +00:00
"pestphp/pest": "^2.34|^3.0",
"pestphp/pest-plugin-arch": "^2.7|^3.0",
"pestphp/pest-plugin-laravel": "^2.3|^3.0",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-deprecation-rules": "^1.1|^2.0",
"phpstan/phpstan-phpunit": "^1.3|^2.0",
"spatie/pest-plugin-snapshots": "^2.1"
2023-06-09 14:07:24 +01:00
},
"type": "library",
"extra": {
2025-10-30 11:49:54 +00:00
"laravel": {
"aliases": {
"LaravelErrorShare": "Spatie\\LaravelErrorShare\\Facades\\LaravelErrorShare"
},
"providers": [
"Spatie\\LaravelErrorShare\\LaravelErrorShareServiceProvider"
]
2023-06-09 14:07:24 +01:00
}
},
"autoload": {
"psr-4": {
2025-10-30 11:49:54 +00:00
"Spatie\\LaravelErrorShare\\": "src/",
"Spatie\\LaravelErrorShare\\Database\\Factories\\": "database/factories/"
2023-06-09 14:07:24 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2025-10-30 11:49:54 +00:00
"name": "Ruben Van Assche",
"email": "ruben@spatie.be",
2023-06-09 14:07:24 +01:00
"role": "Developer"
}
],
2025-10-30 11:49:54 +00:00
"description": "Share your Laravel errors to Flare",
"homepage": "https://github.com/spatie/laravel-error-share",
2023-06-09 14:07:24 +01:00
"keywords": [
2025-10-30 11:49:54 +00:00
"dev",
"errors",
2023-06-09 14:07:24 +01:00
"flare",
"laravel",
2025-10-30 11:49:54 +00:00
"laravel-error-share",
"spatie"
2023-06-09 14:07:24 +01:00
],
"support": {
2025-10-30 11:49:54 +00:00
"issues": "https://github.com/spatie/laravel-error-share/issues",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/spatie/laravel-error-share/tree/1.0.9"
2023-06-09 14:07:24 +01:00
},
"funding": [
{
2025-10-30 11:49:54 +00:00
"url": "https://github.com/Spatie",
2023-06-09 14:07:24 +01:00
"type": "github"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-11T08:16:59+00:00"
2023-06-09 14:07:24 +01:00
},
{
2025-10-30 11:49:54 +00:00
"name": "spatie/laravel-flare",
2026-06-29 20:13:11 +01:00
"version": "2.8.0",
2023-06-09 14:07:24 +01:00
"source": {
"type": "git",
2025-10-30 11:49:54 +00:00
"url": "https://github.com/spatie/laravel-flare.git",
2026-06-29 20:13:11 +01:00
"reference": "c2722a270ba2653baef2c9e29b893e28955717ce"
2023-06-09 14:07:24 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/spatie/laravel-flare/zipball/c2722a270ba2653baef2c9e29b893e28955717ce",
"reference": "c2722a270ba2653baef2c9e29b893e28955717ce",
2023-06-09 14:07:24 +01:00
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
2026-04-07 09:01:19 +01:00
"illuminate/support": "^11.46|^12.0|^13.0",
2025-10-30 11:49:54 +00:00
"php": "^8.2",
"spatie/error-solutions": "^2.0",
2026-04-07 09:01:19 +01:00
"spatie/flare-client-php": "^2.10.2",
2025-10-30 11:49:54 +00:00
"spatie/laravel-error-share": "^1.0.3",
2026-02-21 17:06:37 +00:00
"symfony/console": "^7.2.1|^8.0",
"symfony/var-dumper": "^7.2.3|^8.0"
2023-06-09 14:07:24 +01:00
},
"require-dev": {
2025-10-30 11:49:54 +00:00
"laravel/serializable-closure": "^2.0",
2026-02-21 17:06:37 +00:00
"livewire/livewire": "^3.6.0|^4.0",
2025-10-30 11:49:54 +00:00
"mockery/mockery": "^1.6.12",
"openai-php/client": "^0.8.5",
2026-04-07 09:01:19 +01:00
"orchestra/testbench": "^9.14|^10.8|^11.0",
2026-02-21 17:06:37 +00:00
"pestphp/pest": "^2.34|^3.7.4|^4.1",
"pestphp/pest-plugin-laravel": "^2.4|^3.0|^4.0",
2025-10-30 11:49:54 +00:00
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan-deprecation-rules": "^1.1.1|^2.0.1",
"phpstan/phpstan-phpunit": "^1.3.16|^2.0.4",
"vlucas/phpdotenv": "^5.6.1"
2023-06-09 14:07:24 +01:00
},
"suggest": {
2025-10-30 11:49:54 +00:00
"openai-php/client": "Required to get solutions from OpenAI",
"psr/simple-cache-implementation": "Used to cache solutions from OpenAI"
2023-06-09 14:07:24 +01:00
},
"type": "library",
"extra": {
"laravel": {
"aliases": {
2025-10-30 11:49:54 +00:00
"Flare": "Spatie\\LaravelFlare\\Facades\\Flare"
2025-01-25 11:47:43 +00:00
},
"providers": [
2025-10-30 11:49:54 +00:00
"Spatie\\LaravelFlare\\FlareServiceProvider"
2025-01-25 11:47:43 +00:00
]
2023-06-09 14:07:24 +01:00
}
},
"autoload": {
"psr-4": {
2025-10-30 11:49:54 +00:00
"Spatie\\LaravelFlare\\": "src"
2023-06-09 14:07:24 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Spatie",
"email": "info@spatie.be",
"role": "Developer"
}
],
2025-10-30 11:49:54 +00:00
"description": "Send Laravel errors to Flare",
"homepage": "https://flareapp.io/",
2023-06-09 14:07:24 +01:00
"keywords": [
"error",
"flare",
2025-10-30 11:49:54 +00:00
"laravel"
2023-06-09 14:07:24 +01:00
],
"support": {
2025-10-30 11:49:54 +00:00
"docs": "https://flareapp.io/docs/integration/laravel-customizations/introduction",
2023-06-09 14:07:24 +01:00
"forum": "https://twitter.com/flareappio",
2025-10-30 11:49:54 +00:00
"issues": "https://github.com/spatie/laravel-flare/issues",
"source": "https://github.com/spatie/laravel-flare"
2023-06-09 14:07:24 +01:00
},
"funding": [
{
"url": "https://github.com/spatie",
"type": "github"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-04-08T13:26:20+00:00"
2025-10-30 11:49:54 +00:00
},
{
"name": "spatie/laravel-package-tools",
2026-06-29 20:13:11 +01:00
"version": "1.93.1",
2025-10-30 11:49:54 +00:00
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-package-tools.git",
2026-06-29 20:13:11 +01:00
"reference": "d5552849801f2642aea710557463234b59ef65eb"
2025-10-30 11:49:54 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/d5552849801f2642aea710557463234b59ef65eb",
"reference": "d5552849801f2642aea710557463234b59ef65eb",
2025-10-30 11:49:54 +00:00
"shasum": ""
},
"require": {
2026-02-21 17:06:37 +00:00
"illuminate/contracts": "^10.0|^11.0|^12.0|^13.0",
"php": "^8.1"
2025-10-30 11:49:54 +00:00
},
"require-dev": {
"mockery/mockery": "^1.5",
2026-02-21 17:06:37 +00:00
"orchestra/testbench": "^8.0|^9.2|^10.0|^11.0",
"pestphp/pest": "^2.1|^3.1|^4.0",
"phpunit/php-code-coverage": "^10.0|^11.0|^12.0",
"phpunit/phpunit": "^10.5|^11.5|^12.5",
"spatie/pest-plugin-test-time": "^2.2|^3.0"
2025-10-30 11:49:54 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\LaravelPackageTools\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"role": "Developer"
}
],
"description": "Tools for creating Laravel packages",
"homepage": "https://github.com/spatie/laravel-package-tools",
"keywords": [
"laravel-package-tools",
"spatie"
],
"support": {
"issues": "https://github.com/spatie/laravel-package-tools/issues",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/spatie/laravel-package-tools/tree/1.93.1"
2025-10-30 11:49:54 +00:00
},
"funding": [
{
"url": "https://github.com/spatie",
"type": "github"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-19T14:06:37+00:00"
2023-06-09 14:07:24 +01:00
},
2023-10-27 20:22:40 +01:00
{
"name": "spomky-labs/cbor-php",
2026-04-07 09:01:19 +01:00
"version": "3.2.3",
2023-10-27 20:22:40 +01:00
"source": {
"type": "git",
"url": "https://github.com/Spomky-Labs/cbor-php.git",
2026-04-07 09:01:19 +01:00
"reference": "dd6eb84e6d92f7b8bd0da56b4b4dd7235aed0c32"
2023-10-27 20:22:40 +01:00
},
"dist": {
"type": "zip",
2026-04-07 09:01:19 +01:00
"url": "https://api.github.com/repos/Spomky-Labs/cbor-php/zipball/dd6eb84e6d92f7b8bd0da56b4b4dd7235aed0c32",
"reference": "dd6eb84e6d92f7b8bd0da56b4b4dd7235aed0c32",
2023-10-27 20:22:40 +01:00
"shasum": ""
},
"require": {
2026-04-07 09:01:19 +01:00
"brick/math": "^0.9|^0.10|^0.11|^0.12|^0.13|^0.14|^0.15|^0.16|^0.17",
2023-10-27 20:22:40 +01:00
"ext-mbstring": "*",
"php": ">=8.0"
},
"require-dev": {
"ext-json": "*",
"roave/security-advisories": "dev-latest",
2025-12-11 17:17:01 +00:00
"symfony/error-handler": "^6.4|^7.1|^8.0",
"symfony/var-dumper": "^6.4|^7.1|^8.0"
2023-10-27 20:22:40 +01:00
},
"suggest": {
"ext-bcmath": "GMP or BCMath extensions will drastically improve the library performance. BCMath extension needed to handle the Big Float and Decimal Fraction Tags",
"ext-gmp": "GMP or BCMath extensions will drastically improve the library performance"
},
"type": "library",
"autoload": {
"psr-4": {
"CBOR\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florent Morselli",
"homepage": "https://github.com/Spomky"
},
{
"name": "All contributors",
"homepage": "https://github.com/Spomky-Labs/cbor-php/contributors"
}
],
"description": "CBOR Encoder/Decoder for PHP",
"keywords": [
"Concise Binary Object Representation",
"RFC7049",
"cbor"
],
"support": {
"issues": "https://github.com/Spomky-Labs/cbor-php/issues",
2026-04-07 09:01:19 +01:00
"source": "https://github.com/Spomky-Labs/cbor-php/tree/3.2.3"
2023-10-27 20:22:40 +01:00
},
"funding": [
{
"url": "https://github.com/Spomky",
"type": "github"
},
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
2026-04-07 09:01:19 +01:00
"time": "2026-04-01T12:15:20+00:00"
2023-10-27 20:22:40 +01:00
},
{
"name": "spomky-labs/pki-framework",
2026-04-07 09:01:19 +01:00
"version": "1.4.2",
2023-10-27 20:22:40 +01:00
"source": {
"type": "git",
"url": "https://github.com/Spomky-Labs/pki-framework.git",
2026-04-07 09:01:19 +01:00
"reference": "aa576cbd07128075bef97ac2f8af9854e67513d8"
2023-10-27 20:22:40 +01:00
},
"dist": {
"type": "zip",
2026-04-07 09:01:19 +01:00
"url": "https://api.github.com/repos/Spomky-Labs/pki-framework/zipball/aa576cbd07128075bef97ac2f8af9854e67513d8",
"reference": "aa576cbd07128075bef97ac2f8af9854e67513d8",
2023-10-27 20:22:40 +01:00
"shasum": ""
},
"require": {
2026-04-07 09:01:19 +01:00
"brick/math": "^0.10|^0.11|^0.12|^0.13|^0.14|^0.15|^0.16|^0.17",
2023-10-27 20:22:40 +01:00
"ext-mbstring": "*",
2026-04-07 09:01:19 +01:00
"php": ">=8.1",
"psr/clock": "^1.0"
2023-10-27 20:22:40 +01:00
},
"require-dev": {
2025-01-25 11:47:43 +00:00
"ekino/phpstan-banned-code": "^1.0|^2.0|^3.0",
2023-10-27 20:22:40 +01:00
"ext-gmp": "*",
"ext-openssl": "*",
2026-04-07 09:01:19 +01:00
"infection/infection": "^0.28|^0.29|^0.31|^0.32",
2023-10-27 20:22:40 +01:00
"php-parallel-lint/php-parallel-lint": "^1.3",
2025-01-25 11:47:43 +00:00
"phpstan/extension-installer": "^1.3|^2.0",
"phpstan/phpstan": "^1.8|^2.0",
"phpstan/phpstan-deprecation-rules": "^1.0|^2.0",
"phpstan/phpstan-phpunit": "^1.1|^2.0",
"phpstan/phpstan-strict-rules": "^1.3|^2.0",
2026-04-07 09:01:19 +01:00
"phpunit/phpunit": "^10.1|^11.0|^12.0|^13.0",
2025-01-25 11:47:43 +00:00
"rector/rector": "^1.0|^2.0",
2023-10-27 20:22:40 +01:00
"roave/security-advisories": "dev-latest",
2025-10-30 11:49:54 +00:00
"symfony/string": "^6.4|^7.0|^8.0",
"symfony/var-dumper": "^6.4|^7.0|^8.0",
2026-04-07 09:01:19 +01:00
"symplify/easy-coding-standard": "^12.0|^13.0"
2023-10-27 20:22:40 +01:00
},
"suggest": {
"ext-bcmath": "For better performance (or GMP)",
"ext-gmp": "For better performance (or BCMath)",
"ext-openssl": "For OpenSSL based cyphering"
},
"type": "library",
"autoload": {
"psr-4": {
"SpomkyLabs\\Pki\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Joni Eskelinen",
"email": "jonieske@gmail.com",
"role": "Original developer"
},
{
"name": "Florent Morselli",
"email": "florent.morselli@spomky-labs.com",
"role": "Spomky-Labs PKI Framework developer"
}
],
"description": "A PHP framework for managing Public Key Infrastructures. It comprises X.509 public key certificates, attribute certificates, certification requests and certification path validation.",
"homepage": "https://github.com/spomky-labs/pki-framework",
"keywords": [
"DER",
"Private Key",
"ac",
"algorithm identifier",
"asn.1",
"asn1",
"attribute certificate",
"certificate",
"certification request",
"cryptography",
"csr",
"decrypt",
"ec",
"encrypt",
"pem",
"pkcs",
"public key",
"rsa",
"sign",
"signature",
"verify",
"x.509",
"x.690",
"x509",
"x690"
],
"support": {
"issues": "https://github.com/Spomky-Labs/pki-framework/issues",
2026-04-07 09:01:19 +01:00
"source": "https://github.com/Spomky-Labs/pki-framework/tree/1.4.2"
2023-10-27 20:22:40 +01:00
},
"funding": [
{
"url": "https://github.com/Spomky",
"type": "github"
},
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
2026-04-07 09:01:19 +01:00
"time": "2026-03-23T22:56:56+00:00"
2023-10-27 20:22:40 +01:00
},
2022-05-14 17:54:13 +01:00
{
2024-03-19 20:13:36 +00:00
"name": "symfony/clock",
2026-06-29 20:13:11 +01:00
"version": "v8.1.0",
2022-05-14 17:54:13 +01:00
"source": {
"type": "git",
2024-03-19 20:13:36 +00:00
"url": "https://github.com/symfony/clock.git",
2026-06-29 20:13:11 +01:00
"reference": "701ef4de9705d6c32292ebee5e8044094a09fbf6"
2022-05-14 17:54:13 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/clock/zipball/701ef4de9705d6c32292ebee5e8044094a09fbf6",
"reference": "701ef4de9705d6c32292ebee5e8044094a09fbf6",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2026-06-29 20:13:11 +01:00
"php": ">=8.4.1",
"psr/clock": "^1.0"
2024-03-19 20:13:36 +00:00
},
"provide": {
"psr/clock-implementation": "1.0"
},
"type": "library",
"autoload": {
"files": [
"Resources/now.php"
],
"psr-4": {
"Symfony\\Component\\Clock\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Decouples applications from the system clock",
"homepage": "https://symfony.com",
"keywords": [
"clock",
"psr20",
"time"
],
"support": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/clock/tree/v8.1.0"
2024-03-19 20:13:36 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
2025-12-11 17:17:01 +00:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2024-03-19 20:13:36 +00:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-29T05:06:50+00:00"
2024-03-19 20:13:36 +00:00
},
{
"name": "symfony/console",
2026-06-29 20:13:11 +01:00
"version": "v8.1.1",
2024-03-19 20:13:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2026-06-29 20:13:11 +01:00
"reference": "b711a8ab808b6c074c6b8caef70d0fd8d6b6d07d"
2024-03-19 20:13:36 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/console/zipball/b711a8ab808b6c074c6b8caef70d0fd8d6b6d07d",
"reference": "b711a8ab808b6c074c6b8caef70d0fd8d6b6d07d",
2024-03-19 20:13:36 +00:00
"shasum": ""
},
"require": {
2026-06-29 20:13:11 +01:00
"php": ">=8.4.1",
"symfony/deprecation-contracts": "^2.5|^3",
2026-04-07 09:01:19 +01:00
"symfony/polyfill-mbstring": "^1.0",
2026-06-29 20:13:11 +01:00
"symfony/polyfill-php85": "^1.32",
2023-05-31 09:57:11 +00:00
"symfony/service-contracts": "^2.5|^3",
2026-06-29 20:13:11 +01:00
"symfony/string": "^7.4.6|^8.0.6"
},
"conflict": {
"symfony/dependency-injection": "<8.1",
"symfony/event-dispatcher": "<8.1"
2017-06-08 16:27:08 +01: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
},
2016-05-19 15:01:28 +01:00
"require-dev": {
2022-02-27 19:42:49 +00:00
"psr/log": "^1|^2|^3",
2026-04-07 09:01:19 +01:00
"symfony/config": "^7.4|^8.0",
2026-06-29 20:13:11 +01:00
"symfony/dependency-injection": "^8.1",
"symfony/event-dispatcher": "^8.1",
"symfony/filesystem": "^7.4|^8.0",
2026-04-07 09:01:19 +01:00
"symfony/http-foundation": "^7.4|^8.0",
"symfony/http-kernel": "^7.4|^8.0",
"symfony/lock": "^7.4|^8.0",
"symfony/messenger": "^7.4|^8.0",
2026-06-29 20:13:11 +01:00
"symfony/mime": "^7.4|^8.0",
2026-04-07 09:01:19 +01:00
"symfony/process": "^7.4|^8.0",
"symfony/stopwatch": "^7.4|^8.0",
2026-06-29 20:13:11 +01:00
"symfony/uid": "^7.4|^8.0",
"symfony/validator": "^7.4|^8.0",
2026-04-07 09:01:19 +01:00
"symfony/var-dumper": "^7.4|^8.0"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-01-31 14:50:01 +00:00
"description": "Eases the creation of beautiful and testable command line interfaces",
2016-05-19 15:01:28 +01:00
"homepage": "https://symfony.com",
2020-12-31 13:34:55 +00:00
"keywords": [
"cli",
2023-04-04 17:57:07 +00:00
"command-line",
2020-12-31 13:34:55 +00:00
"console",
"terminal"
],
2021-01-31 14:50:01 +00:00
"support": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/console/tree/v8.1.1"
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"
},
2025-08-17 11:12:55 +01:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2020-06-10 20:48:23 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-06-16T12:55:20+00:00"
2019-01-20 17:35:58 +00:00
},
{
"name": "symfony/css-selector",
2026-06-29 20:13:11 +01:00
"version": "v8.1.0",
2019-01-20 17:35:58 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
2026-06-29 20:13:11 +01:00
"reference": "dc0e2be45c9b5588c82414f02ac574b4b986abcd"
2019-01-20 17:35:58 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/dc0e2be45c9b5588c82414f02ac574b4b986abcd",
"reference": "dc0e2be45c9b5588c82414f02ac574b4b986abcd",
2017-02-03 21:49:49 +00:00
"shasum": ""
},
"require": {
2026-06-29 20:13:11 +01:00
"php": ">=8.4.1"
2017-02-03 21:49:49 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\CssSelector\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"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-02-03 21:49:49 +00:00
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-01-31 14:50:01 +00:00
"description": "Converts CSS selectors to XPath expressions",
2017-02-03 21:49:49 +00:00
"homepage": "https://symfony.com",
2021-01-31 14:50:01 +00:00
"support": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/css-selector/tree/v8.1.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"
},
2025-12-11 17:17:01 +00:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2020-06-10 20:48:23 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-29T05:06:50+00:00"
2017-02-03 21:49:49 +00:00
},
{
2020-06-13 16:32:42 +01:00
"name": "symfony/deprecation-contracts",
2026-06-29 20:13:11 +01:00
"version": "v3.7.1",
2017-02-03 21:49:49 +00:00
"source": {
"type": "git",
2020-06-13 16:32:42 +01:00
"url": "https://github.com/symfony/deprecation-contracts.git",
2026-06-29 20:13:11 +01:00
"reference": "f3202fa1b5097b0af062dc978b32ecf63404e31d"
2017-02-03 21:49:49 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/f3202fa1b5097b0af062dc978b32ecf63404e31d",
"reference": "f3202fa1b5097b0af062dc978b32ecf63404e31d",
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": {
2025-01-25 11:47:43 +00:00
"thanks": {
"url": "https://github.com/symfony/contracts",
"name": "symfony/contracts"
},
2016-05-19 15:01:28 +01:00
"branch-alias": {
2026-06-29 20:13:11 +01:00
"dev-main": "3.7-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
2020-06-13 16:32:42 +01:00
"files": [
"function.php"
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"
2016-05-19 15:01:28 +01:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2020-06-13 16:32:42 +01:00
"description": "A generic function and convention to trigger deprecation notices",
2016-05-19 15:01:28 +01:00
"homepage": "https://symfony.com",
2021-01-31 14:50:01 +00:00
"support": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.7.1"
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"
},
2026-06-29 20:13:11 +01:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2020-06-10 20:48:23 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-06-05T06:23:12+00:00"
2017-02-03 21:49:49 +00:00
},
2016-05-19 15:01:28 +01:00
{
2020-01-26 17:50:49 +00:00
"name": "symfony/error-handler",
2026-06-29 20:13:11 +01:00
"version": "v8.1.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2020-01-26 17:50:49 +00:00
"url": "https://github.com/symfony/error-handler.git",
2026-06-29 20:13:11 +01:00
"reference": "d8aeb1abd3fef84795567850d3a567bdb5945ee5"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/error-handler/zipball/d8aeb1abd3fef84795567850d3a567bdb5945ee5",
"reference": "d8aeb1abd3fef84795567850d3a567bdb5945ee5",
2020-01-26 17:50:49 +00:00
"shasum": ""
},
"require": {
2026-06-29 20:13:11 +01:00
"php": ">=8.4.1",
2021-10-01 18:20:27 +01:00
"psr/log": "^1|^2|^3",
2025-12-11 17:17:01 +00:00
"symfony/polyfill-php85": "^1.32",
2026-04-07 09:01:19 +01:00
"symfony/var-dumper": "^7.4|^8.0"
2020-01-26 17:50:49 +00:00
},
2023-05-31 09:57:11 +00:00
"conflict": {
2026-04-07 09:01:19 +01:00
"symfony/deprecation-contracts": "<2.5"
2023-05-31 09:57:11 +00:00
},
2020-01-26 17:50:49 +00:00
"require-dev": {
2026-04-07 09:01:19 +01:00
"symfony/console": "^7.4|^8.0",
2023-05-31 09:57:11 +00:00
"symfony/deprecation-contracts": "^2.5|^3",
2026-04-07 09:01:19 +01:00
"symfony/http-kernel": "^7.4|^8.0",
"symfony/serializer": "^7.4|^8.0",
2025-06-30 19:43:28 +01:00
"symfony/webpack-encore-bundle": "^1.0|^2.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": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/error-handler/tree/v8.1.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"
},
2025-08-17 11:12:55 +01:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2020-06-10 20:48:23 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-29T05:06:50+00:00"
2020-01-26 17:50:49 +00:00
},
{
"name": "symfony/event-dispatcher",
2026-06-29 20:13:11 +01:00
"version": "v8.1.1",
2020-01-26 17:50:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
2026-06-29 20:13:11 +01:00
"reference": "abd6c11dc468725d1627302ad10f6cd486e9e3d0"
2020-01-26 17:50:49 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/abd6c11dc468725d1627302ad10f6cd486e9e3d0",
"reference": "abd6c11dc468725d1627302ad10f6cd486e9e3d0",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2026-06-29 20:13:11 +01:00
"php": ">=8.4.1",
"symfony/deprecation-contracts": "^2.5|^3",
2023-05-31 09:57:11 +00:00
"symfony/event-dispatcher-contracts": "^2.5|^3"
2016-05-19 15:01:28 +01:00
},
2017-06-08 16:27:08 +01:00
"conflict": {
2025-12-11 17:17:01 +00:00
"symfony/security-http": "<7.4",
2023-05-31 09:57:11 +00:00
"symfony/service-contracts": "<2.5"
2017-06-08 16:27:08 +01: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
},
2016-05-19 15:01:28 +01:00
"require-dev": {
2021-10-01 18:20:27 +01:00
"psr/log": "^1|^2|^3",
2025-12-11 17:17:01 +00:00
"symfony/config": "^7.4|^8.0",
"symfony/dependency-injection": "^7.4|^8.0",
"symfony/error-handler": "^7.4|^8.0",
"symfony/expression-language": "^7.4|^8.0",
"symfony/framework-bundle": "^7.4|^8.0",
"symfony/http-foundation": "^7.4|^8.0",
2023-05-31 09:57:11 +00:00
"symfony/service-contracts": "^2.5|^3",
2025-12-11 17:17:01 +00:00
"symfony/stopwatch": "^7.4|^8.0"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
},
"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 that allow your application components to communicate with each other by dispatching events and listening to them",
2016-05-19 15:01:28 +01:00
"homepage": "https://symfony.com",
2021-01-31 14:50:01 +00:00
"support": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/event-dispatcher/tree/v8.1.1"
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"
},
2025-10-30 11:49:54 +00:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2020-06-10 20:48:23 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-06-09T12:28:30+00:00"
2016-05-19 15:01:28 +01:00
},
{
2019-05-31 11:27:06 +01:00
"name": "symfony/event-dispatcher-contracts",
2026-06-29 20:13:11 +01:00
"version": "v3.7.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2019-05-31 11:27:06 +01:00
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
2026-06-29 20:13:11 +01:00
"reference": "c7de7a00ffb67842132da02ea92988a39ccd9f4e"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c7de7a00ffb67842132da02ea92988a39ccd9f4e",
"reference": "c7de7a00ffb67842132da02ea92988a39ccd9f4e",
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
},
"type": "library",
"extra": {
2025-01-25 11:47:43 +00:00
"thanks": {
"url": "https://github.com/symfony/contracts",
"name": "symfony/contracts"
},
2019-05-31 11:27:06 +01:00
"branch-alias": {
2026-06-29 20:13:11 +01:00
"dev-main": "3.7-dev"
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": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.7.1"
2021-01-31 14:50:01 +00:00
},
2020-06-13 16:32:42 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
2026-06-29 20:13:11 +01:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2020-06-13 16:32:42 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-06-05T06:23:12+00:00"
2019-05-31 11:27:06 +01:00
},
{
2025-12-11 17:17:01 +00:00
"name": "symfony/filesystem",
2026-06-29 20:13:11 +01:00
"version": "v8.1.0",
2019-05-31 11:27:06 +01:00
"source": {
"type": "git",
2025-12-11 17:17:01 +00:00
"url": "https://github.com/symfony/filesystem.git",
2026-06-29 20:13:11 +01:00
"reference": "99aec13b82b4967ec5088222c4a3ecca955949c2"
2019-05-31 11:27:06 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/99aec13b82b4967ec5088222c4a3ecca955949c2",
"reference": "99aec13b82b4967ec5088222c4a3ecca955949c2",
2025-12-11 17:17:01 +00:00
"shasum": ""
},
"require": {
2026-06-29 20:13:11 +01:00
"php": ">=8.4.1",
"symfony/deprecation-contracts": "^2.5|^3",
2025-12-11 17:17:01 +00:00
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.8"
},
"require-dev": {
"symfony/process": "^7.4|^8.0"
},
"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": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/filesystem/tree/v8.1.0"
2025-12-11 17:17:01 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-29T05:06:50+00:00"
2025-12-11 17:17:01 +00:00
},
{
"name": "symfony/finder",
2026-06-29 20:13:11 +01:00
"version": "v8.1.1",
2025-12-11 17:17:01 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2026-06-29 20:13:11 +01:00
"reference": "e2989e762c70f9490fa3a00a0ac0fae5aa97a531"
2025-12-11 17:17:01 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/finder/zipball/e2989e762c70f9490fa3a00a0ac0fae5aa97a531",
"reference": "e2989e762c70f9490fa3a00a0ac0fae5aa97a531",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2026-06-29 20:13:11 +01:00
"php": ">=8.4.1"
2022-06-01 21:20:32 +01:00
},
"require-dev": {
2026-04-07 09:01:19 +01:00
"symfony/filesystem": "^7.4|^8.0"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-01-31 14:50:01 +00:00
"description": "Finds files and directories via an intuitive fluent interface",
2016-05-19 15:01:28 +01:00
"homepage": "https://symfony.com",
2021-01-31 14:50:01 +00:00
"support": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/finder/tree/v8.1.1"
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"
},
2025-08-17 11:12:55 +01:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2020-06-10 20:48:23 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-06-27T09:05:56+00:00"
2019-07-13 13:02:45 +01:00
},
2022-06-02 09:40:34 +01:00
{
"name": "symfony/html-sanitizer",
2026-06-29 20:13:11 +01:00
"version": "v8.1.1",
2022-06-02 09:40:34 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/html-sanitizer.git",
2026-06-29 20:13:11 +01:00
"reference": "09e1f2f9a3c8dcdca072587dc71999c1921c07cb"
2022-06-02 09:40:34 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/html-sanitizer/zipball/09e1f2f9a3c8dcdca072587dc71999c1921c07cb",
"reference": "09e1f2f9a3c8dcdca072587dc71999c1921c07cb",
2022-06-02 09:40:34 +01:00
"shasum": ""
},
"require": {
"ext-dom": "*",
2023-08-28 09:37:30 +00:00
"league/uri": "^6.5|^7.0",
2026-06-29 20:13:11 +01:00
"php": ">=8.4.1"
2022-06-02 09:40:34 +01:00
},
"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": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/html-sanitizer/tree/v8.1.1"
2022-06-02 09:40:34 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
2025-08-17 11:12:55 +01:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2022-06-02 09:40:34 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-06-06T11:11:44+00:00"
2022-06-02 09:40:34 +01:00
},
2019-07-13 13:02:45 +01:00
{
"name": "symfony/http-foundation",
2026-06-29 20:13:11 +01:00
"version": "v8.1.1",
2019-07-13 13:02:45 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
2026-06-29 20:13:11 +01:00
"reference": "6a168c8fcee806b57ac020244da14293d1f9a883"
2019-07-13 13:02:45 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/6a168c8fcee806b57ac020244da14293d1f9a883",
"reference": "6a168c8fcee806b57ac020244da14293d1f9a883",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2026-06-29 20:13:11 +01:00
"php": ">=8.4.1",
"symfony/deprecation-contracts": "^2.5|^3",
2025-12-11 17:17:01 +00:00
"symfony/polyfill-mbstring": "^1.1"
2016-05-19 15:01:28 +01:00
},
2022-12-02 19:23:36 +00:00
"conflict": {
2026-04-07 09:01:19 +01:00
"doctrine/dbal": "<4.3"
2022-12-02 19:23:36 +00:00
},
2016-05-19 15:01:28 +01:00
"require-dev": {
2026-04-07 09:01:19 +01:00
"doctrine/dbal": "^4.3",
2023-05-31 09:57:11 +00:00
"predis/predis": "^1.1|^2.0",
2026-04-07 09:01:19 +01:00
"symfony/cache": "^7.4|^8.0",
"symfony/clock": "^7.4|^8.0",
"symfony/dependency-injection": "^7.4|^8.0",
"symfony/expression-language": "^7.4|^8.0",
"symfony/http-kernel": "^7.4|^8.0",
"symfony/mime": "^7.4|^8.0",
"symfony/rate-limiter": "^7.4|^8.0"
2020-06-13 16:32:42 +01:00
},
2016-05-19 15:01:28 +01:00
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpFoundation\\": ""
},
"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": "Defines an object-oriented layer for the HTTP specification",
2016-05-19 15:01:28 +01:00
"homepage": "https://symfony.com",
2021-01-31 14:50:01 +00:00
"support": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/http-foundation/tree/v8.1.1"
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"
},
2025-08-17 11:12:55 +01:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2020-06-10 20:48:23 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-06-12T08:43:41+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "symfony/http-kernel",
2026-06-29 20:13:11 +01:00
"version": "v8.1.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
2026-06-29 20:13:11 +01:00
"reference": "89d8d6e7fbab3d9eda89ccb5ecdf44a74c4ec9d2"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/89d8d6e7fbab3d9eda89ccb5ecdf44a74c4ec9d2",
"reference": "89d8d6e7fbab3d9eda89ccb5ecdf44a74c4ec9d2",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2026-06-29 20:13:11 +01:00
"php": ">=8.4.1",
2022-02-27 19:42:49 +00:00
"psr/log": "^1|^2|^3",
2026-06-29 20:13:11 +01:00
"symfony/deprecation-contracts": "^2.5|^3",
2026-04-07 09:01:19 +01:00
"symfony/error-handler": "^7.4|^8.0",
"symfony/event-dispatcher": "^7.4|^8.0",
2025-12-11 17:17:01 +00:00
"symfony/http-foundation": "^7.4|^8.0",
2022-02-27 19:42:49 +00:00
"symfony/polyfill-ctype": "^1.8"
2016-05-19 15:01:28 +01:00
},
"conflict": {
2026-06-29 20:13:11 +01:00
"symfony/dependency-injection": "<8.1",
2025-12-11 17:17:01 +00:00
"symfony/flex": "<2.10",
2023-05-31 09:57:11 +00:00
"symfony/http-client-contracts": "<2.5",
"symfony/translation-contracts": "<2.5",
2026-06-29 20:13:11 +01:00
"symfony/var-dumper": "<8.1",
"symfony/web-profiler-bundle": "<8.1",
2026-04-07 09:01:19 +01:00
"twig/twig": "<3.21"
2016-05-19 15:01:28 +01: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
},
2016-05-19 15:01:28 +01:00
"require-dev": {
2021-03-17 18:38:18 +00:00
"psr/cache": "^1.0|^2.0|^3.0",
2026-04-07 09:01:19 +01:00
"symfony/browser-kit": "^7.4|^8.0",
"symfony/clock": "^7.4|^8.0",
"symfony/config": "^7.4|^8.0",
"symfony/console": "^7.4|^8.0",
"symfony/css-selector": "^7.4|^8.0",
2026-06-29 20:13:11 +01:00
"symfony/dependency-injection": "^8.1",
2026-04-07 09:01:19 +01:00
"symfony/dom-crawler": "^7.4|^8.0",
"symfony/expression-language": "^7.4|^8.0",
"symfony/finder": "^7.4|^8.0",
2023-05-31 09:57:11 +00:00
"symfony/http-client-contracts": "^2.5|^3",
2026-04-07 09:01:19 +01:00
"symfony/process": "^7.4|^8.0",
"symfony/property-access": "^7.4|^8.0",
2026-06-29 20:13:11 +01:00
"symfony/rate-limiter": "^7.4|^8.0",
2026-04-07 09:01:19 +01:00
"symfony/routing": "^7.4|^8.0",
"symfony/serializer": "^7.4|^8.0",
"symfony/stopwatch": "^7.4|^8.0",
"symfony/translation": "^7.4|^8.0",
2023-05-31 09:57:11 +00:00
"symfony/translation-contracts": "^2.5|^3",
2026-04-07 09:01:19 +01:00
"symfony/uid": "^7.4|^8.0",
"symfony/validator": "^7.4|^8.0",
2026-06-29 20:13:11 +01:00
"symfony/var-dumper": "^8.1",
2026-04-07 09:01:19 +01:00
"symfony/var-exporter": "^7.4|^8.0",
"twig/twig": "^3.21"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpKernel\\": ""
},
"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 a structured process for converting a Request into a Response",
2016-05-19 15:01:28 +01:00
"homepage": "https://symfony.com",
2021-01-31 14:50:01 +00:00
"support": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/http-kernel/tree/v8.1.1"
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"
},
2025-08-17 11:12:55 +01:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2020-06-10 20:48:23 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-06-27T09:27:36+00:00"
2019-05-31 11:27:06 +01:00
},
{
2022-02-27 19:42:49 +00:00
"name": "symfony/mailer",
2026-06-29 20:13:11 +01:00
"version": "v8.1.1",
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",
2026-06-29 20:13:11 +01:00
"reference": "4fa583a7377f28d54e4de442fba76375b2e20a12"
2019-05-31 11:27:06 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/mailer/zipball/4fa583a7377f28d54e4de442fba76375b2e20a12",
"reference": "4fa583a7377f28d54e4de442fba76375b2e20a12",
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",
2026-06-29 20:13:11 +01:00
"php": ">=8.4.1",
2022-02-27 19:42:49 +00:00
"psr/event-dispatcher": "^1",
"psr/log": "^1|^2|^3",
2026-04-07 09:01:19 +01:00
"symfony/event-dispatcher": "^7.4|^8.0",
"symfony/mime": "^7.4|^8.0",
2023-05-31 09:57:11 +00:00
"symfony/service-contracts": "^2.5|^3"
2022-02-27 19:42:49 +00:00
},
"conflict": {
2026-04-07 09:01:19 +01:00
"symfony/http-client-contracts": "<2.5"
2022-02-27 19:42:49 +00:00
},
"require-dev": {
2026-04-07 09:01:19 +01:00
"symfony/console": "^7.4|^8.0",
"symfony/http-client": "^7.4|^8.0",
"symfony/messenger": "^7.4|^8.0",
"symfony/twig-bridge": "^7.4|^8.0"
2022-02-27 19:42:49 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Mailer\\": ""
},
"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": "Helps sending emails",
"homepage": "https://symfony.com",
"support": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/mailer/tree/v8.1.1"
2022-02-27 19:42:49 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
2025-08-17 11:12:55 +01:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2022-02-27 19:42:49 +00:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-06-16T12:55:20+00:00"
2022-02-27 19:42:49 +00:00
},
{
"name": "symfony/mime",
2026-06-29 20:13:11 +01:00
"version": "v8.1.0",
2022-02-27 19:42:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
2026-06-29 20:13:11 +01:00
"reference": "b164ae7e3f7915aacfe9ee155f2f358502440664"
2022-02-27 19:42:49 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/mime/zipball/b164ae7e3f7915aacfe9ee155f2f358502440664",
"reference": "b164ae7e3f7915aacfe9ee155f2f358502440664",
2022-02-27 19:42:49 +00:00
"shasum": ""
},
"require": {
2026-06-29 20:13:11 +01:00
"php": ">=8.4.1",
2019-05-31 11:27:06 +01:00
"symfony/polyfill-intl-idn": "^1.10",
2022-02-27 19:42:49 +00:00
"symfony/polyfill-mbstring": "^1.0"
2019-05-31 11:27:06 +01:00
},
2020-01-26 17:50:49 +00:00
"conflict": {
2021-03-17 18:38:18 +00:00
"egulias/email-validator": "~3.0.0",
2026-04-07 09:01:19 +01:00
"phpdocumentor/reflection-docblock": "<5.2|>=7",
"phpdocumentor/type-resolver": "<1.5.1"
2020-01-26 17:50:49 +00:00
},
2019-05-31 11:27:06 +01: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",
2026-04-07 09:01:19 +01:00
"phpdocumentor/reflection-docblock": "^5.2|^6.0",
"symfony/dependency-injection": "^7.4|^8.0",
"symfony/process": "^7.4|^8.0",
"symfony/property-access": "^7.4|^8.0",
"symfony/property-info": "^7.4|^8.0",
"symfony/serializer": "^7.4|^8.0"
2019-05-31 11:27:06 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Mime\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-01-31 14:50:01 +00:00
"description": "Allows manipulating MIME messages",
2019-05-31 11:27:06 +01:00
"homepage": "https://symfony.com",
"keywords": [
"mime",
"mime-type"
],
2021-01-31 14:50:01 +00:00
"support": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/mime/tree/v8.1.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"
},
2025-08-17 11:12:55 +01:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2020-06-10 20:48:23 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-29T05:06:50+00:00"
2016-05-19 15:01:28 +01:00
},
{
2018-06-23 23:21:26 +01:00
"name": "symfony/polyfill-ctype",
2026-06-29 20:13:11 +01:00
"version": "v1.37.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2018-06-23 23:21:26 +01:00
"url": "https://github.com/symfony/polyfill-ctype.git",
2026-06-29 20:13:11 +01:00
"reference": "141046a8f9477948ff284fa65be2095baafb94f2"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/141046a8f9477948ff284fa65be2095baafb94f2",
"reference": "141046a8f9477948ff284fa65be2095baafb94f2",
2018-06-23 23:21:26 +01:00
"shasum": ""
},
"require": {
2024-10-23 09:16:11 +01:00
"php": ">=7.2"
2018-06-23 23:21:26 +01:00
},
2022-01-08 18:40:34 +00:00
"provide": {
"ext-ctype": "*"
},
2018-10-05 20:37:08 +01:00
"suggest": {
"ext-ctype": "For best performance"
},
2018-06-23 23:21:26 +01:00
"type": "library",
"extra": {
2020-06-25 20:50:32 +01:00
"thanks": {
2025-01-25 11:47:43 +00:00
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
2018-06-23 23:21:26 +01:00
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-02-27 19:42:49 +00:00
],
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
}
2018-06-23 23:21:26 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-08-18 18:41:56 +01:00
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
2018-06-23 23:21:26 +01:00
},
{
2019-08-18 18:41:56 +01:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2018-06-23 23:21:26 +01:00
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2021-01-31 14:50:01 +00:00
"support": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.37.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"
},
2025-10-30 11:49:54 +00:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2020-06-10 20:48:23 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-04-10T16:19:22+00:00"
2018-06-23 23:21:26 +01:00
},
2020-06-13 16:32:42 +01:00
{
"name": "symfony/polyfill-intl-grapheme",
2026-06-29 20:13:11 +01:00
"version": "v1.38.1",
2020-06-13 16:32:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
2026-06-29 20:13:11 +01:00
"reference": "e9247d281d694a5120554d9afaf54e070e88a603"
2020-06-13 16:32:42 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/e9247d281d694a5120554d9afaf54e070e88a603",
"reference": "e9247d281d694a5120554d9afaf54e070e88a603",
2020-06-13 16:32:42 +01:00
"shasum": ""
},
"require": {
2024-10-23 09:16:11 +01:00
"php": ">=7.2"
2020-06-13 16:32:42 +01:00
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
2020-06-25 20:50:32 +01:00
"thanks": {
2025-01-25 11:47:43 +00:00
"url": "https://github.com/symfony/polyfill",
"name": "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\\Grapheme\\": ""
}
2020-06-13 16:32:42 +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": "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": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.38.1"
2021-01-31 14:50:01 +00:00
},
2020-06-13 16:32:42 +01:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
2025-10-30 11:49:54 +00:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2020-06-13 16:32:42 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-26T05:58:03+00:00"
2020-06-13 16:32:42 +01:00
},
2019-03-17 14:08:49 +00:00
{
"name": "symfony/polyfill-intl-idn",
2026-06-29 20:13:11 +01:00
"version": "v1.38.1",
2019-03-17 14:08:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
2026-06-29 20:13:11 +01:00
"reference": "dc21118016c039a66235cf93d96b435ffb282412"
2019-03-17 14:08:49 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/dc21118016c039a66235cf93d96b435ffb282412",
"reference": "dc21118016c039a66235cf93d96b435ffb282412",
2019-03-17 14:08:49 +00:00
"shasum": ""
},
"require": {
2024-10-23 09:16:11 +01:00
"php": ">=7.2",
"symfony/polyfill-intl-normalizer": "^1.10"
2019-03-17 14:08:49 +00:00
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
2020-06-25 20:50:32 +01:00
"thanks": {
2025-01-25 11:47:43 +00:00
"url": "https://github.com/symfony/polyfill",
"name": "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\\Idn\\": ""
}
2019-03-17 14:08:49 +00: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": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.38.1"
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"
},
2025-10-30 11:49:54 +00:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2020-06-10 20:48:23 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-25T15:22:23+00:00"
2019-03-17 14:08:49 +00:00
},
2020-06-13 16:32:42 +01:00
{
"name": "symfony/polyfill-intl-normalizer",
2026-06-29 20:13:11 +01:00
"version": "v1.38.0",
2020-06-13 16:32:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2026-06-29 20:13:11 +01:00
"reference": "2d446c214bdbe5b71bde5011b060a05fece3ae6b"
2020-06-13 16:32:42 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/2d446c214bdbe5b71bde5011b060a05fece3ae6b",
"reference": "2d446c214bdbe5b71bde5011b060a05fece3ae6b",
2020-06-13 16:32:42 +01:00
"shasum": ""
},
"require": {
2024-10-23 09:16:11 +01:00
"php": ">=7.2"
2020-06-13 16:32:42 +01:00
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
2020-06-25 20:50:32 +01:00
"thanks": {
2025-01-25 11:47:43 +00:00
"url": "https://github.com/symfony/polyfill",
"name": "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": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.38.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"
},
2025-10-30 11:49:54 +00:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2020-06-13 16:32:42 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-25T13:48:31+00:00"
2020-06-13 16:32:42 +01:00
},
2018-06-23 23:21:26 +01:00
{
"name": "symfony/polyfill-mbstring",
2026-06-29 20:13:11 +01:00
"version": "v1.38.2",
2018-06-23 23:21:26 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2026-06-29 20:13:11 +01:00
"reference": "d3d318bad5e7a1bfbd026009c8bfb8d8f99ae6b6"
2018-06-23 23:21:26 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d3d318bad5e7a1bfbd026009c8bfb8d8f99ae6b6",
"reference": "d3d318bad5e7a1bfbd026009c8bfb8d8f99ae6b6",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2025-06-30 19:43:28 +01:00
"ext-iconv": "*",
2024-10-23 09:16:11 +01:00
"php": ">=7.2"
2016-05-19 15:01:28 +01:00
},
2022-01-08 18:40:34 +00:00
"provide": {
"ext-mbstring": "*"
},
2016-05-19 15:01:28 +01:00
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
2020-06-25 20:50:32 +01:00
"thanks": {
2025-01-25 11:47:43 +00:00
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"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": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
2021-01-31 14:50:01 +00:00
"support": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.38.2"
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"
},
2025-10-30 11:49:54 +00:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2020-06-10 20:48:23 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-27T06:59:30+00:00"
2017-12-07 15:39:19 +00:00
},
2019-05-31 11:27:06 +01:00
{
2020-06-10 20:48:23 +01:00
"name": "symfony/polyfill-php80",
2026-06-29 20:13:11 +01:00
"version": "v1.37.0",
2019-05-31 11:27:06 +01:00
"source": {
"type": "git",
2020-06-10 20:48:23 +01:00
"url": "https://github.com/symfony/polyfill-php80.git",
2026-06-29 20:13:11 +01:00
"reference": "dfb55726c3a76ea3b6459fcfda1ec2d80a682411"
2019-05-31 11:27:06 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dfb55726c3a76ea3b6459fcfda1ec2d80a682411",
"reference": "dfb55726c3a76ea3b6459fcfda1ec2d80a682411",
2020-06-10 20:48:23 +01:00
"shasum": ""
},
"require": {
2024-10-23 09:16:11 +01:00
"php": ">=7.2"
2020-06-10 20:48:23 +01:00
},
"type": "library",
"extra": {
2020-06-25 20:50:32 +01:00
"thanks": {
2025-01-25 11:47:43 +00:00
"url": "https://github.com/symfony/polyfill",
"name": "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": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/polyfill-php80/tree/v1.37.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"
},
2025-10-30 11:49:54 +00:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2020-06-10 20:48:23 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-04-10T16:19:22+00:00"
2020-06-10 20:48:23 +01:00
},
2023-05-31 09:57:11 +00:00
{
"name": "symfony/polyfill-php83",
2026-06-29 20:13:11 +01:00
"version": "v1.38.2",
2023-05-31 09:57:11 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php83.git",
2026-06-29 20:13:11 +01:00
"reference": "796a26abb75ce49f3a84433cd81bf1009d73d5f8"
2023-05-31 09:57:11 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/796a26abb75ce49f3a84433cd81bf1009d73d5f8",
"reference": "796a26abb75ce49f3a84433cd81bf1009d73d5f8",
2023-05-31 09:57:11 +00:00
"shasum": ""
},
"require": {
2024-10-23 09:16:11 +01:00
"php": ">=7.2"
2023-05-31 09:57:11 +00:00
},
"type": "library",
"extra": {
"thanks": {
2025-01-25 11:47:43 +00:00
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
2023-05-31 09:57:11 +00:00
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php83\\": ""
2023-08-28 17:24:28 +00:00
},
"classmap": [
"Resources/stubs"
]
2023-05-31 09:57:11 +00: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": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/polyfill-php83/tree/v1.38.2"
2023-05-31 09:57:11 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
2025-10-30 11:49:54 +00:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2023-05-31 09:57:11 +00:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-27T06:51:48+00:00"
2023-05-31 09:57:11 +00:00
},
2025-08-17 11:12:55 +01:00
{
"name": "symfony/polyfill-php84",
2026-06-29 20:13:11 +01:00
"version": "v1.38.1",
2025-08-17 11:12:55 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php84.git",
2026-06-29 20:13:11 +01:00
"reference": "f4e1dfaee5b74aba5964fe1fd4dfc7ba5e3085fa"
2025-08-17 11:12:55 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/f4e1dfaee5b74aba5964fe1fd4dfc7ba5e3085fa",
"reference": "f4e1dfaee5b74aba5964fe1fd4dfc7ba5e3085fa",
2025-08-17 11:12:55 +01:00
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"type": "library",
"extra": {
"thanks": {
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php84\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/polyfill-php84/tree/v1.38.1"
2025-08-17 11:12:55 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
2025-10-30 11:49:54 +00:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2025-08-17 11:12:55 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-26T12:51:13+00:00"
2025-08-17 11:12:55 +01:00
},
{
"name": "symfony/polyfill-php85",
2026-06-29 20:13:11 +01:00
"version": "v1.38.1",
2025-08-17 11:12:55 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php85.git",
2026-06-29 20:13:11 +01:00
"reference": "ba2ba04f3352cfa2dcbbcb90aee13ed967f505b1"
2025-08-17 11:12:55 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php85/zipball/ba2ba04f3352cfa2dcbbcb90aee13ed967f505b1",
"reference": "ba2ba04f3352cfa2dcbbcb90aee13ed967f505b1",
2025-08-17 11:12:55 +01:00
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"type": "library",
"extra": {
"thanks": {
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php85\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.5+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/polyfill-php85/tree/v1.38.1"
2025-08-17 11:12:55 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
2025-10-30 11:49:54 +00:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2025-08-17 11:12:55 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-26T02:25:22+00:00"
2025-08-17 11:12:55 +01:00
},
2022-09-21 09:01:22 +00:00
{
2026-06-29 20:13:11 +01:00
"name": "symfony/polyfill-php86",
"version": "v1.38.0",
2022-09-21 09:01:22 +00:00
"source": {
"type": "git",
2026-06-29 20:13:11 +01:00
"url": "https://github.com/symfony/polyfill-php86.git",
"reference": "fcec68d64f46dc84e1f6ffcf2c6dda40ff3143ad"
2022-09-21 09:01:22 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php86/zipball/fcec68d64f46dc84e1f6ffcf2c6dda40ff3143ad",
"reference": "fcec68d64f46dc84e1f6ffcf2c6dda40ff3143ad",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"type": "library",
"extra": {
"thanks": {
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php86\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.6+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php86/tree/v1.38.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2026-05-25T11:52:35+00:00"
},
{
"name": "symfony/polyfill-uuid",
"version": "v1.37.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-uuid.git",
"reference": "26dfec253c4cf3e51b541b52ddf7e42cb0908e94"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/26dfec253c4cf3e51b541b52ddf7e42cb0908e94",
"reference": "26dfec253c4cf3e51b541b52ddf7e42cb0908e94",
2022-09-21 09:01:22 +00:00
"shasum": ""
},
"require": {
2024-10-23 09:16:11 +01:00
"php": ">=7.2"
2022-09-21 09:01:22 +00:00
},
"provide": {
"ext-uuid": "*"
},
"suggest": {
"ext-uuid": "For best performance"
},
"type": "library",
"extra": {
"thanks": {
2025-01-25 11:47:43 +00:00
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
2022-09-21 09:01:22 +00:00
}
},
"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": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/polyfill-uuid/tree/v1.37.0"
2022-09-21 09:01:22 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
2025-10-30 11:49:54 +00:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2022-09-21 09:01:22 +00:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-04-10T16:19:22+00:00"
2022-09-21 09:01:22 +00:00
},
2021-10-01 18:20:27 +01:00
{
"name": "symfony/process",
2026-06-29 20:13:11 +01:00
"version": "v8.1.0",
2021-10-01 18:20:27 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2026-06-29 20:13:11 +01:00
"reference": "c4a9e58f235a6bf7f97ffbfedae2687353ac79e5"
2021-10-01 18:20:27 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/process/zipball/c4a9e58f235a6bf7f97ffbfedae2687353ac79e5",
"reference": "c4a9e58f235a6bf7f97ffbfedae2687353ac79e5",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2026-06-29 20:13:11 +01:00
"php": ">=8.4.1"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"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": "Executes commands in sub-processes",
2016-05-19 15:01:28 +01:00
"homepage": "https://symfony.com",
2021-01-31 14:50:01 +00:00
"support": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/process/tree/v8.1.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"
},
2025-10-30 11:49:54 +00:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2020-06-10 20:48:23 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-29T05:06:50+00:00"
2016-05-19 15:01:28 +01:00
},
{
2024-06-02 10:16:16 +01:00
"name": "symfony/property-access",
2026-06-29 20:13:11 +01:00
"version": "v8.1.0",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2024-06-02 10:16:16 +01:00
"url": "https://github.com/symfony/property-access.git",
2026-06-29 20:13:11 +01:00
"reference": "9261ef060f26cc7b728f67f141ba19b98a6209a9"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/property-access/zipball/9261ef060f26cc7b728f67f141ba19b98a6209a9",
"reference": "9261ef060f26cc7b728f67f141ba19b98a6209a9",
2024-06-02 10:16:16 +01:00
"shasum": ""
},
"require": {
2026-06-29 20:13:11 +01:00
"php": ">=8.4.1",
"symfony/property-info": "^7.4.4|^8.0.4"
2024-06-02 10:16:16 +01:00
},
"require-dev": {
2026-06-29 20:13:11 +01:00
"symfony/cache": "^7.4|^8.0",
"symfony/var-exporter": "^7.4|^8.0"
2024-06-02 10:16:16 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\PropertyAccess\\": ""
},
"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 functions to read and write from/to an object or array using a simple string notation",
"homepage": "https://symfony.com",
"keywords": [
"access",
"array",
"extraction",
"index",
"injection",
"object",
"property",
"property-path",
"reflection"
],
"support": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/property-access/tree/v8.1.0"
2024-06-02 10:16:16 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
2025-08-17 11:12:55 +01:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2024-06-02 10:16:16 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-29T05:06:50+00:00"
2024-06-02 10:16:16 +01:00
},
{
"name": "symfony/property-info",
2026-06-29 20:13:11 +01:00
"version": "v8.1.0",
2024-06-02 10:16:16 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/property-info.git",
2026-06-29 20:13:11 +01:00
"reference": "4721e8c56d0cd2378e0ef9a9899f810008b859f7"
2024-06-02 10:16:16 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/property-info/zipball/4721e8c56d0cd2378e0ef9a9899f810008b859f7",
"reference": "4721e8c56d0cd2378e0ef9a9899f810008b859f7",
2024-06-02 10:16:16 +01:00
"shasum": ""
},
"require": {
2026-06-29 20:13:11 +01:00
"php": ">=8.4.1",
"symfony/string": "^7.4|^8.0",
2026-04-07 09:01:19 +01:00
"symfony/type-info": "^7.4.7|^8.0.7"
2024-06-02 10:16:16 +01:00
},
"conflict": {
2026-04-07 09:01:19 +01:00
"phpdocumentor/reflection-docblock": "<5.2|>=7",
2026-06-29 20:13:11 +01:00
"phpdocumentor/type-resolver": "<1.5.1"
2024-06-02 10:16:16 +01:00
},
"require-dev": {
2026-04-07 09:01:19 +01:00
"phpdocumentor/reflection-docblock": "^5.2|^6.0",
2025-01-25 11:47:43 +00:00
"phpstan/phpdoc-parser": "^1.0|^2.0",
2026-06-29 20:13:11 +01:00
"symfony/cache": "^7.4|^8.0",
"symfony/dependency-injection": "^7.4|^8.0",
"symfony/serializer": "^7.4|^8.0"
2024-06-02 10:16:16 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\PropertyInfo\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kévin Dunglas",
"email": "dunglas@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Extracts information about PHP class' properties using metadata of popular sources",
"homepage": "https://symfony.com",
"keywords": [
"doctrine",
"phpdoc",
"property",
"symfony",
"type",
"validator"
],
"support": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/property-info/tree/v8.1.0"
2024-06-02 10:16:16 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
2025-10-30 11:49:54 +00:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2024-06-02 10:16:16 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-29T05:06:50+00:00"
2024-06-02 10:16:16 +01:00
},
{
"name": "symfony/routing",
2026-06-29 20:13:11 +01:00
"version": "v8.1.0",
2024-06-02 10:16:16 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
2026-06-29 20:13:11 +01:00
"reference": "fe0bfec72c8a806109fb9c3a5f2b898fe0c76eb3"
2024-06-02 10:16:16 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/routing/zipball/fe0bfec72c8a806109fb9c3a5f2b898fe0c76eb3",
"reference": "fe0bfec72c8a806109fb9c3a5f2b898fe0c76eb3",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2026-06-29 20:13:11 +01:00
"php": ">=8.4.1",
2023-08-01 09:42:24 +00:00
"symfony/deprecation-contracts": "^2.5|^3"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2021-10-01 18:20:27 +01:00
"psr/log": "^1|^2|^3",
2026-04-07 09:01:19 +01:00
"symfony/config": "^7.4|^8.0",
"symfony/dependency-injection": "^7.4|^8.0",
"symfony/expression-language": "^7.4|^8.0",
"symfony/http-foundation": "^7.4|^8.0",
"symfony/yaml": "^7.4|^8.0"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Routing\\": ""
},
"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": "Maps an HTTP request to a set of configuration variables",
2016-05-19 15:01:28 +01:00
"homepage": "https://symfony.com",
"keywords": [
"router",
"routing",
"uri",
"url"
],
2021-01-31 14:50:01 +00:00
"support": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/routing/tree/v8.1.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"
},
2025-08-17 11:12:55 +01:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2020-06-10 20:48:23 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-29T05:06:50+00:00"
2016-05-19 15:01:28 +01:00
},
{
2024-06-02 10:16:16 +01:00
"name": "symfony/serializer",
2026-06-29 20:13:11 +01:00
"version": "v8.1.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2024-06-02 10:16:16 +01:00
"url": "https://github.com/symfony/serializer.git",
2026-06-29 20:13:11 +01:00
"reference": "f911b744bc24658f435ea30439cfe536f0173a3a"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/serializer/zipball/f911b744bc24658f435ea30439cfe536f0173a3a",
"reference": "f911b744bc24658f435ea30439cfe536f0173a3a",
2024-06-02 10:16:16 +01:00
"shasum": ""
},
"require": {
2026-06-29 20:13:11 +01:00
"php": ">=8.4.1",
2024-06-24 09:58:14 +00:00
"symfony/deprecation-contracts": "^2.5|^3",
2026-06-29 20:13:11 +01:00
"symfony/polyfill-ctype": "^1.8"
2024-06-02 10:16:16 +01:00
},
"conflict": {
2026-04-07 09:01:19 +01:00
"phpdocumentor/reflection-docblock": "<5.2|>=7",
2026-02-21 17:06:37 +00:00
"phpdocumentor/type-resolver": "<1.5.1",
2026-06-29 20:13:11 +01:00
"symfony/property-access": "<8.1",
"symfony/property-info": "<7.4",
"symfony/type-info": "<7.4"
2024-06-02 10:16:16 +01:00
},
"require-dev": {
2026-04-07 09:01:19 +01:00
"phpdocumentor/reflection-docblock": "^5.2|^6.0",
2025-01-25 11:47:43 +00:00
"phpstan/phpdoc-parser": "^1.0|^2.0",
2024-06-02 10:16:16 +01:00
"seld/jsonlint": "^1.10",
2026-06-29 20:13:11 +01:00
"symfony/cache": "^7.4|^8.0",
"symfony/config": "^7.4|^8.0",
"symfony/console": "^7.4|^8.0",
"symfony/dependency-injection": "^7.4|^8.0",
"symfony/error-handler": "^7.4|^8.0",
"symfony/filesystem": "^7.4|^8.0",
"symfony/form": "^7.4|^8.0",
"symfony/http-foundation": "^7.4|^8.0",
"symfony/http-kernel": "^7.4|^8.0",
"symfony/messenger": "^7.4|^8.0",
"symfony/mime": "^7.4|^8.0",
"symfony/property-access": "^8.1",
"symfony/property-info": "^7.4|^8.0",
2024-06-02 10:16:16 +01:00
"symfony/translation-contracts": "^2.5|^3",
2026-06-29 20:13:11 +01:00
"symfony/type-info": "^7.4|^8.0",
"symfony/uid": "^7.4|^8.0",
"symfony/validator": "^7.4|^8.0",
"symfony/var-dumper": "^7.4|^8.0",
"symfony/var-exporter": "^7.4|^8.0",
"symfony/yaml": "^7.4|^8.0"
2024-06-02 10:16:16 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Serializer\\": ""
},
"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": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
"homepage": "https://symfony.com",
"support": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/serializer/tree/v8.1.1"
2024-06-02 10:16:16 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
2025-08-17 11:12:55 +01:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2024-06-02 10:16:16 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-06-27T09:05:56+00:00"
2024-06-02 10:16:16 +01:00
},
{
"name": "symfony/service-contracts",
2026-06-29 20:13:11 +01:00
"version": "v3.7.1",
2024-06-02 10:16:16 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
2026-06-29 20:13:11 +01:00
"reference": "c0a284bab1ed8aa0417e3d69250ab437739563a0"
2024-06-02 10:16:16 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/c0a284bab1ed8aa0417e3d69250ab437739563a0",
"reference": "c0a284bab1ed8aa0417e3d69250ab437739563a0",
2019-05-31 11:27:06 +01:00
"shasum": ""
},
"require": {
2022-06-01 21:20:32 +01:00
"php": ">=8.1",
2024-06-02 10:16:16 +01:00
"psr/container": "^1.1|^2.0",
"symfony/deprecation-contracts": "^2.5|^3"
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
"type": "library",
"extra": {
2025-01-25 11:47:43 +00:00
"thanks": {
"url": "https://github.com/symfony/contracts",
"name": "symfony/contracts"
},
2019-05-31 11:27:06 +01:00
"branch-alias": {
2026-06-29 20:13:11 +01:00
"dev-main": "3.7-dev"
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": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/service-contracts/tree/v3.7.1"
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"
},
2025-12-11 17:17:01 +00:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2020-06-10 20:48:23 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-06-16T09:55:08+00:00"
2019-05-31 11:27:06 +01:00
},
{
2020-06-13 16:32:42 +01:00
"name": "symfony/string",
2026-06-29 20:13:11 +01:00
"version": "v8.1.0",
2019-05-31 11:27:06 +01:00
"source": {
"type": "git",
2020-06-13 16:32:42 +01:00
"url": "https://github.com/symfony/string.git",
2026-06-29 20:13:11 +01:00
"reference": "afd5944f4005862d961efb85c8bbd5c523c4e3c9"
2019-05-31 11:27:06 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/string/zipball/afd5944f4005862d961efb85c8bbd5c523c4e3c9",
"reference": "afd5944f4005862d961efb85c8bbd5c523c4e3c9",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2026-06-29 20:13:11 +01:00
"php": ">=8.4.1",
2025-12-11 17:17:01 +00:00
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-intl-grapheme": "^1.33",
"symfony/polyfill-intl-normalizer": "^1.0",
"symfony/polyfill-mbstring": "^1.0"
2021-12-17 19:58:52 +00:00
},
"conflict": {
2023-05-31 09:57:11 +00:00
"symfony/translation-contracts": "<2.5"
2020-06-13 16:32:42 +01:00
},
"require-dev": {
2025-12-11 17:17:01 +00:00
"symfony/emoji": "^7.4|^8.0",
"symfony/http-client": "^7.4|^8.0",
"symfony/intl": "^7.4|^8.0",
2023-05-31 09:57:11 +00:00
"symfony/translation-contracts": "^2.5|^3.0",
2025-12-11 17:17:01 +00:00
"symfony/var-exporter": "^7.4|^8.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": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/string/tree/v8.1.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"
},
2025-08-17 11:12:55 +01:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2020-06-13 16:32:42 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-29T05:06:50+00:00"
2020-06-13 16:32:42 +01:00
},
{
"name": "symfony/translation",
2026-06-29 20:13:11 +01:00
"version": "v8.1.1",
2020-06-13 16:32:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
2026-06-29 20:13:11 +01:00
"reference": "342b4218630dc2cf284cedcb2080c80b13404014"
2020-06-13 16:32:42 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/translation/zipball/342b4218630dc2cf284cedcb2080c80b13404014",
"reference": "342b4218630dc2cf284cedcb2080c80b13404014",
2020-06-13 16:32:42 +01:00
"shasum": ""
},
"require": {
2026-06-29 20:13:11 +01:00
"php": ">=8.4.1",
2025-12-11 17:17:01 +00:00
"symfony/polyfill-mbstring": "^1.0",
"symfony/translation-contracts": "^3.6.1"
2016-05-19 15:01:28 +01:00
},
"conflict": {
2025-06-30 19:43:28 +01:00
"nikic/php-parser": "<5.0",
2023-05-31 09:57:11 +00:00
"symfony/http-client-contracts": "<2.5",
2025-12-11 17:17:01 +00:00
"symfony/service-contracts": "<2.5"
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": {
2025-06-30 19:43:28 +01:00
"nikic/php-parser": "^5.0",
2021-10-01 18:20:27 +01:00
"psr/log": "^1|^2|^3",
2025-12-11 17:17:01 +00:00
"symfony/config": "^7.4|^8.0",
"symfony/console": "^7.4|^8.0",
"symfony/dependency-injection": "^7.4|^8.0",
"symfony/finder": "^7.4|^8.0",
2023-05-31 09:57:11 +00:00
"symfony/http-client-contracts": "^2.5|^3.0",
2025-12-11 17:17:01 +00:00
"symfony/http-kernel": "^7.4|^8.0",
"symfony/intl": "^7.4|^8.0",
2021-10-01 18:20:27 +01:00
"symfony/polyfill-intl-icu": "^1.21",
2025-12-11 17:17:01 +00:00
"symfony/routing": "^7.4|^8.0",
2023-05-31 09:57:11 +00:00
"symfony/service-contracts": "^2.5|^3",
2025-12-11 17:17:01 +00:00
"symfony/yaml": "^7.4|^8.0"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
2020-12-31 13:34:55 +00:00
"files": [
"Resources/functions.php"
],
2016-05-19 15:01:28 +01:00
"psr-4": {
"Symfony\\Component\\Translation\\": ""
},
"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 internationalize your application",
2016-05-19 15:01:28 +01:00
"homepage": "https://symfony.com",
2021-01-31 14:50:01 +00:00
"support": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/translation/tree/v8.1.1"
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"
},
2025-08-17 11:12:55 +01:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2020-06-10 20:48:23 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-06-06T11:11:44+00:00"
2016-05-19 15:01:28 +01:00
},
{
2019-05-31 11:27:06 +01:00
"name": "symfony/translation-contracts",
2026-06-29 20:13:11 +01:00
"version": "v3.7.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2019-05-31 11:27:06 +01:00
"url": "https://github.com/symfony/translation-contracts.git",
2026-06-29 20:13:11 +01:00
"reference": "ccb206b98faccc511ebae8e5fad50f2dc0b30621"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/ccb206b98faccc511ebae8e5fad50f2dc0b30621",
"reference": "ccb206b98faccc511ebae8e5fad50f2dc0b30621",
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
},
"type": "library",
"extra": {
2025-01-25 11:47:43 +00:00
"thanks": {
"url": "https://github.com/symfony/contracts",
"name": "symfony/contracts"
},
2019-05-31 11:27:06 +01:00
"branch-alias": {
2026-06-29 20:13:11 +01:00
"dev-main": "3.7-dev"
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": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/translation-contracts/tree/v3.7.1"
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"
},
2025-12-11 17:17:01 +00:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2020-06-10 20:48:23 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-06-05T06:23:12+00:00"
2019-05-31 11:27:06 +01:00
},
2024-06-29 14:25:02 +00:00
{
"name": "symfony/type-info",
2026-06-29 20:13:11 +01:00
"version": "v8.1.0",
2024-06-29 14:25:02 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/type-info.git",
2026-06-29 20:13:11 +01:00
"reference": "9f24df8a79781b9b9f030fea7dfd2f3bd1e7e7e7"
2024-06-29 14:25:02 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/type-info/zipball/9f24df8a79781b9b9f030fea7dfd2f3bd1e7e7e7",
"reference": "9f24df8a79781b9b9f030fea7dfd2f3bd1e7e7e7",
2024-06-29 14:25:02 +00:00
"shasum": ""
},
"require": {
2026-06-29 20:13:11 +01:00
"php": ">=8.4.1",
2025-12-11 17:17:01 +00:00
"psr/container": "^1.1|^2.0"
2025-06-30 19:43:28 +01:00
},
"conflict": {
"phpstan/phpdoc-parser": "<1.30"
2024-06-29 14:25:02 +00:00
},
"require-dev": {
2025-06-30 19:43:28 +01:00
"phpstan/phpdoc-parser": "^1.30|^2.0"
2024-06-29 14:25:02 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\TypeInfo\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mathias Arlaud",
"email": "mathias.arlaud@gmail.com"
},
{
"name": "Baptiste LEDUC",
"email": "baptiste.leduc@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Extracts PHP types information.",
"homepage": "https://symfony.com",
"keywords": [
"PHPStan",
"phpdoc",
"symfony",
"type"
],
"support": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/type-info/tree/v8.1.0"
2024-06-29 14:25:02 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
2025-08-17 11:12:55 +01:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2024-06-29 14:25:02 +00:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-29T05:06:50+00:00"
2024-06-29 14:25:02 +00:00
},
2022-09-21 09:01:22 +00:00
{
"name": "symfony/uid",
2026-06-29 20:13:11 +01:00
"version": "v8.1.0",
2022-09-21 09:01:22 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/uid.git",
2026-06-29 20:13:11 +01:00
"reference": "7393f157a55f7e70a4de0334435c55a5a8fe749a"
2022-09-21 09:01:22 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/uid/zipball/7393f157a55f7e70a4de0334435c55a5a8fe749a",
"reference": "7393f157a55f7e70a4de0334435c55a5a8fe749a",
2022-09-21 09:01:22 +00:00
"shasum": ""
},
"require": {
2026-06-29 20:13:11 +01:00
"php": ">=8.4.1",
2022-09-21 09:01:22 +00:00
"symfony/polyfill-uuid": "^1.15"
},
"require-dev": {
2026-06-29 20:13:11 +01:00
"symfony/console": "^7.4|^8.0"
2022-09-21 09:01:22 +00:00
},
"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": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/uid/tree/v8.1.0"
2022-09-21 09:01:22 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
2025-12-11 17:17:01 +00:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2022-09-21 09:01:22 +00:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-29T05:06:50+00:00"
2022-09-21 09:01:22 +00:00
},
2019-05-31 11:27:06 +01:00
{
"name": "symfony/var-dumper",
2026-06-29 20:13:11 +01:00
"version": "v8.1.1",
2019-05-31 11:27:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
2026-06-29 20:13:11 +01:00
"reference": "40096a2515a979f3125c5c928603995b8664c62a"
2019-05-31 11:27:06 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/40096a2515a979f3125c5c928603995b8664c62a",
"reference": "40096a2515a979f3125c5c928603995b8664c62a",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2026-06-29 20:13:11 +01:00
"php": ">=8.4.1",
2026-04-07 09:01:19 +01:00
"symfony/polyfill-mbstring": "^1.0"
2016-05-19 15:01:28 +01:00
},
2017-03-13 10:42:17 +00:00
"conflict": {
2026-04-07 09:01:19 +01:00
"symfony/console": "<7.4",
"symfony/error-handler": "<7.4"
2017-03-13 10:42:17 +00:00
},
2016-05-19 15:01:28 +01:00
"require-dev": {
2026-04-07 09:01:19 +01:00
"symfony/console": "^7.4|^8.0",
"symfony/http-kernel": "^7.4|^8.0",
"symfony/process": "^7.4|^8.0",
"symfony/uid": "^7.4|^8.0",
2025-01-25 11:47:43 +00:00
"twig/twig": "^3.12"
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": {
"files": [
"Resources/functions/dump.php"
],
"psr-4": {
"Symfony\\Component\\VarDumper\\": ""
},
"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 mechanisms for walking through any arbitrary PHP variable",
2016-05-19 15:01:28 +01:00
"homepage": "https://symfony.com",
"keywords": [
"debug",
"dump"
],
2021-01-31 14:50:01 +00:00
"support": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/var-dumper/tree/v8.1.1"
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"
},
2025-08-17 11:12:55 +01:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2020-06-10 20:48:23 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-06-09T10:54:51+00:00"
2016-05-19 15:01:28 +01:00
},
2026-07-14 18:37:05 +01:00
{
"name": "tempest/highlight",
"version": "2.27.0",
"source": {
"type": "git",
"url": "https://github.com/tempestphp/highlight.git",
"reference": "7eaf2f4030cc218320672902608b6226bb13a39a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tempestphp/highlight/zipball/7eaf2f4030cc218320672902608b6226bb13a39a",
"reference": "7eaf2f4030cc218320672902608b6226bb13a39a",
"shasum": ""
},
"require": {
"php": "^8.4"
},
"require-dev": {
"assertchris/ellison": "^1.0.2",
"friendsofphp/php-cs-fixer": "^3.84",
"league/commonmark": "^2.4",
"phpbench/phpbench": "^1.4",
"phpstan/phpstan": "^2.1",
"phpunit/phpunit": "^12.0",
"symfony/var-dumper": "^6.4|^7.0|^8.0"
},
"suggest": {
"assertchris/ellison": "Allows you to analyse sentence complexity",
"league/commonmark": "Adds markdown support"
},
"type": "library",
"autoload": {
"psr-4": {
"Tempest\\Highlight\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Brent Roose",
"email": "brendt@stitcher.io"
}
],
"description": "Fast, extensible, server-side code highlighting",
"support": {
"issues": "https://github.com/tempestphp/highlight/issues",
"source": "https://github.com/tempestphp/highlight/tree/2.27.0"
},
"funding": [
{
"url": "https://github.com/brendt",
"type": "github"
}
],
"time": "2026-06-29T09:11:42+00:00"
},
2017-02-03 21:49:49 +00:00
{
"name": "tijsverkoyen/css-to-inline-styles",
2026-02-21 17:06:37 +00:00
"version": "v2.4.0",
2017-02-03 21:49:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
2026-02-21 17:06:37 +00:00
"reference": "f0292ccf0ec75843d65027214426b6b163b48b41"
2017-02-03 21:49:49 +00:00
},
"dist": {
"type": "zip",
2026-02-21 17:06:37 +00:00
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/f0292ccf0ec75843d65027214426b6b163b48b41",
"reference": "f0292ccf0ec75843d65027214426b6b163b48b41",
2017-02-03 21:49:49 +00:00
"shasum": ""
},
"require": {
2019-10-27 16:15:14 +00:00
"ext-dom": "*",
"ext-libxml": "*",
2025-01-25 11:47:43 +00:00
"php": "^7.4 || ^8.0",
2026-02-21 17:06:37 +00:00
"symfony/css-selector": "^5.4 || ^6.0 || ^7.0 || ^8.0"
2017-02-03 21:49:49 +00:00
},
"require-dev": {
2025-01-25 11:47:43 +00:00
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpunit/phpunit": "^8.5.21 || ^9.5.10"
2017-02-03 21:49:49 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2025-01-25 11:47:43 +00:00
"dev-master": "2.x-dev"
2017-02-03 21:49:49 +00:00
}
},
"autoload": {
"psr-4": {
"TijsVerkoyen\\CssToInlineStyles\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Tijs Verkoyen",
"email": "css_to_inline_styles@verkoyen.eu",
"role": "Developer"
}
],
"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",
2026-02-21 17:06:37 +00:00
"source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.4.0"
2021-01-31 14:50:01 +00:00
},
2026-02-21 17:06:37 +00:00
"time": "2025-12-02T11:56:42+00:00"
2017-02-03 21:49:49 +00:00
},
2016-05-19 15:01:28 +01:00
{
"name": "vlucas/phpdotenv",
2026-02-21 17:06:37 +00:00
"version": "v5.6.3",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/vlucas/phpdotenv.git",
2026-02-21 17:06:37 +00:00
"reference": "955e7815d677a3eaa7075231212f2110983adecc"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2026-02-21 17:06:37 +00:00
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/955e7815d677a3eaa7075231212f2110983adecc",
"reference": "955e7815d677a3eaa7075231212f2110983adecc",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-10-17 17:15:06 +01:00
"ext-pcre": "*",
2026-02-21 17:06:37 +00:00
"graham-campbell/result-type": "^1.1.4",
2023-11-15 09:54:48 +00:00
"php": "^7.2.5 || ^8.0",
2026-02-21 17:06:37 +00:00
"phpoption/phpoption": "^1.9.5",
"symfony/polyfill-ctype": "^1.26",
"symfony/polyfill-mbstring": "^1.26",
"symfony/polyfill-php80": "^1.26"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2023-11-15 09:54:48 +00:00
"bamarni/composer-bin-plugin": "^1.8.2",
2020-06-10 20:48:23 +01:00
"ext-filter": "*",
2023-11-15 09:54:48 +00:00
"phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
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,
2024-10-23 09:16:11 +01:00
"forward-command": false
2022-10-20 09:01:13 +00:00
},
2016-05-19 15:01:28 +01:00
"branch-alias": {
2023-11-15 09:54:48 +00:00
"dev-master": "5.6-dev"
2016-05-19 15:01:28 +01:00
}
},
"autoload": {
"psr-4": {
"Dotenv\\": "src/"
}
},
"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
{
"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
}
],
"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",
2026-02-21 17:06:37 +00:00
"source": "https://github.com/vlucas/phpdotenv/tree/v5.6.3"
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"
}
],
2026-02-21 17:06:37 +00:00
"time": "2025-12-27T19:49:13+00:00"
2020-06-13 16:32:42 +01:00
},
{
"name": "voku/portable-ascii",
2026-06-29 20:13:11 +01:00
"version": "2.1.1",
2020-06-13 16:32:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/voku/portable-ascii.git",
2026-06-29 20:13:11 +01:00
"reference": "8e1051fe39379367aecf014f41744ce7539a856f"
2020-06-13 16:32:42 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/voku/portable-ascii/zipball/8e1051fe39379367aecf014f41744ce7539a856f",
"reference": "8e1051fe39379367aecf014f41744ce7539a856f",
2020-06-13 16:32:42 +01:00
"shasum": ""
},
"require": {
2026-06-29 20:13:11 +01:00
"php": ">=7.1.0"
2020-06-13 16:32:42 +01:00
},
"require-dev": {
2026-06-29 20:13:11 +01:00
"phpunit/phpunit": "~8.5 || ~9.6 || ~10.5 || ~11.5"
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",
2025-01-25 11:47:43 +00:00
"homepage": "https://www.moelleken.org/"
2020-06-13 16:32:42 +01:00
}
],
"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",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/voku/portable-ascii/tree/2.1.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"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-04-26T05:33:54+00:00"
2020-11-28 18:21:29 +00:00
},
2023-10-27 20:22:40 +01:00
{
"name": "web-auth/cose-lib",
2026-06-29 20:13:11 +01:00
"version": "4.5.2",
2023-10-27 20:22:40 +01:00
"source": {
"type": "git",
"url": "https://github.com/web-auth/cose-lib.git",
2026-06-29 20:13:11 +01:00
"reference": "5b38660f90070a8e45f3dbc9528ade3b608dd77d"
2023-10-27 20:22:40 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/web-auth/cose-lib/zipball/5b38660f90070a8e45f3dbc9528ade3b608dd77d",
"reference": "5b38660f90070a8e45f3dbc9528ade3b608dd77d",
2023-10-27 20:22:40 +01:00
"shasum": ""
},
"require": {
2026-04-07 09:01:19 +01:00
"brick/math": "^0.9|^0.10|^0.11|^0.12|^0.13|^0.14|^0.15|^0.16|^0.17",
2023-10-27 20:22:40 +01:00
"ext-json": "*",
"ext-openssl": "*",
"php": ">=8.1",
"spomky-labs/pki-framework": "^1.0"
},
"require-dev": {
2026-02-21 17:06:37 +00:00
"spomky-labs/cbor-php": "^3.2.2"
2023-10-27 20:22:40 +01:00
},
"suggest": {
"ext-bcmath": "For better performance, please install either GMP (recommended) or BCMath extension",
2026-02-21 17:06:37 +00:00
"ext-gmp": "For better performance, please install either GMP (recommended) or BCMath extension",
"spomky-labs/cbor-php": "For COSE Signature support"
2023-10-27 20:22:40 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Cose\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florent Morselli",
"homepage": "https://github.com/Spomky"
},
{
"name": "All contributors",
"homepage": "https://github.com/web-auth/cose/contributors"
}
],
"description": "CBOR Object Signing and Encryption (COSE) For PHP",
"homepage": "https://github.com/web-auth",
"keywords": [
"COSE",
"RFC8152"
],
"support": {
"issues": "https://github.com/web-auth/cose-lib/issues",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/web-auth/cose-lib/tree/4.5.2"
2023-10-27 20:22:40 +01:00
},
"funding": [
{
"url": "https://github.com/Spomky",
"type": "github"
},
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-03T09:49:50+00:00"
2023-10-27 20:22:40 +01:00
},
{
"name": "web-auth/webauthn-lib",
2026-06-29 20:13:11 +01:00
"version": "5.3.5",
2023-10-27 20:22:40 +01:00
"source": {
"type": "git",
"url": "https://github.com/web-auth/webauthn-lib.git",
2026-06-29 20:13:11 +01:00
"reference": "9e0986d999f4102e24ac8a598d3a80d98b56c19f"
2023-10-27 20:22:40 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/9e0986d999f4102e24ac8a598d3a80d98b56c19f",
"reference": "9e0986d999f4102e24ac8a598d3a80d98b56c19f",
2023-10-27 20:22:40 +01:00
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-openssl": "*",
2024-07-16 19:46:47 +00:00
"paragonie/constant_time_encoding": "^2.6|^3.0",
2024-07-19 12:28:52 +00:00
"php": ">=8.2",
2026-06-29 20:13:11 +01:00
"phpdocumentor/reflection-docblock": "^5.3|^6.0",
2024-07-16 19:46:47 +00:00
"psr/clock": "^1.0",
2023-10-27 20:22:40 +01:00
"psr/event-dispatcher": "^1.0",
"psr/log": "^1.0|^2.0|^3.0",
"spomky-labs/cbor-php": "^3.0",
2024-07-16 19:46:47 +00:00
"spomky-labs/pki-framework": "^1.0",
2026-06-29 20:13:11 +01:00
"symfony/clock": "^6.4|^7.0|^8.0",
2024-07-16 19:46:47 +00:00
"symfony/deprecation-contracts": "^3.2",
2026-06-29 20:13:11 +01:00
"symfony/property-access": "^6.4|^7.0|^8.0",
"symfony/property-info": "^6.4|^7.0|^8.0",
"symfony/serializer": "^6.4|^7.0|^8.0",
"symfony/uid": "^6.4|^7.0|^8.0",
2024-07-16 19:46:47 +00:00
"web-auth/cose-lib": "^4.2.3"
2023-10-27 20:22:40 +01:00
},
"suggest": {
"psr/log-implementation": "Recommended to receive logs from the library",
"symfony/event-dispatcher": "Recommended to use dispatched events",
2024-07-16 19:46:47 +00:00
"web-token/jwt-library": "Mandatory for fetching Metadata Statement from distant sources"
2023-10-27 20:22:40 +01:00
},
"type": "library",
"extra": {
"thanks": {
2025-01-25 11:47:43 +00:00
"url": "https://github.com/web-auth/webauthn-framework",
"name": "web-auth/webauthn-framework"
2023-10-27 20:22:40 +01:00
}
},
"autoload": {
"psr-4": {
"Webauthn\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Florent Morselli",
"homepage": "https://github.com/Spomky"
},
{
"name": "All contributors",
"homepage": "https://github.com/web-auth/webauthn-library/contributors"
}
],
"description": "FIDO2/Webauthn Support For PHP",
"homepage": "https://github.com/web-auth",
"keywords": [
"FIDO2",
"fido",
"webauthn"
],
"support": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/web-auth/webauthn-lib/tree/5.3.5"
2023-10-27 20:22:40 +01:00
},
"funding": [
{
"url": "https://github.com/Spomky",
"type": "github"
},
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-31T15:00:08+00:00"
2023-10-27 20:22:40 +01:00
},
2020-11-28 18:21:29 +00:00
{
"name": "webmozart/assert",
2026-06-29 20:13:11 +01:00
"version": "2.4.1",
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",
2026-06-29 20:13:11 +01:00
"reference": "2ccb7c2e821038c03a3e6e1700c570c158c55f70"
2020-11-28 18:21:29 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/webmozarts/assert/zipball/2ccb7c2e821038c03a3e6e1700c570c158c55f70",
"reference": "2ccb7c2e821038c03a3e6e1700c570c158c55f70",
2020-11-28 18:21:29 +00:00
"shasum": ""
},
"require": {
2022-06-05 10:18:17 +01:00
"ext-ctype": "*",
2025-10-30 11:49:54 +00:00
"ext-date": "*",
"ext-filter": "*",
2026-02-21 17:06:37 +00:00
"php": "^8.2"
2020-11-28 18:21:29 +00:00
},
2025-10-30 11:49:54 +00:00
"suggest": {
"ext-intl": "",
"ext-simplexml": "",
"ext-spl": ""
2020-11-28 18:21:29 +00:00
},
"type": "library",
2021-03-17 18:38:18 +00:00
"extra": {
2026-06-29 20:13:11 +01:00
"psalm": {
"pluginClass": "Webmozart\\Assert\\PsalmPlugin"
},
2021-03-17 18:38:18 +00:00
"branch-alias": {
2026-06-29 20:13:11 +01:00
"dev-master": "2.0-dev",
2026-02-21 17:06:37 +00:00
"dev-feature/2-0": "2.0-dev"
2021-03-17 18:38:18 +00:00
}
},
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"
2026-02-21 17:06:37 +00:00
},
{
"name": "Woody Gilk",
"email": "woody.gilk@gmail.com"
2020-11-28 18:21:29 +00:00
}
],
"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",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/webmozarts/assert/tree/2.4.1"
2021-01-31 14:50:01 +00:00
},
2026-06-29 20:13:11 +01:00
"time": "2026-06-15T15:31:57+00:00"
2016-05-19 15:01:28 +01:00
}
],
"packages-dev": [
2018-10-05 20:37:08 +01:00
{
"name": "barryvdh/laravel-debugbar",
2026-06-29 20:13:11 +01:00
"version": "v4.3.0",
2018-10-05 20:37:08 +01:00
"source": {
"type": "git",
2026-02-21 17:06:37 +00:00
"url": "https://github.com/fruitcake/laravel-debugbar.git",
2026-06-29 20:13:11 +01:00
"reference": "3d76ea8d78b82225b92789de65fc630c1cd8e80c"
2018-10-05 20:37:08 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/fruitcake/laravel-debugbar/zipball/3d76ea8d78b82225b92789de65fc630c1cd8e80c",
"reference": "3d76ea8d78b82225b92789de65fc630c1cd8e80c",
2018-10-05 20:37:08 +01:00
"shasum": ""
},
"require": {
2026-04-07 09:01:19 +01:00
"illuminate/routing": "^11|^12|^13.0",
"illuminate/session": "^11|^12|^13.0",
"illuminate/support": "^11|^12|^13.0",
2026-02-21 17:06:37 +00:00
"php": "^8.2",
2026-06-29 20:13:11 +01:00
"php-debugbar/php-debugbar": "^3.7.2",
2026-02-21 17:06:37 +00:00
"php-debugbar/symfony-bridge": "^1.1"
2017-09-06 14:54:02 +01:00
},
"require-dev": {
2026-02-21 17:06:37 +00:00
"larastan/larastan": "^3",
"laravel/octane": "^2",
"laravel/pennant": "^1",
"laravel/pint": "^1",
"laravel/telescope": "^5.16",
"livewire/livewire": "^3.7|^4",
2021-01-31 14:50:01 +00:00
"mockery/mockery": "^1.3.3",
2026-04-07 09:01:19 +01:00
"orchestra/testbench-dusk": "^9|^10|^11",
2026-02-21 17:06:37 +00:00
"php-debugbar/twig-bridge": "^2.0",
"phpstan/phpstan-phpunit": "^2",
"phpstan/phpstan-strict-rules": "^2.0",
"phpunit/phpunit": "^11",
"shipmonk/phpstan-rules": "^4.3"
2016-05-19 15:01:28 +01:00
},
"type": "library",
2017-09-06 14:54:02 +01:00
"extra": {
"laravel": {
"aliases": {
2026-02-21 17:06:37 +00:00
"Debugbar": "Fruitcake\\LaravelDebugbar\\Facades\\Debugbar"
2025-01-25 11:47:43 +00:00
},
"providers": [
2026-02-21 17:06:37 +00:00
"Fruitcake\\LaravelDebugbar\\ServiceProvider"
2025-01-25 11:47:43 +00:00
]
},
"branch-alias": {
2026-04-07 09:01:19 +01:00
"dev-master": "4.2-dev"
2017-09-06 14:54:02 +01:00
}
},
2016-05-19 15:01:28 +01:00
"autoload": {
"files": [
"src/helpers.php"
2022-02-27 19:42:49 +00:00
],
"psr-4": {
2026-02-21 17:06:37 +00:00
"Fruitcake\\LaravelDebugbar\\": "src/"
2022-02-27 19:42:49 +00:00
}
2016-05-19 15:01:28 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2026-02-21 17:06:37 +00:00
{
"name": "Fruitcake",
"homepage": "https://fruitcake.nl"
},
2016-05-19 15:01:28 +01:00
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
"description": "PHP Debugbar integration for Laravel",
"keywords": [
2026-02-21 17:06:37 +00:00
"barryvdh",
2016-05-19 15:01:28 +01:00
"debug",
"debugbar",
2025-03-01 15:00:41 +00:00
"dev",
2016-05-19 15:01:28 +01:00
"laravel",
"profiler",
"webprofiler"
],
2021-01-31 14:50:01 +00:00
"support": {
2026-02-21 17:06:37 +00:00
"issues": "https://github.com/fruitcake/laravel-debugbar/issues",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/fruitcake/laravel-debugbar/tree/v4.3.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"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-06-04T07:54:01+00:00"
2017-09-11 11:30:05 +01:00
},
2020-02-22 11:06:43 +00:00
{
"name": "barryvdh/laravel-ide-helper",
2026-04-07 09:01:19 +01:00
"version": "v3.7.0",
2020-02-22 11:06:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-ide-helper.git",
2026-04-07 09:01:19 +01:00
"reference": "ad7e37676f1ff985d55ef1b6b96a0c0a40f2609a"
2020-02-22 11:06:43 +00:00
},
"dist": {
"type": "zip",
2026-04-07 09:01:19 +01:00
"url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/ad7e37676f1ff985d55ef1b6b96a0c0a40f2609a",
"reference": "ad7e37676f1ff985d55ef1b6b96a0c0a40f2609a",
2020-02-22 11:06:43 +00:00
"shasum": ""
},
"require": {
2025-08-17 11:12:55 +01:00
"barryvdh/reflection-docblock": "^2.4",
2023-02-06 09:01:05 +00:00
"composer/class-map-generator": "^1.0",
2020-09-13 13:58:50 +01:00
"ext-json": "*",
2026-04-07 09:01:19 +01:00
"illuminate/console": "^11.15 || ^12 || ^13.0",
"illuminate/database": "^11.15 || ^12 || ^13.0",
"illuminate/filesystem": "^11.15 || ^12 || ^13.0",
"illuminate/support": "^11.15 || ^12 || ^13.0",
2025-01-25 11:47:43 +00:00
"php": "^8.2"
2020-02-22 11:06:43 +00:00
},
"require-dev": {
2020-12-31 13:34:55 +00:00
"ext-pdo_sqlite": "*",
2024-02-15 13:46:07 +00:00
"friendsofphp/php-cs-fixer": "^3",
2026-04-07 09:01:19 +01:00
"illuminate/config": "^11.15 || ^12 || ^13.0",
"illuminate/view": "^11.15 || ^12 || ^13.0",
"larastan/larastan": "^3.1",
2020-12-31 13:34:55 +00:00
"mockery/mockery": "^1.4",
2026-04-07 09:01:19 +01:00
"orchestra/testbench": "^9.2 || ^10 || ^11.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpunit/phpunit": "^10.5 || ^11.5.3 || ^12.5.12",
2024-03-14 09:46:59 +00:00
"spatie/phpunit-snapshot-assertions": "^4 || ^5",
2025-01-25 11:47:43 +00:00
"vlucas/phpdotenv": "^5"
2020-02-22 11:06:43 +00:00
},
2021-03-17 18:38:18 +00:00
"suggest": {
2024-03-14 09:46:59 +00:00
"illuminate/events": "Required for automatic helper generation (^6|^7|^8|^9|^10|^11)."
2021-03-17 18:38:18 +00:00
},
2020-02-22 11:06:43 +00:00
"type": "library",
"extra": {
"laravel": {
"providers": [
"Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
]
2025-01-25 11:47:43 +00:00
},
"branch-alias": {
2026-04-07 09:01:19 +01:00
"dev-master": "3.6-dev"
2020-02-22 11:06:43 +00:00
}
},
"autoload": {
"psr-4": {
"Barryvdh\\LaravelIdeHelper\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
"description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
"keywords": [
"autocomplete",
"codeintel",
2025-01-25 11:47:43 +00:00
"dev",
2020-02-22 11:06:43 +00:00
"helper",
"ide",
"laravel",
"netbeans",
"phpdoc",
"phpstorm",
"sublime"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/barryvdh/laravel-ide-helper/issues",
2026-04-07 09:01:19 +01:00
"source": "https://github.com/barryvdh/laravel-ide-helper/tree/v3.7.0"
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://fruitcake.nl",
"type": "custom"
},
2020-06-10 20:48:23 +01:00
{
"url": "https://github.com/barryvdh",
"type": "github"
}
],
2026-04-07 09:01:19 +01:00
"time": "2026-03-17T14:12:51+00:00"
2020-02-22 11:06:43 +00:00
},
{
"name": "barryvdh/reflection-docblock",
2026-04-07 09:01:19 +01:00
"version": "v2.4.1",
2020-02-22 11:06:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/barryvdh/ReflectionDocBlock.git",
2026-04-07 09:01:19 +01:00
"reference": "4f5ba70c30c81f2ce03a16a9965832cfcc31ed3b"
2020-02-22 11:06:43 +00:00
},
"dist": {
"type": "zip",
2026-04-07 09:01:19 +01:00
"url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/4f5ba70c30c81f2ce03a16a9965832cfcc31ed3b",
"reference": "4f5ba70c30c81f2ce03a16a9965832cfcc31ed3b",
2020-02-22 11:06:43 +00:00
"shasum": ""
},
"require": {
2025-01-25 11:47:43 +00:00
"php": ">=7.1"
2020-02-22 11:06:43 +00:00
},
"require-dev": {
2022-11-16 20:29:17 +00:00
"phpunit/phpunit": "^8.5.14|^9"
2020-02-22 11:06:43 +00:00
},
"suggest": {
"dflydev/markdown": "~1.0",
"erusev/parsedown": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
2025-01-25 11:47:43 +00:00
"dev-master": "2.3.x-dev"
2020-02-22 11:06:43 +00:00
}
},
"autoload": {
"psr-0": {
"Barryvdh": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "mike.vanriel@naenius.com"
}
],
2021-01-31 14:50:01 +00:00
"support": {
2026-04-07 09:01:19 +01:00
"source": "https://github.com/barryvdh/ReflectionDocBlock/tree/v2.4.1"
2021-01-31 14:50:01 +00:00
},
2026-04-07 09:01:19 +01:00
"time": "2026-03-05T20:09:01+00:00"
2020-02-22 11:06:43 +00:00
},
2023-02-06 09:01:05 +00:00
{
"name": "composer/class-map-generator",
2026-06-29 20:13:11 +01:00
"version": "1.7.3",
2023-02-06 09:01:05 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/class-map-generator.git",
2026-06-29 20:13:11 +01:00
"reference": "86d8208fc3c649a3a999daf1a63c25201be2990f"
2023-02-06 09:01:05 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/composer/class-map-generator/zipball/86d8208fc3c649a3a999daf1a63c25201be2990f",
"reference": "86d8208fc3c649a3a999daf1a63c25201be2990f",
2023-02-06 09:01:05 +00:00
"shasum": ""
},
"require": {
2023-07-28 11:48:07 +01:00
"composer/pcre": "^2.1 || ^3.1",
2023-02-06 09:01:05 +00:00
"php": "^7.2 || ^8.0",
2025-12-11 17:17:01 +00:00
"symfony/finder": "^4.4 || ^5.3 || ^6 || ^7 || ^8"
2023-02-06 09:01:05 +00:00
},
"require-dev": {
2025-01-25 11:47:43 +00:00
"phpstan/phpstan": "^1.12 || ^2",
"phpstan/phpstan-deprecation-rules": "^1 || ^2",
"phpstan/phpstan-phpunit": "^1 || ^2",
"phpstan/phpstan-strict-rules": "^1.1 || ^2",
2024-10-23 09:16:11 +01:00
"phpunit/phpunit": "^8",
2025-12-11 17:17:01 +00:00
"symfony/filesystem": "^5.4 || ^6 || ^7 || ^8"
2023-02-06 09:01:05 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\ClassMapGenerator\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "https://seld.be"
}
],
"description": "Utilities to scan PHP code and generate class maps.",
"keywords": [
"classmap"
],
"support": {
"issues": "https://github.com/composer/class-map-generator/issues",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/composer/class-map-generator/tree/1.7.3"
2023-02-06 09:01:05 +00:00
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-05T09:17:07+00:00"
2023-02-06 09:01:05 +00:00
},
2020-02-21 22:46:31 +00:00
{
2021-12-17 19:58:52 +00:00
"name": "composer/pcre",
2026-06-29 20:13:11 +01:00
"version": "3.4.0",
2020-02-21 22:46:31 +00:00
"source": {
"type": "git",
2021-12-17 19:58:52 +00:00
"url": "https://github.com/composer/pcre.git",
2026-06-29 20:13:11 +01:00
"reference": "d5a341b3fb61f3001970940afb1d332968a183ed"
2020-02-21 22:46:31 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/composer/pcre/zipball/d5a341b3fb61f3001970940afb1d332968a183ed",
"reference": "d5a341b3fb61f3001970940afb1d332968a183ed",
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
},
2024-10-23 09:16:11 +01:00
"conflict": {
2026-06-29 20:13:11 +01:00
"phpstan/phpstan": "<2.2.2"
2024-10-23 09:16:11 +01:00
},
2021-12-17 19:58:52 +00:00
"require-dev": {
2026-06-29 20:13:11 +01:00
"phpstan/phpstan": "^2",
"phpstan/phpstan-deprecation-rules": "^2",
"phpstan/phpstan-strict-rules": "^2",
"phpunit/phpunit": "^9"
2021-12-17 19:58:52 +00:00
},
"type": "library",
"extra": {
2024-10-23 09:16:11 +01:00
"phpstan": {
"includes": [
"extension.neon"
]
2025-01-25 11:47:43 +00:00
},
"branch-alias": {
"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",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/composer/pcre/tree/3.4.0"
2021-12-17 19:58:52 +00:00
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-06-07T11:47:49+00:00"
2021-12-17 19:58:52 +00:00
},
2020-12-31 13:34:55 +00:00
{
"name": "fakerphp/faker",
2025-01-25 11:47:43 +00:00
"version": "v1.24.1",
2020-12-31 13:34:55 +00:00
"source": {
"type": "git",
"url": "https://github.com/FakerPHP/Faker.git",
2025-01-25 11:47:43 +00:00
"reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5"
2020-12-31 13:34:55 +00:00
},
"dist": {
"type": "zip",
2025-01-25 11:47:43 +00:00
"url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
"reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5",
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",
"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",
2025-01-25 11:47:43 +00:00
"source": "https://github.com/FakerPHP/Faker/tree/v1.24.1"
2021-01-31 14:50:01 +00:00
},
2025-01-25 11:47:43 +00:00
"time": "2024-11-21T13:46:39+00:00"
2020-12-31 13:34:55 +00:00
},
2017-09-04 19:34:39 +01:00
{
"name": "filp/whoops",
2025-08-17 11:12:55 +01:00
"version": "2.18.4",
2017-09-04 19:34:39 +01:00
"source": {
"type": "git",
"url": "https://github.com/filp/whoops.git",
2025-08-17 11:12:55 +01:00
"reference": "d2102955e48b9fd9ab24280a7ad12ed552752c4d"
2017-09-04 19:34:39 +01:00
},
"dist": {
"type": "zip",
2025-08-17 11:12:55 +01:00
"url": "https://api.github.com/repos/filp/whoops/zipball/d2102955e48b9fd9ab24280a7ad12ed552752c4d",
"reference": "d2102955e48b9fd9ab24280a7ad12ed552752c4d",
2017-09-04 19:34:39 +01:00
"shasum": ""
},
"require": {
2024-10-23 09:16:11 +01:00
"php": "^7.1 || ^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": {
2024-10-23 09:16:11 +01:00
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3",
"symfony/var-dumper": "^4.0 || ^5.0"
2017-09-04 19:34:39 +01:00
},
"suggest": {
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
"whoops/soap": "Formats errors as SOAP responses"
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-17 17:15:06 +01:00
"dev-master": "2.7-dev"
2017-09-04 19:34:39 +01:00
}
},
"autoload": {
"psr-4": {
"Whoops\\": "src/Whoops/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"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
}
],
"description": "php error handling for cool kids",
"homepage": "https://filp.github.io/whoops/",
"keywords": [
"error",
"exception",
"handling",
"library",
2017-10-16 10:10:50 +01:00
"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",
2025-08-17 11:12:55 +01:00
"source": "https://github.com/filp/whoops/tree/2.18.4"
2021-01-31 14:50:01 +00:00
},
"funding": [
{
"url": "https://github.com/denis-sokolov",
"type": "github"
}
],
2025-08-17 11:12:55 +01:00
"time": "2025-08-08T12:00:00+00:00"
2017-09-04 19:34:39 +01:00
},
2016-05-19 15:01:28 +01:00
{
"name": "hamcrest/hamcrest-php",
2025-06-30 19:43:28 +01:00
"version": "v2.1.1",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
"url": "https://github.com/hamcrest/hamcrest-php.git",
2025-06-30 19:43:28 +01:00
"reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2025-06-30 19:43:28 +01:00
"url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487",
"reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2025-06-30 19:43:28 +01:00
"php": "^7.4|^8.0"
2016-05-19 15:01:28 +01:00
},
"replace": {
"cordoval/hamcrest-php": "*",
"davedevelopment/hamcrest-php": "*",
"kodova/hamcrest-php": "*"
},
"require-dev": {
2025-06-30 19:43:28 +01:00
"phpunit/php-file-iterator": "^1.4 || ^2.0 || ^3.0",
"phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0 || ^8.0 || ^9.0"
2016-05-19 15:01:28 +01:00
},
"type": "library",
2018-02-15 12:26:59 +00:00
"extra": {
"branch-alias": {
2020-07-12 17:41:26 +01:00
"dev-master": "2.1-dev"
2018-02-15 12:26:59 +00:00
}
},
2016-05-19 15:01:28 +01:00
"autoload": {
"classmap": [
"hamcrest"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-07-12 17:41:26 +01:00
"BSD-3-Clause"
2016-05-19 15:01:28 +01:00
],
"description": "This is the PHP port of Hamcrest Matchers",
"keywords": [
"test"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/hamcrest/hamcrest-php/issues",
2025-06-30 19:43:28 +01:00
"source": "https://github.com/hamcrest/hamcrest-php/tree/v2.1.1"
2021-01-31 14:50:01 +00:00
},
2025-06-30 19:43:28 +01:00
"time": "2025-04-30T06:54:44+00:00"
2016-05-19 15:01:28 +01:00
},
2017-02-03 22:05:48 +00:00
{
2017-02-18 12:27:21 +00:00
"name": "laravel/dusk",
2026-06-29 20:13:11 +01:00
"version": "v8.6.0",
2017-02-03 22:05:48 +00:00
"source": {
"type": "git",
2017-02-18 12:27:21 +00:00
"url": "https://github.com/laravel/dusk.git",
2026-06-29 20:13:11 +01:00
"reference": "e7fd48762c6a82ad2cd311db07587aa2a97ce143"
2017-02-03 22:05:48 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/laravel/dusk/zipball/e7fd48762c6a82ad2cd311db07587aa2a97ce143",
"reference": "e7fd48762c6a82ad2cd311db07587aa2a97ce143",
2017-02-03 22:05:48 +00:00
"shasum": ""
},
"require": {
2019-05-05 10:27:40 +01:00
"ext-json": "*",
"ext-zip": "*",
2024-03-13 16:46:08 +00:00
"guzzlehttp/guzzle": "^7.5",
2026-02-21 17:06:37 +00:00
"illuminate/console": "^10.0|^11.0|^12.0|^13.0",
"illuminate/support": "^10.0|^11.0|^12.0|^13.0",
2024-03-13 16:46:08 +00:00
"php": "^8.1",
2025-01-25 11:47:43 +00:00
"php-webdriver/webdriver": "^1.15.2",
2026-02-21 17:06:37 +00:00
"symfony/console": "^6.2|^7.0|^8.0",
"symfony/finder": "^6.2|^7.0|^8.0",
"symfony/process": "^6.2|^7.0|^8.0",
2022-08-24 09:01:21 +00:00
"vlucas/phpdotenv": "^5.2"
2017-02-18 12:27:21 +00:00
},
"require-dev": {
2026-02-21 17:06:37 +00:00
"laravel/framework": "^10.0|^11.0|^12.0|^13.0",
2024-03-13 16:46:08 +00:00
"mockery/mockery": "^1.6",
2026-02-21 17:06:37 +00:00
"orchestra/testbench-core": "^8.19|^9.17|^10.8|^11.0",
2023-04-19 10:15:59 +00:00
"phpstan/phpstan": "^1.10",
2025-03-01 15:00:41 +00:00
"phpunit/phpunit": "^10.1|^11.0|^12.0.1",
"psy/psysh": "^0.11.12|^0.12",
2026-02-21 17:06:37 +00:00
"symfony/yaml": "^6.2|^7.0|^8.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": {
2017-09-04 19:34:39 +01:00
"laravel": {
"providers": [
"Laravel\\Dusk\\DuskServiceProvider"
]
2017-02-03 22:05:48 +00:00
}
},
"autoload": {
"psr-4": {
2017-02-18 12:27:21 +00:00
"Laravel\\Dusk\\": "src/"
2017-02-03 22:05:48 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
2017-02-18 12:27:21 +00:00
"description": "Laravel Dusk provides simple end-to-end testing and browser automation.",
2017-02-03 22:05:48 +00:00
"keywords": [
"laravel",
2017-02-18 12:27:21 +00:00
"testing",
"webdriver"
2017-02-03 22:05:48 +00:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/laravel/dusk/issues",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/laravel/dusk/tree/v8.6.0"
2021-01-31 14:50:01 +00:00
},
2026-06-29 20:13:11 +01:00
"time": "2026-04-15T14:50:40+00:00"
2017-02-03 22:05:48 +00:00
},
2022-07-09 09:33:51 +01:00
{
2025-01-25 11:47:43 +00:00
"name": "laravel/pail",
2026-06-29 20:13:11 +01:00
"version": "v1.2.7",
2022-07-09 09:33:51 +01:00
"source": {
"type": "git",
2025-01-25 11:47:43 +00:00
"url": "https://github.com/laravel/pail.git",
2026-06-29 20:13:11 +01:00
"reference": "2f7d27dada8effc48b8c424445a69cca7007daaa"
2022-07-09 09:33:51 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/laravel/pail/zipball/2f7d27dada8effc48b8c424445a69cca7007daaa",
"reference": "2f7d27dada8effc48b8c424445a69cca7007daaa",
2025-01-25 11:47:43 +00:00
"shasum": ""
},
"require": {
"ext-mbstring": "*",
2026-02-21 17:06:37 +00:00
"illuminate/console": "^10.24|^11.0|^12.0|^13.0",
"illuminate/contracts": "^10.24|^11.0|^12.0|^13.0",
"illuminate/log": "^10.24|^11.0|^12.0|^13.0",
"illuminate/process": "^10.24|^11.0|^12.0|^13.0",
"illuminate/support": "^10.24|^11.0|^12.0|^13.0",
2025-01-25 11:47:43 +00:00
"nunomaduro/termwind": "^1.15|^2.0",
"php": "^8.2",
2026-02-21 17:06:37 +00:00
"symfony/console": "^6.0|^7.0|^8.0"
2025-01-25 11:47:43 +00:00
},
"require-dev": {
2026-02-21 17:06:37 +00:00
"laravel/framework": "^10.24|^11.0|^12.0|^13.0",
2025-01-25 11:47:43 +00:00
"laravel/pint": "^1.13",
2026-02-21 17:06:37 +00:00
"orchestra/testbench-core": "^8.13|^9.17|^10.8|^11.0",
2025-12-11 17:17:01 +00:00
"pestphp/pest": "^2.20|^3.0|^4.0",
"pestphp/pest-plugin-type-coverage": "^2.3|^3.0|^4.0",
2025-06-30 19:43:28 +01:00
"phpstan/phpstan": "^1.12.27",
2026-02-21 17:06:37 +00:00
"symfony/var-dumper": "^6.3|^7.0|^8.0",
"symfony/yaml": "^6.3|^7.0|^8.0"
2025-01-25 11:47:43 +00:00
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Laravel\\Pail\\PailServiceProvider"
]
},
"branch-alias": {
"dev-main": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Laravel\\Pail\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
},
{
"name": "Nuno Maduro",
"email": "enunomaduro@gmail.com"
}
],
"description": "Easily delve into your Laravel application's log files directly from the command line.",
"homepage": "https://github.com/laravel/pail",
"keywords": [
2025-06-30 19:43:28 +01:00
"dev",
2025-01-25 11:47:43 +00:00
"laravel",
"logs",
"php",
"tail"
],
"support": {
"issues": "https://github.com/laravel/pail/issues",
"source": "https://github.com/laravel/pail"
},
2026-06-29 20:13:11 +01:00
"time": "2026-05-20T22:24:57+00:00"
2025-01-25 11:47:43 +00:00
},
{
"name": "laravel/pint",
2026-06-29 20:13:11 +01:00
"version": "v1.29.3",
2025-01-25 11:47:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/pint.git",
2026-06-29 20:13:11 +01:00
"reference": "da1d1111a6aa2e082d2a388b194afe1ba0a05d14"
2025-01-25 11:47:43 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/laravel/pint/zipball/da1d1111a6aa2e082d2a388b194afe1ba0a05d14",
"reference": "da1d1111a6aa2e082d2a388b194afe1ba0a05d14",
2022-07-09 09:33:51 +01:00
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
"ext-tokenizer": "*",
"ext-xml": "*",
2025-03-01 15:00:41 +00:00
"php": "^8.2.0"
2022-07-09 09:33:51 +01:00
},
"require-dev": {
2026-06-29 20:13:11 +01:00
"friendsofphp/php-cs-fixer": "^3.95.8",
"illuminate/view": "^12.62.0",
"larastan/larastan": "^3.10.0",
"laravel-zero/framework": "^12.1.0",
"laravel/agent-detector": "^2.0.2",
2024-07-13 10:55:19 +01:00
"mockery/mockery": "^1.6.12",
2026-04-07 09:01:19 +01:00
"nunomaduro/termwind": "^2.4.0",
2026-06-29 20:13:11 +01:00
"pestphp/pest": "^3.8.6"
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": [
2025-12-11 17:17:01 +00:00
"dev",
2022-07-09 09:33:51 +01:00
"format",
"formatter",
"lint",
"linter",
"php"
],
"support": {
"issues": "https://github.com/laravel/pint/issues",
"source": "https://github.com/laravel/pint"
},
2026-06-29 20:13:11 +01:00
"time": "2026-06-16T15:34:04+00:00"
2022-07-09 09:33:51 +01:00
},
2022-07-27 12:35:21 +01:00
{
"name": "laravel/sail",
2026-06-29 20:13:11 +01:00
"version": "v1.63.0",
2022-07-27 12:35:21 +01:00
"source": {
"type": "git",
"url": "https://github.com/laravel/sail.git",
2026-06-29 20:13:11 +01:00
"reference": "51bbce3f803c1d386cabbb44e618c955a12ff5fc"
2022-07-27 12:35:21 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/laravel/sail/zipball/51bbce3f803c1d386cabbb44e618c955a12ff5fc",
"reference": "51bbce3f803c1d386cabbb44e618c955a12ff5fc",
2022-07-27 12:35:21 +01:00
"shasum": ""
},
"require": {
2026-02-21 17:06:37 +00:00
"illuminate/console": "^9.52.16|^10.0|^11.0|^12.0|^13.0",
"illuminate/contracts": "^9.52.16|^10.0|^11.0|^12.0|^13.0",
"illuminate/support": "^9.52.16|^10.0|^11.0|^12.0|^13.0",
2023-05-10 10:45:37 +00:00
"php": "^8.0",
2026-02-21 17:06:37 +00:00
"symfony/console": "^6.0|^7.0|^8.0",
"symfony/yaml": "^6.0|^7.0|^8.0"
2022-07-27 12:35:21 +01:00
},
2023-03-05 12:34:32 +00:00
"require-dev": {
2026-02-21 17:06:37 +00:00
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0|^11.0",
2025-10-30 11:49:54 +00:00
"phpstan/phpstan": "^2.0"
2023-03-05 12:34:32 +00:00
},
2022-07-27 12:35:21 +01:00
"bin": [
"bin/sail"
],
"type": "library",
"extra": {
"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"
},
2026-06-29 20:13:11 +01:00
"time": "2026-06-18T08:54:14+00:00"
2016-05-19 15:01:28 +01:00
},
{
"name": "mockery/mockery",
2024-06-16 14:39:19 +00:00
"version": "1.6.12",
2016-05-19 15:01:28 +01:00
"source": {
"type": "git",
2017-05-18 15:15:53 +01:00
"url": "https://github.com/mockery/mockery.git",
2024-06-16 14:39:19 +00:00
"reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699"
2016-05-19 15:01:28 +01:00
},
"dist": {
"type": "zip",
2024-06-16 14:39:19 +00:00
"url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699",
"reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699",
2016-05-19 15:01:28 +01:00
"shasum": ""
},
"require": {
2020-07-12 17:41:26 +01:00
"hamcrest/hamcrest-php": "^2.0.1",
2016-05-19 15:01:28 +01:00
"lib-pcre": ">=7.0",
2023-08-10 20:04:59 +00:00
"php": ">=7.3"
2020-06-10 20:48:23 +01:00
},
"conflict": {
"phpunit/phpunit": "<8.0"
2016-05-19 15:01:28 +01:00
},
"require-dev": {
2024-03-19 20:13:36 +00:00
"phpunit/phpunit": "^8.5 || ^9.6.17",
"symplify/easy-coding-standard": "^12.1.14"
2016-05-19 15:01:28 +01:00
},
"type": "library",
"autoload": {
2023-06-06 18:13:32 +00:00
"files": [
"library/helpers.php",
"library/Mockery.php"
],
"psr-4": {
"Mockery\\": "library/Mockery"
2016-05-19 15:01:28 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
2016-05-24 13:08:41 +01:00
"name": "Pádraic Brady",
2016-05-19 15:01:28 +01:00
"email": "padraic.brady@gmail.com",
2023-07-19 09:49:24 +00:00
"homepage": "https://github.com/padraic",
"role": "Author"
2016-05-19 15:01:28 +01:00
},
{
"name": "Dave Marshall",
"email": "dave.marshall@atstsolutions.co.uk",
2023-07-19 09:49:24 +00:00
"homepage": "https://davedevelopment.co.uk",
"role": "Developer"
},
{
"name": "Nathanael Esayeas",
"email": "nathanael.esayeas@protonmail.com",
"homepage": "https://github.com/ghostwriter",
"role": "Lead Developer"
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",
2016-05-19 15:01:28 +01:00
"keywords": [
"BDD",
"TDD",
"library",
"mock",
"mock objects",
"mockery",
"stub",
"test",
"test double",
"testing"
],
2021-01-31 14:50:01 +00:00
"support": {
2023-07-19 09:49:24 +00:00
"docs": "https://docs.mockery.io/",
2021-01-31 14:50:01 +00:00
"issues": "https://github.com/mockery/mockery/issues",
2023-07-19 09:49:24 +00:00
"rss": "https://github.com/mockery/mockery/releases.atom",
"security": "https://github.com/mockery/mockery/security/advisories",
"source": "https://github.com/mockery/mockery"
2021-01-31 14:50:01 +00:00
},
2024-06-16 14:39:19 +00:00
"time": "2024-05-16T03:13:13+00:00"
2016-05-19 15:01:28 +01:00
},
2017-11-13 17:26:38 +00:00
{
"name": "myclabs/deep-copy",
2025-08-17 11:12:55 +01:00
"version": "1.13.4",
2017-11-13 17:26:38 +00:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2025-08-17 11:12:55 +01:00
"reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a"
2017-11-13 17:26:38 +00:00
},
"dist": {
"type": "zip",
2025-08-17 11:12:55 +01:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a",
"reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a",
2017-11-13 17:26:38 +00: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",
2024-10-23 09:16:11 +01:00
"doctrine/common": "<2.13.3 || >=3 <3.2.2"
2022-03-17 21:41:16 +00:00
},
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",
2024-10-23 09:16:11 +01:00
"phpspec/prophecy": "^1.10",
2022-03-17 21:41:16 +00:00
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
2017-11-13 17:26:38 +00:00
},
"type": "library",
"autoload": {
"files": [
"src/DeepCopy/deep_copy.php"
2022-02-27 19:42:49 +00:00
],
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
}
2017-11-13 17:26:38 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/myclabs/DeepCopy/issues",
2025-08-17 11:12:55 +01:00
"source": "https://github.com/myclabs/DeepCopy/tree/1.13.4"
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"
}
],
2025-08-17 11:12:55 +01:00
"time": "2025-08-01T08:46:24+00:00"
2020-02-21 22:46:31 +00:00
},
2017-11-16 09:38:21 +00:00
{
"name": "nunomaduro/collision",
2026-06-29 20:13:11 +01:00
"version": "v8.9.4",
2017-11-16 09:38:21 +00:00
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/collision.git",
2026-06-29 20:13:11 +01:00
"reference": "716af8f95a470e9094cfca09ed897b023be191a5"
2017-11-16 09:38:21 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/716af8f95a470e9094cfca09ed897b023be191a5",
"reference": "716af8f95a470e9094cfca09ed897b023be191a5",
2017-11-16 09:38:21 +00:00
"shasum": ""
},
"require": {
2026-02-21 17:06:37 +00:00
"filp/whoops": "^2.18.4",
"nunomaduro/termwind": "^2.4.0",
2024-03-19 20:13:36 +00:00
"php": "^8.2.0",
2026-06-29 20:13:11 +01:00
"symfony/console": "^7.4.8 || ^8.0.8"
2023-03-16 21:29:23 +00:00
},
2023-10-12 09:12:03 +00:00
"conflict": {
2026-02-21 17:06:37 +00:00
"laravel/framework": "<11.48.0 || >=14.0.0",
"phpunit/phpunit": "<11.5.50 || >=14.0.0"
2023-03-16 21:29:23 +00:00
},
2017-12-22 13:29:28 +00:00
"require-dev": {
2026-02-21 17:06:37 +00:00
"brianium/paratest": "^7.8.5",
2026-06-29 20:13:11 +01:00
"larastan/larastan": "^3.9.6",
"laravel/framework": "^11.48.0 || ^12.56.0 || ^13.5.0",
"laravel/pint": "^1.29.1",
"orchestra/testbench-core": "^9.12.0 || ^10.12.1 || ^11.2.1",
2026-04-07 09:01:19 +01:00
"pestphp/pest": "^3.8.5 || ^4.4.3 || ^5.0.0",
2026-06-29 20:13:11 +01:00
"sebastian/environment": "^7.2.1 || ^8.0.4 || ^9.3.0"
2017-12-22 13:29:28 +00:00
},
2017-11-16 09:38:21 +00:00
"type": "library",
"extra": {
"laravel": {
"providers": [
"NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
]
2024-03-19 20:13:36 +00:00
},
"branch-alias": {
"dev-8.x": "8.x-dev"
2017-11-16 09:38:21 +00:00
}
},
"autoload": {
2023-02-17 09:26:17 +00:00
"files": [
"./src/Adapters/Phpunit/Autoload.php"
],
2017-11-16 09:38:21 +00:00
"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",
2025-03-01 15:00:41 +00:00
"dev",
2017-11-16 09:38:21 +00:00
"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"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-04-21T14:04:20+00:00"
2023-06-18 08:53:28 +01:00
},
2025-04-27 16:38:25 +01:00
{
"name": "permafrost-dev/code-snippets",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/permafrost-dev/code-snippets.git",
"reference": "639827ba7118a6b5521c861a265358ce5bd2b0c5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/permafrost-dev/code-snippets/zipball/639827ba7118a6b5521c861a265358ce5bd2b0c5",
"reference": "639827ba7118a6b5521c861a265358ce5bd2b0c5",
"shasum": ""
},
"require": {
"php": "^7.3|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"spatie/phpunit-snapshot-assertions": "^4.2"
},
"type": "library",
"autoload": {
"psr-4": {
"Permafrost\\CodeSnippets\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Patrick Organ",
"email": "patrick@permafrost.dev",
"role": "Developer"
}
],
"description": "Easily work with code snippets in PHP",
"homepage": "https://github.com/permafrost-dev/code-snippets",
"keywords": [
"code",
"code-snippets",
"permafrost",
"snippets"
],
"support": {
"issues": "https://github.com/permafrost-dev/code-snippets/issues",
"source": "https://github.com/permafrost-dev/code-snippets/tree/1.2.0"
},
"funding": [
{
"url": "https://permafrost.dev/open-source",
"type": "custom"
},
{
"url": "https://github.com/permafrost-dev",
"type": "github"
}
],
"time": "2021-07-27T05:15:06+00:00"
},
{
"name": "permafrost-dev/php-code-search",
"version": "1.12.0",
"source": {
"type": "git",
"url": "https://github.com/permafrost-dev/php-code-search.git",
"reference": "dbbca18f7dc2950e88121bb62f8ed2c697df799a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/permafrost-dev/php-code-search/zipball/dbbca18f7dc2950e88121bb62f8ed2c697df799a",
"reference": "dbbca18f7dc2950e88121bb62f8ed2c697df799a",
"shasum": ""
},
"require": {
"nikic/php-parser": "^5.0",
"permafrost-dev/code-snippets": "^1.2.0",
"php": "^7.4|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"spatie/phpunit-snapshot-assertions": "^4.2"
},
"type": "library",
"autoload": {
"files": [
"src/Support/helpers.php"
],
"psr-4": {
"Permafrost\\PhpCodeSearch\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Patrick Organ",
"email": "patrick@permafrost.dev",
"homepage": "https://permafrost.dev",
"role": "Developer"
}
],
"description": "Search PHP code for function & method calls, variable assignments, and more",
"homepage": "https://github.com/permafrost-dev/php-code-search",
"keywords": [
"code",
"permafrost",
"php",
"search",
"sourcecode"
],
"support": {
"issues": "https://github.com/permafrost-dev/php-code-search/issues",
"source": "https://github.com/permafrost-dev/php-code-search/tree/1.12.0"
},
"funding": [
{
"url": "https://github.com/sponsors/permafrost-dev",
"type": "github"
}
],
"time": "2024-09-03T04:33:45+00:00"
},
2017-11-13 17:26:38 +00:00
{
"name": "phar-io/manifest",
2024-03-12 19:03:08 +00:00
"version": "2.0.4",
2017-11-13 17:26:38 +00:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
2024-03-12 19:03:08 +00:00
"reference": "54750ef60c58e43759730615a392c31c80e23176"
2017-11-13 17:26:38 +00:00
},
"dist": {
"type": "zip",
2024-03-12 19:03:08 +00:00
"url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
"reference": "54750ef60c58e43759730615a392c31c80e23176",
2017-11-13 17:26:38 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
2024-03-12 19:03:08 +00:00
"ext-libxml": "*",
2017-11-13 17:26:38 +00:00
"ext-phar": "*",
2020-09-13 13:58:50 +01:00
"ext-xmlwriter": "*",
"phar-io/version": "^3.0.1",
"php": "^7.2 || ^8.0"
2017-11-13 17:26:38 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-13 13:58:50 +01:00
"dev-master": "2.0.x-dev"
2017-11-13 17:26:38 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"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",
2024-03-12 19:03:08 +00:00
"source": "https://github.com/phar-io/manifest/tree/2.0.4"
2021-01-31 14:50:01 +00:00
},
2024-03-12 19:03:08 +00:00
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
"time": "2024-03-03T12:33:53+00: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-11-13 17:26:38 +00:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
2022-02-27 19:42:49 +00:00
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
2017-11-13 17:26:38 +00: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-11-13 17:26:38 +00:00
"shasum": ""
},
"require": {
2020-09-13 13:58:50 +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"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"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-11-13 17:26:38 +00:00
},
2025-03-01 15:00:41 +00:00
{
"name": "php-debugbar/php-debugbar",
2026-06-29 20:13:11 +01:00
"version": "v3.7.6",
2025-03-01 15:00:41 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-debugbar/php-debugbar.git",
2026-06-29 20:13:11 +01:00
"reference": "1690ee1728827f9deb4b60457fa387cf44672c56"
2025-03-01 15:00:41 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/php-debugbar/php-debugbar/zipball/1690ee1728827f9deb4b60457fa387cf44672c56",
"reference": "1690ee1728827f9deb4b60457fa387cf44672c56",
2025-03-01 15:00:41 +00:00
"shasum": ""
},
"require": {
2026-02-21 17:06:37 +00:00
"php": "^8.2",
2025-03-01 15:00:41 +00:00
"psr/log": "^1|^2|^3",
2026-02-21 17:06:37 +00:00
"symfony/var-dumper": "^5.4|^6|^7|^8"
2025-03-01 15:00:41 +00:00
},
2025-08-17 11:12:55 +01:00
"replace": {
"maximebf/debugbar": "self.version"
},
2025-03-01 15:00:41 +00:00
"require-dev": {
2026-02-21 17:06:37 +00:00
"dbrekelmans/bdi": "^1.4",
"friendsofphp/php-cs-fixer": "^3.92",
"monolog/monolog": "^3.9",
"php-debugbar/doctrine-bridge": "^3@dev",
"php-debugbar/monolog-bridge": "^1@dev",
"php-debugbar/symfony-bridge": "^1@dev",
"php-debugbar/twig-bridge": "^2@dev",
"phpstan/phpstan": "^2.1",
"phpstan/phpstan-phpunit": "^2.0",
"phpstan/phpstan-strict-rules": "^2.0",
"phpunit/phpunit": "^10",
"predis/predis": "^3.3",
"shipmonk/phpstan-rules": "^4.3",
"symfony/browser-kit": "^6.4|7.0",
"symfony/dom-crawler": "^6.4|^7",
"symfony/event-dispatcher": "^5.4|^6.4|^7.3|^8.0",
"symfony/http-foundation": "^5.4|^6.4|^7.3|^8.0",
"symfony/mailer": "^5.4|^6.4|^7.3|^8.0",
2025-03-01 15:00:41 +00:00
"symfony/panther": "^1|^2.1",
2026-02-21 17:06:37 +00:00
"twig/twig": "^3.11.2"
2025-03-01 15:00:41 +00:00
},
"suggest": {
2026-02-21 17:06:37 +00:00
"php-debugbar/doctrine-bridge": "To integrate Doctrine with php-debugbar.",
"php-debugbar/monolog-bridge": "To integrate Monolog with php-debugbar.",
"php-debugbar/symfony-bridge": "To integrate Symfony with php-debugbar.",
"php-debugbar/twig-bridge": "To integrate Twig with php-debugbar."
2025-03-01 15:00:41 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2026-02-21 17:06:37 +00:00
"dev-master": "3.0-dev"
2025-03-01 15:00:41 +00:00
}
},
"autoload": {
"psr-4": {
2026-02-21 17:06:37 +00:00
"DebugBar\\": "src/"
2025-03-01 15:00:41 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Maxime Bouroumeau-Fuseau",
"email": "maxime.bouroumeau@gmail.com",
"homepage": "http://maximebf.com"
},
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
"description": "Debug bar in the browser for php application",
"homepage": "https://github.com/php-debugbar/php-debugbar",
"keywords": [
"debug",
"debug bar",
"debugbar",
2026-02-21 17:06:37 +00:00
"dev",
"profiler",
"toolbar"
2025-03-01 15:00:41 +00:00
],
"support": {
"issues": "https://github.com/php-debugbar/php-debugbar/issues",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/php-debugbar/php-debugbar/tree/v3.7.6"
2025-03-01 15:00:41 +00:00
},
2026-02-21 17:06:37 +00:00
"funding": [
{
"url": "https://fruitcake.nl",
"type": "custom"
},
{
"url": "https://github.com/barryvdh",
"type": "github"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-04-30T07:31:44+00:00"
2026-02-21 17:06:37 +00:00
},
{
"name": "php-debugbar/symfony-bridge",
"version": "v1.1.0",
"source": {
"type": "git",
"url": "https://github.com/php-debugbar/symfony-bridge.git",
"reference": "e37d2debe5d316408b00d0ab2688d9c2cf59b5ad"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-debugbar/symfony-bridge/zipball/e37d2debe5d316408b00d0ab2688d9c2cf59b5ad",
"reference": "e37d2debe5d316408b00d0ab2688d9c2cf59b5ad",
"shasum": ""
},
"require": {
"php": "^8.2",
"php-debugbar/php-debugbar": "^3.1",
"symfony/http-foundation": "^5.4|^6.4|^7.3|^8.0"
},
"require-dev": {
"dbrekelmans/bdi": "^1.4",
"phpunit/phpunit": "^10",
"symfony/browser-kit": "^6|^7",
"symfony/dom-crawler": "^6|^7",
"symfony/mailer": "^5.4|^6.4|^7.3|^8.0",
"symfony/panther": "^1|^2.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"DebugBar\\Bridge\\Symfony\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Maxime Bouroumeau-Fuseau",
"email": "maxime.bouroumeau@gmail.com",
"homepage": "http://maximebf.com"
},
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
"description": "Symfony bridge for PHP Debugbar",
"homepage": "https://github.com/php-debugbar/php-debugbar",
"keywords": [
"debugbar",
"dev",
"symfony"
],
"support": {
"issues": "https://github.com/php-debugbar/symfony-bridge/issues",
"source": "https://github.com/php-debugbar/symfony-bridge/tree/v1.1.0"
},
"time": "2026-01-15T14:47:34+00:00"
2025-03-01 15:00:41 +00:00
},
2024-07-16 20:01:57 +00:00
{
"name": "php-di/invoker",
2025-10-30 11:49:54 +00:00
"version": "2.3.7",
2024-07-16 20:01:57 +00:00
"source": {
"type": "git",
"url": "https://github.com/PHP-DI/Invoker.git",
2025-10-30 11:49:54 +00:00
"reference": "3c1ddfdef181431fbc4be83378f6d036d59e81e1"
2024-07-16 20:01:57 +00:00
},
"dist": {
"type": "zip",
2025-10-30 11:49:54 +00:00
"url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/3c1ddfdef181431fbc4be83378f6d036d59e81e1",
"reference": "3c1ddfdef181431fbc4be83378f6d036d59e81e1",
2024-07-16 20:01:57 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3",
"psr/container": "^1.0|^2.0"
},
"require-dev": {
"athletic/athletic": "~0.1.8",
"mnapoli/hard-mode": "~0.3.0",
2025-10-30 11:49:54 +00:00
"phpunit/phpunit": "^9.0 || ^10 || ^11 || ^12"
2024-07-16 20:01:57 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Invoker\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Generic and extensible callable invoker",
"homepage": "https://github.com/PHP-DI/Invoker",
"keywords": [
"callable",
"dependency",
"dependency-injection",
"injection",
"invoke",
"invoker"
],
"support": {
"issues": "https://github.com/PHP-DI/Invoker/issues",
2025-10-30 11:49:54 +00:00
"source": "https://github.com/PHP-DI/Invoker/tree/2.3.7"
2024-07-16 20:01:57 +00:00
},
"funding": [
{
"url": "https://github.com/mnapoli",
"type": "github"
}
],
2025-10-30 11:49:54 +00:00
"time": "2025-08-30T10:22:22+00:00"
2024-07-16 20:01:57 +00:00
},
{
"name": "php-di/php-di",
2025-08-17 11:12:55 +01:00
"version": "7.1.1",
2024-07-16 20:01:57 +00:00
"source": {
"type": "git",
"url": "https://github.com/PHP-DI/PHP-DI.git",
2025-08-17 11:12:55 +01:00
"reference": "f88054cc052e40dbe7b383c8817c19442d480352"
2024-07-16 20:01:57 +00:00
},
"dist": {
"type": "zip",
2025-08-17 11:12:55 +01:00
"url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/f88054cc052e40dbe7b383c8817c19442d480352",
"reference": "f88054cc052e40dbe7b383c8817c19442d480352",
2024-07-16 20:01:57 +00:00
"shasum": ""
},
"require": {
2025-03-01 15:00:41 +00:00
"laravel/serializable-closure": "^1.0 || ^2.0",
2024-07-16 20:01:57 +00:00
"php": ">=8.0",
"php-di/invoker": "^2.0",
"psr/container": "^1.1 || ^2.0"
},
"provide": {
"psr/container-implementation": "^1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3",
"friendsofphp/proxy-manager-lts": "^1",
"mnapoli/phpunit-easymock": "^1.3",
2025-06-30 19:43:28 +01:00
"phpunit/phpunit": "^9.6 || ^10 || ^11",
2025-03-01 15:00:41 +00:00
"vimeo/psalm": "^5|^6"
2024-07-16 20:01:57 +00:00
},
"suggest": {
"friendsofphp/proxy-manager-lts": "Install it if you want to use lazy injection (version ^1)"
},
"type": "library",
"autoload": {
"files": [
"src/functions.php"
],
"psr-4": {
"DI\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "The dependency injection container for humans",
"homepage": "https://php-di.org/",
"keywords": [
"PSR-11",
"container",
"container-interop",
"dependency injection",
"di",
"ioc",
"psr11"
],
"support": {
"issues": "https://github.com/PHP-DI/PHP-DI/issues",
2025-08-17 11:12:55 +01:00
"source": "https://github.com/PHP-DI/PHP-DI/tree/7.1.1"
2024-07-16 20:01:57 +00:00
},
"funding": [
{
"url": "https://github.com/mnapoli",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/php-di/php-di",
"type": "tidelift"
}
],
2025-08-17 11:12:55 +01:00
"time": "2025-08-16T11:10:48+00:00"
2024-07-16 20:01:57 +00:00
},
2020-01-26 17:50:49 +00:00
{
"name": "php-webdriver/webdriver",
2026-02-21 17:06:37 +00:00
"version": "1.16.0",
2020-01-26 17:50:49 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-webdriver/php-webdriver.git",
2026-02-21 17:06:37 +00:00
"reference": "ac0662863aa120b4f645869f584013e4c4dba46a"
2020-01-26 17:50:49 +00:00
},
"dist": {
"type": "zip",
2026-02-21 17:06:37 +00:00
"url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/ac0662863aa120b4f645869f584013e4c4dba46a",
"reference": "ac0662863aa120b4f645869f584013e4c4dba46a",
2020-01-26 17:50:49 +00:00
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"ext-zip": "*",
2023-02-16 07:32:58 +00:00
"php": "^7.3 || ^8.0",
2020-02-21 13:41:02 +00:00
"symfony/polyfill-mbstring": "^1.12",
2026-02-21 17:06:37 +00:00
"symfony/process": "^5.0 || ^6.0 || ^7.0 || ^8.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": {
2023-02-16 07:32:58 +00:00
"ergebnis/composer-normalize": "^2.20.0",
"ondram/ci-detector": "^4.0",
2020-11-28 18:21:29 +00:00
"php-coveralls/php-coveralls": "^2.4",
2023-02-16 07:32:58 +00:00
"php-mock/php-mock-phpunit": "^2.0",
2020-10-10 19:44:17 +01:00
"php-parallel-lint/php-parallel-lint": "^1.2",
2023-02-16 07:32:58 +00:00
"phpunit/phpunit": "^9.3",
2020-02-21 13:41:02 +00:00
"squizlabs/php_codesniffer": "^3.5",
2026-02-21 17:06:37 +00:00
"symfony/var-dumper": "^5.0 || ^6.0 || ^7.0 || ^8.0"
2020-01-26 17:50:49 +00:00
},
"suggest": {
2026-02-21 17:06:37 +00:00
"ext-simplexml": "For Firefox profile creation"
2020-01-26 17:50:49 +00:00
},
"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",
2026-02-21 17:06:37 +00:00
"source": "https://github.com/php-webdriver/php-webdriver/tree/1.16.0"
2021-01-31 14:50:01 +00:00
},
2026-02-21 17:06:37 +00:00
"time": "2025-12-28T23:57:40+00:00"
2024-01-26 20:36:46 +00:00
},
2017-11-13 17:26:38 +00:00
{
"name": "phpunit/php-code-coverage",
2026-06-29 20:13:11 +01:00
"version": "12.5.7",
2017-11-13 17:26:38 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2026-06-29 20:13:11 +01:00
"reference": "186dab580576598076de6818596d12b61801880e"
2017-11-13 17:26:38 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/186dab580576598076de6818596d12b61801880e",
"reference": "186dab580576598076de6818596d12b61801880e",
2017-11-13 17:26:38 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
2020-09-13 13:58:50 +01:00
"ext-libxml": "*",
2017-11-13 17:26:38 +00:00
"ext-xmlwriter": "*",
2026-02-21 17:06:37 +00:00
"nikic/php-parser": "^5.7.0",
2026-04-07 09:01:19 +01:00
"php": ">=8.3",
"phpunit/php-text-template": "^5.0",
"sebastian/complexity": "^5.0",
2026-06-29 20:13:11 +01:00
"sebastian/environment": "^8.1.2",
"sebastian/lines-of-code": "^4.0.1",
2026-04-07 09:01:19 +01:00
"sebastian/version": "^6.0",
"theseer/tokenizer": "^2.0.1"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
2026-06-29 20:13:11 +01:00
"phpunit/phpunit": "^12.5.28"
2017-11-13 17:26:38 +00:00
},
"suggest": {
2023-03-07 09:56:27 +00:00
"ext-pcov": "PHP extension that provides line coverage",
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
2017-11-13 17:26:38 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2026-04-07 09:01:19 +01:00
"dev-main": "12.5.x-dev"
2017-11-13 17:26:38 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-10-19 15:34:49 +01:00
"email": "sebastian@phpunit.de",
"role": "lead"
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-04-14 12:55:38 +00:00
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/12.5.7"
2021-01-31 14:50:01 +00:00
},
2020-06-13 16:32:42 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
2025-06-30 19:43:28 +01:00
},
{
"url": "https://liberapay.com/sebastianbergmann",
"type": "liberapay"
},
{
"url": "https://thanks.dev/u/gh/sebastianbergmann",
"type": "thanks_dev"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpunit/php-code-coverage",
"type": "tidelift"
2020-06-13 16:32:42 +01:00
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-06-01T13:24:19+00:00"
2017-11-13 17:26:38 +00:00
},
{
"name": "phpunit/php-file-iterator",
2026-04-07 09:01:19 +01:00
"version": "6.0.1",
2017-11-13 17:26:38 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2026-04-07 09:01:19 +01:00
"reference": "3d1cd096ef6bea4bf2762ba586e35dbd317cbfd5"
2017-11-13 17:26:38 +00:00
},
"dist": {
"type": "zip",
2026-04-07 09:01:19 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3d1cd096ef6bea4bf2762ba586e35dbd317cbfd5",
"reference": "3d1cd096ef6bea4bf2762ba586e35dbd317cbfd5",
2017-11-13 17:26:38 +00:00
"shasum": ""
},
"require": {
2026-04-07 09:01:19 +01:00
"php": ">=8.3"
2017-11-13 17:26:38 +00:00
},
2018-10-05 20:37:08 +01:00
"require-dev": {
2026-04-07 09:01:19 +01:00
"phpunit/phpunit": "^12.0"
2018-10-05 20:37:08 +01:00
},
2017-11-13 17:26:38 +00:00
"type": "library",
"extra": {
"branch-alias": {
2026-04-07 09:01:19 +01:00
"dev-main": "6.0-dev"
2017-11-13 17:26:38 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"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"
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
2023-05-11 10:35:19 +00:00
"security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy",
2026-04-07 09:01:19 +01:00
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/6.0.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"
2026-02-21 17:06:37 +00:00
},
{
"url": "https://liberapay.com/sebastianbergmann",
"type": "liberapay"
},
{
"url": "https://thanks.dev/u/gh/sebastianbergmann",
"type": "thanks_dev"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpunit/php-file-iterator",
"type": "tidelift"
2020-06-13 16:32:42 +01:00
}
],
2026-04-07 09:01:19 +01:00
"time": "2026-02-02T14:04:18+00:00"
2017-11-13 17:26:38 +00:00
},
{
2020-06-13 16:32:42 +01:00
"name": "phpunit/php-invoker",
2026-04-07 09:01:19 +01:00
"version": "6.0.0",
2017-11-13 17:26:38 +00:00
"source": {
"type": "git",
2020-06-13 16:32:42 +01:00
"url": "https://github.com/sebastianbergmann/php-invoker.git",
2026-04-07 09:01:19 +01:00
"reference": "12b54e689b07a25a9b41e57736dfab6ec9ae5406"
2017-11-13 17:26:38 +00:00
},
"dist": {
"type": "zip",
2026-04-07 09:01:19 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/12b54e689b07a25a9b41e57736dfab6ec9ae5406",
"reference": "12b54e689b07a25a9b41e57736dfab6ec9ae5406",
2017-11-13 17:26:38 +00:00
"shasum": ""
},
"require": {
2026-04-07 09:01:19 +01:00
"php": ">=8.3"
2020-06-13 16:32:42 +01:00
},
"require-dev": {
"ext-pcntl": "*",
2026-04-07 09:01:19 +01:00
"phpunit/phpunit": "^12.0"
2020-06-13 16:32:42 +01:00
},
"suggest": {
"ext-pcntl": "*"
2017-11-13 17:26:38 +00:00
},
"type": "library",
2020-06-13 16:32:42 +01:00
"extra": {
"branch-alias": {
2026-04-07 09:01:19 +01:00
"dev-main": "6.0-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",
2025-03-01 15:00:41 +00:00
"security": "https://github.com/sebastianbergmann/php-invoker/security/policy",
2026-04-07 09:01:19 +01:00
"source": "https://github.com/sebastianbergmann/php-invoker/tree/6.0.0"
2021-01-31 14:50:01 +00:00
},
2020-06-17 22:43:12 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2026-04-07 09:01:19 +01:00
"time": "2025-02-07T04:58:58+00:00"
2020-06-13 16:32:42 +01:00
},
{
"name": "phpunit/php-text-template",
2026-04-07 09:01:19 +01:00
"version": "5.0.0",
2020-06-13 16:32:42 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
2026-04-07 09:01:19 +01:00
"reference": "e1367a453f0eda562eedb4f659e13aa900d66c53"
2020-06-13 16:32:42 +01:00
},
"dist": {
"type": "zip",
2026-04-07 09:01:19 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/e1367a453f0eda562eedb4f659e13aa900d66c53",
"reference": "e1367a453f0eda562eedb4f659e13aa900d66c53",
2020-06-13 16:32:42 +01:00
"shasum": ""
},
"require": {
2026-04-07 09:01:19 +01:00
"php": ">=8.3"
2020-06-13 16:32:42 +01:00
},
2020-06-17 22:43:12 +01:00
"require-dev": {
2026-04-07 09:01:19 +01:00
"phpunit/phpunit": "^12.0"
2020-06-17 22:43:12 +01:00
},
2020-06-13 16:32:42 +01:00
"type": "library",
"extra": {
"branch-alias": {
2026-04-07 09:01:19 +01:00
"dev-main": "5.0-dev"
2020-06-13 16:32:42 +01:00
}
},
2017-11-13 17:26:38 +00: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": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
2023-09-02 09:55:30 +00:00
"security": "https://github.com/sebastianbergmann/php-text-template/security/policy",
2026-04-07 09:01:19 +01:00
"source": "https://github.com/sebastianbergmann/php-text-template/tree/5.0.0"
2021-01-31 14:50:01 +00:00
},
2020-06-17 22:43:12 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2026-04-07 09:01:19 +01:00
"time": "2025-02-07T04:59:16+00:00"
2017-11-13 17:26:38 +00:00
},
{
"name": "phpunit/php-timer",
2026-04-07 09:01:19 +01:00
"version": "8.0.0",
2017-11-13 17:26:38 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
2026-04-07 09:01:19 +01:00
"reference": "f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc"
2017-11-13 17:26:38 +00:00
},
"dist": {
"type": "zip",
2026-04-07 09:01:19 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc",
"reference": "f258ce36aa457f3aa3339f9ed4c81fc66dc8c2cc",
2017-11-13 17:26:38 +00:00
"shasum": ""
},
"require": {
2026-04-07 09:01:19 +01:00
"php": ">=8.3"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
2026-04-07 09:01:19 +01:00
"phpunit/phpunit": "^12.0"
2017-11-13 17:26:38 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2026-04-07 09:01:19 +01:00
"dev-main": "8.0-dev"
2017-11-13 17:26:38 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"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"
}
],
"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",
2025-03-01 15:00:41 +00:00
"security": "https://github.com/sebastianbergmann/php-timer/security/policy",
2026-04-07 09:01:19 +01:00
"source": "https://github.com/sebastianbergmann/php-timer/tree/8.0.0"
2021-01-31 14:50:01 +00:00
},
2020-06-13 16:32:42 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2026-04-07 09:01:19 +01:00
"time": "2025-02-07T04:59:38+00:00"
2017-11-13 17:26:38 +00:00
},
{
"name": "phpunit/phpunit",
2026-06-29 20:13:11 +01:00
"version": "12.5.30",
2017-11-13 17:26:38 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2026-06-29 20:13:11 +01:00
"reference": "900400a5b616d6fb306f9549f6da33ba615d3fbb"
2017-11-13 17:26:38 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/900400a5b616d6fb306f9549f6da33ba615d3fbb",
"reference": "900400a5b616d6fb306f9549f6da33ba615d3fbb",
2017-11-13 17:26:38 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
2019-03-17 14:46:45 +00:00
"ext-xmlwriter": "*",
2025-08-17 11:12:55 +01:00
"myclabs/deep-copy": "^1.13.4",
2024-10-23 09:16:11 +01:00
"phar-io/manifest": "^2.0.4",
"phar-io/version": "^3.2.1",
2026-04-07 09:01:19 +01:00
"php": ">=8.3",
2026-06-29 20:13:11 +01:00
"phpunit/php-code-coverage": "^12.5.7",
2026-04-07 09:01:19 +01:00
"phpunit/php-file-iterator": "^6.0.1",
"phpunit/php-invoker": "^6.0.0",
"phpunit/php-text-template": "^5.0.0",
"phpunit/php-timer": "^8.0.0",
2026-06-29 20:13:11 +01:00
"sebastian/cli-parser": "^4.2.1",
"sebastian/comparator": "^7.1.8",
2026-04-07 09:01:19 +01:00
"sebastian/diff": "^7.0.0",
2026-06-29 20:13:11 +01:00
"sebastian/environment": "^8.1.2",
"sebastian/exporter": "^7.0.3",
"sebastian/global-state": "^8.0.3",
2026-04-07 09:01:19 +01:00
"sebastian/object-enumerator": "^7.0.0",
"sebastian/recursion-context": "^7.0.1",
2026-06-29 20:13:11 +01:00
"sebastian/type": "^6.0.4",
2026-04-07 09:01:19 +01:00
"sebastian/version": "^6.0.0",
2025-03-01 15:00:41 +00:00
"staabm/side-effects-detector": "^1.0.5"
2017-11-13 17:26:38 +00:00
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
2026-04-07 09:01:19 +01:00
"dev-main": "12.5-dev"
2017-11-13 17:26:38 +00: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
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2019-10-19 15:34:49 +01:00
"email": "sebastian@phpunit.de",
"role": "lead"
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-03-22 10:20:46 +00:00
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/sebastianbergmann/phpunit/tree/12.5.30"
2021-01-31 14:50:01 +00:00
},
2020-06-10 20:48:23 +01:00
"funding": [
{
2026-04-07 09:01:19 +01:00
"url": "https://phpunit.de/sponsoring.html",
"type": "other"
2020-06-10 20:48:23 +01:00
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-06-15T13:12:30+00:00"
2023-06-25 14:18:40 +01:00
},
2020-09-13 13:58:50 +01:00
{
"name": "sebastian/cli-parser",
2026-06-29 20:13:11 +01:00
"version": "4.2.1",
2020-09-13 13:58:50 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/cli-parser.git",
2026-06-29 20:13:11 +01:00
"reference": "7d05781b13f7dec9043a629a21d086ed74582a15"
2020-09-13 13:58:50 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/7d05781b13f7dec9043a629a21d086ed74582a15",
"reference": "7d05781b13f7dec9043a629a21d086ed74582a15",
2020-09-13 13:58:50 +01:00
"shasum": ""
},
"require": {
2026-04-07 09:01:19 +01:00
"php": ">=8.3"
2020-09-13 13:58:50 +01:00
},
"require-dev": {
2026-06-29 20:13:11 +01:00
"phpunit/phpunit": "^12.5.25"
2020-09-13 13:58:50 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2026-04-07 09:01:19 +01:00
"dev-main": "4.2-dev"
2020-09-13 13:58:50 +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": "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",
2024-03-12 19:03:08 +00:00
"security": "https://github.com/sebastianbergmann/cli-parser/security/policy",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/sebastianbergmann/cli-parser/tree/4.2.1"
2021-01-31 14:50:01 +00:00
},
2020-09-13 13:58:50 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
2026-04-07 09:01:19 +01:00
},
2020-06-13 16:32:42 +01:00
{
2026-04-07 09:01:19 +01:00
"url": "https://liberapay.com/sebastianbergmann",
"type": "liberapay"
},
2020-06-13 16:32:42 +01:00
{
2026-04-07 09:01:19 +01:00
"url": "https://thanks.dev/u/gh/sebastianbergmann",
"type": "thanks_dev"
},
2017-11-13 17:26:38 +00:00
{
2026-04-07 09:01:19 +01:00
"url": "https://tidelift.com/funding/github/packagist/sebastian/cli-parser",
"type": "tidelift"
2017-11-13 17:26:38 +00:00
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-17T05:29:34+00:00"
2017-11-13 17:26:38 +00:00
},
{
"name": "sebastian/comparator",
2026-06-29 20:13:11 +01:00
"version": "7.1.8",
2017-11-13 17:26:38 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
2026-06-29 20:13:11 +01:00
"reference": "7c65c1e79836812819705b473a90c12399542485"
2017-11-13 17:26:38 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/7c65c1e79836812819705b473a90c12399542485",
"reference": "7c65c1e79836812819705b473a90c12399542485",
2017-11-13 17:26:38 +00:00
"shasum": ""
},
"require": {
2023-02-17 09:26:17 +00:00
"ext-dom": "*",
"ext-mbstring": "*",
2026-04-07 09:01:19 +01:00
"php": ">=8.3",
"sebastian/diff": "^7.0",
2026-06-29 20:13:11 +01:00
"sebastian/exporter": "^7.0.3"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
2026-06-29 20:13:11 +01:00
"phpunit/phpunit": "^12.5.25"
2025-03-01 15:00:41 +00:00
},
"suggest": {
"ext-bcmath": "For comparing BcMath\\Number objects"
2017-11-13 17:26:38 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2026-04-07 09:01:19 +01:00
"dev-main": "7.1-dev"
2017-11-13 17:26:38 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2020-06-13 16:32:42 +01:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
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"
}
],
"description": "Provides the functionality to compare PHP values for equality",
"homepage": "https://github.com/sebastianbergmann/comparator",
"keywords": [
"comparator",
"compare",
"equality"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
2023-08-16 17:00:47 +00:00
"security": "https://github.com/sebastianbergmann/comparator/security/policy",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/sebastianbergmann/comparator/tree/7.1.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"
2025-08-17 11:12:55 +01:00
},
{
"url": "https://liberapay.com/sebastianbergmann",
"type": "liberapay"
},
{
"url": "https://thanks.dev/u/gh/sebastianbergmann",
"type": "thanks_dev"
},
{
"url": "https://tidelift.com/funding/github/packagist/sebastian/comparator",
"type": "tidelift"
2020-06-17 22:43:12 +01:00
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-21T04:45:25+00:00"
2017-11-13 17:26:38 +00:00
},
2020-09-13 13:58:50 +01:00
{
"name": "sebastian/complexity",
2026-04-07 09:01:19 +01:00
"version": "5.0.0",
2020-09-13 13:58:50 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/complexity.git",
2026-04-07 09:01:19 +01:00
"reference": "bad4316aba5303d0221f43f8cee37eb58d384bbb"
2020-09-13 13:58:50 +01:00
},
"dist": {
"type": "zip",
2026-04-07 09:01:19 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/bad4316aba5303d0221f43f8cee37eb58d384bbb",
"reference": "bad4316aba5303d0221f43f8cee37eb58d384bbb",
2020-09-13 13:58:50 +01:00
"shasum": ""
},
"require": {
2025-03-01 15:00:41 +00:00
"nikic/php-parser": "^5.0",
2026-04-07 09:01:19 +01:00
"php": ">=8.3"
2020-09-13 13:58:50 +01:00
},
"require-dev": {
2026-04-07 09:01:19 +01:00
"phpunit/phpunit": "^12.0"
2020-09-13 13:58:50 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2026-04-07 09:01:19 +01:00
"dev-main": "5.0-dev"
2020-09-13 13:58:50 +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": "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",
2023-08-31 11:29:47 +00:00
"security": "https://github.com/sebastianbergmann/complexity/security/policy",
2026-04-07 09:01:19 +01:00
"source": "https://github.com/sebastianbergmann/complexity/tree/5.0.0"
2021-01-31 14:50:01 +00:00
},
2020-09-13 13:58:50 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2026-04-07 09:01:19 +01:00
"time": "2025-02-07T04:55:25+00:00"
2020-09-13 13:58:50 +01:00
},
2017-11-13 17:26:38 +00:00
{
"name": "sebastian/diff",
2026-04-07 09:01:19 +01:00
"version": "7.0.0",
2017-11-13 17:26:38 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
2026-04-07 09:01:19 +01:00
"reference": "7ab1ea946c012266ca32390913653d844ecd085f"
2017-11-13 17:26:38 +00:00
},
"dist": {
"type": "zip",
2026-04-07 09:01:19 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7ab1ea946c012266ca32390913653d844ecd085f",
"reference": "7ab1ea946c012266ca32390913653d844ecd085f",
2017-11-13 17:26:38 +00:00
"shasum": ""
},
"require": {
2026-04-07 09:01:19 +01:00
"php": ">=8.3"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
2026-04-07 09:01:19 +01:00
"phpunit/phpunit": "^12.0",
"symfony/process": "^7.2"
2017-11-13 17:26:38 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2026-04-07 09:01:19 +01:00
"dev-main": "7.0-dev"
2017-11-13 17:26:38 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2020-06-13 16:32:42 +01:00
},
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
2017-11-13 17:26:38 +00:00
}
],
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
2018-02-15 12:26:59 +00:00
"diff",
"udiff",
"unidiff",
"unified diff"
2017-11-13 17:26:38 +00:00
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
2023-03-29 08:27:23 +00:00
"security": "https://github.com/sebastianbergmann/diff/security/policy",
2026-04-07 09:01:19 +01:00
"source": "https://github.com/sebastianbergmann/diff/tree/7.0.0"
2021-01-31 14:50:01 +00:00
},
2020-06-13 16:32:42 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2026-04-07 09:01:19 +01:00
"time": "2025-02-07T04:55:46+00:00"
2017-11-13 17:26:38 +00:00
},
{
"name": "sebastian/environment",
2026-06-29 20:13:11 +01:00
"version": "8.1.2",
2017-11-13 17:26:38 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
2026-06-29 20:13:11 +01:00
"reference": "9d32c685773823b1983e256ae4ecd48a10d6e439"
2017-11-13 17:26:38 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/9d32c685773823b1983e256ae4ecd48a10d6e439",
"reference": "9d32c685773823b1983e256ae4ecd48a10d6e439",
2017-11-13 17:26:38 +00:00
"shasum": ""
},
"require": {
2026-04-07 09:01:19 +01:00
"php": ">=8.3"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
2026-06-29 20:13:11 +01:00
"phpunit/phpunit": "^12.5.26"
2019-02-01 20:39:05 +00:00
},
"suggest": {
"ext-posix": "*"
2017-11-13 17:26:38 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2026-06-29 20:13:11 +01:00
"dev-main": "8.1-dev"
2017-11-13 17:26:38 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides functionality to handle HHVM/PHP environments",
2023-02-17 09:26:17 +00:00
"homepage": "https://github.com/sebastianbergmann/environment",
2017-11-13 17:26:38 +00:00
"keywords": [
"Xdebug",
"environment",
"hhvm"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/environment/issues",
2023-04-14 12:55:38 +00:00
"security": "https://github.com/sebastianbergmann/environment/security/policy",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/sebastianbergmann/environment/tree/8.1.2"
2021-01-31 14:50:01 +00:00
},
2020-06-13 16:32:42 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
2025-06-30 19:43:28 +01:00
},
{
"url": "https://liberapay.com/sebastianbergmann",
"type": "liberapay"
},
{
"url": "https://thanks.dev/u/gh/sebastianbergmann",
"type": "thanks_dev"
},
{
"url": "https://tidelift.com/funding/github/packagist/sebastian/environment",
"type": "tidelift"
2020-06-13 16:32:42 +01:00
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-25T13:40:20+00:00"
2017-11-13 17:26:38 +00:00
},
{
"name": "sebastian/exporter",
2026-06-29 20:13:11 +01:00
"version": "7.0.3",
2017-11-13 17:26:38 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
2026-06-29 20:13:11 +01:00
"reference": "c5e21b5de653ce0a769fb36f5cdfcb5e7a32cf23"
2017-11-13 17:26:38 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/c5e21b5de653ce0a769fb36f5cdfcb5e7a32cf23",
"reference": "c5e21b5de653ce0a769fb36f5cdfcb5e7a32cf23",
2017-11-13 17:26:38 +00:00
"shasum": ""
},
"require": {
2023-02-17 09:26:17 +00:00
"ext-mbstring": "*",
2026-04-07 09:01:19 +01:00
"php": ">=8.3",
2026-06-29 20:13:11 +01:00
"sebastian/recursion-context": "^7.0.1"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
2026-06-29 20:13:11 +01:00
"phpunit/phpunit": "^12.5.25"
2017-11-13 17:26:38 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2026-04-07 09:01:19 +01:00
"dev-main": "7.0-dev"
2017-11-13 17:26:38 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2019-08-18 18:41:56 +01:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
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"
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",
2017-11-13 17:26:38 +00:00
"keywords": [
"export",
"exporter"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
2023-09-13 09:29:29 +00:00
"security": "https://github.com/sebastianbergmann/exporter/security/policy",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/sebastianbergmann/exporter/tree/7.0.3"
2021-01-31 14:50:01 +00:00
},
2020-06-17 22:43:12 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
2025-10-30 11:49:54 +00:00
},
{
"url": "https://liberapay.com/sebastianbergmann",
"type": "liberapay"
},
{
"url": "https://thanks.dev/u/gh/sebastianbergmann",
"type": "thanks_dev"
},
{
"url": "https://tidelift.com/funding/github/packagist/sebastian/exporter",
"type": "tidelift"
2020-06-17 22:43:12 +01:00
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-20T04:37:17+00:00"
2017-11-13 17:26:38 +00:00
},
{
"name": "sebastian/global-state",
2026-06-29 20:13:11 +01:00
"version": "8.0.3",
2017-11-13 17:26:38 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
2026-06-29 20:13:11 +01:00
"reference": "b164d3274d6537ab462591c5755f76a8f5b1aae9"
2017-11-13 17:26:38 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/b164d3274d6537ab462591c5755f76a8f5b1aae9",
"reference": "b164d3274d6537ab462591c5755f76a8f5b1aae9",
2017-11-13 17:26:38 +00:00
"shasum": ""
},
"require": {
2026-04-07 09:01:19 +01:00
"php": ">=8.3",
"sebastian/object-reflector": "^5.0",
2026-06-29 20:13:11 +01:00
"sebastian/recursion-context": "^7.0.1"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
2019-03-17 14:46:45 +00:00
"ext-dom": "*",
2026-06-29 20:13:11 +01:00
"phpunit/phpunit": "^12.5.28"
2017-11-13 17:26:38 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2026-04-07 09:01:19 +01:00
"dev-main": "8.0-dev"
2017-11-13 17:26:38 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Snapshotting of global state",
2024-03-12 19:03:08 +00:00
"homepage": "https://www.github.com/sebastianbergmann/global-state",
2017-11-13 17:26:38 +00:00
"keywords": [
"global state"
],
2021-01-31 14:50:01 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
2023-07-26 11:37:25 +00:00
"security": "https://github.com/sebastianbergmann/global-state/security/policy",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/sebastianbergmann/global-state/tree/8.0.3"
2021-01-31 14:50:01 +00:00
},
2020-09-13 13:58:50 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
2026-04-07 09:01:19 +01:00
},
{
"url": "https://liberapay.com/sebastianbergmann",
"type": "liberapay"
},
{
"url": "https://thanks.dev/u/gh/sebastianbergmann",
"type": "thanks_dev"
},
{
"url": "https://tidelift.com/funding/github/packagist/sebastian/global-state",
"type": "tidelift"
2020-09-13 13:58:50 +01:00
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-06-01T15:10:33+00:00"
2020-09-13 13:58:50 +01:00
},
{
"name": "sebastian/lines-of-code",
2026-06-29 20:13:11 +01:00
"version": "4.0.1",
2020-09-13 13:58:50 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
2026-06-29 20:13:11 +01:00
"reference": "d543b8ef219dcd8da262cbb958639a96bedba10e"
2020-09-13 13:58:50 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d543b8ef219dcd8da262cbb958639a96bedba10e",
"reference": "d543b8ef219dcd8da262cbb958639a96bedba10e",
2020-09-13 13:58:50 +01:00
"shasum": ""
},
"require": {
2026-06-29 20:13:11 +01:00
"nikic/php-parser": "^5.7.0",
2026-04-07 09:01:19 +01:00
"php": ">=8.3"
2020-09-13 13:58:50 +01:00
},
"require-dev": {
2026-06-29 20:13:11 +01:00
"phpunit/phpunit": "^12.5.25"
2020-09-13 13:58:50 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2026-04-07 09:01:19 +01:00
"dev-main": "4.0-dev"
2020-09-13 13:58:50 +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": "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",
2023-08-31 11:29:47 +00:00
"security": "https://github.com/sebastianbergmann/lines-of-code/security/policy",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/4.0.1"
2021-01-31 14:50:01 +00:00
},
2020-09-13 13:58:50 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
2026-06-29 20:13:11 +01:00
},
{
"url": "https://liberapay.com/sebastianbergmann",
"type": "liberapay"
},
{
"url": "https://thanks.dev/u/gh/sebastianbergmann",
"type": "thanks_dev"
},
{
"url": "https://tidelift.com/funding/github/packagist/sebastian/lines-of-code",
"type": "tidelift"
2020-09-13 13:58:50 +01:00
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-19T16:22:07+00:00"
2017-11-13 17:26:38 +00:00
},
{
"name": "sebastian/object-enumerator",
2026-04-07 09:01:19 +01:00
"version": "7.0.0",
2017-11-13 17:26:38 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
2026-04-07 09:01:19 +01:00
"reference": "1effe8e9b8e068e9ae228e542d5d11b5d16db894"
2017-11-13 17:26:38 +00:00
},
"dist": {
"type": "zip",
2026-04-07 09:01:19 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1effe8e9b8e068e9ae228e542d5d11b5d16db894",
"reference": "1effe8e9b8e068e9ae228e542d5d11b5d16db894",
2017-11-13 17:26:38 +00:00
"shasum": ""
},
"require": {
2026-04-07 09:01:19 +01:00
"php": ">=8.3",
"sebastian/object-reflector": "^5.0",
"sebastian/recursion-context": "^7.0"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
2026-04-07 09:01:19 +01:00
"phpunit/phpunit": "^12.0"
2017-11-13 17:26:38 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2026-04-07 09:01:19 +01:00
"dev-main": "7.0-dev"
2017-11-13 17:26:38 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"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",
2025-03-01 15:00:41 +00:00
"security": "https://github.com/sebastianbergmann/object-enumerator/security/policy",
2026-04-07 09:01:19 +01:00
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/7.0.0"
2021-01-31 14:50:01 +00:00
},
2020-06-17 22:43:12 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2026-04-07 09:01:19 +01:00
"time": "2025-02-07T04:57:48+00:00"
2017-11-13 17:26:38 +00:00
},
{
"name": "sebastian/object-reflector",
2026-04-07 09:01:19 +01:00
"version": "5.0.0",
2017-11-13 17:26:38 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
2026-04-07 09:01:19 +01:00
"reference": "4bfa827c969c98be1e527abd576533293c634f6a"
2017-11-13 17:26:38 +00:00
},
"dist": {
"type": "zip",
2026-04-07 09:01:19 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/4bfa827c969c98be1e527abd576533293c634f6a",
"reference": "4bfa827c969c98be1e527abd576533293c634f6a",
2017-11-13 17:26:38 +00:00
"shasum": ""
},
"require": {
2026-04-07 09:01:19 +01:00
"php": ">=8.3"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
2026-04-07 09:01:19 +01:00
"phpunit/phpunit": "^12.0"
2017-11-13 17:26:38 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2026-04-07 09:01:19 +01:00
"dev-main": "5.0-dev"
2017-11-13 17:26:38 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"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",
2025-03-01 15:00:41 +00:00
"security": "https://github.com/sebastianbergmann/object-reflector/security/policy",
2026-04-07 09:01:19 +01:00
"source": "https://github.com/sebastianbergmann/object-reflector/tree/5.0.0"
2021-01-31 14:50:01 +00:00
},
2020-06-17 22:43:12 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2026-04-07 09:01:19 +01:00
"time": "2025-02-07T04:58:17+00:00"
2017-11-13 17:26:38 +00:00
},
{
"name": "sebastian/recursion-context",
2026-04-07 09:01:19 +01:00
"version": "7.0.1",
2017-11-13 17:26:38 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
2026-04-07 09:01:19 +01:00
"reference": "0b01998a7d5b1f122911a66bebcb8d46f0c82d8c"
2017-11-13 17:26:38 +00:00
},
"dist": {
"type": "zip",
2026-04-07 09:01:19 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/0b01998a7d5b1f122911a66bebcb8d46f0c82d8c",
"reference": "0b01998a7d5b1f122911a66bebcb8d46f0c82d8c",
2017-11-13 17:26:38 +00:00
"shasum": ""
},
"require": {
2026-04-07 09:01:19 +01:00
"php": ">=8.3"
2017-11-13 17:26:38 +00:00
},
"require-dev": {
2026-04-07 09:01:19 +01:00
"phpunit/phpunit": "^12.0"
2017-11-13 17:26:38 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2026-04-07 09:01:19 +01:00
"dev-main": "7.0-dev"
2017-11-13 17:26:38 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"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"
}
],
"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",
2025-03-01 15:00:41 +00:00
"security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
2026-04-07 09:01:19 +01:00
"source": "https://github.com/sebastianbergmann/recursion-context/tree/7.0.1"
2021-01-31 14:50:01 +00:00
},
2020-06-17 22:43:12 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
2025-08-17 11:12:55 +01:00
},
{
"url": "https://liberapay.com/sebastianbergmann",
"type": "liberapay"
},
{
"url": "https://thanks.dev/u/gh/sebastianbergmann",
"type": "thanks_dev"
},
{
"url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context",
"type": "tidelift"
2020-06-17 22:43:12 +01:00
}
],
2026-04-07 09:01:19 +01:00
"time": "2025-08-13T04:44:59+00:00"
2017-11-13 17:26:38 +00:00
},
2019-07-13 13:02:45 +01:00
{
"name": "sebastian/type",
2026-06-29 20:13:11 +01:00
"version": "6.0.4",
2019-07-13 13:02:45 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
2026-06-29 20:13:11 +01:00
"reference": "82ff822c2edc46724be9f7411d3163021f602773"
2019-07-13 13:02:45 +01:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/82ff822c2edc46724be9f7411d3163021f602773",
"reference": "82ff822c2edc46724be9f7411d3163021f602773",
2019-07-13 13:02:45 +01:00
"shasum": ""
},
"require": {
2026-04-07 09:01:19 +01:00
"php": ">=8.3"
2019-07-13 13:02:45 +01:00
},
"require-dev": {
2026-06-29 20:13:11 +01:00
"phpunit/phpunit": "^12.5.25"
2019-07-13 13:02:45 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2026-04-07 09:01:19 +01:00
"dev-main": "6.0-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",
2025-03-01 15:00:41 +00:00
"security": "https://github.com/sebastianbergmann/type/security/policy",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/sebastianbergmann/type/tree/6.0.4"
2021-01-31 14:50:01 +00:00
},
2020-06-13 16:32:42 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
2025-08-17 11:12:55 +01:00
},
{
"url": "https://liberapay.com/sebastianbergmann",
"type": "liberapay"
},
{
"url": "https://thanks.dev/u/gh/sebastianbergmann",
"type": "thanks_dev"
},
{
"url": "https://tidelift.com/funding/github/packagist/sebastian/type",
"type": "tidelift"
2020-06-13 16:32:42 +01:00
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-20T06:45:45+00:00"
2019-07-13 13:02:45 +01:00
},
2017-11-13 17:26:38 +00:00
{
"name": "sebastian/version",
2026-04-07 09:01:19 +01:00
"version": "6.0.0",
2017-11-13 17:26:38 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
2026-04-07 09:01:19 +01:00
"reference": "3e6ccf7657d4f0a59200564b08cead899313b53c"
2017-11-13 17:26:38 +00:00
},
"dist": {
"type": "zip",
2026-04-07 09:01:19 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/3e6ccf7657d4f0a59200564b08cead899313b53c",
"reference": "3e6ccf7657d4f0a59200564b08cead899313b53c",
2017-11-13 17:26:38 +00:00
"shasum": ""
},
"require": {
2026-04-07 09:01:19 +01:00
"php": ">=8.3"
2017-11-13 17:26:38 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2026-04-07 09:01:19 +01:00
"dev-main": "6.0-dev"
2017-11-13 17:26:38 +00: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": "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",
2025-03-01 15:00:41 +00:00
"security": "https://github.com/sebastianbergmann/version/security/policy",
2026-04-07 09:01:19 +01:00
"source": "https://github.com/sebastianbergmann/version/tree/6.0.0"
2021-01-31 14:50:01 +00:00
},
2020-07-12 17:41:26 +01:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2026-04-07 09:01:19 +01:00
"time": "2025-02-07T05:00:38+00:00"
2022-12-22 18:19:04 +00:00
},
2022-01-23 18:42:19 +00:00
{
"name": "spatie/laravel-ray",
2026-06-29 20:13:11 +01:00
"version": "1.43.9",
2022-01-23 18:42:19 +00:00
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-ray.git",
2026-06-29 20:13:11 +01:00
"reference": "85137a6ea1d3ecd5ad3adcb43512fff9a5529e72"
2022-01-23 18:42:19 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/spatie/laravel-ray/zipball/85137a6ea1d3ecd5ad3adcb43512fff9a5529e72",
"reference": "85137a6ea1d3ecd5ad3adcb43512fff9a5529e72",
2022-01-23 18:42:19 +00:00
"shasum": ""
},
"require": {
2025-01-25 11:47:43 +00:00
"composer-runtime-api": "^2.2",
2022-01-23 18:42:19 +00:00
"ext-json": "*",
2026-02-21 17:06:37 +00:00
"illuminate/contracts": "^7.20|^8.19|^9.0|^10.0|^11.0|^12.0|^13.0",
"illuminate/database": "^7.20|^8.19|^9.0|^10.0|^11.0|^12.0|^13.0",
"illuminate/queue": "^7.20|^8.19|^9.0|^10.0|^11.0|^12.0|^13.0",
"illuminate/support": "^7.20|^8.19|^9.0|^10.0|^11.0|^12.0|^13.0",
2025-12-11 17:17:01 +00:00
"php": "^7.4|^8.0",
2025-03-01 15:00:41 +00:00
"spatie/backtrace": "^1.7.1",
2026-02-21 17:06:37 +00:00
"spatie/ray": "^1.45.0",
2025-12-11 17:17:01 +00:00
"symfony/stopwatch": "4.2|^5.1|^6.0|^7.0|^8.0",
2026-04-07 09:01:19 +01:00
"zbateson/mail-mime-parser": "^1.3.1|^2.0|^3.0|^4.0"
2021-02-07 17:23:03 +00:00
},
"require-dev": {
2021-10-01 18:20:27 +01:00
"guzzlehttp/guzzle": "^7.3",
2026-02-21 17:06:37 +00:00
"laravel/framework": "^7.20|^8.19|^9.0|^10.0|^11.0|^12.0|^13.0",
2026-06-29 20:13:11 +01:00
"laravel/pint": "^1.29",
2026-02-21 17:06:37 +00:00
"orchestra/testbench-core": "^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
2025-12-11 17:17:01 +00:00
"pestphp/pest": "^1.22|^2.0|^3.0|^4.0",
"phpstan/phpstan": "^1.10.57|^2.0.2",
"phpunit/phpunit": "^9.3|^10.1|^11.0.10|^12.4",
"rector/rector": "^0.19.2|^1.0.1|^2.0.0",
"spatie/pest-plugin-snapshots": "^1.1|^2.0",
"symfony/var-dumper": "^4.2|^5.1|^6.0|^7.0.3|^8.0"
2021-02-07 17:23:03 +00:00
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Spatie\\LaravelRay\\RayServiceProvider"
]
2025-01-25 11:47:43 +00:00
},
"branch-alias": {
"dev-main": "1.x-dev"
2021-02-07 17:23:03 +00:00
}
},
"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",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/spatie/laravel-ray/tree/1.43.9"
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"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-04-28T06:07:04+00:00"
2021-02-07 17:23:03 +00:00
},
{
"name": "spatie/macroable",
2026-02-21 17:06:37 +00:00
"version": "2.1.0",
2021-02-07 17:23:03 +00:00
"source": {
"type": "git",
"url": "https://github.com/spatie/macroable.git",
2026-02-21 17:06:37 +00:00
"reference": "2967f69810ba4df158391665c0850010b9d1507c"
2021-02-07 17:23:03 +00:00
},
"dist": {
"type": "zip",
2026-02-21 17:06:37 +00:00
"url": "https://api.github.com/repos/spatie/macroable/zipball/2967f69810ba4df158391665c0850010b9d1507c",
"reference": "2967f69810ba4df158391665c0850010b9d1507c",
2021-02-07 17:23:03 +00:00
"shasum": ""
},
"require": {
2026-02-21 17:06:37 +00:00
"php": "^8.3"
2021-02-07 17:23:03 +00:00
},
"require-dev": {
2026-02-21 17:06:37 +00:00
"pestphp/pest": "^4",
"phpunit/phpunit": "^12"
2021-02-07 17:23:03 +00:00
},
"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",
2026-02-21 17:06:37 +00:00
"source": "https://github.com/spatie/macroable/tree/2.1.0"
2021-02-07 17:23:03 +00:00
},
2026-02-21 17:06:37 +00:00
"time": "2026-01-30T17:13:34+00:00"
2021-02-07 17:23:03 +00:00
},
{
"name": "spatie/ray",
2026-04-07 09:01:19 +01:00
"version": "1.48.0",
2021-02-07 17:23:03 +00:00
"source": {
"type": "git",
"url": "https://github.com/spatie/ray.git",
2026-04-07 09:01:19 +01:00
"reference": "974ac9c6e315033ab8ace883d60e094522f88ede"
2021-02-07 17:23:03 +00:00
},
"dist": {
"type": "zip",
2026-04-07 09:01:19 +01:00
"url": "https://api.github.com/repos/spatie/ray/zipball/974ac9c6e315033ab8ace883d60e094522f88ede",
"reference": "974ac9c6e315033ab8ace883d60e094522f88ede",
2021-02-07 17:23:03 +00:00
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
2025-12-11 17:17:01 +00:00
"php": "^7.4|^8.0",
"ramsey/uuid": "^3.0|^4.1",
2025-03-01 15:00:41 +00:00
"spatie/backtrace": "^1.7.1",
2025-12-11 17:17:01 +00:00
"spatie/macroable": "^1.0|^2.0",
"symfony/stopwatch": "^4.2|^5.1|^6.0|^7.0|^8.0",
"symfony/var-dumper": "^4.2|^5.1|^6.0|^7.0.3|^8.0"
2021-02-07 17:23:03 +00:00
},
"require-dev": {
2026-02-21 17:06:37 +00:00
"illuminate/support": "^7.20|^8.18|^9.0|^10.0|^11.0|^12.0|^13.0",
2025-12-11 17:17:01 +00:00
"nesbot/carbon": "^2.63|^3.8.4",
2023-02-17 09:26:17 +00:00
"pestphp/pest": "^1.22",
2025-12-11 17:17:01 +00:00
"phpstan/phpstan": "^1.10.57|^2.0.3",
2021-02-07 17:23:03 +00:00
"phpunit/phpunit": "^9.5",
2025-12-11 17:17:01 +00:00
"rector/rector": "^0.19.2|^1.0.1|^2.0.0",
2021-02-07 17:23:03 +00:00
"spatie/phpunit-snapshot-assertions": "^4.2",
"spatie/test-time": "^1.2"
},
2024-01-26 20:36:46 +00:00
"bin": [
"bin/remove-ray.sh"
],
2021-02-07 17:23:03 +00:00
"type": "library",
2024-06-08 18:56:04 +00:00
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
},
2021-02-07 17:23:03 +00:00
"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",
2026-04-07 09:01:19 +01:00
"source": "https://github.com/spatie/ray/tree/1.48.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"
}
],
2026-04-07 09:01:19 +01:00
"time": "2026-03-31T12:44:31+00:00"
2021-02-07 17:23:03 +00:00
},
2025-04-27 16:38:25 +01:00
{
"name": "spatie/x-ray",
2026-02-21 17:06:37 +00:00
"version": "1.2.2",
2025-04-27 16:38:25 +01:00
"source": {
"type": "git",
"url": "https://github.com/spatie/x-ray.git",
2026-02-21 17:06:37 +00:00
"reference": "9f816cba11d9674d070b898ab572e01fd3690ae0"
2025-04-27 16:38:25 +01:00
},
"dist": {
"type": "zip",
2026-02-21 17:06:37 +00:00
"url": "https://api.github.com/repos/spatie/x-ray/zipball/9f816cba11d9674d070b898ab572e01fd3690ae0",
"reference": "9f816cba11d9674d070b898ab572e01fd3690ae0",
2025-04-27 16:38:25 +01:00
"shasum": ""
},
"require": {
"permafrost-dev/code-snippets": "^1.2.0",
"permafrost-dev/php-code-search": "^1.10.5",
"php": "^8.0",
2025-12-11 17:17:01 +00:00
"symfony/console": "^5.3|^6.0|^7.0|^8.0",
"symfony/finder": "^5.3|^6.0|^7.0|^8.0",
"symfony/yaml": "^5.3|^6.0|^7.0|^8.0"
2025-04-27 16:38:25 +01:00
},
"require-dev": {
"phpstan/phpstan": "^2.0.0",
"phpunit/phpunit": "^9.5",
"spatie/phpunit-snapshot-assertions": "^4.2"
},
"bin": [
"bin/x-ray"
],
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\XRay\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Patrick Organ",
"email": "patrick@permafrost.dev",
"homepage": "https://permafrost.dev",
"role": "Developer"
}
],
"description": "Quickly scan source code for calls to Ray",
"homepage": "https://github.com/spatie/x-ray",
"keywords": [
"permafrost",
"ray",
"search",
"spatie"
],
"support": {
"issues": "https://github.com/spatie/x-ray/issues",
2026-02-21 17:06:37 +00:00
"source": "https://github.com/spatie/x-ray/tree/1.2.2"
2025-04-27 16:38:25 +01:00
},
"funding": [
{
"url": "https://github.com/sponsors/permafrost-dev",
"type": "github"
},
{
"url": "https://github.com/sponsors/spatie",
"type": "github"
}
],
2026-02-21 17:06:37 +00:00
"time": "2026-02-09T20:03:00+00:00"
2025-04-27 16:38:25 +01:00
},
2022-12-02 19:53:36 +00:00
{
2025-03-01 15:00:41 +00:00
"name": "staabm/side-effects-detector",
"version": "1.0.5",
2022-12-02 19:53:36 +00:00
"source": {
"type": "git",
2025-03-01 15:00:41 +00:00
"url": "https://github.com/staabm/side-effects-detector.git",
"reference": "d8334211a140ce329c13726d4a715adbddd0a163"
2022-12-02 19:53:36 +00:00
},
"dist": {
"type": "zip",
2025-03-01 15:00:41 +00:00
"url": "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163",
"reference": "d8334211a140ce329c13726d4a715adbddd0a163",
2022-12-02 19:53:36 +00:00
"shasum": ""
},
"require": {
2025-03-01 15:00:41 +00:00
"ext-tokenizer": "*",
"php": "^7.4 || ^8.0"
2022-12-02 19:53:36 +00:00
},
2024-06-08 18:46:56 +00:00
"require-dev": {
2025-03-01 15:00:41 +00:00
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^1.12.6",
"phpunit/phpunit": "^9.6.21",
"symfony/var-dumper": "^5.4.43",
"tomasvotruba/type-coverage": "1.0.0",
"tomasvotruba/unused-public": "1.0.0"
2024-06-08 18:46:56 +00:00
},
2022-12-02 19:53:36 +00:00
"type": "library",
"autoload": {
2025-03-01 15:00:41 +00:00
"classmap": [
"lib/"
2022-12-02 19:53:36 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2025-03-01 15:00:41 +00:00
"description": "A static analysis tool to detect side effects in PHP code",
"keywords": [
"static analysis"
2022-12-02 19:53:36 +00:00
],
"support": {
2025-03-01 15:00:41 +00:00
"issues": "https://github.com/staabm/side-effects-detector/issues",
"source": "https://github.com/staabm/side-effects-detector/tree/1.0.5"
2022-12-02 19:53:36 +00:00
},
"funding": [
{
2025-03-01 15:00:41 +00:00
"url": "https://github.com/staabm",
2022-12-02 19:53:36 +00:00
"type": "github"
}
],
2025-03-01 15:00:41 +00:00
"time": "2024-10-20T05:08:20+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",
2026-06-29 20:13:11 +01:00
"version": "v1.37.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",
2026-06-29 20:13:11 +01:00
"reference": "2c5729fd241b4b22f6e4b436bc3354a4f262df57"
2020-02-22 11:06:43 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/2c5729fd241b4b22f6e4b436bc3354a4f262df57",
"reference": "2c5729fd241b4b22f6e4b436bc3354a4f262df57",
2020-02-22 11:06:43 +00:00
"shasum": ""
},
"require": {
2024-10-23 09:16:11 +01:00
"php": ">=7.2"
2022-02-27 19:42:49 +00:00
},
"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": {
"thanks": {
2025-01-25 11:47:43 +00:00
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
2022-02-27 19:42:49 +00:00
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"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": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/polyfill-iconv/tree/v1.37.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"
},
2025-10-30 11:49:54 +00:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2020-06-10 20:48:23 +01:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-04-10T16:19:22+00:00"
2020-02-22 11:06:43 +00:00
},
2025-01-25 11:47:43 +00:00
{
"name": "symfony/stopwatch",
2026-06-29 20:13:11 +01:00
"version": "v8.1.0",
2025-01-25 11:47:43 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
2026-06-29 20:13:11 +01:00
"reference": "21c07b026905d596e8379caeb115d87aa479499d"
2025-01-25 11:47:43 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/21c07b026905d596e8379caeb115d87aa479499d",
"reference": "21c07b026905d596e8379caeb115d87aa479499d",
2021-02-07 17:23:03 +00:00
"shasum": ""
},
"require": {
2026-06-29 20:13:11 +01:00
"php": ">=8.4.1",
2023-06-21 18:46:31 +01:00
"symfony/service-contracts": "^2.5|^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": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/stopwatch/tree/v8.1.0"
2021-02-07 17:23:03 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
2025-12-11 17:17:01 +00:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2021-02-07 17:23:03 +00:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-05-29T05:06:50+00:00"
2021-02-07 17:23:03 +00:00
},
2023-02-08 19:43:01 +00:00
{
"name": "symfony/yaml",
2026-06-29 20:13:11 +01:00
"version": "v8.1.1",
2023-02-08 19:43:01 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2026-06-29 20:13:11 +01:00
"reference": "8e4cdd4311683516be06944f4b85244063cdb886"
2023-02-08 19:43:01 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/8e4cdd4311683516be06944f4b85244063cdb886",
"reference": "8e4cdd4311683516be06944f4b85244063cdb886",
2023-02-08 19:43:01 +00:00
"shasum": ""
},
"require": {
2026-06-29 20:13:11 +01:00
"php": ">=8.4.1",
2023-02-08 19:43:01 +00:00
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
2026-02-21 17:06:37 +00:00
"symfony/console": "<7.4"
2023-02-08 19:43:01 +00:00
},
"require-dev": {
2026-06-29 20:13:11 +01:00
"symfony/console": "^7.4|^8.0",
"yaml/yaml-test-suite": "*"
2023-02-08 19:43:01 +00:00
},
"bin": [
"Resources/bin/yaml-lint"
],
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"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": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
2026-06-29 20:13:11 +01:00
"source": "https://github.com/symfony/yaml/tree/v8.1.1"
2023-02-08 19:43:01 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
2025-08-17 11:12:55 +01:00
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
2023-02-08 19:43:01 +00:00
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-06-09T11:06:24+00:00"
2023-02-08 19:43:01 +00:00
},
2017-11-13 17:26:38 +00:00
{
"name": "theseer/tokenizer",
2026-04-07 09:01:19 +01:00
"version": "2.0.1",
2017-11-13 17:26:38 +00:00
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
2026-04-07 09:01:19 +01:00
"reference": "7989e43bf381af0eac72e4f0ca5bcbfa81658be4"
2017-11-13 17:26:38 +00:00
},
"dist": {
"type": "zip",
2026-04-07 09:01:19 +01:00
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/7989e43bf381af0eac72e4f0ca5bcbfa81658be4",
"reference": "7989e43bf381af0eac72e4f0ca5bcbfa81658be4",
2017-11-13 17:26:38 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
2026-04-07 09:01:19 +01:00
"php": "^8.1"
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",
2026-04-07 09:01:19 +01:00
"source": "https://github.com/theseer/tokenizer/tree/2.0.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"
}
],
2026-04-07 09:01:19 +01:00
"time": "2025-12-08T11:19:18+00:00"
2017-11-13 17:26:38 +00:00
},
2021-02-07 17:23:03 +00:00
{
"name": "zbateson/mail-mime-parser",
2026-06-29 20:13:11 +01:00
"version": "4.0.2",
2021-02-07 17:23:03 +00:00
"source": {
"type": "git",
"url": "https://github.com/zbateson/mail-mime-parser.git",
2026-06-29 20:13:11 +01:00
"reference": "0f268ceb5a60738f082da6881414ed2c8e0bb088"
2021-02-07 17:23:03 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/zbateson/mail-mime-parser/zipball/0f268ceb5a60738f082da6881414ed2c8e0bb088",
"reference": "0f268ceb5a60738f082da6881414ed2c8e0bb088",
2021-02-07 17:23:03 +00:00
"shasum": ""
},
"require": {
2024-07-16 20:01:57 +00:00
"guzzlehttp/psr7": "^2.5",
2026-04-07 09:01:19 +01:00
"php": ">=8.1",
2024-07-16 20:01:57 +00:00
"php-di/php-di": "^6.0|^7.0",
"psr/log": "^1|^2|^3",
2026-04-07 09:01:19 +01:00
"zbateson/mb-wrapper": "^2.0 || ^3.0",
"zbateson/stream-decorators": "^2.1 || ^3.0"
2021-02-07 17:23:03 +00:00
},
"require-dev": {
2026-04-07 09:01:19 +01:00
"friendsofphp/php-cs-fixer": "^3.0",
2024-07-16 20:01:57 +00:00
"monolog/monolog": "^2|^3",
2026-04-07 09:01:19 +01:00
"phpstan/phpstan": "^2.0",
"phpunit/phpunit": "^10.5"
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"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-06-24T03:13:44+00:00"
2021-02-07 17:23:03 +00:00
},
{
"name": "zbateson/mb-wrapper",
2026-06-29 20:13:11 +01:00
"version": "3.0.1",
2021-02-07 17:23:03 +00:00
"source": {
"type": "git",
"url": "https://github.com/zbateson/mb-wrapper.git",
2026-06-29 20:13:11 +01:00
"reference": "36dd227ed698d9f5fe995ea75dbcc594a2d880bb"
2021-02-07 17:23:03 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/zbateson/mb-wrapper/zipball/36dd227ed698d9f5fe995ea75dbcc594a2d880bb",
"reference": "36dd227ed698d9f5fe995ea75dbcc594a2d880bb",
2021-02-07 17:23:03 +00:00
"shasum": ""
},
"require": {
2026-04-07 09:01:19 +01:00
"php": ">=8.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": "*",
2026-04-07 09:01:19 +01:00
"phpunit/phpunit": "^10.0|^11.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",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/zbateson/mb-wrapper/tree/3.0.1"
2021-02-07 17:23:03 +00:00
},
"funding": [
{
"url": "https://github.com/zbateson",
"type": "github"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-06-24T03:02:00+00:00"
2021-02-07 17:23:03 +00:00
},
{
"name": "zbateson/stream-decorators",
2026-06-29 20:13:11 +01:00
"version": "3.0.1",
2021-02-07 17:23:03 +00:00
"source": {
"type": "git",
"url": "https://github.com/zbateson/stream-decorators.git",
2026-06-29 20:13:11 +01:00
"reference": "093a898753e95e0063d0ca67c04b7b2619742ae9"
2021-02-07 17:23:03 +00:00
},
"dist": {
"type": "zip",
2026-06-29 20:13:11 +01:00
"url": "https://api.github.com/repos/zbateson/stream-decorators/zipball/093a898753e95e0063d0ca67c04b7b2619742ae9",
"reference": "093a898753e95e0063d0ca67c04b7b2619742ae9",
2021-02-07 17:23:03 +00:00
"shasum": ""
},
"require": {
2024-07-16 20:01:57 +00:00
"guzzlehttp/psr7": "^2.5",
2026-04-07 09:01:19 +01:00
"php": ">=8.1",
"zbateson/mb-wrapper": "^2.0 || ^3.0"
2021-02-07 17:23:03 +00:00
},
"require-dev": {
2023-02-04 12:38:22 +00:00
"friendsofphp/php-cs-fixer": "*",
"phpstan/phpstan": "*",
2026-04-07 09:01:19 +01:00
"phpunit/phpunit": "^10.0 || ^11.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",
2026-06-29 20:13:11 +01:00
"source": "https://github.com/zbateson/stream-decorators/tree/3.0.1"
2021-02-07 17:23:03 +00:00
},
"funding": [
{
"url": "https://github.com/zbateson",
"type": "github"
}
],
2026-06-29 20:13:11 +01:00
"time": "2026-06-24T02:55:37+00:00"
2016-05-19 15:01:28 +01:00
}
],
"aliases": [],
2023-02-17 09:26:17 +00:00
"minimum-stability": "stable",
2026-04-07 09:01:19 +01: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": {
2026-04-07 09:01:19 +01:00
"php": "^8.3",
2022-06-02 09:40:34 +01:00
"ext-dom": "*",
2019-10-27 16:15:14 +00:00
"ext-intl": "*",
2023-10-27 20:22:40 +01:00
"ext-json": "*",
2026-04-07 09:01:19 +01:00
"ext-pdo": "*",
2026-07-14 18:37:05 +01:00
"ext-pgsql": "*",
2024-06-02 10:16:16 +01:00
"ext-sodium": "*"
2016-05-19 15:01:28 +01:00
},
2025-06-30 19:43:28 +01:00
"platform-dev": {},
2026-02-21 17:06:37 +00:00
"plugin-api-version": "2.9.0"
2016-05-19 15:01:28 +01:00
}