hypothetical/composer.lock

9062 lines
325 KiB
Text
Raw Permalink Normal View History

{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
2025-04-30 22:22:02 -04:00
"content-hash": "decde6f0dc4ecc16d45bc045a9b9d411",
"packages": [
{
"name": "brick/math",
2025-04-30 22:22:02 -04:00
"version": "0.12.3",
"source": {
"type": "git",
"url": "https://github.com/brick/math.git",
2025-04-30 22:22:02 -04:00
"reference": "866551da34e9a618e64a819ee1e01c20d8a588ba"
},
"dist": {
"type": "zip",
2025-04-30 22:22:02 -04:00
"url": "https://api.github.com/repos/brick/math/zipball/866551da34e9a618e64a819ee1e01c20d8a588ba",
"reference": "866551da34e9a618e64a819ee1e01c20d8a588ba",
"shasum": ""
},
"require": {
"php": "^8.1"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^10.1",
2025-04-30 22:22:02 -04:00
"vimeo/psalm": "6.8.8"
},
"type": "library",
"autoload": {
"psr-4": {
"Brick\\Math\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Arbitrary-precision arithmetic library",
"keywords": [
"Arbitrary-precision",
"BigInteger",
"BigRational",
"arithmetic",
"bigdecimal",
"bignum",
"bignumber",
"brick",
"decimal",
"integer",
"math",
"mathematics",
"rational"
],
"support": {
"issues": "https://github.com/brick/math/issues",
2025-04-30 22:22:02 -04:00
"source": "https://github.com/brick/math/tree/0.12.3"
},
"funding": [
2022-01-27 22:26:08 -05:00
{
"url": "https://github.com/BenMorel",
"type": "github"
}
],
2025-04-30 22:22:02 -04:00
"time": "2025-02-28T13:11:00+00:00"
},
2024-01-12 22:03:27 -05:00
{
"name": "carbonphp/carbon-doctrine-types",
2024-03-19 17:11:58 -04:00
"version": "3.2.0",
2024-01-12 22:03:27 -05:00
"source": {
"type": "git",
"url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
2024-03-19 17:11:58 -04:00
"reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d"
2024-01-12 22:03:27 -05:00
},
"dist": {
"type": "zip",
2024-03-19 17:11:58 -04:00
"url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
"reference": "18ba5ddfec8976260ead6e866180bd5d2f71aa1d",
2024-01-12 22:03:27 -05:00
"shasum": ""
},
"require": {
2024-03-19 17:11:58 -04:00
"php": "^8.1"
2024-01-12 22:03:27 -05:00
},
"conflict": {
2024-03-19 17:11:58 -04:00
"doctrine/dbal": "<4.0.0 || >=5.0.0"
2024-01-12 22:03:27 -05:00
},
"require-dev": {
2024-03-19 17:11:58 -04:00
"doctrine/dbal": "^4.0.0",
2024-01-12 22:03:27 -05: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 17:11:58 -04:00
"source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/3.2.0"
2024-01-12 22:03:27 -05: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 17:11:58 -04:00
"time": "2024-02-09T16:56:22+00:00"
2024-01-12 22:03:27 -05:00
},
2025-02-06 23:01:22 -05:00
{
"name": "composer/pcre",
"version": "3.3.2",
"source": {
"type": "git",
"url": "https://github.com/composer/pcre.git",
"reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
"reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
"shasum": ""
},
"require": {
"php": "^7.4 || ^8.0"
},
"conflict": {
"phpstan/phpstan": "<1.11.10"
},
"require-dev": {
"phpstan/phpstan": "^1.12 || ^2",
"phpstan/phpstan-strict-rules": "^1 || ^2",
"phpunit/phpunit": "^8 || ^9"
},
"type": "library",
"extra": {
"phpstan": {
"includes": [
"extension.neon"
]
},
"branch-alias": {
"dev-main": "3.x-dev"
}
},
"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",
"source": "https://github.com/composer/pcre/tree/3.3.2"
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2024-11-12T16:29:46+00:00"
},
2021-07-29 17:23:20 -04:00
{
"name": "dflydev/dot-access-data",
"version": "v3.0.3",
2021-07-29 17:23:20 -04:00
"source": {
"type": "git",
"url": "https://github.com/dflydev/dflydev-dot-access-data.git",
"reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f"
2021-07-29 17:23:20 -04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f",
"reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f",
2021-07-29 17:23:20 -04: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-12-30 16:31:49 -05:00
"vimeo/psalm": "^4.0.0"
2021-07-29 17:23:20 -04: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",
"source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3"
2021-07-29 17:23:20 -04:00
},
"time": "2024-07-08T12:26:09+00:00"
2021-07-29 17:23:20 -04:00
},
{
"name": "doctrine/inflector",
2024-03-19 17:11:58 -04:00
"version": "2.0.10",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
2024-03-19 17:11:58 -04:00
"reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc"
},
"dist": {
"type": "zip",
2024-03-19 17:11:58 -04:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc",
"reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc",
"shasum": ""
},
"require": {
2020-07-23 16:12:26 -04:00
"php": "^7.2 || ^8.0"
},
"require-dev": {
2023-07-13 17:09:38 -04:00
"doctrine/coding-standard": "^11.0",
2022-10-11 18:14:02 -04:00
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.3",
"phpunit/phpunit": "^8.5 || ^9.5",
2023-07-13 17:09:38 -04:00
"vimeo/psalm": "^4.25 || ^5.4"
},
"type": "library",
"autoload": {
2017-09-04 18:22:07 -04:00
"psr-4": {
2020-07-23 16:12:26 -04:00
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2020-07-23 16:12:26 -04: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",
"keywords": [
"inflection",
2020-07-23 16:12:26 -04:00
"inflector",
"lowercase",
"manipulation",
"php",
"plural",
"singular",
"strings",
"uppercase",
"words"
],
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
2024-03-19 17:11:58 -04:00
"source": "https://github.com/doctrine/inflector/tree/2.0.10"
},
2020-07-23 16:12:26 -04: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"
}
],
2024-03-19 17:11:58 -04:00
"time": "2024-02-18T20:23:39+00:00"
},
{
"name": "doctrine/lexer",
2024-02-08 22:10:04 -05:00
"version": "3.0.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
2024-02-08 22:10:04 -05:00
"reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"
},
"dist": {
"type": "zip",
2024-02-08 22:10:04 -05:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
"reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
"shasum": ""
},
"require": {
2023-03-13 17:33:19 -04:00
"php": "^8.1"
},
"require-dev": {
2024-02-08 22:10:04 -05:00
"doctrine/coding-standard": "^12",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.5",
2022-12-30 16:31:49 -05:00
"psalm/plugin-phpunit": "^0.18.3",
2024-02-08 22:10:04 -05:00
"vimeo/psalm": "^5.21"
},
"type": "library",
"autoload": {
"psr-4": {
2022-12-30 16:31:49 -05:00
"Doctrine\\Common\\Lexer\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"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",
"keywords": [
"annotations",
"docblock",
"lexer",
"parser",
"php"
],
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
2024-02-08 22:10:04 -05:00
"source": "https://github.com/doctrine/lexer/tree/3.0.1"
},
2020-07-23 16:12:26 -04: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-08 22:10:04 -05:00
"time": "2024-02-05T11:56:58+00:00"
},
2018-03-05 18:45:02 -05:00
{
"name": "dragonmantank/cron-expression",
2025-02-06 23:01:22 -05:00
"version": "v3.4.0",
2018-03-05 18:45:02 -05:00
"source": {
"type": "git",
"url": "https://github.com/dragonmantank/cron-expression.git",
2025-02-06 23:01:22 -05:00
"reference": "8c784d071debd117328803d86b2097615b457500"
2018-03-05 18:45:02 -05:00
},
"dist": {
"type": "zip",
2025-02-06 23:01:22 -05:00
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8c784d071debd117328803d86b2097615b457500",
"reference": "8c784d071debd117328803d86b2097615b457500",
2018-03-05 18:45:02 -05:00
"shasum": ""
},
"require": {
"php": "^7.2|^8.0",
2022-01-27 22:26:08 -05:00
"webmozart/assert": "^1.0"
},
"replace": {
"mtdowling/cron-expression": "^1.0"
2018-03-05 18:45:02 -05:00
},
"require-dev": {
"phpstan/extension-installer": "^1.0",
2022-01-27 22:26:08 -05:00
"phpstan/phpstan": "^1.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0"
2018-03-05 18:45:02 -05:00
},
"type": "library",
2025-02-06 23:01:22 -05:00
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
2018-03-05 18:45:02 -05: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"
],
"support": {
"issues": "https://github.com/dragonmantank/cron-expression/issues",
2025-02-06 23:01:22 -05:00
"source": "https://github.com/dragonmantank/cron-expression/tree/v3.4.0"
},
"funding": [
{
"url": "https://github.com/dragonmantank",
"type": "github"
}
],
2025-02-06 23:01:22 -05:00
"time": "2024-10-09T13:47:03+00:00"
2018-03-05 18:45:02 -05:00
},
{
"name": "egulias/email-validator",
2025-04-30 22:22:02 -04:00
"version": "4.0.4",
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
2025-04-30 22:22:02 -04:00
"reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa"
},
"dist": {
"type": "zip",
2025-04-30 22:22:02 -04:00
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
"reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa",
"shasum": ""
},
"require": {
2023-03-13 17:33:19 -04:00
"doctrine/lexer": "^2.0 || ^3.0",
"php": ">=8.1",
"symfony/polyfill-intl-idn": "^1.26"
},
"require-dev": {
2023-10-06 16:23:23 -04:00
"phpunit/phpunit": "^10.2",
"vimeo/psalm": "^5.12"
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
},
"type": "library",
"extra": {
"branch-alias": {
2023-03-13 17:33:19 -04:00
"dev-master": "4.0.x-dev"
}
},
"autoload": {
"psr-4": {
2020-07-23 16:12:26 -04:00
"Egulias\\EmailValidator\\": "src"
}
},
"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"
],
"support": {
"issues": "https://github.com/egulias/EmailValidator/issues",
2025-04-30 22:22:02 -04:00
"source": "https://github.com/egulias/EmailValidator/tree/4.0.4"
},
"funding": [
{
"url": "https://github.com/egulias",
"type": "github"
}
],
2025-04-30 22:22:02 -04:00
"time": "2025-03-06T22:45:56+00:00"
},
{
"name": "erusev/parsedown",
2020-01-07 21:00:08 -05:00
"version": "1.7.4",
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown.git",
2020-01-07 21:00:08 -05:00
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
},
"dist": {
"type": "zip",
2020-01-07 21:00:08 -05:00
"url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
"shasum": ""
},
2016-11-20 20:39:38 -05:00
"require": {
2018-04-02 22:35:32 -04:00
"ext-mbstring": "*",
2016-11-20 20:39:38 -05:00
"php": ">=5.3.0"
},
2018-01-09 22:02:45 -05:00
"require-dev": {
"phpunit/phpunit": "^4.8.35"
},
"type": "library",
"autoload": {
"psr-0": {
"Parsedown": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Emanuil Rusev",
"email": "hello@erusev.com",
"homepage": "http://erusev.com"
}
],
"description": "Parser for Markdown.",
"homepage": "http://parsedown.org",
"keywords": [
"markdown",
"parser"
],
"support": {
"issues": "https://github.com/erusev/parsedown/issues",
"source": "https://github.com/erusev/parsedown/tree/1.7.x"
},
2020-01-07 21:00:08 -05:00
"time": "2019-12-30T22:54:17+00:00"
},
{
2022-05-23 21:01:33 -04:00
"name": "fruitcake/php-cors",
2024-01-12 22:03:27 -05:00
"version": "v1.3.0",
"source": {
"type": "git",
2022-05-23 21:01:33 -04:00
"url": "https://github.com/fruitcake/php-cors.git",
2024-01-12 22:03:27 -05:00
"reference": "3d158f36e7875e2f040f37bc0573956240a5a38b"
},
"dist": {
"type": "zip",
2024-01-12 22:03:27 -05:00
"url": "https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b",
"reference": "3d158f36e7875e2f040f37bc0573956240a5a38b",
"shasum": ""
},
"require": {
2022-05-23 21:01:33 -04:00
"php": "^7.4|^8.0",
2024-01-12 22:03:27 -05:00
"symfony/http-foundation": "^4.4|^5.4|^6|^7"
},
"require-dev": {
2022-05-23 21:01:33 -04:00
"phpstan/phpstan": "^1.4",
"phpunit/phpunit": "^9",
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"extra": {
"branch-alias": {
2024-01-12 22:03:27 -05:00
"dev-master": "1.2-dev"
}
},
"autoload": {
"psr-4": {
"Fruitcake\\Cors\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fruitcake",
"homepage": "https://fruitcake.nl"
},
{
2022-05-23 21:01:33 -04:00
"name": "Barryvdh",
"email": "barryvdh@gmail.com"
}
],
2022-05-23 21:01:33 -04:00
"description": "Cross-origin resource sharing library for the Symfony HttpFoundation",
"homepage": "https://github.com/fruitcake/php-cors",
"keywords": [
"cors",
2022-05-23 21:01:33 -04:00
"laravel",
"symfony"
],
"support": {
2022-05-23 21:01:33 -04:00
"issues": "https://github.com/fruitcake/php-cors/issues",
2024-01-12 22:03:27 -05:00
"source": "https://github.com/fruitcake/php-cors/tree/v1.3.0"
},
2020-07-23 16:12:26 -04:00
"funding": [
2022-01-27 22:26:08 -05:00
{
"url": "https://fruitcake.nl",
"type": "custom"
},
2020-07-23 16:12:26 -04:00
{
"url": "https://github.com/barryvdh",
"type": "github"
}
],
2024-01-12 22:03:27 -05:00
"time": "2023-10-12T05:21:21+00:00"
},
{
"name": "graham-campbell/result-type",
"version": "v1.1.3",
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Result-Type.git",
"reference": "3ba905c11371512af9d9bdd27d99b782216b6945"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945",
"reference": "3ba905c11371512af9d9bdd27d99b782216b6945",
"shasum": ""
},
"require": {
2022-08-29 16:16:58 -04:00
"php": "^7.2.5 || ^8.0",
"phpoption/phpoption": "^1.9.3"
},
"require-dev": {
"phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
},
"type": "library",
"autoload": {
"psr-4": {
"GrahamCampbell\\ResultType\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
2022-01-27 22:26:08 -05:00
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
}
],
"description": "An Implementation Of The Result Type",
"keywords": [
"Graham Campbell",
"GrahamCampbell",
"Result Type",
"Result-Type",
"result"
],
"support": {
"issues": "https://github.com/GrahamCampbell/Result-Type/issues",
"source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
"type": "tidelift"
}
],
"time": "2024-07-20T21:45:45+00:00"
},
{
"name": "guzzlehttp/guzzle",
2025-04-30 22:22:02 -04:00
"version": "7.9.3",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2025-04-30 22:22:02 -04:00
"reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77"
},
"dist": {
"type": "zip",
2025-04-30 22:22:02 -04:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",
"reference": "7b2f29fe81dc4da0ca0ea7d42107a0845946ea77",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/promises": "^1.5.3 || ^2.0.3",
"guzzlehttp/psr7": "^2.7.0",
"php": "^7.2.5 || ^8.0",
2022-01-27 22:26:08 -05:00
"psr/http-client": "^1.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0"
},
"provide": {
"psr/http-client-implementation": "1.0"
},
"require-dev": {
2024-01-12 22:03:27 -05:00
"bamarni/composer-bin-plugin": "^1.8.2",
"ext-curl": "*",
"guzzle/client-integration-tests": "3.0.2",
2023-07-13 17:09:38 -04:00
"php-http/message-factory": "^1.1",
"phpunit/phpunit": "^8.5.39 || ^9.6.20",
2022-01-27 22:26:08 -05:00
"psr/log": "^1.1 || ^2.0 || ^3.0"
},
"suggest": {
"ext-curl": "Required for CURL handler support",
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
"psr/log": "Required for using the Log middleware"
},
"type": "library",
"extra": {
2022-08-29 16:16:58 -04:00
"bamarni-bin": {
"bin-links": true,
"forward-command": false
}
},
"autoload": {
"files": [
"src/functions_include.php"
2022-03-23 13:31:39 -04:00
],
"psr-4": {
"GuzzleHttp\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2022-01-27 22:26:08 -05:00
{
"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"
},
2022-01-27 22:26:08 -05: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"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
2022-01-27 22:26:08 -05:00
"homepage": "https://github.com/sagikazarmark"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
}
],
"description": "Guzzle is a PHP HTTP client library",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"psr-18",
"psr-7",
"rest",
"web service"
],
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
2025-04-30 22:22:02 -04:00
"source": "https://github.com/guzzle/guzzle/tree/7.9.3"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
2022-01-27 22:26:08 -05:00
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
"type": "tidelift"
}
],
2025-04-30 22:22:02 -04:00
"time": "2025-03-27T13:37:11+00:00"
},
{
"name": "guzzlehttp/promises",
2025-04-30 22:22:02 -04:00
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
2025-04-30 22:22:02 -04:00
"reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c"
},
"dist": {
"type": "zip",
2025-04-30 22:22:02 -04:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/7c69f28996b0a6920945dd20b3857e499d9ca96c",
"reference": "7c69f28996b0a6920945dd20b3857e499d9ca96c",
"shasum": ""
},
"require": {
2023-07-13 17:09:38 -04:00
"php": "^7.2.5 || ^8.0"
},
"require-dev": {
2024-01-12 22:03:27 -05:00
"bamarni/composer-bin-plugin": "^1.8.2",
"phpunit/phpunit": "^8.5.39 || ^9.6.20"
},
"type": "library",
"extra": {
2023-07-13 17:09:38 -04:00
"bamarni-bin": {
"bin-links": true,
"forward-command": false
}
},
"autoload": {
2022-03-23 13:31:39 -04:00
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2022-01-27 22:26:08 -05:00
{
"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"
2022-01-27 22:26:08 -05: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"
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
"support": {
"issues": "https://github.com/guzzle/promises/issues",
2025-04-30 22:22:02 -04:00
"source": "https://github.com/guzzle/promises/tree/2.2.0"
},
2022-01-27 22:26:08 -05: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"
}
],
2025-04-30 22:22:02 -04:00
"time": "2025-03-27T13:27:01+00:00"
},
{
"name": "guzzlehttp/psr7",
2025-04-30 22:22:02 -04:00
"version": "2.7.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2025-04-30 22:22:02 -04:00
"reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16"
},
"dist": {
"type": "zip",
2025-04-30 22:22:02 -04:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/c2270caaabe631b3b44c85f99e5a04bbb8060d16",
"reference": "c2270caaabe631b3b44c85f99e5a04bbb8060d16",
"shasum": ""
},
"require": {
2021-07-29 17:23:20 -04:00
"php": "^7.2.5 || ^8.0",
"psr/http-factory": "^1.0",
2023-04-20 21:05:00 -04:00
"psr/http-message": "^1.1 || ^2.0",
2021-07-29 17:23:20 -04:00
"ralouphie/getallheaders": "^3.0"
},
"provide": {
2021-07-29 17:23:20 -04:00
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
"require-dev": {
2024-01-12 22:03:27 -05:00
"bamarni/composer-bin-plugin": "^1.8.2",
"http-interop/http-factory-tests": "0.9.0",
"phpunit/phpunit": "^8.5.39 || ^9.6.20"
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
},
"type": "library",
"extra": {
2022-08-29 16:16:58 -04:00
"bamarni-bin": {
"bin-links": true,
"forward-command": false
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
2021-07-29 17:23:20 -04:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2022-01-27 22:26:08 -05:00
{
"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"
2017-03-18 18:10:34 -04:00
},
2022-01-27 22:26:08 -05: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-18 18:10:34 -04:00
{
"name": "Tobias Schultze",
2022-01-27 22:26:08 -05:00
"email": "webmaster@tubo-world.de",
2017-03-18 18:10:34 -04:00
"homepage": "https://github.com/Tobion"
2021-07-29 17:23:20 -04:00
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
}
],
2024-03-19 17:11:58 -04:00
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
"psr-7",
"request",
"response",
"stream",
"uri",
"url"
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
2025-04-30 22:22:02 -04:00
"source": "https://github.com/guzzle/psr7/tree/2.7.1"
2024-03-19 17:11:58 -04: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"
}
],
2025-04-30 22:22:02 -04:00
"time": "2025-03-27T12:30:47+00:00"
2024-03-19 17:11:58 -04:00
},
{
"name": "guzzlehttp/uri-template",
2025-02-06 23:01:22 -05:00
"version": "v1.0.4",
2024-03-19 17:11:58 -04:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/uri-template.git",
2025-02-06 23:01:22 -05:00
"reference": "30e286560c137526eccd4ce21b2de477ab0676d2"
2024-03-19 17:11:58 -04:00
},
"dist": {
"type": "zip",
2025-02-06 23:01:22 -05:00
"url": "https://api.github.com/repos/guzzle/uri-template/zipball/30e286560c137526eccd4ce21b2de477ab0676d2",
"reference": "30e286560c137526eccd4ce21b2de477ab0676d2",
2024-03-19 17:11:58 -04:00
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
"symfony/polyfill-php80": "^1.24"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
"phpunit/phpunit": "^8.5.36 || ^9.6.15",
"uri-template/tests": "1.0.0"
},
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
}
},
"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",
2025-02-06 23:01:22 -05:00
"source": "https://github.com/guzzle/uri-template/tree/v1.0.4"
2024-03-19 17:11:58 -04: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"
}
],
2025-02-06 23:01:22 -05:00
"time": "2025-02-03T10:55:03+00:00"
2024-03-19 17:11:58 -04:00
},
{
"name": "intervention/gif",
2025-04-30 22:22:02 -04:00
"version": "4.2.2",
2024-03-19 17:11:58 -04:00
"source": {
"type": "git",
"url": "https://github.com/Intervention/gif.git",
2025-04-30 22:22:02 -04:00
"reference": "5999eac6a39aa760fb803bc809e8909ee67b451a"
2024-03-19 17:11:58 -04:00
},
"dist": {
"type": "zip",
2025-04-30 22:22:02 -04:00
"url": "https://api.github.com/repos/Intervention/gif/zipball/5999eac6a39aa760fb803bc809e8909ee67b451a",
"reference": "5999eac6a39aa760fb803bc809e8909ee67b451a",
2024-03-19 17:11:58 -04:00
"shasum": ""
},
"require": {
"php": "^8.1"
},
"require-dev": {
2025-02-06 23:01:22 -05:00
"phpstan/phpstan": "^2.1",
2025-04-30 22:22:02 -04:00
"phpunit/phpunit": "^10.0 || ^11.0 || ^12.0",
2024-03-19 17:11:58 -04:00
"slevomat/coding-standard": "~8.0",
"squizlabs/php_codesniffer": "^3.8"
},
"type": "library",
"autoload": {
"psr-4": {
"Intervention\\Gif\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Oliver Vogel",
"email": "oliver@intervention.io",
"homepage": "https://intervention.io/"
}
],
"description": "Native PHP GIF Encoder/Decoder",
"homepage": "https://github.com/intervention/gif",
"keywords": [
2024-03-19 17:11:58 -04:00
"animation",
"gd",
"gif",
"image"
],
"support": {
2024-03-19 17:11:58 -04:00
"issues": "https://github.com/Intervention/gif/issues",
2025-04-30 22:22:02 -04:00
"source": "https://github.com/Intervention/gif/tree/4.2.2"
},
2022-01-27 22:26:08 -05:00
"funding": [
{
2024-03-19 17:11:58 -04:00
"url": "https://paypal.me/interventionio",
"type": "custom"
2022-01-27 22:26:08 -05:00
},
{
2024-03-19 17:11:58 -04:00
"url": "https://github.com/Intervention",
2022-01-27 22:26:08 -05:00
"type": "github"
2025-02-06 23:01:22 -05:00
},
{
"url": "https://ko-fi.com/interventionphp",
"type": "ko_fi"
2022-01-27 22:26:08 -05:00
}
],
2025-04-30 22:22:02 -04:00
"time": "2025-03-29T07:46:21+00:00"
2023-03-13 17:33:19 -04:00
},
{
2024-03-19 17:11:58 -04:00
"name": "intervention/image",
2025-04-30 22:22:02 -04:00
"version": "3.11.2",
2023-03-13 17:33:19 -04:00
"source": {
"type": "git",
2024-03-19 17:11:58 -04:00
"url": "https://github.com/Intervention/image.git",
2025-04-30 22:22:02 -04:00
"reference": "ebbb711871fb261c064cf4c422f5f3c124fe1842"
2023-03-13 17:33:19 -04:00
},
"dist": {
"type": "zip",
2025-04-30 22:22:02 -04:00
"url": "https://api.github.com/repos/Intervention/image/zipball/ebbb711871fb261c064cf4c422f5f3c124fe1842",
"reference": "ebbb711871fb261c064cf4c422f5f3c124fe1842",
2023-03-13 17:33:19 -04:00
"shasum": ""
},
"require": {
2024-03-19 17:11:58 -04:00
"ext-mbstring": "*",
2025-02-06 23:01:22 -05:00
"intervention/gif": "^4.2",
2024-03-19 17:11:58 -04:00
"php": "^8.1"
2023-03-13 17:33:19 -04:00
},
"require-dev": {
2024-03-19 17:11:58 -04:00
"mockery/mockery": "^1.6",
2025-02-06 23:01:22 -05:00
"phpstan/phpstan": "^2.1",
2025-04-30 22:22:02 -04:00
"phpunit/phpunit": "^10.0 || ^11.0 || ^12.0",
2024-03-19 17:11:58 -04:00
"slevomat/coding-standard": "~8.0",
"squizlabs/php_codesniffer": "^3.8"
2023-03-13 17:33:19 -04:00
},
2024-03-19 17:11:58 -04:00
"suggest": {
"ext-exif": "Recommended to be able to read EXIF data properly."
2024-01-12 22:03:27 -05:00
},
2024-03-19 17:11:58 -04:00
"type": "library",
2023-03-13 17:33:19 -04:00
"autoload": {
"psr-4": {
2024-03-19 17:11:58 -04:00
"Intervention\\Image\\": "src"
2023-03-13 17:33:19 -04:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2024-03-19 17:11:58 -04:00
"name": "Oliver Vogel",
"email": "oliver@intervention.io",
"homepage": "https://intervention.io/"
2023-03-13 17:33:19 -04:00
}
],
2024-03-19 17:11:58 -04:00
"description": "PHP image manipulation",
"homepage": "https://image.intervention.io/",
2023-03-13 17:33:19 -04:00
"keywords": [
2024-03-19 17:11:58 -04:00
"gd",
"image",
"imagick",
"resize",
"thumbnail",
"watermark"
2023-03-13 17:33:19 -04:00
],
"support": {
2024-03-19 17:11:58 -04:00
"issues": "https://github.com/Intervention/image/issues",
2025-04-30 22:22:02 -04:00
"source": "https://github.com/Intervention/image/tree/3.11.2"
2023-03-13 17:33:19 -04:00
},
"funding": [
{
2024-03-19 17:11:58 -04:00
"url": "https://paypal.me/interventionio",
"type": "custom"
2023-03-13 17:33:19 -04:00
},
{
2024-03-19 17:11:58 -04:00
"url": "https://github.com/Intervention",
2023-03-13 17:33:19 -04:00
"type": "github"
2024-09-06 16:43:28 -04:00
},
{
"url": "https://ko-fi.com/interventionphp",
"type": "ko_fi"
2023-03-13 17:33:19 -04:00
}
],
2025-04-30 22:22:02 -04:00
"time": "2025-02-27T13:08:55+00:00"
},
{
2024-03-19 17:11:58 -04:00
"name": "intervention/image-laravel",
2025-04-30 22:22:02 -04:00
"version": "1.5.6",
"source": {
"type": "git",
2024-03-19 17:11:58 -04:00
"url": "https://github.com/Intervention/image-laravel.git",
2025-04-30 22:22:02 -04:00
"reference": "056029431400a5cc56036172787a578f334683c4"
},
"dist": {
"type": "zip",
2025-04-30 22:22:02 -04:00
"url": "https://api.github.com/repos/Intervention/image-laravel/zipball/056029431400a5cc56036172787a578f334683c4",
"reference": "056029431400a5cc56036172787a578f334683c4",
"shasum": ""
},
"require": {
2025-04-30 22:22:02 -04:00
"illuminate/http": "^8|^9|^10|^11|^12",
"illuminate/routing": "^8|^9|^10|^11|^12",
"illuminate/support": "^8|^9|^10|^11|^12",
2025-02-06 23:01:22 -05:00
"intervention/image": "^3.11",
2024-03-19 17:11:58 -04:00
"php": "^8.1"
},
"require-dev": {
2025-04-30 22:22:02 -04:00
"ext-fileinfo": "*",
"orchestra/testbench": "^8.18 || ^9.9",
"phpunit/phpunit": "^10.0 || ^11.0 || ^12.0"
},
"type": "library",
"extra": {
2017-09-04 18:22:07 -04:00
"laravel": {
"aliases": {
2024-03-19 17:11:58 -04:00
"Image": "Intervention\\Image\\Laravel\\Facades\\Image"
2025-02-06 23:01:22 -05:00
},
"providers": [
"Intervention\\Image\\Laravel\\ServiceProvider"
]
}
},
"autoload": {
"psr-4": {
2024-03-19 17:11:58 -04:00
"Intervention\\Image\\Laravel\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Oliver Vogel",
2022-05-23 21:01:33 -04:00
"email": "oliver@intervention.io",
"homepage": "https://intervention.io/"
}
],
2024-03-19 17:11:58 -04:00
"description": "Laravel Integration of Intervention Image",
"homepage": "https://image.intervention.io/",
"keywords": [
"gd",
"image",
"imagick",
"laravel",
2024-03-19 17:11:58 -04:00
"resize",
"thumbnail",
"watermark"
],
"support": {
2024-03-19 17:11:58 -04:00
"issues": "https://github.com/Intervention/image-laravel/issues",
2025-04-30 22:22:02 -04:00
"source": "https://github.com/Intervention/image-laravel/tree/1.5.6"
},
2021-07-29 17:23:20 -04:00
"funding": [
{
2022-05-23 21:01:33 -04:00
"url": "https://paypal.me/interventionio",
2021-07-29 17:23:20 -04:00
"type": "custom"
},
{
"url": "https://github.com/Intervention",
"type": "github"
2025-02-06 23:01:22 -05:00
},
{
"url": "https://ko-fi.com/interventionphp",
"type": "ko_fi"
2021-07-29 17:23:20 -04:00
}
],
2025-04-30 22:22:02 -04:00
"time": "2025-04-04T15:09:55+00:00"
},
{
"name": "laravel/framework",
2025-05-09 20:50:27 -04:00
"version": "v12.13.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
2025-05-09 20:50:27 -04:00
"reference": "52b588bcd8efc6d01bc1493d2d67848f8065f269"
},
"dist": {
"type": "zip",
2025-05-09 20:50:27 -04:00
"url": "https://api.github.com/repos/laravel/framework/zipball/52b588bcd8efc6d01bc1493d2d67848f8065f269",
"reference": "52b588bcd8efc6d01bc1493d2d67848f8065f269",
"shasum": ""
},
"require": {
2025-04-30 22:22:02 -04:00
"brick/math": "^0.11|^0.12",
2023-03-13 17:33:19 -04:00
"composer-runtime-api": "^2.2",
"doctrine/inflector": "^2.0.5",
2025-02-06 23:01:22 -05:00
"dragonmantank/cron-expression": "^3.4",
2023-03-13 17:33:19 -04:00
"egulias/email-validator": "^3.2.1|^4.0",
"ext-ctype": "*",
"ext-filter": "*",
"ext-hash": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
2023-03-13 17:33:19 -04:00
"ext-session": "*",
"ext-tokenizer": "*",
2024-03-19 17:11:58 -04:00
"fruitcake/php-cors": "^1.3",
2025-02-06 23:01:22 -05:00
"guzzlehttp/guzzle": "^7.8.2",
2023-03-13 17:33:19 -04:00
"guzzlehttp/uri-template": "^1.0",
2025-04-30 22:22:02 -04:00
"laravel/prompts": "^0.3.0",
2025-02-06 23:01:22 -05:00
"laravel/serializable-closure": "^1.3|^2.0",
2025-05-09 20:50:27 -04:00
"league/commonmark": "^2.7",
2025-02-06 23:01:22 -05:00
"league/flysystem": "^3.25.1",
"league/flysystem-local": "^3.25.1",
"league/uri": "^7.5.1",
2023-03-13 17:33:19 -04:00
"monolog/monolog": "^3.0",
2025-04-30 22:22:02 -04:00
"nesbot/carbon": "^3.8.4",
2024-03-19 17:11:58 -04:00
"nunomaduro/termwind": "^2.0",
"php": "^8.2",
2022-05-23 21:01:33 -04:00
"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-30 16:31:49 -05:00
"ramsey/uuid": "^4.7",
2025-04-30 22:22:02 -04:00
"symfony/console": "^7.2.0",
"symfony/error-handler": "^7.2.0",
"symfony/finder": "^7.2.0",
2025-02-06 23:01:22 -05:00
"symfony/http-foundation": "^7.2.0",
2025-04-30 22:22:02 -04:00
"symfony/http-kernel": "^7.2.0",
"symfony/mailer": "^7.2.0",
"symfony/mime": "^7.2.0",
2025-02-06 23:01:22 -05:00
"symfony/polyfill-php83": "^1.31",
2025-04-30 22:22:02 -04:00
"symfony/process": "^7.2.0",
"symfony/routing": "^7.2.0",
"symfony/uid": "^7.2.0",
"symfony/var-dumper": "^7.2.0",
2022-10-11 18:14:02 -04:00
"tijsverkoyen/css-to-inline-styles": "^2.2.5",
2025-02-06 23:01:22 -05:00
"vlucas/phpdotenv": "^5.6.1",
"voku/portable-ascii": "^2.0.2"
},
2018-03-06 14:27:26 -05:00
"conflict": {
"tightenco/collect": "<5.5.33"
},
2020-07-23 16:12:26 -04:00
"provide": {
2022-05-23 21:01:33 -04:00
"psr/container-implementation": "1.1|2.0",
"psr/log-implementation": "1.0|2.0|3.0",
2022-05-23 21:01:33 -04:00
"psr/simple-cache-implementation": "1.0|2.0|3.0"
2020-07-23 16:12:26 -04:00
},
"replace": {
"illuminate/auth": "self.version",
"illuminate/broadcasting": "self.version",
"illuminate/bus": "self.version",
"illuminate/cache": "self.version",
"illuminate/collections": "self.version",
2025-02-06 23:01:22 -05:00
"illuminate/concurrency": "self.version",
2022-05-23 21:01:33 -04:00
"illuminate/conditionable": "self.version",
"illuminate/config": "self.version",
"illuminate/console": "self.version",
"illuminate/container": "self.version",
"illuminate/contracts": "self.version",
"illuminate/cookie": "self.version",
"illuminate/database": "self.version",
"illuminate/encryption": "self.version",
"illuminate/events": "self.version",
"illuminate/filesystem": "self.version",
"illuminate/hashing": "self.version",
"illuminate/http": "self.version",
"illuminate/log": "self.version",
"illuminate/macroable": "self.version",
"illuminate/mail": "self.version",
2016-09-22 10:59:07 -04:00
"illuminate/notifications": "self.version",
"illuminate/pagination": "self.version",
"illuminate/pipeline": "self.version",
2023-03-13 17:33:19 -04:00
"illuminate/process": "self.version",
"illuminate/queue": "self.version",
"illuminate/redis": "self.version",
"illuminate/routing": "self.version",
"illuminate/session": "self.version",
"illuminate/support": "self.version",
"illuminate/testing": "self.version",
"illuminate/translation": "self.version",
"illuminate/validation": "self.version",
2024-03-19 17:11:58 -04:00
"illuminate/view": "self.version",
"spatie/once": "*"
},
"require-dev": {
2022-10-11 18:14:02 -04:00
"ably/ably-php": "^1.0",
2025-02-06 23:01:22 -05:00
"aws/aws-sdk-php": "^3.322.9",
2023-03-13 17:33:19 -04:00
"ext-gmp": "*",
2025-02-06 23:01:22 -05:00
"fakerphp/faker": "^1.24",
"guzzlehttp/promises": "^2.0.3",
"guzzlehttp/psr7": "^2.4",
"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-04-30 22:22:02 -04:00
"orchestra/testbench-core": "^10.0.0",
"pda/pheanstalk": "^5.0.6|^7.0.0",
2025-02-06 23:01:22 -05:00
"php-http/discovery": "^1.15",
2025-04-30 22:22:02 -04:00
"phpstan/phpstan": "^2.0",
"phpunit/phpunit": "^10.5.35|^11.5.3|^12.0.1",
2025-05-09 20:50:27 -04:00
"predis/predis": "^2.3|^3.0",
2024-03-19 17:11:58 -04:00
"resend/resend-php": "^0.10.0",
2025-04-30 22:22:02 -04:00
"symfony/cache": "^7.2.0",
"symfony/http-client": "^7.2.0",
"symfony/psr-http-message-bridge": "^7.2.0",
"symfony/translation": "^7.2.0"
},
"suggest": {
2022-01-27 22:26:08 -05:00
"ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
2025-02-06 23:01:22 -05:00
"aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.322.9).",
2024-03-19 17:11:58 -04:00
"brianium/paratest": "Required to run tests in parallel (^7.0|^8.0).",
2023-03-13 17:33:19 -04:00
"ext-apcu": "Required to use the APC cache driver.",
"ext-fileinfo": "Required to use the Filesystem class.",
2020-07-23 16:12:26 -04:00
"ext-ftp": "Required to use the Flysystem FTP driver.",
2019-09-06 00:43:31 -04:00
"ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
2019-09-06 01:32:11 -04:00
"ext-memcached": "Required to use the memcache cache driver.",
2023-03-13 17:33:19 -04:00
"ext-pcntl": "Required to use all features of the queue worker and console signal trapping.",
"ext-pdo": "Required to use all database features.",
2018-01-09 22:02:45 -05:00
"ext-posix": "Required to use all features of the queue worker.",
"ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0|^6.0).",
"fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
2022-01-27 22:26:08 -05:00
"filp/whoops": "Required for friendly error pages in development (^2.14.3).",
2020-02-25 15:26:47 -05:00
"laravel/tinker": "Required to use the tinker console command (^2.0).",
2025-02-06 23:01:22 -05: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 17:11:58 -04:00
"mockery/mockery": "Required to use mocking (^1.6).",
"pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).",
2025-02-06 23:01:22 -05:00
"php-http/discovery": "Required to use PSR-7 bridging features (^1.15).",
2025-04-30 22:22:02 -04:00
"phpunit/phpunit": "Required to use assertions and run tests (^10.5.35|^11.5.3|^12.0.1).",
2025-05-09 20:50:27 -04:00
"predis/predis": "Required to use the predis connector (^2.3|^3.0).",
2020-01-07 21:00:08 -05:00
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
2022-05-23 21:01:33 -04:00
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
2024-03-19 17:11:58 -04:00
"resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0).",
2025-04-30 22:22:02 -04:00
"symfony/cache": "Required to PSR-6 cache bridge (^7.2).",
"symfony/filesystem": "Required to enable support for relative symbolic links (^7.2).",
"symfony/http-client": "Required to enable support for the Symfony API mail transports (^7.2).",
"symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^7.2).",
"symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^7.2).",
"symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^7.2)."
},
"type": "library",
"extra": {
"branch-alias": {
2025-04-30 22:22:02 -04:00
"dev-master": "12.x-dev"
}
},
"autoload": {
"files": [
2025-02-06 23:01:22 -05:00
"src/Illuminate/Collections/functions.php",
"src/Illuminate/Collections/helpers.php",
"src/Illuminate/Events/functions.php",
2024-01-12 22:03:27 -05:00
"src/Illuminate/Filesystem/functions.php",
"src/Illuminate/Foundation/helpers.php",
2025-02-06 23:01:22 -05:00
"src/Illuminate/Log/functions.php",
"src/Illuminate/Support/functions.php",
"src/Illuminate/Support/helpers.php"
],
"psr-4": {
"Illuminate\\": "src/Illuminate/",
"Illuminate\\Support\\": [
"src/Illuminate/Macroable/",
2022-05-23 21:01:33 -04:00
"src/Illuminate/Collections/",
"src/Illuminate/Conditionable/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Laravel Framework.",
"homepage": "https://laravel.com",
"keywords": [
"framework",
"laravel"
],
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2025-05-09 20:50:27 -04:00
"time": "2025-05-07T17:29:01+00:00"
2019-09-06 01:32:11 -04:00
},
{
"name": "laravel/helpers",
2025-02-06 23:01:22 -05:00
"version": "v1.7.2",
2019-09-06 01:32:11 -04:00
"source": {
"type": "git",
"url": "https://github.com/laravel/helpers.git",
2025-02-06 23:01:22 -05:00
"reference": "672d79d5b5f65dc821e57783fa11f22c4d762d70"
2019-09-06 01:32:11 -04:00
},
"dist": {
"type": "zip",
2025-02-06 23:01:22 -05:00
"url": "https://api.github.com/repos/laravel/helpers/zipball/672d79d5b5f65dc821e57783fa11f22c4d762d70",
"reference": "672d79d5b5f65dc821e57783fa11f22c4d762d70",
2019-09-06 01:32:11 -04:00
"shasum": ""
},
"require": {
2025-02-06 23:01:22 -05:00
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
2024-01-12 22:03:27 -05:00
"php": "^7.2.0|^8.0"
2019-09-06 01:32:11 -04:00
},
"require-dev": {
2024-01-12 22:03:27 -05:00
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.0"
2019-09-06 01:32:11 -04:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-10 22:09:29 -04:00
"dev-master": "1.x-dev"
2019-09-06 01:32:11 -04:00
}
},
"autoload": {
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
},
{
"name": "Dries Vints",
2022-01-27 22:26:08 -05:00
"email": "dries@laravel.com"
2019-09-06 01:32:11 -04:00
}
],
"description": "Provides backwards compatibility for helpers in the latest Laravel release.",
"keywords": [
"helpers",
"laravel"
],
"support": {
2025-02-06 23:01:22 -05:00
"source": "https://github.com/laravel/helpers/tree/v1.7.2"
2022-01-27 22:26:08 -05:00
},
2025-02-06 23:01:22 -05:00
"time": "2025-01-24T15:41:25+00:00"
2022-01-27 22:26:08 -05:00
},
2023-10-06 16:23:23 -04:00
{
"name": "laravel/prompts",
2025-04-30 22:22:02 -04:00
"version": "v0.3.5",
2023-10-06 16:23:23 -04:00
"source": {
"type": "git",
"url": "https://github.com/laravel/prompts.git",
2025-04-30 22:22:02 -04:00
"reference": "57b8f7efe40333cdb925700891c7d7465325d3b1"
2023-10-06 16:23:23 -04:00
},
"dist": {
"type": "zip",
2025-04-30 22:22:02 -04:00
"url": "https://api.github.com/repos/laravel/prompts/zipball/57b8f7efe40333cdb925700891c7d7465325d3b1",
"reference": "57b8f7efe40333cdb925700891c7d7465325d3b1",
2023-10-06 16:23:23 -04:00
"shasum": ""
},
"require": {
2025-02-06 23:01:22 -05:00
"composer-runtime-api": "^2.2",
2023-10-06 16:23:23 -04:00
"ext-mbstring": "*",
"php": "^8.1",
2024-01-12 22:03:27 -05:00
"symfony/console": "^6.2|^7.0"
2023-10-06 16:23:23 -04:00
},
"conflict": {
"illuminate/console": ">=10.17.0 <10.25.0",
"laravel/framework": ">=10.17.0 <10.25.0"
},
"require-dev": {
2025-02-06 23:01:22 -05:00
"illuminate/collections": "^10.0|^11.0|^12.0",
2023-10-06 16:23:23 -04:00
"mockery/mockery": "^1.5",
2025-02-06 23:01:22 -05:00
"pestphp/pest": "^2.3|^3.4",
2024-01-12 22:03:27 -05:00
"phpstan/phpstan": "^1.11",
2023-10-06 16:23:23 -04:00
"phpstan/phpstan-mockery": "^1.1"
},
"suggest": {
"ext-pcntl": "Required for the spinner to be animated."
},
"type": "library",
"extra": {
"branch-alias": {
2025-02-06 23:01:22 -05:00
"dev-main": "0.3.x-dev"
2023-10-06 16:23:23 -04:00
}
},
"autoload": {
"files": [
"src/helpers.php"
],
"psr-4": {
"Laravel\\Prompts\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Add beautiful and user-friendly forms to your command-line applications.",
2023-10-06 16:23:23 -04:00
"support": {
"issues": "https://github.com/laravel/prompts/issues",
2025-04-30 22:22:02 -04:00
"source": "https://github.com/laravel/prompts/tree/v0.3.5"
2023-10-06 16:23:23 -04:00
},
2025-04-30 22:22:02 -04:00
"time": "2025-02-11T13:34:40+00:00"
2023-10-06 16:23:23 -04:00
},
2022-05-23 21:01:33 -04:00
{
"name": "laravel/sanctum",
2025-04-30 22:22:02 -04:00
"version": "v4.1.1",
2022-05-23 21:01:33 -04:00
"source": {
"type": "git",
"url": "https://github.com/laravel/sanctum.git",
2025-04-30 22:22:02 -04:00
"reference": "a360a6a1fd2400ead4eb9b6a9c1bb272939194f5"
2022-05-23 21:01:33 -04:00
},
"dist": {
"type": "zip",
2025-04-30 22:22:02 -04:00
"url": "https://api.github.com/repos/laravel/sanctum/zipball/a360a6a1fd2400ead4eb9b6a9c1bb272939194f5",
"reference": "a360a6a1fd2400ead4eb9b6a9c1bb272939194f5",
2022-05-23 21:01:33 -04:00
"shasum": ""
},
"require": {
"ext-json": "*",
2025-02-06 23:01:22 -05:00
"illuminate/console": "^11.0|^12.0",
"illuminate/contracts": "^11.0|^12.0",
"illuminate/database": "^11.0|^12.0",
"illuminate/support": "^11.0|^12.0",
2024-04-03 16:17:36 -04:00
"php": "^8.2",
"symfony/console": "^7.0"
2022-05-23 21:01:33 -04:00
},
"require-dev": {
2024-03-19 17:11:58 -04:00
"mockery/mockery": "^1.6",
2025-02-06 23:01:22 -05:00
"orchestra/testbench": "^9.0|^10.0",
2023-05-05 15:31:58 -04:00
"phpstan/phpstan": "^1.10",
2025-02-06 23:01:22 -05:00
"phpunit/phpunit": "^11.3"
2022-05-23 21:01:33 -04:00
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Laravel\\Sanctum\\SanctumServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Laravel\\Sanctum\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.",
"keywords": [
"auth",
"laravel",
"sanctum"
],
"support": {
"issues": "https://github.com/laravel/sanctum/issues",
"source": "https://github.com/laravel/sanctum"
},
2025-04-30 22:22:02 -04:00
"time": "2025-04-23T13:03:38+00:00"
2022-05-23 21:01:33 -04:00
},
2022-01-27 22:26:08 -05:00
{
"name": "laravel/serializable-closure",
2025-04-30 22:22:02 -04:00
"version": "v2.0.4",
2022-01-27 22:26:08 -05:00
"source": {
"type": "git",
"url": "https://github.com/laravel/serializable-closure.git",
2025-04-30 22:22:02 -04:00
"reference": "b352cf0534aa1ae6b4d825d1e762e35d43f8a841"
2022-01-27 22:26:08 -05:00
},
"dist": {
"type": "zip",
2025-04-30 22:22:02 -04:00
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/b352cf0534aa1ae6b4d825d1e762e35d43f8a841",
"reference": "b352cf0534aa1ae6b4d825d1e762e35d43f8a841",
2022-01-27 22:26:08 -05:00
"shasum": ""
},
"require": {
2025-02-06 23:01:22 -05:00
"php": "^8.1"
2022-01-27 22:26:08 -05:00
},
"require-dev": {
2025-02-06 23:01:22 -05:00
"illuminate/support": "^10.0|^11.0|^12.0",
"nesbot/carbon": "^2.67|^3.0",
"pestphp/pest": "^2.36|^3.0",
"phpstan/phpstan": "^2.0",
"symfony/var-dumper": "^6.2.0|^7.0.0"
2022-01-27 22:26:08 -05:00
},
"type": "library",
"extra": {
"branch-alias": {
2025-02-06 23:01:22 -05:00
"dev-master": "2.x-dev"
2022-01-27 22:26:08 -05: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"
},
2025-04-30 22:22:02 -04:00
"time": "2025-03-19T13:51:03+00:00"
2017-01-26 19:17:37 -05:00
},
{
"name": "laravel/tinker",
2025-02-06 23:01:22 -05:00
"version": "v2.10.1",
2017-01-26 19:17:37 -05:00
"source": {
"type": "git",
"url": "https://github.com/laravel/tinker.git",
2025-02-06 23:01:22 -05:00
"reference": "22177cc71807d38f2810c6204d8f7183d88a57d3"
2017-01-26 19:17:37 -05:00
},
"dist": {
"type": "zip",
2025-02-06 23:01:22 -05:00
"url": "https://api.github.com/repos/laravel/tinker/zipball/22177cc71807d38f2810c6204d8f7183d88a57d3",
"reference": "22177cc71807d38f2810c6204d8f7183d88a57d3",
2017-01-26 19:17:37 -05:00
"shasum": ""
},
"require": {
2025-02-06 23:01:22 -05:00
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
"php": "^7.2.5|^8.0",
2024-01-12 22:03:27 -05:00
"psy/psysh": "^0.11.1|^0.12.0",
"symfony/var-dumper": "^4.3.4|^5.0|^6.0|^7.0"
2017-01-26 19:17:37 -05:00
},
"require-dev": {
"mockery/mockery": "~1.3.3|^1.4.2",
2023-10-06 16:23:23 -04:00
"phpstan/phpstan": "^1.10",
2025-02-06 23:01:22 -05:00
"phpunit/phpunit": "^8.5.8|^9.3.3|^10.0"
2017-01-26 19:17:37 -05:00
},
"suggest": {
2025-02-06 23:01:22 -05:00
"illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0)."
2017-01-26 19:17:37 -05:00
},
"type": "library",
"extra": {
2017-09-04 18:22:07 -04:00
"laravel": {
"providers": [
"Laravel\\Tinker\\TinkerServiceProvider"
]
2017-01-26 19:17:37 -05: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"
],
"support": {
"issues": "https://github.com/laravel/tinker/issues",
2025-02-06 23:01:22 -05:00
"source": "https://github.com/laravel/tinker/tree/v2.10.1"
},
2025-02-06 23:01:22 -05:00
"time": "2025-01-27T14:24:01+00:00"
},
{
"name": "laravel/ui",
2025-02-06 23:01:22 -05:00
"version": "v4.6.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/ui.git",
2025-02-06 23:01:22 -05:00
"reference": "7d6ffa38d79f19c9b3e70a751a9af845e8f41d88"
},
"dist": {
"type": "zip",
2025-02-06 23:01:22 -05:00
"url": "https://api.github.com/repos/laravel/ui/zipball/7d6ffa38d79f19c9b3e70a751a9af845e8f41d88",
"reference": "7d6ffa38d79f19c9b3e70a751a9af845e8f41d88",
"shasum": ""
},
"require": {
2025-02-06 23:01:22 -05:00
"illuminate/console": "^9.21|^10.0|^11.0|^12.0",
"illuminate/filesystem": "^9.21|^10.0|^11.0|^12.0",
"illuminate/support": "^9.21|^10.0|^11.0|^12.0",
"illuminate/validation": "^9.21|^10.0|^11.0|^12.0",
2024-04-03 16:17:36 -04:00
"php": "^8.0",
"symfony/console": "^6.0|^7.0"
},
2022-01-27 22:26:08 -05:00
"require-dev": {
2025-02-06 23:01:22 -05:00
"orchestra/testbench": "^7.35|^8.15|^9.0|^10.0",
"phpunit/phpunit": "^9.3|^10.4|^11.5"
2022-01-27 22:26:08 -05:00
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Laravel\\Ui\\UiServiceProvider"
]
2025-02-06 23:01:22 -05:00
},
"branch-alias": {
"dev-master": "4.x-dev"
}
},
"autoload": {
"psr-4": {
"Laravel\\Ui\\": "src/",
"Illuminate\\Foundation\\Auth\\": "auth-backend/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Laravel UI utilities and presets.",
"keywords": [
"laravel",
"ui"
],
"support": {
2025-02-06 23:01:22 -05:00
"source": "https://github.com/laravel/ui/tree/v4.6.1"
},
2025-02-06 23:01:22 -05:00
"time": "2025-01-28T15:15:29+00:00"
},
2020-01-07 21:00:08 -05:00
{
"name": "league/commonmark",
2025-05-09 20:50:27 -04:00
"version": "2.7.0",
2020-01-07 21:00:08 -05:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/commonmark.git",
2025-05-09 20:50:27 -04:00
"reference": "6fbb36d44824ed4091adbcf4c7d4a3923cdb3405"
2020-01-07 21:00:08 -05:00
},
"dist": {
"type": "zip",
2025-05-09 20:50:27 -04:00
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/6fbb36d44824ed4091adbcf4c7d4a3923cdb3405",
"reference": "6fbb36d44824ed4091adbcf4c7d4a3923cdb3405",
2020-01-07 21:00:08 -05:00
"shasum": ""
},
"require": {
"ext-mbstring": "*",
2022-01-27 22:26:08 -05:00
"league/config": "^1.1.1",
2021-07-29 17:23:20 -04:00
"php": "^7.4 || ^8.0",
"psr/event-dispatcher": "^1.0",
2022-01-27 22:26:08 -05:00
"symfony/deprecation-contracts": "^2.1 || ^3.0",
2022-05-20 17:50:14 -04:00
"symfony/polyfill-php80": "^1.16"
2020-01-07 21:00:08 -05:00
},
"require-dev": {
2021-07-29 17:23:20 -04:00
"cebe/markdown": "^1.0",
2024-09-06 16:43:28 -04:00
"commonmark/cmark": "0.31.1",
"commonmark/commonmark.js": "0.31.1",
2021-07-29 17:23:20 -04:00
"composer/package-versions-deprecated": "^1.8",
2022-05-20 17:50:14 -04:00
"embed/embed": "^4.4",
2021-07-29 17:23:20 -04:00
"erusev/parsedown": "^1.0",
2020-01-07 21:00:08 -05:00
"ext-json": "*",
2020-02-25 15:26:47 -05:00
"github/gfm": "0.29.0",
2022-12-30 16:31:49 -05:00
"michelf/php-markdown": "^1.4 || ^2.0",
2022-05-20 17:50:14 -04:00
"nyholm/psr7": "^1.5",
2022-08-29 16:16:58 -04:00
"phpstan/phpstan": "^1.8.2",
2024-02-08 22:10:04 -05:00
"phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
2021-07-29 17:23:20 -04:00
"scrutinizer/ocular": "^1.8.1",
2025-02-06 23:01:22 -05:00
"symfony/finder": "^5.3 | ^6.0 | ^7.0",
"symfony/process": "^5.4 | ^6.0 | ^7.0",
"symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 | ^7.0",
2022-08-29 16:16:58 -04:00
"unleashedtech/php-coding-standard": "^3.1.1",
2022-12-30 16:31:49 -05:00
"vimeo/psalm": "^4.24.0 || ^5.0.0"
2021-07-29 17:23:20 -04:00
},
"suggest": {
"symfony/yaml": "v2.3+ required if using the Front Matter extension"
2020-01-07 21:00:08 -05:00
},
"type": "library",
2021-07-29 17:23:20 -04:00
"extra": {
"branch-alias": {
2025-05-09 20:50:27 -04:00
"dev-main": "2.8-dev"
2021-07-29 17:23:20 -04:00
}
},
2020-01-07 21:00:08 -05:00
"autoload": {
"psr-4": {
"League\\CommonMark\\": "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"
}
],
2021-07-29 17:23:20 -04:00
"description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
2020-01-07 21:00:08 -05:00
"homepage": "https://commonmark.thephpleague.com",
"keywords": [
"commonmark",
2020-02-25 15:26:47 -05:00
"flavored",
"gfm",
"github",
"github-flavored",
2020-01-07 21:00:08 -05:00
"markdown",
2020-02-25 15:26:47 -05:00
"md",
2020-01-07 21:00:08 -05:00
"parser"
],
"support": {
"docs": "https://commonmark.thephpleague.com/",
2021-07-29 17:23:20 -04:00
"forum": "https://github.com/thephpleague/commonmark/discussions",
"issues": "https://github.com/thephpleague/commonmark/issues",
"rss": "https://github.com/thephpleague/commonmark/releases.atom",
"source": "https://github.com/thephpleague/commonmark"
},
2020-04-23 20:52:45 -04: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"
}
],
2025-05-09 20:50:27 -04:00
"time": "2025-05-05T12:20:28+00:00"
2021-07-29 17:23:20 -04:00
},
{
"name": "league/config",
2022-12-30 16:31:49 -05:00
"version": "v1.2.0",
2021-07-29 17:23:20 -04:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/config.git",
2022-12-30 16:31:49 -05:00
"reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
2021-07-29 17:23:20 -04:00
},
"dist": {
"type": "zip",
2022-12-30 16:31:49 -05:00
"url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
"reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
2021-07-29 17:23:20 -04:00
"shasum": ""
},
"require": {
2022-01-27 22:26:08 -05:00
"dflydev/dot-access-data": "^3.0.1",
2021-07-29 17:23:20 -04:00
"nette/schema": "^1.2",
"php": "^7.4 || ^8.0"
},
"require-dev": {
2022-12-30 16:31:49 -05:00
"phpstan/phpstan": "^1.8.2",
2021-07-29 17:23:20 -04:00
"phpunit/phpunit": "^9.5.5",
"scrutinizer/ocular": "^1.8.1",
"unleashedtech/php-coding-standard": "^3.1",
"vimeo/psalm": "^4.7.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.2-dev"
}
},
"autoload": {
"psr-4": {
"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-30 16:31:49 -05:00
"time": "2022-12-11T20:36:23+00:00"
2020-01-07 21:00:08 -05:00
},
{
"name": "league/flysystem",
2025-02-06 23:01:22 -05:00
"version": "3.29.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
2025-02-06 23:01:22 -05:00
"reference": "edc1bb7c86fab0776c3287dbd19b5fa278347319"
},
"dist": {
"type": "zip",
2025-02-06 23:01:22 -05:00
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/edc1bb7c86fab0776c3287dbd19b5fa278347319",
"reference": "edc1bb7c86fab0776c3287dbd19b5fa278347319",
"shasum": ""
},
"require": {
2023-05-05 15:31:58 -04:00
"league/flysystem-local": "^3.0.0",
2022-05-23 21:01:33 -04:00
"league/mime-type-detection": "^1.0.0",
"php": "^8.0.2"
},
"conflict": {
2023-10-06 16:23:23 -04:00
"async-aws/core": "<1.19.0",
"async-aws/s3": "<1.14.0",
2022-05-23 21:01:33 -04:00
"aws/aws-sdk-php": "3.209.31 || 3.210.0",
"guzzlehttp/guzzle": "<7.0",
"guzzlehttp/ringphp": "<1.1.1",
2022-10-11 18:14:02 -04:00
"phpseclib/phpseclib": "3.0.15",
2022-05-23 21:01:33 -04:00
"symfony/http-client": "<5.2"
},
"require-dev": {
2023-10-06 16:23:23 -04:00
"async-aws/s3": "^1.5 || ^2.0",
"async-aws/simple-s3": "^1.1 || ^2.0",
2024-02-08 22:10:04 -05:00
"aws/aws-sdk-php": "^3.295.10",
2022-05-23 21:01:33 -04:00
"composer/semver": "^3.0",
"ext-fileinfo": "*",
"ext-ftp": "*",
2024-06-10 16:19:55 -04:00
"ext-mongodb": "^1.3",
2022-05-23 21:01:33 -04:00
"ext-zip": "*",
"friendsofphp/php-cs-fixer": "^3.5",
"google/cloud-storage": "^1.23",
2024-06-10 16:19:55 -04:00
"guzzlehttp/psr7": "^2.6",
2022-05-23 21:01:33 -04:00
"microsoft/azure-storage-blob": "^1.1",
2024-06-10 16:19:55 -04:00
"mongodb/mongodb": "^1.2",
2024-03-19 17:11:58 -04:00
"phpseclib/phpseclib": "^3.0.36",
2024-01-12 22:03:27 -05:00
"phpstan/phpstan": "^1.10",
2023-10-06 16:23:23 -04:00
"phpunit/phpunit": "^9.5.11|^10.0",
2024-02-08 22:10:04 -05:00
"sabre/dav": "^4.6.0"
},
"type": "library",
"autoload": {
"psr-4": {
2022-05-23 21:01:33 -04:00
"League\\Flysystem\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
2022-05-23 21:01:33 -04:00
"email": "info@frankdejonge.nl"
}
],
2022-05-23 21:01:33 -04:00
"description": "File storage abstraction for PHP",
"keywords": [
"WebDAV",
"aws",
"cloud",
2022-05-23 21:01:33 -04:00
"file",
"files",
"filesystem",
"filesystems",
"ftp",
"s3",
"sftp",
"storage"
],
"support": {
"issues": "https://github.com/thephpleague/flysystem/issues",
2025-02-06 23:01:22 -05:00
"source": "https://github.com/thephpleague/flysystem/tree/3.29.1"
2023-05-05 15:31:58 -04:00
},
2025-02-06 23:01:22 -05:00
"time": "2024-10-08T08:58:34+00:00"
2023-05-05 15:31:58 -04:00
},
{
"name": "league/flysystem-local",
2025-02-06 23:01:22 -05:00
"version": "3.29.0",
2023-05-05 15:31:58 -04:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem-local.git",
2025-02-06 23:01:22 -05:00
"reference": "e0e8d52ce4b2ed154148453d321e97c8e931bd27"
2023-05-05 15:31:58 -04:00
},
"dist": {
"type": "zip",
2025-02-06 23:01:22 -05:00
"url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/e0e8d52ce4b2ed154148453d321e97c8e931bd27",
"reference": "e0e8d52ce4b2ed154148453d321e97c8e931bd27",
2023-05-05 15:31:58 -04: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": {
2025-02-06 23:01:22 -05:00
"source": "https://github.com/thephpleague/flysystem-local/tree/3.29.0"
},
2025-02-06 23:01:22 -05:00
"time": "2024-08-09T21:24:39+00:00"
2020-08-19 14:50:33 -04:00
},
{
"name": "league/mime-type-detection",
2025-02-06 23:01:22 -05:00
"version": "1.16.0",
2020-08-19 14:50:33 -04:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/mime-type-detection.git",
2025-02-06 23:01:22 -05:00
"reference": "2d6702ff215bf922936ccc1ad31007edc76451b9"
2020-08-19 14:50:33 -04:00
},
"dist": {
"type": "zip",
2025-02-06 23:01:22 -05:00
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9",
"reference": "2d6702ff215bf922936ccc1ad31007edc76451b9",
2020-08-19 14:50:33 -04:00
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
2023-10-06 16:23:23 -04:00
"php": "^7.4 || ^8.0"
2020-08-19 14:50:33 -04:00
},
"require-dev": {
2022-01-27 22:26:08 -05:00
"friendsofphp/php-cs-fixer": "^3.2",
2021-04-20 17:11:13 -04:00
"phpstan/phpstan": "^0.12.68",
2023-10-06 16:23:23 -04:00
"phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
2020-08-19 14:50:33 -04: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",
"support": {
"issues": "https://github.com/thephpleague/mime-type-detection/issues",
2025-02-06 23:01:22 -05:00
"source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0"
},
2020-08-19 14:50:33 -04:00
"funding": [
{
"url": "https://github.com/frankdejonge",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/league/flysystem",
"type": "tidelift"
}
],
2025-02-06 23:01:22 -05:00
"time": "2024-09-21T08:32:55+00:00"
},
{
"name": "league/uri",
"version": "7.5.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri.git",
"reference": "81fb5145d2644324614cc532b28efd0215bda430"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri/zipball/81fb5145d2644324614cc532b28efd0215bda430",
"reference": "81fb5145d2644324614cc532b28efd0215bda430",
"shasum": ""
},
"require": {
"league/uri-interfaces": "^7.5",
"php": "^8.1"
},
"conflict": {
"league/uri-schemes": "^1.0"
},
"suggest": {
"ext-bcmath": "to improve IPV4 host parsing",
"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",
"jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain",
"league/uri-components": "Needed to easily manipulate URI objects components",
"php-64bit": "to improve IPV4 host parsing",
"symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "7.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\Uri\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://nyamsprod.com"
}
],
"description": "URI manipulation library",
"homepage": "https://uri.thephpleague.com",
"keywords": [
"data-uri",
"file-uri",
"ftp",
"hostname",
"http",
"https",
"middleware",
"parse_str",
"parse_url",
"psr-7",
"query-string",
"querystring",
"rfc3986",
"rfc3987",
"rfc6570",
"uri",
"uri-template",
"url",
"ws"
],
"support": {
"docs": "https://uri.thephpleague.com",
"forum": "https://thephpleague.slack.com",
"issues": "https://github.com/thephpleague/uri-src/issues",
"source": "https://github.com/thephpleague/uri/tree/7.5.1"
},
"funding": [
{
"url": "https://github.com/sponsors/nyamsprod",
"type": "github"
}
],
"time": "2024-12-08T08:40:02+00:00"
},
{
"name": "league/uri-interfaces",
"version": "7.5.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri-interfaces.git",
"reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/08cfc6c4f3d811584fb09c37e2849e6a7f9b0742",
"reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742",
"shasum": ""
},
"require": {
"ext-filter": "*",
"php": "^8.1",
"psr/http-factory": "^1",
"psr/http-message": "^1.1 || ^2.0"
},
"suggest": {
"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",
"symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "7.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\Uri\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://nyamsprod.com"
}
],
"description": "Common interfaces and classes for URI representation and interaction",
"homepage": "https://uri.thephpleague.com",
"keywords": [
"data-uri",
"file-uri",
"ftp",
"hostname",
"http",
"https",
"parse_str",
"parse_url",
"psr-7",
"query-string",
"querystring",
"rfc3986",
"rfc3987",
"rfc6570",
"uri",
"url",
"ws"
],
"support": {
"docs": "https://uri.thephpleague.com",
"forum": "https://thephpleague.slack.com",
"issues": "https://github.com/thephpleague/uri-src/issues",
"source": "https://github.com/thephpleague/uri-interfaces/tree/7.5.0"
},
"funding": [
{
"url": "https://github.com/sponsors/nyamsprod",
"type": "github"
}
],
"time": "2024-12-08T08:18:47+00:00"
2020-07-23 16:12:26 -04:00
},
{
"name": "maennchen/zipstream-php",
2025-02-06 23:01:22 -05:00
"version": "3.1.2",
2020-07-23 16:12:26 -04:00
"source": {
"type": "git",
"url": "https://github.com/maennchen/ZipStream-PHP.git",
2025-02-06 23:01:22 -05:00
"reference": "aeadcf5c412332eb426c0f9b4485f6accba2a99f"
2020-07-23 16:12:26 -04:00
},
"dist": {
"type": "zip",
2025-02-06 23:01:22 -05:00
"url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/aeadcf5c412332eb426c0f9b4485f6accba2a99f",
"reference": "aeadcf5c412332eb426c0f9b4485f6accba2a99f",
2020-07-23 16:12:26 -04:00
"shasum": ""
},
"require": {
2022-12-30 16:31:49 -05:00
"ext-mbstring": "*",
2023-07-13 17:09:38 -04:00
"ext-zlib": "*",
2025-02-06 23:01:22 -05:00
"php-64bit": "^8.2"
2020-07-23 16:12:26 -04:00
},
"require-dev": {
2025-02-06 23:01:22 -05:00
"brianium/paratest": "^7.7",
2020-07-23 16:12:26 -04:00
"ext-zip": "*",
2023-07-13 17:09:38 -04:00
"friendsofphp/php-cs-fixer": "^3.16",
"guzzlehttp/guzzle": "^7.5",
2020-07-23 16:12:26 -04:00
"mikey179/vfsstream": "^1.6",
2023-07-13 17:09:38 -04:00
"php-coveralls/php-coveralls": "^2.5",
2025-02-06 23:01:22 -05:00
"phpunit/phpunit": "^11.0",
"vimeo/psalm": "^6.0"
2020-07-23 16:12:26 -04:00
},
2023-07-13 17:09:38 -04:00
"suggest": {
"guzzlehttp/psr7": "^2.4",
"psr/http-message": "^2.0"
},
2020-07-23 16:12:26 -04:00
"type": "library",
"autoload": {
"psr-4": {
"ZipStream\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paul Duncan",
"email": "pabs@pablotron.org"
},
{
"name": "Jonatan Männchen",
"email": "jonatan@maennchen.ch"
},
{
"name": "Jesse Donat",
"email": "donatj@gmail.com"
},
{
"name": "András Kolesár",
"email": "kolesar@kolesar.hu"
}
],
"description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
"keywords": [
"stream",
"zip"
],
"support": {
"issues": "https://github.com/maennchen/ZipStream-PHP/issues",
2025-02-06 23:01:22 -05:00
"source": "https://github.com/maennchen/ZipStream-PHP/tree/3.1.2"
},
2020-07-23 16:12:26 -04:00
"funding": [
2022-12-30 16:31:49 -05:00
{
"url": "https://github.com/maennchen",
"type": "github"
2020-07-23 16:12:26 -04:00
}
],
2025-02-06 23:01:22 -05:00
"time": "2025-01-27T12:07:53+00:00"
2018-11-02 18:10:19 -04:00
},
{
"name": "markbaker/complex",
2022-12-30 16:31:49 -05:00
"version": "3.0.2",
2018-11-02 18:10:19 -04:00
"source": {
"type": "git",
"url": "https://github.com/MarkBaker/PHPComplex.git",
2022-12-30 16:31:49 -05:00
"reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
2018-11-02 18:10:19 -04:00
},
"dist": {
"type": "zip",
2022-12-30 16:31:49 -05:00
"url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
"reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
2018-11-02 18:10:19 -04:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
2018-11-02 18:10:19 -04:00
},
"require-dev": {
2022-12-30 16:31:49 -05:00
"dealerdirect/phpcodesniffer-composer-installer": "dev-master",
"phpcompatibility/php-compatibility": "^9.3",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"squizlabs/php_codesniffer": "^3.7"
2018-11-02 18:10:19 -04:00
},
"type": "library",
"autoload": {
"psr-4": {
"Complex\\": "classes/src/"
2022-01-27 22:26:08 -05:00
}
2018-11-02 18:10:19 -04:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mark Baker",
"email": "mark@lange.demon.co.uk"
}
],
"description": "PHP Class for working with complex numbers",
"homepage": "https://github.com/MarkBaker/PHPComplex",
"keywords": [
"complex",
"mathematics"
],
"support": {
"issues": "https://github.com/MarkBaker/PHPComplex/issues",
2022-12-30 16:31:49 -05:00
"source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2"
},
2022-12-30 16:31:49 -05:00
"time": "2022-12-06T16:21:08+00:00"
},
{
"name": "markbaker/matrix",
2022-12-30 16:31:49 -05:00
"version": "3.0.1",
"source": {
"type": "git",
"url": "https://github.com/MarkBaker/PHPMatrix.git",
2022-12-30 16:31:49 -05:00
"reference": "728434227fe21be27ff6d86621a1b13107a2562c"
},
"dist": {
"type": "zip",
2022-12-30 16:31:49 -05:00
"url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
"reference": "728434227fe21be27ff6d86621a1b13107a2562c",
"shasum": ""
},
"require": {
2021-04-20 17:11:13 -04:00
"php": "^7.1 || ^8.0"
},
"require-dev": {
2022-12-30 16:31:49 -05:00
"dealerdirect/phpcodesniffer-composer-installer": "dev-master",
"phpcompatibility/php-compatibility": "^9.3",
"phpdocumentor/phpdocumentor": "2.*",
"phploc/phploc": "^4.0",
"phpmd/phpmd": "2.*",
2022-12-30 16:31:49 -05:00
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"sebastian/phpcpd": "^4.0",
2022-12-30 16:31:49 -05:00
"squizlabs/php_codesniffer": "^3.7"
},
"type": "library",
"autoload": {
"psr-4": {
"Matrix\\": "classes/src/"
2022-01-27 22:26:08 -05:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mark Baker",
"email": "mark@demon-angel.eu"
}
],
"description": "PHP Class for working with matrices",
"homepage": "https://github.com/MarkBaker/PHPMatrix",
"keywords": [
"mathematics",
"matrix",
"vector"
],
"support": {
"issues": "https://github.com/MarkBaker/PHPMatrix/issues",
2022-12-30 16:31:49 -05:00
"source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1"
},
2022-12-30 16:31:49 -05:00
"time": "2022-12-02T22:17:43+00:00"
},
{
"name": "monolog/monolog",
2025-04-30 22:22:02 -04:00
"version": "3.9.0",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2025-04-30 22:22:02 -04:00
"reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6"
},
"dist": {
"type": "zip",
2025-04-30 22:22:02 -04:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/10d85740180ecba7896c87e06a166e0c95a0e3b6",
"reference": "10d85740180ecba7896c87e06a166e0c95a0e3b6",
"shasum": ""
},
"require": {
2023-03-13 17:33:19 -04:00
"php": ">=8.1",
"psr/log": "^2.0 || ^3.0"
},
"provide": {
2023-03-13 17:33:19 -04:00
"psr/log-implementation": "3.0.0"
},
"require-dev": {
2023-03-13 17:33:19 -04:00
"aws/aws-sdk-php": "^3.0",
"doctrine/couchdb": "~1.0@dev",
2022-05-20 17:50:14 -04:00
"elasticsearch/elasticsearch": "^7 || ^8",
"ext-json": "*",
2023-07-13 17:09:38 -04:00
"graylog2/gelf-php": "^1.4.2 || ^2.0",
2023-03-13 17:33:19 -04:00
"guzzlehttp/guzzle": "^7.4.5",
2022-05-20 17:50:14 -04:00
"guzzlehttp/psr7": "^2.2",
2021-04-20 17:11:13 -04:00
"mongodb/mongodb": "^1.8",
2022-01-27 22:26:08 -05:00
"php-amqplib/php-amqplib": "~2.4 || ^3",
2025-02-06 23:01:22 -05: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-03-13 17:33:19 -04:00
"predis/predis": "^1.1 || ^2",
2025-02-06 23:01:22 -05:00
"rollbar/rollbar": "^4.0",
"ruflin/elastica": "^7 || ^8",
2022-05-20 17:50:14 -04:00
"symfony/mailer": "^5.4 || ^6",
"symfony/mime": "^5.4 || ^6"
},
"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-09-06 01:32:11 -04:00
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2022-01-27 22:26:08 -05:00
"ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
2019-09-06 01:32:11 -04:00
"ext-mbstring": "Allow to work properly with unicode symbols",
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
2022-01-27 22:26:08 -05:00
"ext-openssl": "Required to send log messages using SSL",
"ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2019-09-06 01:32:11 -04:00
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
2016-05-02 22:47:42 -04: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-09-06 01:32:11 -04:00
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
},
"type": "library",
"extra": {
"branch-alias": {
2023-03-13 17:33:19 -04:00
"dev-main": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Monolog\\": "src/Monolog"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
2021-04-20 17:11:13 -04:00
"homepage": "https://seld.be"
}
],
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2021-04-20 17:11:13 -04:00
"homepage": "https://github.com/Seldaek/monolog",
"keywords": [
"log",
"logging",
"psr-3"
],
"support": {
"issues": "https://github.com/Seldaek/monolog/issues",
2025-04-30 22:22:02 -04:00
"source": "https://github.com/Seldaek/monolog/tree/3.9.0"
},
2020-07-23 16:12:26 -04:00
"funding": [
{
"url": "https://github.com/Seldaek",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
"type": "tidelift"
}
],
2025-04-30 22:22:02 -04:00
"time": "2025-03-24T10:02:05+00:00"
},
{
"name": "nesbot/carbon",
2025-05-09 20:50:27 -04:00
"version": "3.9.1",
"source": {
"type": "git",
2025-02-06 23:01:22 -05:00
"url": "https://github.com/CarbonPHP/carbon.git",
2025-05-09 20:50:27 -04:00
"reference": "ced71f79398ece168e24f7f7710462f462310d4d"
},
"dist": {
"type": "zip",
2025-05-09 20:50:27 -04:00
"url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/ced71f79398ece168e24f7f7710462f462310d4d",
"reference": "ced71f79398ece168e24f7f7710462f462310d4d",
"shasum": ""
},
"require": {
2025-02-06 23:01:22 -05:00
"carbonphp/carbon-doctrine-types": "<100.0",
2019-03-19 17:40:13 -04:00
"ext-json": "*",
2024-03-19 17:11:58 -04:00
"php": "^8.1",
2023-10-06 16:23:23 -04:00
"psr/clock": "^1.0",
2024-03-19 17:11:58 -04:00
"symfony/clock": "^6.3 || ^7.0",
2020-07-23 16:12:26 -04:00
"symfony/polyfill-mbstring": "^1.0",
2024-03-19 17:11:58 -04:00
"symfony/translation": "^4.4.18 || ^5.2.1|| ^6.0 || ^7.0"
},
2023-10-06 16:23:23 -04:00
"provide": {
"psr/clock-implementation": "1.0"
},
"require-dev": {
2024-03-19 17:11:58 -04:00
"doctrine/dbal": "^3.6.3 || ^4.0",
"doctrine/orm": "^2.15.2 || ^3.0",
2024-06-10 16:19:55 -04:00
"friendsofphp/php-cs-fixer": "^3.57.2",
2024-04-03 16:17:36 -04:00
"kylekatarnls/multi-tester": "^2.5.3",
"ondrejmirtes/better-reflection": "^6.25.0.4",
"phpmd/phpmd": "^2.15.0",
"phpstan/extension-installer": "^1.3.1",
2024-06-10 16:19:55 -04:00
"phpstan/phpstan": "^1.11.2",
"phpunit/phpunit": "^10.5.20",
2024-04-03 16:17:36 -04:00
"squizlabs/php_codesniffer": "^3.9.0"
},
"bin": [
"bin/carbon"
],
"type": "library",
2017-01-25 12:05:42 -05:00
"extra": {
2018-11-02 18:13:02 -04:00
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
]
2020-07-23 16:12:26 -04:00
},
"phpstan": {
"includes": [
"extension.neon"
]
2025-02-06 23:01:22 -05:00
},
"branch-alias": {
"dev-2.x": "2.x-dev",
"dev-master": "3.x-dev"
2017-01-25 12:05:42 -05:00
}
},
"autoload": {
"psr-4": {
2019-03-19 17:40:13 -04:00
"Carbon\\": "src/Carbon/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Brian Nesbitt",
"email": "brian@nesbot.com",
2021-07-29 17:23:20 -04:00
"homepage": "https://markido.com"
},
{
"name": "kylekatarnls",
2021-07-29 17:23:20 -04:00
"homepage": "https://github.com/kylekatarnls"
}
],
"description": "An API extension for DateTime that supports 281 different languages.",
2021-07-29 17:23:20 -04:00
"homepage": "https://carbon.nesbot.com",
"keywords": [
"date",
"datetime",
"time"
],
"support": {
2022-01-27 22:26:08 -05:00
"docs": "https://carbon.nesbot.com/docs",
2025-04-30 22:22:02 -04:00
"issues": "https://github.com/CarbonPHP/carbon/issues",
"source": "https://github.com/CarbonPHP/carbon"
},
2020-04-23 20:52:45 -04:00
"funding": [
{
"url": "https://github.com/sponsors/kylekatarnls",
"type": "github"
2020-04-23 20:52:45 -04: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-04-23 20:52:45 -04:00
"type": "tidelift"
}
],
2025-05-09 20:50:27 -04:00
"time": "2025-05-01T19:51:51+00:00"
2021-07-29 17:23:20 -04:00
},
{
"name": "nette/schema",
2025-02-06 23:01:22 -05:00
"version": "v1.3.2",
2021-07-29 17:23:20 -04:00
"source": {
"type": "git",
"url": "https://github.com/nette/schema.git",
2025-02-06 23:01:22 -05:00
"reference": "da801d52f0354f70a638673c4a0f04e16529431d"
2021-07-29 17:23:20 -04:00
},
"dist": {
"type": "zip",
2025-02-06 23:01:22 -05:00
"url": "https://api.github.com/repos/nette/schema/zipball/da801d52f0354f70a638673c4a0f04e16529431d",
"reference": "da801d52f0354f70a638673c4a0f04e16529431d",
2021-07-29 17:23:20 -04:00
"shasum": ""
},
"require": {
2024-02-08 22:10:04 -05:00
"nette/utils": "^4.0",
2025-02-06 23:01:22 -05:00
"php": "8.1 - 8.4"
2021-07-29 17:23:20 -04:00
},
"require-dev": {
2025-02-06 23:01:22 -05:00
"nette/tester": "^2.5.2",
2022-12-30 16:31:49 -05:00
"phpstan/phpstan-nette": "^1.0",
2024-02-08 22:10:04 -05:00
"tracy/tracy": "^2.8"
2021-07-29 17:23:20 -04:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-02-08 22:10:04 -05:00
"dev-master": "1.3-dev"
2021-07-29 17:23:20 -04:00
}
},
"autoload": {
"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",
2025-02-06 23:01:22 -05:00
"source": "https://github.com/nette/schema/tree/v1.3.2"
2021-07-29 17:23:20 -04:00
},
2025-02-06 23:01:22 -05:00
"time": "2024-10-06T23:10:23+00:00"
2021-07-29 17:23:20 -04:00
},
{
"name": "nette/utils",
2025-04-30 22:22:02 -04:00
"version": "v4.0.6",
2021-07-29 17:23:20 -04:00
"source": {
"type": "git",
"url": "https://github.com/nette/utils.git",
2025-04-30 22:22:02 -04:00
"reference": "ce708655043c7050eb050df361c5e313cf708309"
2021-07-29 17:23:20 -04:00
},
"dist": {
"type": "zip",
2025-04-30 22:22:02 -04:00
"url": "https://api.github.com/repos/nette/utils/zipball/ce708655043c7050eb050df361c5e313cf708309",
"reference": "ce708655043c7050eb050df361c5e313cf708309",
2021-07-29 17:23:20 -04:00
"shasum": ""
},
"require": {
2024-09-06 16:43:28 -04:00
"php": "8.0 - 8.4"
2021-07-29 17:23:20 -04:00
},
"conflict": {
2023-03-13 17:33:19 -04:00
"nette/finder": "<3",
"nette/schema": "<1.2.2"
2021-07-29 17:23:20 -04:00
},
"require-dev": {
2023-03-13 17:33:19 -04:00
"jetbrains/phpstorm-attributes": "dev-master",
2023-10-06 16:23:23 -04:00
"nette/tester": "^2.5",
2022-01-27 22:26:08 -05:00
"phpstan/phpstan": "^1.0",
2023-03-13 17:33:19 -04:00
"tracy/tracy": "^2.9"
2021-07-29 17:23:20 -04: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-10-06 16:23:23 -04:00
"ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
2021-07-29 17:23:20 -04:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-03-13 17:33:19 -04:00
"dev-master": "4.0-dev"
2021-07-29 17:23:20 -04:00
}
},
"autoload": {
"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",
2025-04-30 22:22:02 -04:00
"source": "https://github.com/nette/utils/tree/v4.0.6"
2021-07-29 17:23:20 -04:00
},
2025-04-30 22:22:02 -04:00
"time": "2025-03-30T21:06:30+00:00"
},
{
"name": "nikic/php-parser",
2025-02-06 23:01:22 -05:00
"version": "v5.4.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2025-02-06 23:01:22 -05:00
"reference": "447a020a1f875a434d62f2a401f53b82a396e494"
},
"dist": {
"type": "zip",
2025-02-06 23:01:22 -05:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494",
"reference": "447a020a1f875a434d62f2a401f53b82a396e494",
"shasum": ""
},
"require": {
2024-01-12 22:03:27 -05:00
"ext-ctype": "*",
"ext-json": "*",
"ext-tokenizer": "*",
2024-01-12 22:03:27 -05:00
"php": ">=7.4"
},
"require-dev": {
2020-08-19 14:50:33 -04:00
"ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^9.0"
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
2024-01-12 22:03:27 -05:00
"dev-master": "5.0-dev"
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
2025-02-06 23:01:22 -05:00
"source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0"
},
2025-02-06 23:01:22 -05:00
"time": "2024-12-30T11:07:19+00:00"
},
2022-07-19 15:03:52 -04:00
{
"name": "nunomaduro/termwind",
2025-05-09 20:50:27 -04:00
"version": "v2.3.1",
2022-07-19 15:03:52 -04:00
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/termwind.git",
2025-05-09 20:50:27 -04:00
"reference": "dfa08f390e509967a15c22493dc0bac5733d9123"
2022-07-19 15:03:52 -04:00
},
"dist": {
"type": "zip",
2025-05-09 20:50:27 -04:00
"url": "https://api.github.com/repos/nunomaduro/termwind/zipball/dfa08f390e509967a15c22493dc0bac5733d9123",
"reference": "dfa08f390e509967a15c22493dc0bac5733d9123",
2022-07-19 15:03:52 -04:00
"shasum": ""
},
"require": {
"ext-mbstring": "*",
2024-03-19 17:11:58 -04:00
"php": "^8.2",
2025-05-09 20:50:27 -04:00
"symfony/console": "^7.2.6"
2022-07-19 15:03:52 -04:00
},
"require-dev": {
2025-05-09 20:50:27 -04:00
"illuminate/console": "^11.44.7",
"laravel/pint": "^1.22.0",
2025-02-06 23:01:22 -05:00
"mockery/mockery": "^1.6.12",
2025-05-09 20:50:27 -04:00
"pestphp/pest": "^2.36.0 || ^3.8.2",
"phpstan/phpstan": "^1.12.25",
"phpstan/phpstan-strict-rules": "^1.6.2",
"symfony/var-dumper": "^7.2.6",
2022-07-19 15:03:52 -04:00
"thecodingmachine/phpstan-strict-rules": "^1.0.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Termwind\\Laravel\\TermwindServiceProvider"
]
2024-03-19 17:11:58 -04:00
},
"branch-alias": {
"dev-2.x": "2.x-dev"
2022-07-19 15:03:52 -04: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"
}
],
"description": "Its like Tailwind CSS, but for the console.",
"keywords": [
"cli",
"console",
"css",
"package",
"php",
"style"
],
"support": {
"issues": "https://github.com/nunomaduro/termwind/issues",
2025-05-09 20:50:27 -04:00
"source": "https://github.com/nunomaduro/termwind/tree/v2.3.1"
2022-07-19 15:03:52 -04: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"
}
],
2025-05-09 20:50:27 -04:00
"time": "2025-05-08T08:14:37+00:00"
2022-07-19 15:03:52 -04:00
},
{
2018-04-02 22:52:09 -04:00
"name": "phpoffice/phpspreadsheet",
2025-04-30 22:22:02 -04:00
"version": "4.2.0",
"source": {
"type": "git",
2018-04-02 22:52:09 -04:00
"url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
2025-04-30 22:22:02 -04:00
"reference": "5f6d7410e5fd72cac1aa67d4f05f4fe664d01ba6"
},
"dist": {
"type": "zip",
2025-04-30 22:22:02 -04:00
"url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/5f6d7410e5fd72cac1aa67d4f05f4fe664d01ba6",
"reference": "5f6d7410e5fd72cac1aa67d4f05f4fe664d01ba6",
"shasum": ""
},
"require": {
2025-04-30 22:22:02 -04:00
"composer/pcre": "^1||^2||^3",
2018-04-02 22:52:09 -04:00
"ext-ctype": "*",
"ext-dom": "*",
"ext-fileinfo": "*",
2018-04-02 22:52:09 -04:00
"ext-gd": "*",
"ext-iconv": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-simplexml": "*",
"ext-xml": "*",
2018-04-02 22:52:09 -04:00
"ext-xmlreader": "*",
"ext-xmlwriter": "*",
2018-04-02 22:52:09 -04:00
"ext-zip": "*",
"ext-zlib": "*",
2023-07-13 17:09:38 -04:00
"maennchen/zipstream-php": "^2.1 || ^3.0",
2022-01-27 22:26:08 -05:00
"markbaker/complex": "^3.0",
"markbaker/matrix": "^3.0",
"php": "^8.1",
2020-07-23 16:12:26 -04:00
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
2018-04-02 22:52:09 -04:00
},
"require-dev": {
2023-03-13 17:33:19 -04:00
"dealerdirect/phpcodesniffer-composer-installer": "dev-main",
"dompdf/dompdf": "^2.0 || ^3.0",
2022-01-27 22:26:08 -05:00
"friendsofphp/php-cs-fixer": "^3.2",
2023-07-13 17:09:38 -04:00
"mitoteam/jpgraph": "^10.3",
2022-12-30 16:31:49 -05:00
"mpdf/mpdf": "^8.1.1",
"phpcompatibility/php-compatibility": "^9.3",
2025-04-30 22:22:02 -04:00
"phpstan/phpstan": "^1.1 || ^2.0",
"phpstan/phpstan-deprecation-rules": "^1.0 || ^2.0",
"phpstan/phpstan-phpunit": "^1.0 || ^2.0",
"phpunit/phpunit": "^10.5",
2022-07-19 15:03:52 -04:00
"squizlabs/php_codesniffer": "^3.7",
2022-12-30 16:31:49 -05:00
"tecnickcom/tcpdf": "^6.5"
2018-04-02 22:52:09 -04:00
},
"suggest": {
2022-10-11 18:14:02 -04:00
"dompdf/dompdf": "Option for rendering PDF with PDF Writer",
"ext-intl": "PHP Internationalization Functions",
"mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
2018-04-02 22:52:09 -04:00
"mpdf/mpdf": "Option for rendering PDF with PDF Writer",
2022-10-11 18:14:02 -04:00
"tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
},
"type": "library",
"autoload": {
2018-04-02 22:52:09 -04:00
"psr-4": {
"PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Maarten Balliauw",
"homepage": "https://blog.maartenballiauw.be"
},
{
2018-04-02 22:52:09 -04:00
"name": "Mark Baker",
"homepage": "https://markbakeruk.net"
},
{
"name": "Franck Lefevre",
"homepage": "https://rootslabs.net"
},
{
"name": "Erik Tilt"
},
{
"name": "Adrien Crivelli"
}
],
2018-04-02 22:52:09 -04:00
"description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
"homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
"keywords": [
"OpenXML",
"excel",
2018-04-02 22:52:09 -04:00
"gnumeric",
"ods",
"php",
"spreadsheet",
"xls",
"xlsx"
],
"support": {
"issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
2025-04-30 22:22:02 -04:00
"source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/4.2.0"
},
2025-04-30 22:22:02 -04:00
"time": "2025-04-17T02:41:45+00:00"
},
2019-03-19 17:40:13 -04:00
{
"name": "phpoption/phpoption",
"version": "1.9.3",
2019-03-19 17:40:13 -04:00
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/php-option.git",
"reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54"
2019-03-19 17:40:13 -04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54",
"reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54",
2019-03-19 17:40:13 -04:00
"shasum": ""
},
"require": {
2022-08-29 16:16:58 -04:00
"php": "^7.2.5 || ^8.0"
2019-03-19 17:40:13 -04:00
},
"require-dev": {
2023-03-13 17:33:19 -04:00
"bamarni/composer-bin-plugin": "^1.8.2",
"phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
2019-03-19 17:40:13 -04:00
},
"type": "library",
"extra": {
2022-08-29 16:16:58 -04:00
"bamarni-bin": {
"bin-links": true,
"forward-command": false
2022-08-29 16:16:58 -04:00
},
2019-03-19 17:40:13 -04:00
"branch-alias": {
2022-08-29 16:16:58 -04:00
"dev-master": "1.9-dev"
2019-03-19 17:40:13 -04:00
}
},
"autoload": {
2020-01-07 21:00:08 -05:00
"psr-4": {
"PhpOption\\": "src/PhpOption/"
2019-03-19 17:40:13 -04:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
2019-03-19 17:40:13 -04:00
],
"authors": [
{
"name": "Johannes M. Schmitt",
2022-01-27 22:26:08 -05:00
"email": "schmittjoh@gmail.com",
"homepage": "https://github.com/schmittjoh"
2020-01-07 21:00:08 -05:00
},
{
"name": "Graham Campbell",
2022-01-27 22:26:08 -05:00
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
2019-03-19 17:40:13 -04:00
}
],
"description": "Option Type for PHP",
"keywords": [
"language",
"option",
"php",
"type"
],
"support": {
"issues": "https://github.com/schmittjoh/php-option/issues",
"source": "https://github.com/schmittjoh/php-option/tree/1.9.3"
},
2020-07-23 16:12:26 -04:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
"type": "tidelift"
}
],
"time": "2024-07-20T21:41:07+00:00"
2019-03-19 17:40:13 -04:00
},
2023-10-06 16:23:23 -04: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"
},
2022-05-23 21:01:33 -04:00
{
"name": "psr/container",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
"shasum": ""
},
"require": {
"php": ">=7.4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2021-04-20 17:11:13 -04:00
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"support": {
"issues": "https://github.com/php-fig/container/issues",
2022-05-23 21:01:33 -04:00
"source": "https://github.com/php-fig/container/tree/2.0.2"
},
2022-05-23 21:01:33 -04:00
"time": "2021-11-05T16:47:00+00:00"
},
{
"name": "psr/event-dispatcher",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/event-dispatcher.git",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\EventDispatcher\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Standard interfaces for event handling.",
"keywords": [
"events",
"psr",
"psr-14"
],
"support": {
"issues": "https://github.com/php-fig/event-dispatcher/issues",
"source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
},
"time": "2019-01-08T18:20:26+00:00"
},
{
2020-07-23 16:12:26 -04:00
"name": "psr/http-client",
2023-10-06 16:23:23 -04:00
"version": "1.0.3",
"source": {
"type": "git",
2020-07-23 16:12:26 -04:00
"url": "https://github.com/php-fig/http-client.git",
2023-10-06 16:23:23 -04:00
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
},
"dist": {
"type": "zip",
2023-10-06 16:23:23 -04:00
"url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
"shasum": ""
},
"require": {
2020-07-23 16:12:26 -04:00
"php": "^7.0 || ^8.0",
2023-04-20 21:05:00 -04:00
"psr/http-message": "^1.0 || ^2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
2020-07-23 16:12:26 -04:00
"Psr\\Http\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2023-04-20 21:05:00 -04:00
"homepage": "https://www.php-fig.org/"
}
],
2020-07-23 16:12:26 -04:00
"description": "Common interface for HTTP clients",
"homepage": "https://github.com/php-fig/http-client",
"keywords": [
"http",
2020-07-23 16:12:26 -04:00
"http-client",
"psr",
2020-07-23 16:12:26 -04:00
"psr-18"
],
"support": {
2023-10-06 16:23:23 -04:00
"source": "https://github.com/php-fig/http-client"
},
2023-10-06 16:23:23 -04:00
"time": "2023-09-23T14:17:50+00:00"
},
{
2020-07-23 16:12:26 -04:00
"name": "psr/http-factory",
"version": "1.1.0",
"source": {
"type": "git",
2020-07-23 16:12:26 -04:00
"url": "https://github.com/php-fig/http-factory.git",
"reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
"reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
"shasum": ""
},
2016-09-22 10:59:07 -04:00
"require": {
"php": ">=7.1",
2023-04-20 21:05:00 -04:00
"psr/http-message": "^1.0 || ^2.0"
2016-09-22 10:59:07 -04:00
},
"type": "library",
2016-09-22 10:59:07 -04:00
"extra": {
"branch-alias": {
2020-07-23 16:12:26 -04:00
"dev-master": "1.0.x-dev"
2016-09-22 10:59:07 -04:00
}
},
"autoload": {
2016-09-22 10:59:07 -04:00
"psr-4": {
2020-07-23 16:12:26 -04:00
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2023-04-20 21:05:00 -04:00
"homepage": "https://www.php-fig.org/"
}
],
"description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
"keywords": [
2020-07-23 16:12:26 -04:00
"factory",
"http",
"message",
"psr",
2020-07-23 16:12:26 -04:00
"psr-17",
"psr-7",
"request",
"response"
],
"support": {
"source": "https://github.com/php-fig/http-factory"
},
"time": "2024-04-15T12:06:14+00:00"
},
{
2020-07-23 16:12:26 -04:00
"name": "psr/http-message",
2023-07-13 17:09:38 -04:00
"version": "2.0",
"source": {
"type": "git",
2020-07-23 16:12:26 -04:00
"url": "https://github.com/php-fig/http-message.git",
2023-07-13 17:09:38 -04:00
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
},
"dist": {
"type": "zip",
2023-07-13 17:09:38 -04:00
"url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
"reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
"shasum": ""
},
"require": {
2023-04-05 16:26:42 -04:00
"php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
2023-07-13 17:09:38 -04:00
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
2020-07-23 16:12:26 -04:00
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2023-07-13 17:09:38 -04:00
"homepage": "https://www.php-fig.org/"
}
],
2020-07-23 16:12:26 -04:00
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
2020-07-23 16:12:26 -04:00
"http",
"http-message",
"psr",
2020-07-23 16:12:26 -04:00
"psr-7",
"request",
"response"
],
"support": {
2023-07-13 17:09:38 -04:00
"source": "https://github.com/php-fig/http-message/tree/2.0"
},
2023-07-13 17:09:38 -04:00
"time": "2023-04-04T09:54:51+00:00"
},
{
2020-07-23 16:12:26 -04:00
"name": "psr/log",
2025-02-06 23:01:22 -05:00
"version": "3.0.2",
2020-07-23 16:12:26 -04:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2025-02-06 23:01:22 -05:00
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
2020-07-23 16:12:26 -04:00
},
"dist": {
"type": "zip",
2025-02-06 23:01:22 -05:00
"url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
"reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
2020-07-23 16:12:26 -04:00
"shasum": ""
},
"require": {
2022-05-23 21:01:33 -04:00
"php": ">=8.0.0"
2020-07-23 16:12:26 -04:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-05-23 21:01:33 -04:00
"dev-master": "3.x-dev"
2020-07-23 16:12:26 -04:00
}
},
"autoload": {
"psr-4": {
2022-05-23 21:01:33 -04:00
"Psr\\Log\\": "src"
2020-07-23 16:12:26 -04:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2021-05-06 13:05:38 -04:00
"homepage": "https://www.php-fig.org/"
2020-07-23 16:12:26 -04:00
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
"support": {
2025-02-06 23:01:22 -05:00
"source": "https://github.com/php-fig/log/tree/3.0.2"
},
2025-02-06 23:01:22 -05:00
"time": "2024-09-11T13:17:53+00:00"
2020-07-23 16:12:26 -04:00
},
{
"name": "psr/simple-cache",
2022-10-11 18:14:02 -04:00
"version": "3.0.0",
2020-07-23 16:12:26 -04:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
2022-10-11 18:14:02 -04:00
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
2020-07-23 16:12:26 -04:00
},
"dist": {
"type": "zip",
2022-10-11 18:14:02 -04:00
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
2020-07-23 16:12:26 -04:00
"shasum": ""
},
"require": {
2022-05-23 21:01:33 -04:00
"php": ">=8.0.0"
2020-07-23 16:12:26 -04:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-10-11 18:14:02 -04:00
"dev-master": "3.0.x-dev"
2020-07-23 16:12:26 -04:00
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2022-05-23 21:01:33 -04:00
"homepage": "https://www.php-fig.org/"
2020-07-23 16:12:26 -04:00
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
"support": {
2022-10-11 18:14:02 -04:00
"source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
},
2022-10-11 18:14:02 -04:00
"time": "2021-10-29T13:26:27+00:00"
2020-07-23 16:12:26 -04:00
},
{
"name": "psy/psysh",
2025-04-30 22:22:02 -04:00
"version": "v0.12.8",
"source": {
"type": "git",
"url": "https://github.com/bobthecow/psysh.git",
2025-04-30 22:22:02 -04:00
"reference": "85057ceedee50c49d4f6ecaff73ee96adb3b3625"
},
"dist": {
"type": "zip",
2025-04-30 22:22:02 -04:00
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/85057ceedee50c49d4f6ecaff73ee96adb3b3625",
"reference": "85057ceedee50c49d4f6ecaff73ee96adb3b3625",
"shasum": ""
},
"require": {
2018-11-02 18:10:19 -04:00
"ext-json": "*",
"ext-tokenizer": "*",
2024-01-12 22:03:27 -05:00
"nikic/php-parser": "^5.0 || ^4.0",
"php": "^8.0 || ^7.4",
"symfony/console": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4",
"symfony/var-dumper": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4"
},
2022-03-23 13:31:39 -04: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"
},
"require-dev": {
2022-05-20 17:50:14 -04:00
"bamarni/composer-bin-plugin": "^1.2"
},
"suggest": {
"ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
"ext-pdo-sqlite": "The doc command requires SQLite to work.",
2024-01-12 22:03:27 -05:00
"ext-posix": "If you have PCNTL, you'll want the POSIX extension as well."
},
"bin": [
"bin/psysh"
],
"type": "library",
"extra": {
2023-10-06 16:23:23 -04:00
"bamarni-bin": {
"bin-links": false,
"forward-command": false
2025-02-06 23:01:22 -05:00
},
"branch-alias": {
"dev-main": "0.12.x-dev"
}
},
"autoload": {
"files": [
2018-04-23 23:33:06 -04:00
"src/functions.php"
],
"psr-4": {
2018-04-23 23:33:06 -04:00
"Psy\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Justin Hileman",
"email": "justin@justinhileman.info",
"homepage": "http://justinhileman.com"
}
],
"description": "An interactive shell for modern PHP.",
"homepage": "http://psysh.org",
"keywords": [
"REPL",
"console",
"interactive",
"shell"
],
"support": {
"issues": "https://github.com/bobthecow/psysh/issues",
2025-04-30 22:22:02 -04:00
"source": "https://github.com/bobthecow/psysh/tree/v0.12.8"
},
2025-04-30 22:22:02 -04:00
"time": "2025-03-16T03:05:19+00:00"
},
{
"name": "ralouphie/getallheaders",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
"reference": "120b605dfeb996808c31b6477290a714d356e822"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
},
"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.",
"support": {
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
},
"time": "2019-03-08T08:55:37+00:00"
},
{
"name": "ramsey/collection",
2025-04-30 22:22:02 -04:00
"version": "2.1.1",
"source": {
"type": "git",
"url": "https://github.com/ramsey/collection.git",
2025-04-30 22:22:02 -04:00
"reference": "344572933ad0181accbf4ba763e85a0306a8c5e2"
},
"dist": {
"type": "zip",
2025-04-30 22:22:02 -04:00
"url": "https://api.github.com/repos/ramsey/collection/zipball/344572933ad0181accbf4ba763e85a0306a8c5e2",
"reference": "344572933ad0181accbf4ba763e85a0306a8c5e2",
"shasum": ""
},
"require": {
2023-03-13 17:33:19 -04:00
"php": "^8.1"
},
"require-dev": {
2022-12-30 16:31:49 -05:00
"captainhook/plugin-composer": "^5.3",
2025-04-30 22:22:02 -04:00
"ergebnis/composer-normalize": "^2.45",
"fakerphp/faker": "^1.24",
2022-12-30 16:31:49 -05:00
"hamcrest/hamcrest-php": "^2.0",
2025-04-30 22:22:02 -04:00
"jangregor/phpstan-prophecy": "^2.1",
"mockery/mockery": "^1.6",
2022-12-30 16:31:49 -05:00
"php-parallel-lint/php-console-highlighter": "^1.0",
2025-04-30 22:22:02 -04: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"
},
"type": "library",
2022-12-30 16:31:49 -05:00
"extra": {
"captainhook": {
"force-install": true
},
"ramsey/conventional-commits": {
"configFile": "conventional-commits.json"
}
},
"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"
}
],
2022-01-27 22:26:08 -05:00
"description": "A PHP library for representing and manipulating collections.",
"keywords": [
"array",
"collection",
"hash",
"map",
"queue",
"set"
],
"support": {
"issues": "https://github.com/ramsey/collection/issues",
2025-04-30 22:22:02 -04:00
"source": "https://github.com/ramsey/collection/tree/2.1.1"
},
2025-04-30 22:22:02 -04:00
"time": "2025-03-22T05:38:12+00:00"
},
2016-05-02 22:47:42 -04:00
{
"name": "ramsey/uuid",
"version": "4.7.6",
2016-05-02 22:47:42 -04:00
"source": {
"type": "git",
"url": "https://github.com/ramsey/uuid.git",
"reference": "91039bc1faa45ba123c4328958e620d382ec7088"
2016-05-02 22:47:42 -04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ramsey/uuid/zipball/91039bc1faa45ba123c4328958e620d382ec7088",
"reference": "91039bc1faa45ba123c4328958e620d382ec7088",
2016-05-02 22:47:42 -04:00
"shasum": ""
},
"require": {
"brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12",
2020-01-07 21:00:08 -05:00
"ext-json": "*",
2022-05-23 21:01:33 -04:00
"php": "^8.0",
2023-03-13 17:33:19 -04:00
"ramsey/collection": "^1.2 || ^2.0"
},
"replace": {
"rhumsaa/uuid": "self.version"
2016-05-02 22:47:42 -04:00
},
"require-dev": {
2022-01-27 22:26:08 -05:00
"captainhook/captainhook": "^5.10",
"captainhook/plugin-composer": "^5.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"doctrine/annotations": "^1.8",
2022-01-27 22:26:08 -05:00
"ergebnis/composer-normalize": "^2.15",
"mockery/mockery": "^1.3",
2020-01-07 21:00:08 -05:00
"paragonie/random-lib": "^2",
2022-01-27 22:26:08 -05:00
"php-mock/php-mock": "^2.2",
"php-mock/php-mock-mockery": "^1.3",
"php-parallel-lint/php-parallel-lint": "^1.1",
2022-01-27 22:26:08 -05:00
"phpbench/phpbench": "^1.0",
2022-10-11 18:14:02 -04:00
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-phpunit": "^1.1",
2022-01-27 22:26:08 -05:00
"phpunit/phpunit": "^8.5 || ^9",
2022-10-11 18:14:02 -04:00
"ramsey/composer-repl": "^1.4",
"slevomat/coding-standard": "^8.4",
"squizlabs/php_codesniffer": "^3.5",
2022-01-27 22:26:08 -05:00
"vimeo/psalm": "^4.9"
},
"suggest": {
"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-07 21:00:08 -05:00
"paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
2016-05-02 22:47:42 -04:00
},
"type": "library",
"extra": {
2022-01-27 22:26:08 -05:00
"captainhook": {
"force-install": true
2016-05-02 22:47:42 -04:00
}
},
"autoload": {
2020-01-07 21:00:08 -05:00
"files": [
"src/functions.php"
2022-03-23 13:31:39 -04:00
],
"psr-4": {
"Ramsey\\Uuid\\": "src/"
}
2016-05-02 22:47:42 -04:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2016-05-02 22:47:42 -04:00
],
"description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
2016-05-02 22:47:42 -04:00
"keywords": [
"guid",
"identifier",
"uuid"
2016-05-02 22:47:42 -04:00
],
"support": {
"issues": "https://github.com/ramsey/uuid/issues",
"source": "https://github.com/ramsey/uuid/tree/4.7.6"
},
"funding": [
{
"url": "https://github.com/ramsey",
"type": "github"
2022-01-27 22:26:08 -05:00
},
{
"url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
"type": "tidelift"
}
],
"time": "2024-04-27T21:32:50+00:00"
},
{
"name": "spatie/laravel-newsletter",
2025-04-30 22:22:02 -04:00
"version": "5.3.1",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-newsletter.git",
2025-04-30 22:22:02 -04:00
"reference": "34e8338a5f328c4d7dac176761ab57ee9feb3c28"
},
"dist": {
"type": "zip",
2025-04-30 22:22:02 -04:00
"url": "https://api.github.com/repos/spatie/laravel-newsletter/zipball/34e8338a5f328c4d7dac176761ab57ee9feb3c28",
"reference": "34e8338a5f328c4d7dac176761ab57ee9feb3c28",
"shasum": ""
},
"require": {
2025-04-30 22:22:02 -04:00