2021-04-12 17:46:01 +02:00
{
"_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"
],
2023-09-20 19:29:25 +02:00
"content-hash": "e0d1151ec998274861b46a7a7393a64e",
2021-04-12 17:46:01 +02:00
"packages": [
2023-09-18 22:16:13 +02:00
{
"name": "brick/math",
"version": "0.11.0",
"source": {
"type": "git",
"url": "https://github.com/brick/math.git",
"reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478",
"reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478",
"shasum": ""
},
"require": {
"php": "^8.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^9.0",
"vimeo/psalm": "5.0.0"
},
"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",
"brick",
"math"
],
"support": {
"issues": "https://github.com/brick/math/issues",
"source": "https://github.com/brick/math/tree/0.11.0"
},
"funding": [
{
"url": "https://github.com/BenMorel",
"type": "github"
}
],
"time": "2023-01-15T23:15:59+00:00"
},
2021-04-12 17:46:01 +02:00
{
"name": "doctrine/cache",
2022-12-10 18:28:23 +01:00
"version": "2.2.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
2022-12-10 18:28:23 +01:00
"reference": "1ca8f21980e770095a31456042471a57bc4c68fb"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2022-12-10 18:28:23 +01:00
"url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb",
"reference": "1ca8f21980e770095a31456042471a57bc4c68fb",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": "~7.1 || ^8.0"
},
"conflict": {
2021-11-16 18:48:15 +01:00
"doctrine/common": ">2.2,<2.4"
2021-04-12 17:46:01 +02:00
},
"require-dev": {
2021-05-01 11:57:31 +02:00
"cache/integration-tests": "dev-master",
2022-12-10 18:28:23 +01:00
"doctrine/coding-standard": "^9",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
2021-11-16 18:48:15 +01:00
"psr/cache": "^1.0 || ^2.0 || ^3.0",
2022-12-10 18:28:23 +01:00
"symfony/cache": "^4.4 || ^5.4 || ^6",
"symfony/var-exporter": "^4.4 || ^5.4 || ^6"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
}
},
"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"
}
],
"description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
"homepage": "https://www.doctrine-project.org/projects/cache.html",
"keywords": [
"abstraction",
"apcu",
"cache",
"caching",
"couchdb",
"memcached",
"php",
"redis",
"xcache"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/doctrine/cache/issues",
2022-12-10 18:28:23 +01:00
"source": "https://github.com/doctrine/cache/tree/2.2.0"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02: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%2Fcache",
"type": "tidelift"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-05-20T20:07:39+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "doctrine/dbal",
2023-09-18 22:16:13 +02:00
"version": "3.6.6",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
2023-09-18 22:16:13 +02:00
"reference": "63646ffd71d1676d2f747f871be31b7e921c7864"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/doctrine/dbal/zipball/63646ffd71d1676d2f747f871be31b7e921c7864",
"reference": "63646ffd71d1676d2f747f871be31b7e921c7864",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2022-12-10 18:28:23 +01:00
"composer-runtime-api": "^2",
2021-11-30 23:29:51 +01:00
"doctrine/cache": "^1.11|^2.0",
2022-12-10 18:28:23 +01:00
"doctrine/deprecations": "^0.5.3|^1",
"doctrine/event-manager": "^1|^2",
"php": "^7.4 || ^8.0",
2021-11-30 23:29:51 +01:00
"psr/cache": "^1|^2|^3",
"psr/log": "^1|^2|^3"
2021-04-12 17:46:01 +02:00
},
"require-dev": {
2023-09-18 22:16:13 +02:00
"doctrine/coding-standard": "12.0.0",
"fig/log-test": "^1",
"jetbrains/phpstorm-stubs": "2023.1",
"phpstan/phpstan": "1.10.29",
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "9.6.9",
"psalm/plugin-phpunit": "0.18.4",
"slevomat/coding-standard": "8.13.1",
"squizlabs/php_codesniffer": "3.7.2",
2022-12-10 18:28:23 +01:00
"symfony/cache": "^5.4|^6.0",
"symfony/console": "^4.4|^5.4|^6.0",
2023-09-18 22:16:13 +02:00
"vimeo/psalm": "4.30.0"
2021-04-12 17:46:01 +02:00
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
},
"bin": [
"bin/doctrine-dbal"
],
"type": "library",
"autoload": {
"psr-4": {
2021-05-01 11:57:31 +02:00
"Doctrine\\DBAL\\": "src"
2021-04-12 17:46:01 +02:00
}
},
"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"
}
],
"description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
"homepage": "https://www.doctrine-project.org/projects/dbal.html",
"keywords": [
"abstraction",
"database",
"db2",
"dbal",
"mariadb",
"mssql",
"mysql",
"oci8",
"oracle",
"pdo",
"pgsql",
"postgresql",
"queryobject",
"sasql",
"sql",
"sqlite",
"sqlserver",
"sqlsrv"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
2023-09-18 22:16:13 +02:00
"source": "https://github.com/doctrine/dbal/tree/3.6.6"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02: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%2Fdbal",
"type": "tidelift"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-08-17T05:38:17+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "doctrine/deprecations",
2023-09-18 22:16:13 +02:00
"version": "v1.1.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/deprecations.git",
2023-09-18 22:16:13 +02:00
"reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/612a3ee5ab0d5dd97b7cf3874a6efe24325efac3",
"reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2023-09-18 22:16:13 +02:00
"php": "^7.1 || ^8.0"
2021-04-12 17:46:01 +02:00
},
"require-dev": {
2022-12-10 18:28:23 +01:00
"doctrine/coding-standard": "^9",
2023-09-18 22:16:13 +02:00
"phpstan/phpstan": "1.4.10 || 1.10.15",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"psalm/plugin-phpunit": "0.18.4",
"psr/log": "^1 || ^2 || ^3",
"vimeo/psalm": "4.30.0 || 5.12.0"
2021-04-12 17:46:01 +02:00
},
"suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
"homepage": "https://www.doctrine-project.org/",
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/doctrine/deprecations/issues",
2023-09-18 22:16:13 +02:00
"source": "https://github.com/doctrine/deprecations/tree/v1.1.1"
2021-05-01 11:57:31 +02:00
},
2023-09-18 22:16:13 +02:00
"time": "2023-06-03T09:27:29+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "doctrine/event-manager",
2022-12-10 18:28:23 +01:00
"version": "2.0.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/event-manager.git",
2022-12-10 18:28:23 +01:00
"reference": "750671534e0241a7c50ea5b43f67e23eb5c96f32"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2022-12-10 18:28:23 +01:00
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/750671534e0241a7c50ea5b43f67e23eb5c96f32",
"reference": "750671534e0241a7c50ea5b43f67e23eb5c96f32",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2022-12-10 18:28:23 +01:00
"php": "^8.1"
2021-04-12 17:46:01 +02:00
},
"conflict": {
2022-12-10 18:28:23 +01:00
"doctrine/common": "<2.9"
2021-04-12 17:46:01 +02:00
},
"require-dev": {
2022-12-10 18:28:23 +01:00
"doctrine/coding-standard": "^10",
"phpstan/phpstan": "^1.8.8",
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.28"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
2022-12-10 18:28:23 +01:00
"Doctrine\\Common\\": "src"
2021-04-12 17:46:01 +02:00
}
},
"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"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
"keywords": [
"event",
"event dispatcher",
"event manager",
"event system",
"events"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/doctrine/event-manager/issues",
2022-12-10 18:28:23 +01:00
"source": "https://github.com/doctrine/event-manager/tree/2.0.0"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02: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%2Fevent-manager",
"type": "tidelift"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-10-12T20:59:15+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "doctrine/inflector",
2023-09-18 22:16:13 +02:00
"version": "2.0.8",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
2023-09-18 22:16:13 +02:00
"reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
"reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
2023-09-18 22:16:13 +02:00
"doctrine/coding-standard": "^11.0",
2022-12-10 18:28:23 +01:00
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.3",
"phpunit/phpunit": "^8.5 || ^9.5",
2023-09-18 22:16:13 +02:00
"vimeo/psalm": "^4.25 || ^5.4"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"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"
}
],
"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",
"inflector",
"lowercase",
"manipulation",
"php",
"plural",
"singular",
"strings",
"uppercase",
"words"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
2023-09-18 22:16:13 +02:00
"source": "https://github.com/doctrine/inflector/tree/2.0.8"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02: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"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-06-16T13:40:37+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "doctrine/lexer",
2023-09-18 22:16:13 +02:00
"version": "3.0.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
2023-09-18 22:16:13 +02:00
"reference": "84a527db05647743d50373e0ec53a152f2cde568"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/84a527db05647743d50373e0ec53a152f2cde568",
"reference": "84a527db05647743d50373e0ec53a152f2cde568",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2023-09-18 22:16:13 +02:00
"php": "^8.1"
2021-04-12 17:46:01 +02:00
},
"require-dev": {
2023-09-18 22:16:13 +02:00
"doctrine/coding-standard": "^10",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.5",
"psalm/plugin-phpunit": "^0.18.3",
"vimeo/psalm": "^5.0"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
2023-09-18 22:16:13 +02:00
"Doctrine\\Common\\Lexer\\": "src"
2021-04-12 17:46:01 +02:00
}
},
"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"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
2023-09-18 22:16:13 +02:00
"source": "https://github.com/doctrine/lexer/tree/3.0.0"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02: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"
}
],
2023-09-18 22:16:13 +02:00
"time": "2022-12-15T16:57:16+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "egulias/email-validator",
2023-09-18 22:16:13 +02:00
"version": "4.0.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
2023-09-18 22:16:13 +02:00
"reference": "3a85486b709bc384dae8eb78fb2eec649bdb64ff"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/3a85486b709bc384dae8eb78fb2eec649bdb64ff",
"reference": "3a85486b709bc384dae8eb78fb2eec649bdb64ff",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2023-09-18 22:16:13 +02:00
"doctrine/lexer": "^2.0 || ^3.0",
"php": ">=8.1",
"symfony/polyfill-intl-idn": "^1.26"
2021-04-12 17:46:01 +02:00
},
"require-dev": {
2023-09-18 22:16:13 +02:00
"phpunit/phpunit": "^9.5.27",
"vimeo/psalm": "^4.30"
2021-04-12 17:46:01 +02:00
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-18 22:16:13 +02:00
"dev-master": "4.0.x-dev"
2021-04-12 17:46:01 +02:00
}
},
"autoload": {
"psr-4": {
"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"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/egulias/EmailValidator/issues",
2023-09-18 22:16:13 +02:00
"source": "https://github.com/egulias/EmailValidator/tree/4.0.1"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/egulias",
"type": "github"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-01-14T14:17:03+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "erusev/parsedown",
"version": "1.7.4",
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown.git",
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
"reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.3.0"
},
"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"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/erusev/parsedown/issues",
"source": "https://github.com/erusev/parsedown/tree/1.7.x"
},
2021-04-12 17:46:01 +02:00
"time": "2019-12-30T22:54:17+00:00"
},
{
"name": "gettext/gettext",
2022-12-10 18:28:23 +01:00
"version": "v5.7.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-gettext/Gettext.git",
2022-12-10 18:28:23 +01:00
"reference": "8657e580747bb3baacccdcebe69cac094661e404"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2022-12-10 18:28:23 +01:00
"url": "https://api.github.com/repos/php-gettext/Gettext/zipball/8657e580747bb3baacccdcebe69cac094661e404",
"reference": "8657e580747bb3baacccdcebe69cac094661e404",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"gettext/languages": "^2.3",
"php": "^7.2|^8.0"
},
"require-dev": {
2021-11-30 23:29:51 +01:00
"brick/varexporter": "^0.3.5",
"friendsofphp/php-cs-fixer": "^3.2",
"oscarotero/php-cs-fixer-config": "^2.0",
"phpunit/phpunit": "^8.0|^9.0",
2021-04-12 17:46:01 +02:00
"squizlabs/php_codesniffer": "^3.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Gettext\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Oscar Otero",
"email": "oom@oscarotero.com",
"homepage": "http://oscarotero.com",
"role": "Developer"
}
],
"description": "PHP gettext manager",
"homepage": "https://github.com/php-gettext/Gettext",
"keywords": [
"JS",
"gettext",
"i18n",
"mo",
"po",
"translation"
],
2021-05-01 11:57:31 +02:00
"support": {
"email": "oom@oscarotero.com",
"issues": "https://github.com/php-gettext/Gettext/issues",
2022-12-10 18:28:23 +01:00
"source": "https://github.com/php-gettext/Gettext/tree/v5.7.0"
2021-05-01 11:57:31 +02:00
},
2021-11-30 23:29:51 +01:00
"funding": [
{
"url": "https://paypal.me/oscarotero",
"type": "custom"
},
{
"url": "https://github.com/oscarotero",
"type": "github"
},
{
"url": "https://www.patreon.com/misteroom",
"type": "patreon"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-07-27T19:54:55+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "gettext/languages",
2022-12-10 18:28:23 +01:00
"version": "2.10.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-gettext/Languages.git",
2022-12-10 18:28:23 +01:00
"reference": "4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2022-12-10 18:28:23 +01:00
"url": "https://api.github.com/repos/php-gettext/Languages/zipball/4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab",
"reference": "4d61d67fe83a2ad85959fe6133d6d9ba7dddd1ab",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4"
},
"bin": [
"bin/export-plural-rules"
],
"type": "library",
"autoload": {
"psr-4": {
"Gettext\\Languages\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michele Locati",
"email": "mlocati@gmail.com",
"role": "Developer"
}
],
"description": "gettext languages with plural rules",
"homepage": "https://github.com/php-gettext/Languages",
"keywords": [
"cldr",
"i18n",
"internationalization",
"l10n",
"language",
"languages",
"localization",
"php",
"plural",
"plural rules",
"plurals",
"translate",
"translations",
"unicode"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/php-gettext/Languages/issues",
2022-12-10 18:28:23 +01:00
"source": "https://github.com/php-gettext/Languages/tree/2.10.0"
2021-05-01 11:57:31 +02:00
},
2021-11-30 23:29:51 +01:00
"funding": [
{
"url": "https://paypal.me/mlocati",
"type": "custom"
},
{
"url": "https://github.com/mlocati",
"type": "github"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-10-18T15:00:10+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "gettext/translator",
2022-12-10 18:28:23 +01:00
"version": "v1.1.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-gettext/Translator.git",
2022-12-10 18:28:23 +01:00
"reference": "b18ff33e8203de623854561f5e47e992fc5c50bb"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2022-12-10 18:28:23 +01:00
"url": "https://api.github.com/repos/php-gettext/Translator/zipball/b18ff33e8203de623854561f5e47e992fc5c50bb",
"reference": "b18ff33e8203de623854561f5e47e992fc5c50bb",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": "^7.2|^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15",
"gettext/gettext": "^5.0.0",
"oscarotero/php-cs-fixer-config": "^1.0",
"phpunit/phpunit": "^8.0",
"squizlabs/php_codesniffer": "^3.0"
},
"suggest": {
"gettext/gettext": "Is necessary to load and generate array files used by the translator"
},
"type": "library",
"autoload": {
"psr-4": {
"Gettext\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Oscar Otero",
"email": "oom@oscarotero.com",
"homepage": "http://oscarotero.com",
"role": "Developer"
}
],
"description": "Gettext translator functions",
"homepage": "https://github.com/php-gettext/Translator",
"keywords": [
"gettext",
"i18n",
"php",
"translator"
],
2021-05-01 11:57:31 +02:00
"support": {
"email": "oom@oscarotero.com",
"issues": "https://github.com/php-gettext/Translator/issues",
2022-12-10 18:28:23 +01:00
"source": "https://github.com/php-gettext/Translator/tree/v1.1.1"
2021-05-01 11:57:31 +02:00
},
2022-12-10 18:28:23 +01:00
"funding": [
{
"url": "https://paypal.me/oscarotero",
"type": "custom"
},
{
"url": "https://github.com/oscarotero",
"type": "github"
},
{
"url": "https://www.patreon.com/misteroom",
"type": "patreon"
}
],
"time": "2022-02-23T20:29:40+00:00"
2021-04-12 17:46:01 +02:00
},
2021-05-01 11:57:31 +02:00
{
"name": "graham-campbell/result-type",
2023-09-18 22:16:13 +02:00
"version": "v1.1.1",
2021-05-01 11:57:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Result-Type.git",
2023-09-18 22:16:13 +02:00
"reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831"
2021-05-01 11:57:31 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831",
"reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831",
2021-05-01 11:57:31 +02:00
"shasum": ""
},
"require": {
2022-12-10 18:28:23 +01:00
"php": "^7.2.5 || ^8.0",
2023-09-18 22:16:13 +02:00
"phpoption/phpoption": "^1.9.1"
2021-05-01 11:57:31 +02:00
},
"require-dev": {
2023-09-18 22:16:13 +02:00
"phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
2021-05-01 11:57:31 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"GrahamCampbell\\ResultType\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
2021-11-30 23:29:51 +01:00
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
2021-05-01 11:57:31 +02:00
}
],
"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",
2023-09-18 22:16:13 +02:00
"source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.1"
2021-05-01 11:57:31 +02:00
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
"type": "tidelift"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-02-25T20:23:15+00:00"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
{
"name": "guzzlehttp/guzzle",
2023-09-18 22:16:13 +02:00
"version": "7.8.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2023-09-18 22:16:13 +02:00
"reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/1110f66a6530a40fe7aea0378fe608ee2b2248f9",
"reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"ext-json": "*",
2023-09-18 22:16:13 +02:00
"guzzlehttp/promises": "^1.5.3 || ^2.0.1",
"guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
2021-05-01 11:57:31 +02:00
"php": "^7.2.5 || ^8.0",
2021-11-30 23:29:51 +01:00
"psr/http-client": "^1.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0"
2021-05-01 11:57:31 +02:00
},
"provide": {
"psr/http-client-implementation": "1.0"
2021-04-12 17:46:01 +02:00
},
"require-dev": {
2022-12-10 18:28:23 +01:00
"bamarni/composer-bin-plugin": "^1.8.1",
2021-04-12 17:46:01 +02:00
"ext-curl": "*",
2023-09-18 22:16:13 +02:00
"php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
"php-http/message-factory": "^1.1",
2022-12-10 18:28:23 +01:00
"phpunit/phpunit": "^8.5.29 || ^9.5.23",
2021-11-30 23:29:51 +01:00
"psr/log": "^1.1 || ^2.0 || ^3.0"
2021-04-12 17:46:01 +02:00
},
"suggest": {
2021-05-01 11:57:31 +02:00
"ext-curl": "Required for CURL handler support",
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
2021-04-12 17:46:01 +02:00
"psr/log": "Required for using the Log middleware"
},
"type": "library",
"extra": {
2022-12-10 18:28:23 +01:00
"bamarni-bin": {
"bin-links": true,
"forward-command": false
2021-04-12 17:46:01 +02:00
}
},
"autoload": {
"files": [
"src/functions_include.php"
2022-05-25 20:53:02 +02:00
],
"psr-4": {
"GuzzleHttp\\": "src/"
}
2021-04-12 17:46:01 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2021-11-30 23:29:51 +01:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2021-04-12 17:46:01 +02:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2021-05-01 11:57:31 +02:00
},
2021-11-30 23:29:51 +01:00
{
"name": "Jeremy Lindblom",
"email": "jeremeamia@gmail.com",
"homepage": "https://github.com/jeremeamia"
},
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
2021-05-01 11:57:31 +02:00
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
2021-11-30 23:29:51 +01:00
"homepage": "https://github.com/sagikazarmark"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
2021-04-12 17:46:01 +02:00
}
],
"description": "Guzzle is a PHP HTTP client library",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
2021-05-01 11:57:31 +02:00
"psr-18",
"psr-7",
2021-04-12 17:46:01 +02:00
"rest",
"web service"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
2023-09-18 22:16:13 +02:00
"source": "https://github.com/guzzle/guzzle/tree/7.8.0"
2021-05-01 11:57:31 +02:00
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
2021-11-30 23:29:51 +01:00
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
"type": "tidelift"
2021-05-01 11:57:31 +02:00
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-08-27T10:20:53+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "guzzlehttp/promises",
2023-09-18 22:16:13 +02:00
"version": "2.0.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
2023-09-18 22:16:13 +02:00
"reference": "111166291a0f8130081195ac4556a5587d7f1b5d"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d",
"reference": "111166291a0f8130081195ac4556a5587d7f1b5d",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2023-09-18 22:16:13 +02:00
"php": "^7.2.5 || ^8.0"
2021-04-12 17:46:01 +02:00
},
"require-dev": {
2023-09-18 22:16:13 +02:00
"bamarni/composer-bin-plugin": "^1.8.1",
"phpunit/phpunit": "^8.5.29 || ^9.5.23"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"extra": {
2023-09-18 22:16:13 +02:00
"bamarni-bin": {
"bin-links": true,
"forward-command": false
2021-04-12 17:46:01 +02:00
}
},
"autoload": {
2022-05-25 20:53:02 +02:00
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
}
2021-04-12 17:46:01 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2021-11-30 23:29:51 +01:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2021-04-12 17:46:01 +02:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2021-11-30 23:29:51 +01:00
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
2021-04-12 17:46:01 +02:00
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/guzzle/promises/issues",
2023-09-18 22:16:13 +02:00
"source": "https://github.com/guzzle/promises/tree/2.0.1"
2021-05-01 11:57:31 +02:00
},
2021-11-30 23:29:51 +01:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
"type": "tidelift"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-08-03T15:11:55+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "guzzlehttp/psr7",
2023-09-18 22:16:13 +02:00
"version": "2.6.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2023-09-18 22:16:13 +02:00
"reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
"reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2021-11-30 23:29:51 +01:00
"php": "^7.2.5 || ^8.0",
"psr/http-factory": "^1.0",
2023-04-19 22:39:48 +02:00
"psr/http-message": "^1.1 || ^2.0",
2021-11-30 23:29:51 +01:00
"ralouphie/getallheaders": "^3.0"
2021-04-12 17:46:01 +02:00
},
"provide": {
2021-11-30 23:29:51 +01:00
"psr/http-factory-implementation": "1.0",
2021-04-12 17:46:01 +02:00
"psr/http-message-implementation": "1.0"
},
"require-dev": {
2022-12-10 18:28:23 +01:00
"bamarni/composer-bin-plugin": "^1.8.1",
2021-11-30 23:29:51 +01:00
"http-interop/http-factory-tests": "^0.9",
2022-12-10 18:28:23 +01:00
"phpunit/phpunit": "^8.5.29 || ^9.5.23"
2021-04-12 17:46:01 +02:00
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
},
"type": "library",
"extra": {
2022-12-10 18:28:23 +01:00
"bamarni-bin": {
"bin-links": true,
"forward-command": false
2021-04-12 17:46:01 +02:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
2021-11-30 23:29:51 +01:00
}
2021-04-12 17:46:01 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2021-11-30 23:29:51 +01:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2021-04-12 17:46:01 +02:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
2021-11-30 23:29:51 +01:00
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://github.com/sagikazarmark"
},
2021-04-12 17:46:01 +02:00
{
"name": "Tobias Schultze",
2021-11-30 23:29:51 +01:00
"email": "webmaster@tubo-world.de",
2021-04-12 17:46:01 +02:00
"homepage": "https://github.com/Tobion"
2021-11-30 23:29:51 +01:00
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
2021-04-12 17:46:01 +02:00
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
"psr-7",
"request",
"response",
"stream",
"uri",
"url"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
2023-09-18 22:16:13 +02:00
"source": "https://github.com/guzzle/psr7/tree/2.6.1"
2021-05-01 11:57:31 +02:00
},
2021-11-30 23:29:51 +01:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
"type": "tidelift"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-08-27T10:13:57+00:00"
2021-05-01 11:57:31 +02:00
},
2022-06-10 12:31:37 +02:00
{
"name": "illuminate/bus",
2023-09-20 19:29:25 +02:00
"version": "v10.24.0",
2022-06-10 12:31:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/bus.git",
2023-09-20 19:29:25 +02:00
"reference": "aba48b9b7b9266a62b8e5ece47919533b3d49de7"
2022-06-10 12:31:37 +02:00
},
"dist": {
"type": "zip",
2023-09-20 19:29:25 +02:00
"url": "https://api.github.com/repos/illuminate/bus/zipball/aba48b9b7b9266a62b8e5ece47919533b3d49de7",
"reference": "aba48b9b7b9266a62b8e5ece47919533b3d49de7",
2022-06-10 12:31:37 +02:00
"shasum": ""
},
"require": {
2023-09-20 19:29:25 +02:00
"illuminate/collections": "^10.0",
"illuminate/contracts": "^10.0",
"illuminate/pipeline": "^10.0",
"illuminate/support": "^10.0",
"php": "^8.1"
2022-06-10 12:31:37 +02:00
},
"suggest": {
"illuminate/queue": "Required to use closures when chaining jobs (^7.0)."
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-20 19:29:25 +02:00
"dev-master": "10.x-dev"
2022-06-10 12:31:37 +02:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Bus\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Bus package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2023-09-20 19:29:25 +02:00
"time": "2023-08-27T20:33:50+00:00"
2022-06-10 12:31:37 +02:00
},
2021-05-01 11:57:31 +02:00
{
"name": "illuminate/collections",
2023-09-20 19:29:25 +02:00
"version": "v10.24.0",
2021-05-01 11:57:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/collections.git",
2023-09-20 19:29:25 +02:00
"reference": "939a975daa8a5f77974ffa6a24067f5e947683f4"
2021-05-01 11:57:31 +02:00
},
"dist": {
"type": "zip",
2023-09-20 19:29:25 +02:00
"url": "https://api.github.com/repos/illuminate/collections/zipball/939a975daa8a5f77974ffa6a24067f5e947683f4",
"reference": "939a975daa8a5f77974ffa6a24067f5e947683f4",
2021-05-01 11:57:31 +02:00
"shasum": ""
},
"require": {
2023-09-20 19:29:25 +02:00
"illuminate/conditionable": "^10.0",
"illuminate/contracts": "^10.0",
"illuminate/macroable": "^10.0",
"php": "^8.1"
2021-05-01 11:57:31 +02:00
},
"suggest": {
2023-09-20 19:29:25 +02:00
"symfony/var-dumper": "Required to use the dump method (^6.2)."
2021-05-01 11:57:31 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-20 19:29:25 +02:00
"dev-master": "10.x-dev"
2021-05-01 11:57:31 +02:00
}
},
"autoload": {
"files": [
"helpers.php"
2022-12-10 18:28:23 +01:00
],
"psr-4": {
"Illuminate\\Support\\": ""
}
2021-05-01 11:57:31 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Collections package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2023-09-20 19:29:25 +02:00
"time": "2023-09-18T18:32:31+00:00"
2022-12-10 20:39:09 +01:00
},
{
"name": "illuminate/conditionable",
2023-09-20 19:29:25 +02:00
"version": "v10.24.0",
2022-12-10 20:39:09 +01:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/conditionable.git",
2023-09-20 19:29:25 +02:00
"reference": "d0958e4741fc9d6f516a552060fd1b829a85e009"
2022-12-10 20:39:09 +01:00
},
"dist": {
"type": "zip",
2023-09-20 19:29:25 +02:00
"url": "https://api.github.com/repos/illuminate/conditionable/zipball/d0958e4741fc9d6f516a552060fd1b829a85e009",
"reference": "d0958e4741fc9d6f516a552060fd1b829a85e009",
2022-12-10 20:39:09 +01:00
"shasum": ""
},
"require": {
"php": "^8.0.2"
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-20 19:29:25 +02:00
"dev-master": "10.x-dev"
2022-12-10 20:39:09 +01:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Support\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Conditionable package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2023-09-20 19:29:25 +02:00
"time": "2023-02-03T08:06:17+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "illuminate/container",
2023-09-20 19:29:25 +02:00
"version": "v10.24.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/container.git",
2023-09-20 19:29:25 +02:00
"reference": "ddc26273085fad3c471b2602ad820e0097ff7939"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-20 19:29:25 +02:00
"url": "https://api.github.com/repos/illuminate/container/zipball/ddc26273085fad3c471b2602ad820e0097ff7939",
"reference": "ddc26273085fad3c471b2602ad820e0097ff7939",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2023-09-20 19:29:25 +02:00
"illuminate/contracts": "^10.0",
"php": "^8.1",
2022-12-10 20:39:09 +01:00
"psr/container": "^1.1.1|^2.0.1"
2021-04-12 17:46:01 +02:00
},
"provide": {
2022-12-10 20:39:09 +01:00
"psr/container-implementation": "1.1|2.0"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-20 19:29:25 +02:00
"dev-master": "10.x-dev"
2021-04-12 17:46:01 +02:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Container\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Container package.",
"homepage": "https://laravel.com",
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2023-09-20 19:29:25 +02:00
"time": "2023-06-18T09:12:03+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "illuminate/contracts",
2023-09-20 19:29:25 +02:00
"version": "v10.24.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/contracts.git",
2023-09-20 19:29:25 +02:00
"reference": "6c39fba7b2311e28f5c6ac7d729e3d49a2a98406"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-20 19:29:25 +02:00
"url": "https://api.github.com/repos/illuminate/contracts/zipball/6c39fba7b2311e28f5c6ac7d729e3d49a2a98406",
"reference": "6c39fba7b2311e28f5c6ac7d729e3d49a2a98406",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2023-09-20 19:29:25 +02:00
"php": "^8.1",
2022-12-10 20:39:09 +01:00
"psr/container": "^1.1.1|^2.0.1",
"psr/simple-cache": "^1.0|^2.0|^3.0"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-20 19:29:25 +02:00
"dev-master": "10.x-dev"
2021-04-12 17:46:01 +02:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Contracts\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Contracts package.",
"homepage": "https://laravel.com",
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2023-09-20 19:29:25 +02:00
"time": "2023-09-05T19:07:46+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "illuminate/database",
2023-09-20 19:29:25 +02:00
"version": "v10.24.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/database.git",
2023-09-20 19:29:25 +02:00
"reference": "dbf15dca652e25f2bd9607e78dc527464edbec1d"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-20 19:29:25 +02:00
"url": "https://api.github.com/repos/illuminate/database/zipball/dbf15dca652e25f2bd9607e78dc527464edbec1d",
"reference": "dbf15dca652e25f2bd9607e78dc527464edbec1d",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2023-09-18 22:16:13 +02:00
"brick/math": "^0.9.3|^0.10.2|^0.11",
"ext-pdo": "*",
2023-09-20 19:29:25 +02:00
"illuminate/collections": "^10.0",
"illuminate/container": "^10.0",
"illuminate/contracts": "^10.0",
"illuminate/macroable": "^10.0",
"illuminate/support": "^10.0",
"php": "^8.1"
2021-04-12 17:46:01 +02:00
},
"suggest": {
2023-09-20 19:29:25 +02:00
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^3.5.1).",
2023-09-18 22:16:13 +02:00
"ext-filter": "Required to use the Postgres database driver.",
"fakerphp/faker": "Required to use the eloquent factory builder (^1.21).",
2023-09-20 19:29:25 +02:00
"illuminate/console": "Required to use the database commands (^10.0).",
"illuminate/events": "Required to use the observers with Eloquent (^10.0).",
"illuminate/filesystem": "Required to use the migrations (^10.0).",
"illuminate/pagination": "Required to paginate the result set (^10.0).",
"symfony/finder": "Required to use Eloquent model factories (^6.2)."
2021-04-12 17:46:01 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-20 19:29:25 +02:00
"dev-master": "10.x-dev"
2021-04-12 17:46:01 +02:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Database\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Database package.",
"homepage": "https://laravel.com",
"keywords": [
"database",
"laravel",
"orm",
"sql"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2023-09-20 19:29:25 +02:00
"time": "2023-09-19T14:11:01+00:00"
2021-05-01 11:57:31 +02:00
},
2022-06-10 12:31:37 +02:00
{
"name": "illuminate/events",
2023-09-20 19:29:25 +02:00
"version": "v10.24.0",
2022-06-10 12:31:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/events.git",
2023-09-20 19:29:25 +02:00
"reference": "e8cbfa31e1ada8d178ffcd7a5e26e101ec280c59"
2022-06-10 12:31:37 +02:00
},
"dist": {
"type": "zip",
2023-09-20 19:29:25 +02:00
"url": "https://api.github.com/repos/illuminate/events/zipball/e8cbfa31e1ada8d178ffcd7a5e26e101ec280c59",
"reference": "e8cbfa31e1ada8d178ffcd7a5e26e101ec280c59",
2022-06-10 12:31:37 +02:00
"shasum": ""
},
"require": {
2023-09-20 19:29:25 +02:00
"illuminate/bus": "^10.0",
"illuminate/collections": "^10.0",
"illuminate/container": "^10.0",
"illuminate/contracts": "^10.0",
"illuminate/macroable": "^10.0",
"illuminate/support": "^10.0",
"php": "^8.1"
2022-06-10 12:31:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-20 19:29:25 +02:00
"dev-master": "10.x-dev"
2022-06-10 12:31:37 +02:00
}
},
"autoload": {
"files": [
"functions.php"
],
"psr-4": {
"Illuminate\\Events\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Events package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2023-09-20 19:29:25 +02:00
"time": "2023-08-11T15:02:04+00:00"
2022-06-10 12:31:37 +02:00
},
{
"name": "illuminate/filesystem",
2023-09-20 19:29:25 +02:00
"version": "v10.24.0",
2022-06-10 12:31:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/filesystem.git",
2023-09-20 19:29:25 +02:00
"reference": "8f355f9e281a4219671be0a82195f49153b1bced"
2022-06-10 12:31:37 +02:00
},
"dist": {
"type": "zip",
2023-09-20 19:29:25 +02:00
"url": "https://api.github.com/repos/illuminate/filesystem/zipball/8f355f9e281a4219671be0a82195f49153b1bced",
"reference": "8f355f9e281a4219671be0a82195f49153b1bced",
2022-06-10 12:31:37 +02:00
"shasum": ""
},
"require": {
2023-09-20 19:29:25 +02:00
"illuminate/collections": "^10.0",
"illuminate/contracts": "^10.0",
"illuminate/macroable": "^10.0",
"illuminate/support": "^10.0",
"php": "^8.1",
"symfony/finder": "^6.2"
2022-06-10 12:31:37 +02:00
},
"suggest": {
2023-09-18 22:16:13 +02:00
"ext-fileinfo": "Required to use the Filesystem class.",
2022-06-10 12:31:37 +02:00
"ext-ftp": "Required to use the Flysystem FTP driver.",
2023-09-18 22:16:13 +02:00
"ext-hash": "Required to use the Filesystem class.",
2022-06-10 12:31:37 +02:00
"illuminate/http": "Required for handling uploaded files (^7.0).",
2022-12-10 20:39:09 +01:00
"league/flysystem": "Required to use the Flysystem local driver (^3.0.16).",
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).",
"league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).",
"league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).",
2022-06-10 12:31:37 +02:00
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
2023-09-20 19:29:25 +02:00
"symfony/filesystem": "Required to enable support for relative symbolic links (^6.2).",
"symfony/mime": "Required to enable support for guessing extensions (^6.2)."
2022-06-10 12:31:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-20 19:29:25 +02:00
"dev-master": "10.x-dev"
2022-06-10 12:31:37 +02:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Filesystem\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Filesystem package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2023-09-20 19:29:25 +02:00
"time": "2023-09-15T22:35:37+00:00"
2022-06-10 12:31:37 +02:00
},
2021-05-01 11:57:31 +02:00
{
"name": "illuminate/macroable",
2023-09-20 19:29:25 +02:00
"version": "v10.24.0",
2021-05-01 11:57:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/macroable.git",
2023-09-20 19:29:25 +02:00
"reference": "dff667a46ac37b634dcf68909d9d41e94dc97c27"
2021-05-01 11:57:31 +02:00
},
"dist": {
"type": "zip",
2023-09-20 19:29:25 +02:00
"url": "https://api.github.com/repos/illuminate/macroable/zipball/dff667a46ac37b634dcf68909d9d41e94dc97c27",
"reference": "dff667a46ac37b634dcf68909d9d41e94dc97c27",
2021-05-01 11:57:31 +02:00
"shasum": ""
},
"require": {
2023-09-20 19:29:25 +02:00
"php": "^8.1"
2021-05-01 11:57:31 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-20 19:29:25 +02:00
"dev-master": "10.x-dev"
2021-05-01 11:57:31 +02:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Support\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Macroable package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2023-09-20 19:29:25 +02:00
"time": "2023-06-05T12:46:42+00:00"
2021-04-12 17:46:01 +02:00
},
2022-06-10 12:31:37 +02:00
{
"name": "illuminate/pipeline",
2023-09-20 19:29:25 +02:00
"version": "v10.24.0",
2022-06-10 12:31:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/pipeline.git",
2023-09-20 19:29:25 +02:00
"reference": "f2119ae9a26e420bf0ed9d5e7e7aa4548547e7b1"
2022-06-10 12:31:37 +02:00
},
"dist": {
"type": "zip",
2023-09-20 19:29:25 +02:00
"url": "https://api.github.com/repos/illuminate/pipeline/zipball/f2119ae9a26e420bf0ed9d5e7e7aa4548547e7b1",
"reference": "f2119ae9a26e420bf0ed9d5e7e7aa4548547e7b1",
2022-06-10 12:31:37 +02:00
"shasum": ""
},
"require": {
2023-09-20 19:29:25 +02:00
"illuminate/contracts": "^10.0",
"illuminate/support": "^10.0",
"php": "^8.1"
2022-06-10 12:31:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-20 19:29:25 +02:00
"dev-master": "10.x-dev"
2022-06-10 12:31:37 +02:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Pipeline\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Pipeline package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2023-09-20 19:29:25 +02:00
"time": "2023-03-03T15:55:44+00:00"
2022-06-10 12:31:37 +02:00
},
2021-04-12 17:46:01 +02:00
{
"name": "illuminate/support",
2023-09-20 19:29:25 +02:00
"version": "v10.24.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/support.git",
2023-09-20 19:29:25 +02:00
"reference": "f3ac48a059e3f1a0cb72c926f83a77af77d7a7f3"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-20 19:29:25 +02:00
"url": "https://api.github.com/repos/illuminate/support/zipball/f3ac48a059e3f1a0cb72c926f83a77af77d7a7f3",
"reference": "f3ac48a059e3f1a0cb72c926f83a77af77d7a7f3",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2022-12-10 20:39:09 +01:00
"doctrine/inflector": "^2.0",
2023-09-18 22:16:13 +02:00
"ext-ctype": "*",
"ext-filter": "*",
2021-04-12 17:46:01 +02:00
"ext-mbstring": "*",
2023-09-20 19:29:25 +02:00
"illuminate/collections": "^10.0",
"illuminate/conditionable": "^10.0",
"illuminate/contracts": "^10.0",
"illuminate/macroable": "^10.0",
"nesbot/carbon": "^2.67",
"php": "^8.1",
2022-12-10 20:39:09 +01:00
"voku/portable-ascii": "^2.0"
2021-04-12 17:46:01 +02:00
},
"conflict": {
"tightenco/collect": "<5.5.33"
},
"suggest": {
2023-09-20 19:29:25 +02:00
"illuminate/filesystem": "Required to use the composer class (^10.0).",
2022-12-10 20:39:09 +01:00
"league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.0.2).",
2023-09-18 22:16:13 +02:00
"ramsey/uuid": "Required to use Str::uuid() (^4.7).",
2023-09-20 19:29:25 +02:00
"symfony/process": "Required to use the composer class (^6.2).",
"symfony/uid": "Required to use Str::ulid() (^6.2).",
"symfony/var-dumper": "Required to use the dd function (^6.2).",
2022-12-10 18:28:23 +01:00
"vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)."
2021-04-12 17:46:01 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-20 19:29:25 +02:00
"dev-master": "10.x-dev"
2021-04-12 17:46:01 +02:00
}
},
"autoload": {
"files": [
"helpers.php"
2022-12-10 18:28:23 +01:00
],
"psr-4": {
"Illuminate\\Support\\": ""
}
2021-04-12 17:46:01 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Support package.",
"homepage": "https://laravel.com",
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2023-09-20 19:29:25 +02:00
"time": "2023-09-19T14:13:21+00:00"
2021-04-12 17:46:01 +02:00
},
2022-06-10 12:31:37 +02:00
{
"name": "illuminate/view",
2023-09-20 19:29:25 +02:00
"version": "v10.24.0",
2022-06-10 12:31:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/view.git",
2023-09-20 19:29:25 +02:00
"reference": "a0636443ddffc49218abaff50247f7404d9394b7"
2022-06-10 12:31:37 +02:00
},
"dist": {
"type": "zip",
2023-09-20 19:29:25 +02:00
"url": "https://api.github.com/repos/illuminate/view/zipball/a0636443ddffc49218abaff50247f7404d9394b7",
"reference": "a0636443ddffc49218abaff50247f7404d9394b7",
2022-06-10 12:31:37 +02:00
"shasum": ""
},
"require": {
2023-09-18 22:16:13 +02:00
"ext-tokenizer": "*",
2023-09-20 19:29:25 +02:00
"illuminate/collections": "^10.0",
"illuminate/container": "^10.0",
"illuminate/contracts": "^10.0",
"illuminate/events": "^10.0",
"illuminate/filesystem": "^10.0",
"illuminate/macroable": "^10.0",
"illuminate/support": "^10.0",
"php": "^8.1"
2022-06-10 12:31:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-20 19:29:25 +02:00
"dev-master": "10.x-dev"
2022-06-10 12:31:37 +02:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\View\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate View package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2023-09-20 19:29:25 +02:00
"time": "2023-09-13T18:10:09+00:00"
2022-06-10 12:31:37 +02:00
},
2021-04-12 17:46:01 +02:00
{
"name": "league/oauth2-client",
2023-09-18 22:16:13 +02:00
"version": "2.7.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/oauth2-client.git",
2023-09-18 22:16:13 +02:00
"reference": "160d6274b03562ebeb55ed18399281d8118b76c8"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/160d6274b03562ebeb55ed18399281d8118b76c8",
"reference": "160d6274b03562ebeb55ed18399281d8118b76c8",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"paragonie/random_compat": "^1 || ^2 || ^9.99",
"php": "^5.6 || ^7.0 || ^8.0"
},
"require-dev": {
2021-11-30 23:29:51 +01:00
"mockery/mockery": "^1.3.5",
"php-parallel-lint/php-parallel-lint": "^1.3.1",
"phpunit/phpunit": "^5.7 || ^6.0 || ^9.5",
2021-04-12 17:46:01 +02:00
"squizlabs/php_codesniffer": "^2.3 || ^3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-2.x": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\OAuth2\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alex Bilbie",
"email": "hello@alexbilbie.com",
"homepage": "http://www.alexbilbie.com",
"role": "Developer"
},
{
"name": "Woody Gilk",
"homepage": "https://github.com/shadowhand",
"role": "Contributor"
}
],
"description": "OAuth 2.0 Client Library",
"keywords": [
"Authentication",
"SSO",
"authorization",
"identity",
"idp",
"oauth",
"oauth2",
"single sign on"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/thephpleague/oauth2-client/issues",
2023-09-18 22:16:13 +02:00
"source": "https://github.com/thephpleague/oauth2-client/tree/2.7.0"
2021-05-01 11:57:31 +02:00
},
2023-09-18 22:16:13 +02:00
"time": "2023-04-16T18:19:15+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "nesbot/carbon",
2023-09-18 22:16:13 +02:00
"version": "2.70.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
2023-09-18 22:16:13 +02:00
"reference": "d3298b38ea8612e5f77d38d1a99438e42f70341d"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/d3298b38ea8612e5f77d38d1a99438e42f70341d",
"reference": "d3298b38ea8612e5f77d38d1a99438e42f70341d",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^7.1.8 || ^8.0",
2023-09-18 22:16:13 +02:00
"psr/clock": "^1.0",
2021-04-12 17:46:01 +02:00
"symfony/polyfill-mbstring": "^1.0",
2021-11-30 23:29:51 +01:00
"symfony/polyfill-php80": "^1.16",
"symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
2021-04-12 17:46:01 +02:00
},
2023-09-18 22:16:13 +02:00
"provide": {
"psr/clock-implementation": "1.0"
},
2021-04-12 17:46:01 +02:00
"require-dev": {
2022-12-10 18:28:23 +01:00
"doctrine/dbal": "^2.0 || ^3.1.4",
2021-04-12 17:46:01 +02:00
"doctrine/orm": "^2.7",
2021-11-30 23:29:51 +01:00
"friendsofphp/php-cs-fixer": "^3.0",
2021-04-12 17:46:01 +02:00
"kylekatarnls/multi-tester": "^2.0",
2022-12-10 18:28:23 +01:00
"ondrejmirtes/better-reflection": "*",
2021-04-12 17:46:01 +02:00
"phpmd/phpmd": "^2.9",
"phpstan/extension-installer": "^1.0",
2022-12-10 18:28:23 +01:00
"phpstan/phpstan": "^0.12.99 || ^1.7.14",
"phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
"phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
2021-04-12 17:46:01 +02:00
"squizlabs/php_codesniffer": "^3.4"
},
"bin": [
"bin/carbon"
],
"type": "library",
"extra": {
"branch-alias": {
2021-11-30 23:29:51 +01:00
"dev-3.x": "3.x-dev",
"dev-master": "2.x-dev"
2021-04-12 17:46:01 +02:00
},
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
]
},
"phpstan": {
"includes": [
"extension.neon"
]
}
},
"autoload": {
"psr-4": {
"Carbon\\": "src/Carbon/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Brian Nesbitt",
"email": "brian@nesbot.com",
2021-11-30 23:29:51 +01:00
"homepage": "https://markido.com"
2021-04-12 17:46:01 +02:00
},
{
"name": "kylekatarnls",
2021-11-30 23:29:51 +01:00
"homepage": "https://github.com/kylekatarnls"
2021-04-12 17:46:01 +02:00
}
],
"description": "An API extension for DateTime that supports 281 different languages.",
2021-11-30 23:29:51 +01:00
"homepage": "https://carbon.nesbot.com",
2021-04-12 17:46:01 +02:00
"keywords": [
"date",
"datetime",
"time"
],
2021-05-01 11:57:31 +02:00
"support": {
2021-11-30 23:29:51 +01:00
"docs": "https://carbon.nesbot.com/docs",
2021-05-01 11:57:31 +02:00
"issues": "https://github.com/briannesbitt/Carbon/issues",
"source": "https://github.com/briannesbitt/Carbon"
},
2021-04-12 17:46:01 +02:00
"funding": [
{
2022-12-10 18:28:23 +01:00
"url": "https://github.com/sponsors/kylekatarnls",
"type": "github"
2021-04-12 17:46:01 +02:00
},
{
2022-12-10 18:28:23 +01: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",
2021-04-12 17:46:01 +02:00
"type": "tidelift"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-09-07T16:43:50+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "nikic/fast-route",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/FastRoute.git",
"reference": "181d480e08d9476e61381e04a71b34dc0432e812"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
"reference": "181d480e08d9476e61381e04a71b34dc0432e812",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35|~5.7"
},
"type": "library",
"autoload": {
"files": [
"src/functions.php"
2022-12-10 18:28:23 +01:00
],
"psr-4": {
"FastRoute\\": "src/"
}
2021-04-12 17:46:01 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov",
"email": "nikic@php.net"
}
],
"description": "Fast request router for PHP",
"keywords": [
"router",
"routing"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/nikic/FastRoute/issues",
"source": "https://github.com/nikic/FastRoute/tree/master"
},
2021-04-12 17:46:01 +02:00
"time": "2018-02-13T20:26:39+00:00"
},
{
"name": "nyholm/psr7",
2023-09-18 22:16:13 +02:00
"version": "1.8.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/Nyholm/psr7.git",
2023-09-18 22:16:13 +02:00
"reference": "3cb4d163b58589e47b35103e8e5e6a6a475b47be"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/3cb4d163b58589e47b35103e8e5e6a6a475b47be",
"reference": "3cb4d163b58589e47b35103e8e5e6a6a475b47be",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2023-09-18 22:16:13 +02:00
"php": ">=7.2",
2021-04-12 17:46:01 +02:00
"psr/http-factory": "^1.0",
2023-09-18 22:16:13 +02:00
"psr/http-message": "^1.1 || ^2.0"
2021-04-12 17:46:01 +02:00
},
"provide": {
2023-04-21 22:48:25 +02:00
"php-http/message-factory-implementation": "1.0",
2021-04-12 17:46:01 +02:00
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
"require-dev": {
2021-11-30 23:29:51 +01:00
"http-interop/http-factory-tests": "^0.9",
2023-09-18 22:16:13 +02:00
"php-http/message-factory": "^1.0",
2021-04-12 17:46:01 +02:00
"php-http/psr7-integration-tests": "^1.0",
2023-09-18 22:16:13 +02:00
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
2021-04-12 17:46:01 +02:00
"symfony/error-handler": "^4.4"
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-18 22:16:13 +02:00
"dev-master": "1.8-dev"
2021-04-12 17:46:01 +02:00
}
},
"autoload": {
"psr-4": {
"Nyholm\\Psr7\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
},
{
"name": "Martijn van der Ven",
"email": "martijn@vanderven.se"
}
],
"description": "A fast PHP7 implementation of PSR-7",
"homepage": "https://tnyholm.se",
"keywords": [
"psr-17",
"psr-7"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/Nyholm/psr7/issues",
2023-09-18 22:16:13 +02:00
"source": "https://github.com/Nyholm/psr7/tree/1.8.0"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/Zegnat",
"type": "github"
},
{
"url": "https://github.com/nyholm",
"type": "github"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-05-02T11:26:24+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "paragonie/random_compat",
"version": "v9.99.100",
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
"shasum": ""
},
"require": {
"php": ">= 7"
},
"require-dev": {
"phpunit/phpunit": "4.*|5.*",
"vimeo/psalm": "^1"
},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
}
],
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
"keywords": [
"csprng",
"polyfill",
"pseudorandom",
"random"
],
2021-05-01 11:57:31 +02:00
"support": {
"email": "info@paragonie.com",
"issues": "https://github.com/paragonie/random_compat/issues",
"source": "https://github.com/paragonie/random_compat"
},
2021-04-12 17:46:01 +02:00
"time": "2020-10-15T08:29:30+00:00"
},
{
"name": "phpoption/phpoption",
2023-09-18 22:16:13 +02:00
"version": "1.9.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/php-option.git",
2023-09-18 22:16:13 +02:00
"reference": "dd3a383e599f49777d8b628dadbb90cae435b87e"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dd3a383e599f49777d8b628dadbb90cae435b87e",
"reference": "dd3a383e599f49777d8b628dadbb90cae435b87e",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2022-12-10 18:28:23 +01:00
"php": "^7.2.5 || ^8.0"
2021-04-12 17:46:01 +02:00
},
"require-dev": {
2023-09-18 22:16:13 +02:00
"bamarni/composer-bin-plugin": "^1.8.2",
"phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"extra": {
2022-12-10 18:28:23 +01:00
"bamarni-bin": {
"bin-links": true,
"forward-command": true
},
2021-04-12 17:46:01 +02:00
"branch-alias": {
2022-12-10 18:28:23 +01:00
"dev-master": "1.9-dev"
2021-04-12 17:46:01 +02:00
}
},
"autoload": {
"psr-4": {
"PhpOption\\": "src/PhpOption/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Johannes M. Schmitt",
2021-11-30 23:29:51 +01:00
"email": "schmittjoh@gmail.com",
"homepage": "https://github.com/schmittjoh"
2021-04-12 17:46:01 +02:00
},
{
"name": "Graham Campbell",
2021-11-30 23:29:51 +01:00
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
2021-04-12 17:46:01 +02:00
}
],
"description": "Option Type for PHP",
"keywords": [
"language",
"option",
"php",
"type"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/schmittjoh/php-option/issues",
2023-09-18 22:16:13 +02:00
"source": "https://github.com/schmittjoh/php-option/tree/1.9.1"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
"type": "tidelift"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-02-25T19:38:58+00:00"
2021-11-30 23:29:51 +01:00
},
{
"name": "psr/cache",
2022-12-10 18:28:23 +01:00
"version": "3.0.0",
2021-11-30 23:29:51 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/cache.git",
2022-12-10 18:28:23 +01:00
"reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
2021-11-30 23:29:51 +01:00
},
"dist": {
"type": "zip",
2022-12-10 18:28:23 +01:00
"url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
"reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
2021-11-30 23:29:51 +01:00
"shasum": ""
},
"require": {
2022-12-10 18:28:23 +01:00
"php": ">=8.0.0"
2021-11-30 23:29:51 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2022-12-10 18:28:23 +01:00
"homepage": "https://www.php-fig.org/"
2021-11-30 23:29:51 +01:00
}
],
"description": "Common interface for caching libraries",
"keywords": [
"cache",
"psr",
"psr-6"
],
"support": {
2022-12-10 18:28:23 +01:00
"source": "https://github.com/php-fig/cache/tree/3.0.0"
2021-11-30 23:29:51 +01:00
},
2022-12-10 18:28:23 +01:00
"time": "2021-02-03T23:26:27+00:00"
2021-04-12 17:46:01 +02:00
},
2023-09-18 22:16:13 +02: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"
},
2021-04-12 17:46:01 +02:00
{
"name": "psr/container",
2022-12-10 20:39:09 +01:00
"version": "2.0.2",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
2022-12-10 20:39:09 +01:00
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2022-12-10 20:39:09 +01:00
"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2021-11-30 23:29:51 +01:00
"php": ">=7.4.0"
2021-04-12 17:46:01 +02:00
},
"type": "library",
2022-12-10 20:39:09 +01:00
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
2021-04-12 17:46:01 +02:00
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"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"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/php-fig/container/issues",
2022-12-10 20:39:09 +01:00
"source": "https://github.com/php-fig/container/tree/2.0.2"
2021-05-01 11:57:31 +02:00
},
2022-12-10 20:39:09 +01:00
"time": "2021-11-05T16:47:00+00:00"
2021-04-12 17:46:01 +02:00
},
2021-12-20 21:07:00 +01:00
{
"name": "psr/event-dispatcher",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/event-dispatcher.git",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\EventDispatcher\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Standard interfaces for event handling.",
"keywords": [
"events",
"psr",
"psr-14"
],
"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"
},
2021-05-01 11:57:31 +02:00
{
"name": "psr/http-client",
2023-09-18 22:16:13 +02:00
"version": "1.0.2",
2021-05-01 11:57:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-client.git",
2023-09-18 22:16:13 +02:00
"reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31"
2021-05-01 11:57:31 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31",
"reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31",
2021-05-01 11:57:31 +02:00
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0",
2023-09-18 22:16:13 +02:00
"psr/http-message": "^1.0 || ^2.0"
2021-05-01 11:57:31 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2023-09-18 22:16:13 +02:00
"homepage": "https://www.php-fig.org/"
2021-05-01 11:57:31 +02:00
}
],
"description": "Common interface for HTTP clients",
"homepage": "https://github.com/php-fig/http-client",
"keywords": [
"http",
"http-client",
"psr",
"psr-18"
],
"support": {
2023-09-18 22:16:13 +02:00
"source": "https://github.com/php-fig/http-client/tree/1.0.2"
2021-05-01 11:57:31 +02:00
},
2023-09-18 22:16:13 +02:00
"time": "2023-04-10T20:12:12+00:00"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
{
"name": "psr/http-factory",
2023-04-19 22:39:48 +02:00
"version": "1.0.2",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
2023-04-19 22:39:48 +02:00
"reference": "e616d01114759c4c489f93b099585439f795fe35"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-04-19 22:39:48 +02:00
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
"reference": "e616d01114759c4c489f93b099585439f795fe35",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.0.0",
2023-04-19 22:39:48 +02:00
"psr/http-message": "^1.0 || ^2.0"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2023-04-19 22:39:48 +02:00
"homepage": "https://www.php-fig.org/"
2021-04-12 17:46:01 +02:00
}
],
"description": "Common interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
2021-05-01 11:57:31 +02:00
"support": {
2023-04-19 22:39:48 +02:00
"source": "https://github.com/php-fig/http-factory/tree/1.0.2"
2021-05-01 11:57:31 +02:00
},
2023-04-19 22:39:48 +02:00
"time": "2023-04-10T20:10:41+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "psr/http-message",
2023-04-19 22:39:48 +02:00
"version": "1.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
2023-04-19 22:39:48 +02:00
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-04-19 22:39:48 +02:00
"url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
"reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2023-04-19 22:39:48 +02:00
"php": "^7.2 || ^8.0"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-04-19 22:39:48 +02:00
"dev-master": "1.1.x-dev"
2021-04-12 17:46:01 +02:00
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
2021-05-01 11:57:31 +02:00
"support": {
2023-04-19 22:39:48 +02:00
"source": "https://github.com/php-fig/http-message/tree/1.1"
2021-05-01 11:57:31 +02:00
},
2023-04-19 22:39:48 +02:00
"time": "2023-04-04T09:50:52+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "psr/http-server-handler",
2023-09-18 22:16:13 +02:00
"version": "1.0.2",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-server-handler.git",
2023-09-18 22:16:13 +02:00
"reference": "84c4fb66179be4caaf8e97bd239203245302e7d4"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/84c4fb66179be4caaf8e97bd239203245302e7d4",
"reference": "84c4fb66179be4caaf8e97bd239203245302e7d4",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.0",
2023-09-18 22:16:13 +02:00
"psr/http-message": "^1.0 || ^2.0"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Server\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2023-09-18 22:16:13 +02:00
"homepage": "https://www.php-fig.org/"
2021-04-12 17:46:01 +02:00
}
],
"description": "Common interface for HTTP server-side request handler",
"keywords": [
"handler",
"http",
"http-interop",
"psr",
"psr-15",
"psr-7",
"request",
"response",
"server"
],
2021-05-01 11:57:31 +02:00
"support": {
2023-09-18 22:16:13 +02:00
"source": "https://github.com/php-fig/http-server-handler/tree/1.0.2"
2021-05-01 11:57:31 +02:00
},
2023-09-18 22:16:13 +02:00
"time": "2023-04-10T20:06:20+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "psr/http-server-middleware",
2023-09-18 22:16:13 +02:00
"version": "1.0.2",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-server-middleware.git",
2023-09-18 22:16:13 +02:00
"reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/c1481f747daaa6a0782775cd6a8c26a1bf4a3829",
"reference": "c1481f747daaa6a0782775cd6a8c26a1bf4a3829",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.0",
2023-09-18 22:16:13 +02:00
"psr/http-message": "^1.0 || ^2.0",
2021-04-12 17:46:01 +02:00
"psr/http-server-handler": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Server\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2023-09-18 22:16:13 +02:00
"homepage": "https://www.php-fig.org/"
2021-04-12 17:46:01 +02:00
}
],
"description": "Common interface for HTTP server-side middleware",
"keywords": [
"http",
"http-interop",
"middleware",
"psr",
"psr-15",
"psr-7",
"request",
"response"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/php-fig/http-server-middleware/issues",
2023-09-18 22:16:13 +02:00
"source": "https://github.com/php-fig/http-server-middleware/tree/1.0.2"
2021-05-01 11:57:31 +02:00
},
2023-09-18 22:16:13 +02:00
"time": "2023-04-11T06:14:47+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "psr/log",
2022-12-10 20:39:09 +01:00
"version": "3.0.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2022-12-10 20:39:09 +01:00
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2022-12-10 20:39:09 +01:00
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2022-12-10 20:39:09 +01:00
"php": ">=8.0.0"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-10 20:39:09 +01:00
"dev-master": "3.x-dev"
2021-04-12 17:46:01 +02:00
}
},
"autoload": {
"psr-4": {
2022-12-10 20:39:09 +01:00
"Psr\\Log\\": "src"
2021-04-12 17:46:01 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2021-05-01 11:57:31 +02:00
"homepage": "https://www.php-fig.org/"
2021-04-12 17:46:01 +02:00
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
2021-05-01 11:57:31 +02:00
"support": {
2022-12-10 20:39:09 +01:00
"source": "https://github.com/php-fig/log/tree/3.0.0"
2021-05-01 11:57:31 +02:00
},
2022-12-10 20:39:09 +01:00
"time": "2021-07-14T16:46:02+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "psr/simple-cache",
2022-12-10 20:39:09 +01:00
"version": "3.0.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
2022-12-10 20:39:09 +01:00
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2022-12-10 20:39:09 +01:00
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
"reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2022-12-10 20:39:09 +01:00
"php": ">=8.0.0"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-10 20:39:09 +01:00
"dev-master": "3.0.x-dev"
2021-04-12 17:46:01 +02:00
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2022-12-10 20:39:09 +01:00
"homepage": "https://www.php-fig.org/"
2021-04-12 17:46:01 +02:00
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
2021-05-01 11:57:31 +02:00
"support": {
2022-12-10 20:39:09 +01:00
"source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
2021-05-01 11:57:31 +02:00
},
2022-12-10 20:39:09 +01:00
"time": "2021-10-29T13:26:27+00:00"
2021-04-12 17:46:01 +02: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.",
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
},
2021-04-12 17:46:01 +02:00
"time": "2019-03-08T08:55:37+00:00"
},
2022-06-10 12:31:37 +02:00
{
"name": "rcrowe/twigbridge",
2023-09-18 22:16:13 +02:00
"version": "v0.14.1",
2022-06-10 12:31:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/rcrowe/TwigBridge.git",
2023-09-18 22:16:13 +02:00
"reference": "639345cb32156ff69845ed471bbf0778c52a28b2"
2022-06-10 12:31:37 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/rcrowe/TwigBridge/zipball/639345cb32156ff69845ed471bbf0778c52a28b2",
"reference": "639345cb32156ff69845ed471bbf0778c52a28b2",
2022-06-10 12:31:37 +02:00
"shasum": ""
},
"require": {
2023-09-18 22:16:13 +02:00
"illuminate/support": "^6|^7|^8|^9|^10",
"illuminate/view": "^6|^7|^8|^9|^10",
2022-06-10 12:31:37 +02:00
"php": "^7.2.5 || ^8.0",
"twig/twig": "~3.0"
},
"require-dev": {
"ext-json": "*",
2023-09-18 22:16:13 +02:00
"laravel/framework": "^6|^7|^8|^9|^10",
2022-06-10 12:31:37 +02:00
"mockery/mockery": "^1.3.1",
"phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.7",
"squizlabs/php_codesniffer": "^3.6"
},
"suggest": {
"laravelcollective/html": "For bringing back html/form in Laravel 5.x",
"twig/extensions": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-18 22:16:13 +02:00
"dev-master": "0.14-dev"
2022-06-10 12:31:37 +02:00
},
"laravel": {
"providers": [
"TwigBridge\\ServiceProvider"
],
"aliases": {
"Twig": "TwigBridge\\Facade\\Twig"
}
}
},
"autoload": {
"psr-4": {
"TwigBridge\\": "src",
"TwigBridge\\Tests\\": "tests"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Rob Crowe",
"email": "hello@vivalacrowe.com"
},
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
"description": "Adds the power of Twig to Laravel",
"keywords": [
"laravel",
"twig"
],
"support": {
"issues": "https://github.com/rcrowe/TwigBridge/issues",
2023-09-18 22:16:13 +02:00
"source": "https://github.com/rcrowe/TwigBridge/tree/v0.14.1"
2022-06-10 12:31:37 +02:00
},
2023-09-18 22:16:13 +02:00
"time": "2023-02-16T14:03:23+00:00"
2022-06-10 12:31:37 +02:00
},
2021-04-12 17:46:01 +02:00
{
"name": "respect/validation",
"version": "1.1.31",
"source": {
"type": "git",
"url": "https://github.com/Respect/Validation.git",
"reference": "45d109fc830644fecc1145200d6351ce4f2769d0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Respect/Validation/zipball/45d109fc830644fecc1145200d6351ce4f2769d0",
"reference": "45d109fc830644fecc1145200d6351ce4f2769d0",
"shasum": ""
},
"require": {
"php": ">=5.4",
"symfony/polyfill-mbstring": "^1.2"
},
"require-dev": {
"egulias/email-validator": "~1.2 || ~2.1",
"mikey179/vfsstream": "^1.5",
"phpunit/phpunit": "~4.0 || ~5.0",
"symfony/validator": "~2.6.9",
"zendframework/zend-validator": "~2.3"
},
"suggest": {
"egulias/email-validator": "Strict (RFC compliant) email validation",
"ext-bcmath": "Arbitrary Precision Mathematics",
"ext-mbstring": "Multibyte String Functions",
"friendsofphp/php-cs-fixer": "Fix PSR2 and other coding style issues",
"symfony/validator": "Use Symfony validator through Respect\\Validation",
"zendframework/zend-validator": "Use Zend Framework validator through Respect\\Validation"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"Respect\\Validation\\": "library/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Respect/Validation Contributors",
"homepage": "https://github.com/Respect/Validation/graphs/contributors"
}
],
"description": "The most awesome validation engine ever created for PHP",
"homepage": "http://respect.github.io/Validation/",
"keywords": [
"respect",
"validation",
"validator"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/Respect/Validation/issues",
"source": "https://github.com/Respect/Validation/tree/1.1.31"
},
2021-04-12 17:46:01 +02:00
"time": "2019-05-28T06:10:06+00:00"
},
{
"name": "symfony/deprecation-contracts",
2023-09-18 22:16:13 +02:00
"version": "v3.3.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
2023-09-18 22:16:13 +02:00
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
"reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2022-12-10 18:28:23 +01:00
"php": ">=8.1"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-18 22:16:13 +02:00
"dev-main": "3.4-dev"
2021-04-12 17:46:01 +02:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"files": [
"function.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
2021-05-01 11:57:31 +02:00
"support": {
2023-09-18 22:16:13 +02:00
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-05-23T14:45:45+00:00"
2021-04-12 17:46:01 +02:00
},
2021-12-20 21:07:00 +01:00
{
"name": "symfony/event-dispatcher",
2023-09-18 22:16:13 +02:00
"version": "v6.3.2",
2021-12-20 21:07:00 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
2023-09-18 22:16:13 +02:00
"reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e"
2021-12-20 21:07:00 +01:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/adb01fe097a4ee930db9258a3cc906b5beb5cf2e",
"reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e",
2021-12-20 21:07:00 +01:00
"shasum": ""
},
"require": {
2022-12-10 18:28:23 +01:00
"php": ">=8.1",
2023-09-18 22:16:13 +02:00
"symfony/event-dispatcher-contracts": "^2.5|^3"
2021-12-20 21:07:00 +01:00
},
"conflict": {
2023-09-18 22:16:13 +02:00
"symfony/dependency-injection": "<5.4",
"symfony/service-contracts": "<2.5"
2021-12-20 21:07:00 +01:00
},
"provide": {
"psr/event-dispatcher-implementation": "1.0",
2022-12-10 18:28:23 +01:00
"symfony/event-dispatcher-implementation": "2.0|3.0"
2021-12-20 21:07:00 +01:00
},
"require-dev": {
"psr/log": "^1|^2|^3",
2022-12-10 18:28:23 +01:00
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/error-handler": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
"symfony/http-foundation": "^5.4|^6.0",
2023-09-18 22:16:13 +02:00
"symfony/service-contracts": "^2.5|^3",
2022-12-10 18:28:23 +01:00
"symfony/stopwatch": "^5.4|^6.0"
2021-12-20 21:07:00 +01:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
"support": {
2023-09-18 22:16:13 +02:00
"source": "https://github.com/symfony/event-dispatcher/tree/v6.3.2"
2021-12-20 21:07:00 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-07-06T06:56:43+00:00"
2021-12-20 21:07:00 +01:00
},
{
"name": "symfony/event-dispatcher-contracts",
2023-09-18 22:16:13 +02:00
"version": "v3.3.0",
2021-12-20 21:07:00 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
2023-09-18 22:16:13 +02:00
"reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
2021-12-20 21:07:00 +01:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
"reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
2021-12-20 21:07:00 +01:00
"shasum": ""
},
"require": {
2022-12-10 18:28:23 +01:00
"php": ">=8.1",
2021-12-20 21:07:00 +01:00
"psr/event-dispatcher": "^1"
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-18 22:16:13 +02:00
"dev-main": "3.4-dev"
2021-12-20 21:07:00 +01:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\EventDispatcher\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to dispatching event",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
2023-09-18 22:16:13 +02:00
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.3.0"
2021-12-20 21:07:00 +01:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-05-23T14:45:45+00:00"
2021-12-20 21:07:00 +01:00
},
2022-06-10 12:31:37 +02:00
{
"name": "symfony/finder",
2023-09-18 22:16:13 +02:00
"version": "v6.3.3",
2022-06-10 12:31:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2023-09-18 22:16:13 +02:00
"reference": "9915db259f67d21eefee768c1abcf1cc61b1fc9e"
2022-06-10 12:31:37 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/symfony/finder/zipball/9915db259f67d21eefee768c1abcf1cc61b1fc9e",
"reference": "9915db259f67d21eefee768c1abcf1cc61b1fc9e",
2022-06-10 12:31:37 +02:00
"shasum": ""
},
"require": {
2022-12-10 20:39:09 +01:00
"php": ">=8.1"
},
"require-dev": {
"symfony/filesystem": "^6.0"
2022-06-10 12:31:37 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
2023-09-18 22:16:13 +02:00
"source": "https://github.com/symfony/finder/tree/v6.3.3"
2022-06-10 12:31:37 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-07-31T08:31:44+00:00"
2022-06-10 12:31:37 +02:00
},
2021-04-12 17:46:01 +02:00
{
"name": "symfony/http-foundation",
2023-09-18 22:16:13 +02:00
"version": "v6.3.4",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
2023-09-18 22:16:13 +02:00
"reference": "cac1556fdfdf6719668181974104e6fcfa60e844"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/cac1556fdfdf6719668181974104e6fcfa60e844",
"reference": "cac1556fdfdf6719668181974104e6fcfa60e844",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2022-12-10 20:39:09 +01:00
"php": ">=8.1",
2023-09-18 22:16:13 +02:00
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-mbstring": "~1.1",
"symfony/polyfill-php83": "^1.27"
2022-12-10 20:39:09 +01:00
},
"conflict": {
"symfony/cache": "<6.2"
2021-04-12 17:46:01 +02:00
},
"require-dev": {
2023-09-18 22:16:13 +02:00
"doctrine/dbal": "^2.13.1|^3.0",
"predis/predis": "^1.1|^2.0",
2022-12-10 20:39:09 +01:00
"symfony/cache": "^5.4|^6.0",
2022-12-10 18:28:23 +01:00
"symfony/dependency-injection": "^5.4|^6.0",
2022-12-10 20:39:09 +01:00
"symfony/expression-language": "^5.4|^6.0",
2022-12-10 18:28:23 +01:00
"symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
2022-12-10 20:39:09 +01:00
"symfony/mime": "^5.4|^6.0",
2022-12-10 18:28:23 +01:00
"symfony/rate-limiter": "^5.2|^6.0"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpFoundation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
2021-05-01 11:57:31 +02:00
"support": {
2023-09-18 22:16:13 +02:00
"source": "https://github.com/symfony/http-foundation/tree/v6.3.4"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-08-22T08:20:46+00:00"
2021-04-12 17:46:01 +02:00
},
{
2021-12-20 21:07:00 +01:00
"name": "symfony/mailer",
2023-09-18 22:16:13 +02:00
"version": "v6.3.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
2021-12-20 21:07:00 +01:00
"url": "https://github.com/symfony/mailer.git",
2023-09-18 22:16:13 +02:00
"reference": "7b03d9be1dea29bfec0a6c7b603f5072a4c97435"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/symfony/mailer/zipball/7b03d9be1dea29bfec0a6c7b603f5072a4c97435",
"reference": "7b03d9be1dea29bfec0a6c7b603f5072a4c97435",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2023-09-18 22:16:13 +02:00
"egulias/email-validator": "^2.1.10|^3|^4",
2022-12-10 20:39:09 +01:00
"php": ">=8.1",
2021-12-20 21:07:00 +01:00
"psr/event-dispatcher": "^1",
"psr/log": "^1|^2|^3",
2022-12-10 20:39:09 +01:00
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/mime": "^6.2",
2023-09-18 22:16:13 +02:00
"symfony/service-contracts": "^2.5|^3"
2021-04-12 17:46:01 +02:00
},
"conflict": {
2023-09-18 22:16:13 +02:00
"symfony/http-client-contracts": "<2.5",
2022-12-10 20:39:09 +01:00
"symfony/http-kernel": "<5.4",
"symfony/messenger": "<6.2",
"symfony/mime": "<6.2",
"symfony/twig-bridge": "<6.2.1"
2021-04-12 17:46:01 +02:00
},
"require-dev": {
2022-12-10 20:39:09 +01:00
"symfony/console": "^5.4|^6.0",
2023-09-18 22:16:13 +02:00
"symfony/http-client": "^5.4|^6.0",
2022-12-10 20:39:09 +01:00
"symfony/messenger": "^6.2",
"symfony/twig-bridge": "^6.2"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
2021-12-20 21:07:00 +01:00
"Symfony\\Component\\Mailer\\": ""
2021-04-12 17:46:01 +02:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-12-20 21:07:00 +01:00
"description": "Helps sending emails",
2021-04-12 17:46:01 +02:00
"homepage": "https://symfony.com",
2021-05-01 11:57:31 +02:00
"support": {
2023-09-18 22:16:13 +02:00
"source": "https://github.com/symfony/mailer/tree/v6.3.0"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-05-29T12:49:39+00:00"
2021-04-12 17:46:01 +02:00
},
{
2021-12-20 21:07:00 +01:00
"name": "symfony/mime",
2023-09-18 22:16:13 +02:00
"version": "v6.3.3",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
2021-12-20 21:07:00 +01:00
"url": "https://github.com/symfony/mime.git",
2023-09-18 22:16:13 +02:00
"reference": "9a0cbd52baa5ba5a5b1f0cacc59466f194730f98"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/symfony/mime/zipball/9a0cbd52baa5ba5a5b1f0cacc59466f194730f98",
"reference": "9a0cbd52baa5ba5a5b1f0cacc59466f194730f98",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2022-12-10 18:28:23 +01:00
"php": ">=8.1",
2023-09-18 22:16:13 +02:00
"symfony/deprecation-contracts": "^2.5|^3",
2021-12-20 21:07:00 +01:00
"symfony/polyfill-intl-idn": "^1.10",
2022-12-10 18:28:23 +01:00
"symfony/polyfill-mbstring": "^1.0"
2021-04-12 17:46:01 +02:00
},
2021-12-20 21:07:00 +01:00
"conflict": {
"egulias/email-validator": "~3.0.0",
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
2022-12-10 18:28:23 +01:00
"symfony/mailer": "<5.4",
2023-09-18 22:16:13 +02:00
"symfony/serializer": "<6.2.13|>=6.3,<6.3.2"
2021-04-12 17:46:01 +02:00
},
2021-12-20 21:07:00 +01:00
"require-dev": {
2023-09-18 22:16:13 +02:00
"egulias/email-validator": "^2.1.10|^3.1|^4",
2022-12-10 18:28:23 +01:00
"league/html-to-markdown": "^5.0",
2021-12-20 21:07:00 +01:00
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
2022-12-10 18:28:23 +01:00
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/property-access": "^5.4|^6.0",
"symfony/property-info": "^5.4|^6.0",
2023-09-18 22:16:13 +02:00
"symfony/serializer": "~6.2.13|^6.3.2"
2021-04-12 17:46:01 +02:00
},
2021-12-20 21:07:00 +01:00
"type": "library",
2021-04-12 17:46:01 +02:00
"autoload": {
"psr-4": {
2021-12-20 21:07:00 +01:00
"Symfony\\Component\\Mime\\": ""
2021-04-12 17:46:01 +02:00
},
2021-12-20 21:07:00 +01:00
"exclude-from-classmap": [
"/Tests/"
2021-04-12 17:46:01 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-12-20 21:07:00 +01:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2021-04-12 17:46:01 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-12-20 21:07:00 +01:00
"description": "Allows manipulating MIME messages",
2021-04-12 17:46:01 +02:00
"homepage": "https://symfony.com",
"keywords": [
2021-12-20 21:07:00 +01:00
"mime",
"mime-type"
2021-04-12 17:46:01 +02:00
],
2021-05-01 11:57:31 +02:00
"support": {
2023-09-18 22:16:13 +02:00
"source": "https://github.com/symfony/mime/tree/v6.3.3"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-07-31T07:08:24+00:00"
2021-04-12 17:46:01 +02:00
},
{
2021-12-20 21:07:00 +01:00
"name": "symfony/polyfill-ctype",
2023-09-18 22:16:13 +02:00
"version": "v1.28.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
2021-12-20 21:07:00 +01:00
"url": "https://github.com/symfony/polyfill-ctype.git",
2023-09-18 22:16:13 +02:00
"reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
"reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
2022-02-11 04:08:46 +01:00
"provide": {
"ext-ctype": "*"
},
2021-04-12 17:46:01 +02:00
"suggest": {
2021-12-20 21:07:00 +01:00
"ext-ctype": "For best performance"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-18 22:16:13 +02:00
"dev-main": "1.28-dev"
2021-04-12 17:46:01 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-12-10 18:28:23 +01:00
],
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
}
2021-04-12 17:46:01 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-12-20 21:07:00 +01:00
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
2021-04-12 17:46:01 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-12-20 21:07:00 +01:00
"description": "Symfony polyfill for ctype functions",
2021-04-12 17:46:01 +02:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2021-12-20 21:07:00 +01:00
"ctype",
2021-04-12 17:46:01 +02:00
"polyfill",
2021-12-20 21:07:00 +01:00
"portable"
2021-04-12 17:46:01 +02:00
],
2021-05-01 11:57:31 +02:00
"support": {
2023-09-18 22:16:13 +02:00
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-01-26T09:26:14+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/polyfill-intl-idn",
2023-09-18 22:16:13 +02:00
"version": "v1.28.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
2023-09-18 22:16:13 +02:00
"reference": "ecaafce9f77234a6a449d29e49267ba10499116d"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/ecaafce9f77234a6a449d29e49267ba10499116d",
"reference": "ecaafce9f77234a6a449d29e49267ba10499116d",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1",
"symfony/polyfill-intl-normalizer": "^1.10",
"symfony/polyfill-php72": "^1.10"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-18 22:16:13 +02:00
"dev-main": "1.28-dev"
2021-04-12 17:46:01 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-12-10 18:28:23 +01:00
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
}
2021-04-12 17:46:01 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
},
{
"name": "Trevor Rowbotham",
"email": "trevor.rowbotham@pm.me"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"idn",
"intl",
"polyfill",
"portable",
"shim"
],
2021-05-01 11:57:31 +02:00
"support": {
2023-09-18 22:16:13 +02:00
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.28.0"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-01-26T09:30:37+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/polyfill-intl-normalizer",
2023-09-18 22:16:13 +02:00
"version": "v1.28.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2023-09-18 22:16:13 +02:00
"reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
"reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-18 22:16:13 +02:00
"dev-main": "1.28-dev"
2021-04-12 17:46:01 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
2022-12-10 18:28:23 +01:00
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
2021-04-12 17:46:01 +02:00
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's Normalizer class and related functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"intl",
"normalizer",
"polyfill",
"portable",
"shim"
],
2021-05-01 11:57:31 +02:00
"support": {
2023-09-18 22:16:13 +02:00
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-01-26T09:26:14+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/polyfill-mbstring",
2023-09-18 22:16:13 +02:00
"version": "v1.28.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2023-09-18 22:16:13 +02:00
"reference": "42292d99c55abe617799667f454222c54c60e229"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
"reference": "42292d99c55abe617799667f454222c54c60e229",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
2022-02-11 04:08:46 +01:00
"provide": {
"ext-mbstring": "*"
},
2021-04-12 17:46:01 +02:00
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-18 22:16:13 +02:00
"dev-main": "1.28-dev"
2021-04-12 17:46:01 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-12-10 18:28:23 +01:00
],
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
2021-04-12 17:46:01 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
2021-05-01 11:57:31 +02:00
"support": {
2023-09-18 22:16:13 +02:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-07-28T09:04:16+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/polyfill-php72",
2023-09-18 22:16:13 +02:00
"version": "v1.28.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
2023-09-18 22:16:13 +02:00
"reference": "70f4aebd92afca2f865444d30a4d2151c13c3179"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/70f4aebd92afca2f865444d30a4d2151c13c3179",
"reference": "70f4aebd92afca2f865444d30a4d2151c13c3179",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-18 22:16:13 +02:00
"dev-main": "1.28-dev"
2021-04-12 17:46:01 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-12-10 18:28:23 +01:00
],
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
}
2021-04-12 17:46:01 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2021-05-01 11:57:31 +02:00
"support": {
2023-09-18 22:16:13 +02:00
"source": "https://github.com/symfony/polyfill-php72/tree/v1.28.0"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-01-26T09:26:14+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/polyfill-php80",
2023-09-18 22:16:13 +02:00
"version": "v1.28.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
2023-09-18 22:16:13 +02:00
"reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
"reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-18 22:16:13 +02:00
"dev-main": "1.28-dev"
2021-04-12 17:46:01 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
2022-12-10 18:28:23 +01:00
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
2021-04-12 17:46:01 +02:00
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
},
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2021-05-01 11:57:31 +02:00
"support": {
2023-09-18 22:16:13 +02:00
"source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2023-01-26T09:26:14+00:00"
},
{
"name": "symfony/polyfill-php83",
"version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php83.git",
"reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
"reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
"shasum": ""
},
"require": {
"php": ">=7.1",
"symfony/polyfill-php80": "^1.14"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php83\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php83/tree/v1.28.0"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-08-16T06:22:46+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/psr-http-message-bridge",
2023-09-18 22:16:13 +02:00
"version": "v2.3.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/psr-http-message-bridge.git",
2023-09-18 22:16:13 +02:00
"reference": "581ca6067eb62640de5ff08ee1ba6850a0ee472e"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/581ca6067eb62640de5ff08ee1ba6850a0ee472e",
"reference": "581ca6067eb62640de5ff08ee1ba6850a0ee472e",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2023-09-18 22:16:13 +02:00
"php": ">=7.2.5",
"psr/http-message": "^1.0 || ^2.0",
"symfony/deprecation-contracts": "^2.5 || ^3.0",
"symfony/http-foundation": "^5.4 || ^6.0"
2021-04-12 17:46:01 +02:00
},
"require-dev": {
"nyholm/psr7": "^1.1",
2021-11-30 23:29:51 +01:00
"psr/log": "^1.1 || ^2 || ^3",
2023-09-18 22:16:13 +02:00
"symfony/browser-kit": "^5.4 || ^6.0",
"symfony/config": "^5.4 || ^6.0",
"symfony/event-dispatcher": "^5.4 || ^6.0",
"symfony/framework-bundle": "^5.4 || ^6.0",
"symfony/http-kernel": "^5.4 || ^6.0",
"symfony/phpunit-bridge": "^6.2"
2021-04-12 17:46:01 +02:00
},
"suggest": {
"nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
},
"type": "symfony-bridge",
"extra": {
"branch-alias": {
2023-09-18 22:16:13 +02:00
"dev-main": "2.3-dev"
2021-04-12 17:46:01 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Bridge\\PsrHttpMessage\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "PSR HTTP message bridge",
"homepage": "http://symfony.com",
"keywords": [
"http",
"http-message",
"psr-17",
"psr-7"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/symfony/psr-http-message-bridge/issues",
2023-09-18 22:16:13 +02:00
"source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.3.1"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-07-26T11:53:26+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/service-contracts",
2023-09-18 22:16:13 +02:00
"version": "v3.3.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
2023-09-18 22:16:13 +02:00
"reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
"reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2022-12-10 20:39:09 +01:00
"php": ">=8.1",
"psr/container": "^2.0"
2021-04-12 17:46:01 +02:00
},
2021-11-30 23:29:51 +01:00
"conflict": {
"ext-psr": "<1.1|>=2"
},
2021-04-12 17:46:01 +02:00
"type": "library",
"extra": {
"branch-alias": {
2023-09-18 22:16:13 +02:00
"dev-main": "3.4-dev"
2021-04-12 17:46:01 +02:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
2022-12-10 20:39:09 +01:00
},
"exclude-from-classmap": [
"/Test/"
]
2021-04-12 17:46:01 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2021-05-01 11:57:31 +02:00
"support": {
2023-09-18 22:16:13 +02:00
"source": "https://github.com/symfony/service-contracts/tree/v3.3.0"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-05-23T14:45:45+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/translation",
2023-09-18 22:16:13 +02:00
"version": "v6.3.3",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
2023-09-18 22:16:13 +02:00
"reference": "3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/symfony/translation/zipball/3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd",
"reference": "3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2022-12-10 18:28:23 +01:00
"php": ">=8.1",
2023-09-18 22:16:13 +02:00
"symfony/deprecation-contracts": "^2.5|^3",
2021-04-12 17:46:01 +02:00
"symfony/polyfill-mbstring": "~1.0",
2023-09-18 22:16:13 +02:00
"symfony/translation-contracts": "^2.5|^3.0"
2021-04-12 17:46:01 +02:00
},
"conflict": {
2022-12-10 18:28:23 +01:00
"symfony/config": "<5.4",
"symfony/console": "<5.4",
"symfony/dependency-injection": "<5.4",
2023-09-18 22:16:13 +02:00
"symfony/http-client-contracts": "<2.5",
2022-12-10 18:28:23 +01:00
"symfony/http-kernel": "<5.4",
2023-09-18 22:16:13 +02:00
"symfony/service-contracts": "<2.5",
2022-12-10 18:28:23 +01:00
"symfony/twig-bundle": "<5.4",
"symfony/yaml": "<5.4"
2021-04-12 17:46:01 +02:00
},
"provide": {
2022-12-10 18:28:23 +01:00
"symfony/translation-implementation": "2.3|3.0"
2021-04-12 17:46:01 +02:00
},
"require-dev": {
2022-12-10 18:28:23 +01:00
"nikic/php-parser": "^4.13",
2021-11-30 23:29:51 +01:00
"psr/log": "^1|^2|^3",
2022-12-10 18:28:23 +01:00
"symfony/config": "^5.4|^6.0",
2021-11-30 23:29:51 +01:00
"symfony/console": "^5.4|^6.0",
2022-12-10 18:28:23 +01:00
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/finder": "^5.4|^6.0",
2023-09-18 22:16:13 +02:00
"symfony/http-client-contracts": "^2.5|^3.0",
2022-12-10 18:28:23 +01:00
"symfony/http-kernel": "^5.4|^6.0",
"symfony/intl": "^5.4|^6.0",
2021-06-29 00:27:57 +02:00
"symfony/polyfill-intl-icu": "^1.21",
2022-12-10 18:28:23 +01:00
"symfony/routing": "^5.4|^6.0",
2023-09-18 22:16:13 +02:00
"symfony/service-contracts": "^2.5|^3",
2022-12-10 18:28:23 +01:00
"symfony/yaml": "^5.4|^6.0"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"autoload": {
"files": [
"Resources/functions.php"
],
"psr-4": {
"Symfony\\Component\\Translation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com",
2021-05-01 11:57:31 +02:00
"support": {
2023-09-18 22:16:13 +02:00
"source": "https://github.com/symfony/translation/tree/v6.3.3"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-07-31T07:08:24+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/translation-contracts",
2023-09-18 22:16:13 +02:00
"version": "v3.3.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
2023-09-18 22:16:13 +02:00
"reference": "02c24deb352fb0d79db5486c0c79905a85e37e86"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/02c24deb352fb0d79db5486c0c79905a85e37e86",
"reference": "02c24deb352fb0d79db5486c0c79905a85e37e86",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2022-12-10 18:28:23 +01:00
"php": ">=8.1"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-09-18 22:16:13 +02:00
"dev-main": "3.4-dev"
2021-04-12 17:46:01 +02:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Translation\\": ""
2022-12-10 18:28:23 +01:00
},
"exclude-from-classmap": [
"/Test/"
]
2021-04-12 17:46:01 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to translation",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2021-05-01 11:57:31 +02:00
"support": {
2023-09-18 22:16:13 +02:00
"source": "https://github.com/symfony/translation-contracts/tree/v3.3.0"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-05-30T17:17:10+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "twig/twig",
2023-09-18 22:16:13 +02:00
"version": "v3.7.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
2023-09-18 22:16:13 +02:00
"reference": "a0ce373a0ca3bf6c64b9e3e2124aca502ba39554"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/twigphp/Twig/zipball/a0ce373a0ca3bf6c64b9e3e2124aca502ba39554",
"reference": "a0ce373a0ca3bf6c64b9e3e2124aca502ba39554",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-mbstring": "^1.3"
},
"require-dev": {
2023-09-18 22:16:13 +02:00
"psr/container": "^1.0|^2.0",
"symfony/phpunit-bridge": "^5.4.9|^6.3"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Twig\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
},
{
"name": "Twig Team",
"role": "Contributors"
},
{
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com",
"role": "Project Founder"
}
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "https://twig.symfony.com",
"keywords": [
"templating"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/twigphp/Twig/issues",
2023-09-18 22:16:13 +02:00
"source": "https://github.com/twigphp/Twig/tree/v3.7.1"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
"type": "tidelift"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-08-28T11:09:02+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "vlucas/phpdotenv",
2022-12-10 18:28:23 +01:00
"version": "v5.5.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/vlucas/phpdotenv.git",
2022-12-10 18:28:23 +01:00
"reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2022-12-10 18:28:23 +01:00
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
"reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2021-05-01 11:57:31 +02:00
"ext-pcre": "*",
2021-11-30 23:29:51 +01:00
"graham-campbell/result-type": "^1.0.2",
2021-05-01 11:57:31 +02:00
"php": "^7.1.3 || ^8.0",
2021-11-30 23:29:51 +01:00
"phpoption/phpoption": "^1.8",
"symfony/polyfill-ctype": "^1.23",
"symfony/polyfill-mbstring": "^1.23.1",
"symfony/polyfill-php80": "^1.23.1"
2021-04-12 17:46:01 +02:00
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4.1",
"ext-filter": "*",
2022-12-10 18:28:23 +01:00
"phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25"
2021-04-12 17:46:01 +02:00
},
"suggest": {
2021-05-01 11:57:31 +02:00
"ext-filter": "Required to use the boolean validator."
2021-04-12 17:46:01 +02:00
},
"type": "library",
"extra": {
2022-12-10 18:28:23 +01:00
"bamarni-bin": {
"bin-links": true,
"forward-command": true
},
2021-04-12 17:46:01 +02:00
"branch-alias": {
2022-12-10 18:28:23 +01:00
"dev-master": "5.5-dev"
2021-04-12 17:46:01 +02:00
}
},
"autoload": {
"psr-4": {
"Dotenv\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Graham Campbell",
2021-11-30 23:29:51 +01:00
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
2021-04-12 17:46:01 +02:00
},
{
"name": "Vance Lucas",
"email": "vance@vancelucas.com",
2021-11-30 23:29:51 +01:00
"homepage": "https://github.com/vlucas"
2021-04-12 17:46:01 +02:00
}
],
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
"keywords": [
"dotenv",
"env",
"environment"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/vlucas/phpdotenv/issues",
2022-12-10 18:28:23 +01:00
"source": "https://github.com/vlucas/phpdotenv/tree/v5.5.0"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
"type": "tidelift"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-10-16T01:01:54+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "voku/portable-ascii",
2022-12-10 20:39:09 +01:00
"version": "2.0.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/voku/portable-ascii.git",
2022-12-10 20:39:09 +01:00
"reference": "b56450eed252f6801410d810c8e1727224ae0743"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2022-12-10 20:39:09 +01:00
"url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
"reference": "b56450eed252f6801410d810c8e1727224ae0743",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.0.0"
},
"require-dev": {
"phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
},
"suggest": {
"ext-intl": "Use Intl for transliterator_transliterate() support"
},
"type": "library",
"autoload": {
"psr-4": {
"voku\\": "src/voku/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Lars Moelleken",
"homepage": "http://www.moelleken.org/"
}
],
"description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
"homepage": "https://github.com/voku/portable-ascii",
"keywords": [
"ascii",
"clean",
"php"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/voku/portable-ascii/issues",
2022-12-10 20:39:09 +01:00
"source": "https://github.com/voku/portable-ascii/tree/2.0.1"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://www.paypal.me/moelleken",
"type": "custom"
},
{
"url": "https://github.com/voku",
"type": "github"
},
{
"url": "https://opencollective.com/portable-ascii",
"type": "open_collective"
},
{
"url": "https://www.patreon.com/voku",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
"type": "tidelift"
}
],
2022-12-10 20:39:09 +01:00
"time": "2022-03-08T17:03:00+00:00"
2021-04-12 17:46:01 +02:00
}
],
"packages-dev": [
2022-04-16 10:38:28 +02:00
{
"name": "dealerdirect/phpcodesniffer-composer-installer",
2023-09-18 22:16:13 +02:00
"version": "v1.0.0",
2022-04-16 10:38:28 +02:00
"source": {
"type": "git",
2023-09-18 22:16:13 +02:00
"url": "https://github.com/PHPCSStandards/composer-installer.git",
"reference": "4be43904336affa5c2f70744a348312336afd0da"
2022-04-16 10:38:28 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/4be43904336affa5c2f70744a348312336afd0da",
"reference": "4be43904336affa5c2f70744a348312336afd0da",
2022-04-16 10:38:28 +02:00
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0 || ^2.0",
2023-09-18 22:16:13 +02:00
"php": ">=5.4",
2022-04-16 10:38:28 +02:00
"squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
},
"require-dev": {
"composer/composer": "*",
2023-09-18 22:16:13 +02:00
"ext-json": "*",
"ext-zip": "*",
2022-04-16 10:38:28 +02:00
"php-parallel-lint/php-parallel-lint": "^1.3.1",
2023-09-18 22:16:13 +02:00
"phpcompatibility/php-compatibility": "^9.0",
"yoast/phpunit-polyfills": "^1.0"
2022-04-16 10:38:28 +02:00
},
"type": "composer-plugin",
"extra": {
2023-09-18 22:16:13 +02:00
"class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
2022-04-16 10:38:28 +02:00
},
"autoload": {
"psr-4": {
2023-09-18 22:16:13 +02:00
"PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
2022-04-16 10:38:28 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Franck Nijhof",
"email": "franck.nijhof@dealerdirect.com",
"homepage": "http://www.frenck.nl",
"role": "Developer / IT Manager"
},
{
"name": "Contributors",
2023-09-18 22:16:13 +02:00
"homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors"
2022-04-16 10:38:28 +02:00
}
],
"description": "PHP_CodeSniffer Standards Composer Installer Plugin",
"homepage": "http://www.dealerdirect.com",
"keywords": [
"PHPCodeSniffer",
"PHP_CodeSniffer",
"code quality",
"codesniffer",
"composer",
"installer",
"phpcbf",
"phpcs",
"plugin",
"qa",
"quality",
"standard",
"standards",
"style guide",
"stylecheck",
"tests"
],
"support": {
2023-09-18 22:16:13 +02:00
"issues": "https://github.com/PHPCSStandards/composer-installer/issues",
"source": "https://github.com/PHPCSStandards/composer-installer"
2022-04-16 10:38:28 +02:00
},
2023-09-18 22:16:13 +02:00
"time": "2023-01-05T11:28:13+00:00"
2022-04-16 10:38:28 +02:00
},
2021-04-12 17:46:01 +02:00
{
"name": "dms/phpunit-arraysubset-asserts",
2023-09-20 19:29:25 +02:00
"version": "v0.5.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/rdohms/phpunit-arraysubset-asserts.git",
2023-09-20 19:29:25 +02:00
"reference": "aa6b9e858414e91cca361cac3b2035ee57d212e0"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-20 19:29:25 +02:00
"url": "https://api.github.com/repos/rdohms/phpunit-arraysubset-asserts/zipball/aa6b9e858414e91cca361cac3b2035ee57d212e0",
"reference": "aa6b9e858414e91cca361cac3b2035ee57d212e0",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2021-05-01 11:57:31 +02:00
"php": "^5.4 || ^7.0 || ^8.0",
2023-09-20 19:29:25 +02:00
"phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0"
2021-04-12 17:46:01 +02:00
},
"require-dev": {
2023-09-20 19:29:25 +02:00
"dms/coding-standard": "^9"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"autoload": {
2021-05-01 11:57:31 +02:00
"files": [
"assertarraysubset-autoload.php"
]
2021-04-12 17:46:01 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Rafael Dohms",
"email": "rdohms@gmail.com"
}
],
"description": "This package provides ArraySubset and related asserts once deprecated in PHPUnit 8",
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/rdohms/phpunit-arraysubset-asserts/issues",
2023-09-20 19:29:25 +02:00
"source": "https://github.com/rdohms/phpunit-arraysubset-asserts/tree/v0.5.0"
2021-05-01 11:57:31 +02:00
},
2023-09-20 19:29:25 +02:00
"time": "2023-06-02T17:33:53+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "doctrine/instantiator",
2023-09-18 22:16:13 +02:00
"version": "2.0.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
2023-09-18 22:16:13 +02:00
"reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
"reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2023-09-18 22:16:13 +02:00
"php": "^8.1"
2021-04-12 17:46:01 +02:00
},
"require-dev": {
2023-09-18 22:16:13 +02:00
"doctrine/coding-standard": "^11",
2021-04-12 17:46:01 +02:00
"ext-pdo": "*",
"ext-phar": "*",
2023-09-18 22:16:13 +02:00
"phpbench/phpbench": "^1.2",
"phpstan/phpstan": "^1.9.4",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^9.5.27",
"vimeo/psalm": "^5.4"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "https://ocramius.github.io/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
"keywords": [
"constructor",
"instantiate"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/doctrine/instantiator/issues",
2023-09-18 22:16:13 +02:00
"source": "https://github.com/doctrine/instantiator/tree/2.0.0"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
"type": "tidelift"
}
],
2023-09-18 22:16:13 +02:00
"time": "2022-12-30T00:23:10+00:00"
2021-04-12 17:46:01 +02:00
},
2021-06-29 00:27:57 +02:00
{
"name": "fakerphp/faker",
2023-09-18 22:16:13 +02:00
"version": "v1.23.0",
2021-06-29 00:27:57 +02:00
"source": {
"type": "git",
"url": "https://github.com/FakerPHP/Faker.git",
2023-09-18 22:16:13 +02:00
"reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01"
2021-06-29 00:27:57 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e3daa170d00fde61ea7719ef47bb09bb8f1d9b01",
"reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01",
2021-06-29 00:27:57 +02:00
"shasum": ""
},
"require": {
2022-12-10 20:39:09 +01:00
"php": "^7.4 || ^8.0",
2021-11-30 23:29:51 +01:00
"psr/container": "^1.0 || ^2.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0"
2021-06-29 00:27:57 +02:00
},
"conflict": {
"fzaninotto/faker": "*"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4.1",
2022-12-10 18:28:23 +01:00
"doctrine/persistence": "^1.3 || ^2.0",
2021-06-29 00:27:57 +02:00
"ext-intl": "*",
2022-12-10 20:39:09 +01:00
"phpunit/phpunit": "^9.5.26",
"symfony/phpunit-bridge": "^5.4.16"
2021-06-29 00:27:57 +02:00
},
"suggest": {
2022-12-10 18:28:23 +01:00
"doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
2021-06-29 00:27:57 +02:00
"ext-curl": "Required by Faker\\Provider\\Image to download images.",
"ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
"ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
"ext-mbstring": "Required for multibyte Unicode string functionality."
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-10 20:39:09 +01:00
"dev-main": "v1.21-dev"
2021-06-29 00:27:57 +02:00
}
},
"autoload": {
"psr-4": {
"Faker\\": "src/Faker/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "François Zaninotto"
}
],
"description": "Faker is a PHP library that generates fake data for you.",
"keywords": [
"data",
"faker",
"fixtures"
],
"support": {
"issues": "https://github.com/FakerPHP/Faker/issues",
2023-09-18 22:16:13 +02:00
"source": "https://github.com/FakerPHP/Faker/tree/v1.23.0"
2022-12-10 20:39:09 +01:00
},
2023-09-18 22:16:13 +02:00
"time": "2023-06-12T08:44:38+00:00"
2022-12-10 20:39:09 +01:00
},
{
"name": "fig/log-test",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log-test.git",
"reference": "02d6eaf8b09784b7adacf57a3c951bad95229a7f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log-test/zipball/02d6eaf8b09784b7adacf57a3c951bad95229a7f",
"reference": "02d6eaf8b09784b7adacf57a3c951bad95229a7f",
"shasum": ""
},
"require": {
"php": "^8.0",
"psr/log": "^2.0 | ^3.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0 | ^9.0",
"squizlabs/php_codesniffer": "^3.6"
},
"type": "library",
"autoload": {
"psr-4": {
"Psr\\Log\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/",
"role": "Organisation"
}
],
"description": "Test utilities for the psr/log package that backs the PSR-3 specification.",
"support": {
"issues": "https://github.com/php-fig/log-test/issues",
"source": "https://github.com/php-fig/log-test/tree/1.1.0"
2021-06-29 00:27:57 +02:00
},
2022-12-10 20:39:09 +01:00
"time": "2022-10-18T05:33:27+00:00"
2021-06-29 00:27:57 +02:00
},
2021-04-12 17:46:01 +02:00
{
"name": "filp/whoops",
2023-09-18 22:16:13 +02:00
"version": "2.15.3",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/filp/whoops.git",
2023-09-18 22:16:13 +02:00
"reference": "c83e88a30524f9360b11f585f71e6b17313b7187"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/filp/whoops/zipball/c83e88a30524f9360b11f585f71e6b17313b7187",
"reference": "c83e88a30524f9360b11f585f71e6b17313b7187",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": "^5.5.9 || ^7.0 || ^8.0",
2021-11-30 23:29:51 +01:00
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
2021-04-12 17:46:01 +02:00
},
"require-dev": {
"mockery/mockery": "^0.9 || ^1.0",
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
"symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
},
"suggest": {
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
"whoops/soap": "Formats errors as SOAP responses"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7-dev"
}
},
"autoload": {
"psr-4": {
"Whoops\\": "src/Whoops/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Filipe Dobreira",
"homepage": "https://github.com/filp",
"role": "Developer"
}
],
"description": "php error handling for cool kids",
"homepage": "https://filp.github.io/whoops/",
"keywords": [
"error",
"exception",
"handling",
"library",
"throwable",
"whoops"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/filp/whoops/issues",
2023-09-18 22:16:13 +02:00
"source": "https://github.com/filp/whoops/tree/2.15.3"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/denis-sokolov",
"type": "github"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-07-13T12:00:00+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "myclabs/deep-copy",
2023-09-18 22:16:13 +02:00
"version": "1.11.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2023-09-18 22:16:13 +02:00
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
2022-12-10 18:28:23 +01:00
"conflict": {
"doctrine/collections": "<1.6.8",
"doctrine/common": "<2.13.3 || >=3,<3.2.2"
},
2021-04-12 17:46:01 +02:00
"require-dev": {
2022-12-10 18:28:23 +01:00
"doctrine/collections": "^1.6.8",
"doctrine/common": "^2.13.3 || ^3.2.2",
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"autoload": {
"files": [
"src/DeepCopy/deep_copy.php"
2022-12-10 18:28:23 +01:00
],
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
}
2021-04-12 17:46:01 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/myclabs/DeepCopy/issues",
2023-09-18 22:16:13 +02:00
"source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-03-08T13:26:56+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "nikic/php-parser",
2023-09-18 22:16:13 +02:00
"version": "v4.17.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2023-09-18 22:16:13 +02:00
"reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
"reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=7.0"
},
"require-dev": {
"ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.9-dev"
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
2023-09-18 22:16:13 +02:00
"source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1"
2021-05-01 11:57:31 +02:00
},
2023-09-18 22:16:13 +02:00
"time": "2023-08-13T19:53:39+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "phar-io/manifest",
2021-11-30 23:29:51 +01:00
"version": "2.0.3",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
2021-11-30 23:29:51 +01:00
"reference": "97803eca37d319dfa7826cc2437fc020857acb53"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2021-11-30 23:29:51 +01:00
"url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
"reference": "97803eca37d319dfa7826cc2437fc020857acb53",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
"ext-xmlwriter": "*",
"phar-io/version": "^3.0.1",
"php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/phar-io/manifest/issues",
2021-11-30 23:29:51 +01:00
"source": "https://github.com/phar-io/manifest/tree/2.0.3"
2021-05-01 11:57:31 +02:00
},
2021-11-30 23:29:51 +01:00
"time": "2021-07-20T11:28:43+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "phar-io/version",
2022-12-10 18:28:23 +01:00
"version": "3.2.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
2022-12-10 18:28:23 +01:00
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2022-12-10 18:28:23 +01:00
"url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Library for handling version information and constraints",
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/phar-io/version/issues",
2022-12-10 18:28:23 +01:00
"source": "https://github.com/phar-io/version/tree/3.2.1"
2021-05-01 11:57:31 +02:00
},
2022-12-10 18:28:23 +01:00
"time": "2022-02-21T01:04:05+00:00"
2021-04-12 17:46:01 +02:00
},
2022-04-16 10:38:28 +02:00
{
"name": "phpstan/phpdoc-parser",
2023-09-18 22:16:13 +02:00
"version": "1.24.1",
2022-04-16 10:38:28 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
2023-09-18 22:16:13 +02:00
"reference": "9f854d275c2dbf84915a5c0ec9a2d17d2cd86b01"
2022-04-16 10:38:28 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/9f854d275c2dbf84915a5c0ec9a2d17d2cd86b01",
"reference": "9f854d275c2dbf84915a5c0ec9a2d17d2cd86b01",
2022-04-16 10:38:28 +02:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
2023-09-18 22:16:13 +02:00
"doctrine/annotations": "^2.0",
"nikic/php-parser": "^4.15",
2022-04-16 10:38:28 +02:00
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^1.5",
2022-12-10 18:28:23 +01:00
"phpstan/phpstan-phpunit": "^1.1",
2022-04-16 10:38:28 +02:00
"phpstan/phpstan-strict-rules": "^1.0",
"phpunit/phpunit": "^9.5",
"symfony/process": "^5.2"
},
"type": "library",
"autoload": {
"psr-4": {
"PHPStan\\PhpDocParser\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
2023-09-18 22:16:13 +02:00
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.1"
2022-04-16 10:38:28 +02:00
},
2023-09-18 22:16:13 +02:00
"time": "2023-09-18T12:18:02+00:00"
2022-04-16 10:38:28 +02:00
},
2022-12-04 14:08:06 +01:00
{
"name": "phpstan/phpstan",
2023-09-20 19:29:25 +02:00
"version": "1.10.35",
2022-12-04 14:08:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
2023-09-20 19:29:25 +02:00
"reference": "e730e5facb75ffe09dfb229795e8c01a459f26c3"
2022-12-04 14:08:06 +01:00
},
"dist": {
"type": "zip",
2023-09-20 19:29:25 +02:00
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/e730e5facb75ffe09dfb229795e8c01a459f26c3",
"reference": "e730e5facb75ffe09dfb229795e8c01a459f26c3",
2022-12-04 14:08:06 +01:00
"shasum": ""
},
"require": {
"php": "^7.2|^8.0"
},
"conflict": {
"phpstan/phpstan-shim": "*"
},
"bin": [
"phpstan",
"phpstan.phar"
],
"type": "library",
"autoload": {
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
"keywords": [
"dev",
"static analysis"
],
"support": {
2023-09-18 22:16:13 +02:00
"docs": "https://phpstan.org/user-guide/getting-started",
"forum": "https://github.com/phpstan/phpstan/discussions",
2022-12-04 14:08:06 +01:00
"issues": "https://github.com/phpstan/phpstan/issues",
2023-09-18 22:16:13 +02:00
"security": "https://github.com/phpstan/phpstan/security/policy",
"source": "https://github.com/phpstan/phpstan-src"
2022-12-04 14:08:06 +01:00
},
"funding": [
{
"url": "https://github.com/ondrejmirtes",
"type": "github"
},
{
"url": "https://github.com/phpstan",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
"type": "tidelift"
}
],
2023-09-20 19:29:25 +02:00
"time": "2023-09-19T15:27:56+00:00"
2022-12-04 14:08:06 +01:00
},
2021-04-12 17:46:01 +02:00
{
"name": "phpunit/php-code-coverage",
2023-09-20 19:29:25 +02:00
"version": "9.2.29",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2023-09-20 19:29:25 +02:00
"reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-20 19:29:25 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6a3a87ac2bbe33b25042753df8195ba4aa534c76",
"reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"ext-xmlwriter": "*",
2023-09-18 22:16:13 +02:00
"nikic/php-parser": "^4.15",
2021-04-12 17:46:01 +02:00
"php": ">=7.3",
"phpunit/php-file-iterator": "^3.0.3",
"phpunit/php-text-template": "^2.0.2",
"sebastian/code-unit-reverse-lookup": "^2.0.2",
"sebastian/complexity": "^2.0",
"sebastian/environment": "^5.1.2",
"sebastian/lines-of-code": "^1.0.3",
"sebastian/version": "^3.0.1",
"theseer/tokenizer": "^1.2.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"suggest": {
2023-09-18 22:16:13 +02:00
"ext-pcov": "PHP extension that provides line coverage",
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "9.2-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
2023-09-18 22:16:13 +02:00
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
2023-09-20 19:29:25 +02:00
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.29"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-09-20 19:29:25 +02:00
"time": "2023-09-19T04:57:46+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "phpunit/php-file-iterator",
2021-11-30 23:29:51 +01:00
"version": "3.0.6",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2021-11-30 23:29:51 +01:00
"reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2021-11-30 23:29:51 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
"reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
2021-11-30 23:29:51 +01:00
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-11-30 23:29:51 +01:00
"time": "2021-12-02T12:48:52+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "phpunit/php-invoker",
"version": "3.1.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-invoker.git",
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"ext-pcntl": "*",
"phpunit/phpunit": "^9.3"
},
"suggest": {
"ext-pcntl": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Invoke callables with a timeout",
"homepage": "https://github.com/sebastianbergmann/php-invoker/",
"keywords": [
"process"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-invoker/issues",
"source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-09-28T05:58:55+00:00"
},
{
"name": "phpunit/php-text-template",
"version": "2.0.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
"source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T05:33:50+00:00"
},
{
"name": "phpunit/php-timer",
"version": "5.0.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
"source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:16:10+00:00"
},
{
"name": "phpunit/phpunit",
2023-09-20 19:29:25 +02:00
"version": "9.6.13",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2023-09-20 19:29:25 +02:00
"reference": "f3d767f7f9e191eab4189abe41ab37797e30b1be"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-20 19:29:25 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f3d767f7f9e191eab4189abe41ab37797e30b1be",
"reference": "f3d767f7f9e191eab4189abe41ab37797e30b1be",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2023-09-18 22:16:13 +02:00
"doctrine/instantiator": "^1.3.1 || ^2",
2021-04-12 17:46:01 +02:00
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.10.1",
2021-11-30 23:29:51 +01:00
"phar-io/manifest": "^2.0.3",
2021-04-12 17:46:01 +02:00
"phar-io/version": "^3.0.2",
"php": ">=7.3",
2023-09-18 22:16:13 +02:00
"phpunit/php-code-coverage": "^9.2.28",
2021-04-12 17:46:01 +02:00
"phpunit/php-file-iterator": "^3.0.5",
"phpunit/php-invoker": "^3.1.1",
"phpunit/php-text-template": "^2.0.3",
"phpunit/php-timer": "^5.0.2",
"sebastian/cli-parser": "^1.0.1",
"sebastian/code-unit": "^1.0.6",
2022-12-10 18:28:23 +01:00
"sebastian/comparator": "^4.0.8",
2021-04-12 17:46:01 +02:00
"sebastian/diff": "^4.0.3",
"sebastian/environment": "^5.1.3",
2022-12-10 18:28:23 +01:00
"sebastian/exporter": "^4.0.5",
2021-04-12 17:46:01 +02:00
"sebastian/global-state": "^5.0.1",
"sebastian/object-enumerator": "^4.0.3",
"sebastian/resource-operations": "^3.0.3",
2022-12-10 18:28:23 +01:00
"sebastian/type": "^3.2",
2021-04-12 17:46:01 +02:00
"sebastian/version": "^3.0.2"
},
"suggest": {
2023-09-18 22:16:13 +02:00
"ext-soap": "To be able to generate mocks based on WSDL files",
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
2021-04-12 17:46:01 +02:00
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
2023-09-18 22:16:13 +02:00
"dev-master": "9.6-dev"
2021-04-12 17:46:01 +02:00
}
},
"autoload": {
"files": [
"src/Framework/Assert/Functions.php"
2022-12-09 20:27:57 +01:00
],
"classmap": [
"src/"
2021-04-12 17:46:01 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
2023-09-18 22:16:13 +02:00
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
2023-09-20 19:29:25 +02:00
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.13"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
2021-12-19 19:48:20 +01:00
"url": "https://phpunit.de/sponsors.html",
2021-04-12 17:46:01 +02:00
"type": "custom"
},
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
2022-12-10 18:28:23 +01:00
},
{
"url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
"type": "tidelift"
2021-04-12 17:46:01 +02:00
}
],
2023-09-20 19:29:25 +02:00
"time": "2023-09-19T05:39:22+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "sebastian/cli-parser",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/cli-parser.git",
"reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
"reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for parsing CLI options",
"homepage": "https://github.com/sebastianbergmann/cli-parser",
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/cli-parser/issues",
"source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-09-28T06:08:49+00:00"
},
{
"name": "sebastian/code-unit",
"version": "1.0.8",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit.git",
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Collection of value objects that represent the PHP code units",
"homepage": "https://github.com/sebastianbergmann/code-unit",
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit/issues",
"source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:08:54+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
"version": "2.0.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-09-28T05:30:19+00:00"
},
{
"name": "sebastian/comparator",
2022-12-10 18:28:23 +01:00
"version": "4.0.8",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
2022-12-10 18:28:23 +01:00
"reference": "fa0f136dd2334583309d32b62544682ee972b51a"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2022-12-10 18:28:23 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
"reference": "fa0f136dd2334583309d32b62544682ee972b51a",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.3",
"sebastian/diff": "^4.0",
"sebastian/exporter": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
}
],
"description": "Provides the functionality to compare PHP values for equality",
"homepage": "https://github.com/sebastianbergmann/comparator",
"keywords": [
"comparator",
"compare",
"equality"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
2022-12-10 18:28:23 +01:00
"source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-09-14T12:41:17+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "sebastian/complexity",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/complexity.git",
"reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
"reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
"shasum": ""
},
"require": {
"nikic/php-parser": "^4.7",
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for calculating the complexity of PHP code units",
"homepage": "https://github.com/sebastianbergmann/complexity",
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/complexity/issues",
"source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T15:52:27+00:00"
},
{
"name": "sebastian/diff",
2023-09-18 22:16:13 +02:00
"version": "4.0.5",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
2023-09-18 22:16:13 +02:00
"reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
"reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
"symfony/process": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
}
],
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
"diff",
"udiff",
"unidiff",
"unified diff"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
2023-09-18 22:16:13 +02:00
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.5"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-05-07T05:35:17+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "sebastian/environment",
2023-09-18 22:16:13 +02:00
"version": "5.1.5",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
2023-09-18 22:16:13 +02:00
"reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
"reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"suggest": {
"ext-posix": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
"keywords": [
"Xdebug",
"environment",
"hhvm"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/environment/issues",
2023-09-18 22:16:13 +02:00
"source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-02-03T06:03:51+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "sebastian/exporter",
2022-12-10 18:28:23 +01:00
"version": "4.0.5",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
2022-12-10 18:28:23 +01:00
"reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2022-12-10 18:28:23 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
"reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.3",
"sebastian/recursion-context": "^4.0"
},
"require-dev": {
"ext-mbstring": "*",
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Provides the functionality to export PHP variables for visualization",
2021-11-30 23:29:51 +01:00
"homepage": "https://www.github.com/sebastianbergmann/exporter",
2021-04-12 17:46:01 +02:00
"keywords": [
"export",
"exporter"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
2022-12-10 18:28:23 +01:00
"source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-09-14T06:03:37+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "sebastian/global-state",
2023-09-18 22:16:13 +02:00
"version": "5.0.6",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
2023-09-18 22:16:13 +02:00
"reference": "bde739e7565280bda77be70044ac1047bc007e34"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34",
"reference": "bde739e7565280bda77be70044ac1047bc007e34",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.3",
"sebastian/object-reflector": "^2.0",
"sebastian/recursion-context": "^4.0"
},
"require-dev": {
"ext-dom": "*",
"phpunit/phpunit": "^9.3"
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
"keywords": [
"global state"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
2023-09-18 22:16:13 +02:00
"source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-08-02T09:26:13+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "sebastian/lines-of-code",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
"reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
"reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
"shasum": ""
},
"require": {
"nikic/php-parser": "^4.6",
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for counting the lines of code in PHP source code",
"homepage": "https://github.com/sebastianbergmann/lines-of-code",
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-28T06:42:11+00:00"
},
{
"name": "sebastian/object-enumerator",
"version": "4.0.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
"shasum": ""
},
"require": {
"php": ">=7.3",
"sebastian/object-reflector": "^2.0",
"sebastian/recursion-context": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:12:34+00:00"
},
{
"name": "sebastian/object-reflector",
"version": "2.0.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
"source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:14:26+00:00"
},
{
"name": "sebastian/recursion-context",
2023-09-18 22:16:13 +02:00
"version": "4.0.5",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
2023-09-18 22:16:13 +02:00
"reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
"reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
2023-09-18 22:16:13 +02:00
"homepage": "https://github.com/sebastianbergmann/recursion-context",
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
2023-09-18 22:16:13 +02:00
"source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-02-03T06:07:39+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "sebastian/resource-operations",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
"reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
"reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/resource-operations/issues",
"source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-09-28T06:45:17+00:00"
},
{
"name": "sebastian/type",
2023-09-18 22:16:13 +02:00
"version": "3.2.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
2023-09-18 22:16:13 +02:00
"reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
"reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
2022-12-10 18:28:23 +01:00
"phpunit/phpunit": "^9.5"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-10 18:28:23 +01:00
"dev-master": "3.2-dev"
2021-04-12 17:46:01 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Collection of value objects that represent the types of the PHP type system",
"homepage": "https://github.com/sebastianbergmann/type",
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/type/issues",
2023-09-18 22:16:13 +02:00
"source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-02-03T06:13:03+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "sebastian/version",
"version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
"reference": "c6c1022351a901512170118436c764e473f6de8c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
"reference": "c6c1022351a901512170118436c764e473f6de8c",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/version/issues",
"source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-09-28T06:39:44+00:00"
},
2022-04-16 10:38:28 +02:00
{
"name": "slevomat/coding-standard",
2023-09-18 22:16:13 +02:00
"version": "8.13.4",
2022-04-16 10:38:28 +02:00
"source": {
"type": "git",
"url": "https://github.com/slevomat/coding-standard.git",
2023-09-18 22:16:13 +02:00
"reference": "4b2af2fb17773656d02fbfb5d18024ebd19fe322"
2022-04-16 10:38:28 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/4b2af2fb17773656d02fbfb5d18024ebd19fe322",
"reference": "4b2af2fb17773656d02fbfb5d18024ebd19fe322",
2022-04-16 10:38:28 +02:00
"shasum": ""
},
"require": {
2023-09-18 22:16:13 +02:00
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.0",
2022-04-16 10:38:28 +02:00
"php": "^7.2 || ^8.0",
2023-09-18 22:16:13 +02:00
"phpstan/phpdoc-parser": "^1.23.0",
2022-12-10 20:39:09 +01:00
"squizlabs/php_codesniffer": "^3.7.1"
2022-04-16 10:38:28 +02:00
},
"require-dev": {
2022-12-10 20:39:09 +01:00
"phing/phing": "2.17.4",
2022-04-16 10:38:28 +02:00
"php-parallel-lint/php-parallel-lint": "1.3.2",
2023-09-18 22:16:13 +02:00
"phpstan/phpstan": "1.10.26",
"phpstan/phpstan-deprecation-rules": "1.1.3",
"phpstan/phpstan-phpunit": "1.3.13",
"phpstan/phpstan-strict-rules": "1.5.1",
"phpunit/phpunit": "7.5.20|8.5.21|9.6.8|10.2.6"
2022-04-16 10:38:28 +02:00
},
"type": "phpcodesniffer-standard",
"extra": {
"branch-alias": {
2022-12-10 20:39:09 +01:00
"dev-master": "8.x-dev"
2022-04-16 10:38:28 +02:00
}
},
"autoload": {
"psr-4": {
2023-09-18 22:16:13 +02:00
"SlevomatCodingStandard\\": "SlevomatCodingStandard/"
2022-04-16 10:38:28 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.",
2022-12-10 20:39:09 +01:00
"keywords": [
"dev",
"phpcs"
],
2022-04-16 10:38:28 +02:00
"support": {
"issues": "https://github.com/slevomat/coding-standard/issues",
2023-09-18 22:16:13 +02:00
"source": "https://github.com/slevomat/coding-standard/tree/8.13.4"
2022-04-16 10:38:28 +02:00
},
"funding": [
{
"url": "https://github.com/kukulich",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/slevomat/coding-standard",
"type": "tidelift"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-07-25T10:28:55+00:00"
2022-04-16 10:38:28 +02:00
},
2021-04-12 17:46:01 +02:00
{
"name": "squizlabs/php_codesniffer",
2023-09-18 22:16:13 +02:00
"version": "3.7.2",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2023-09-18 22:16:13 +02:00
"reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879",
"reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"ext-simplexml": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"bin": [
"bin/phpcs",
"bin/phpcbf"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Greg Sherwood",
"role": "lead"
}
],
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
"keywords": [
"phpcs",
2023-09-18 22:16:13 +02:00
"standards",
"static analysis"
2021-04-12 17:46:01 +02:00
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
"source": "https://github.com/squizlabs/PHP_CodeSniffer",
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
},
2023-09-18 22:16:13 +02:00
"time": "2023-02-22T23:07:41+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/var-dumper",
2023-09-18 22:16:13 +02:00
"version": "v6.3.4",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
2023-09-18 22:16:13 +02:00
"reference": "2027be14f8ae8eae999ceadebcda5b4909b81d45"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-09-18 22:16:13 +02:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/2027be14f8ae8eae999ceadebcda5b4909b81d45",
"reference": "2027be14f8ae8eae999ceadebcda5b4909b81d45",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2022-12-10 20:39:09 +01:00
"php": ">=8.1",
2023-09-18 22:16:13 +02:00
"symfony/deprecation-contracts": "^2.5|^3",
2022-12-10 20:39:09 +01:00
"symfony/polyfill-mbstring": "~1.0"
2021-04-12 17:46:01 +02:00
},
"conflict": {
2022-12-10 20:39:09 +01:00
"symfony/console": "<5.4"
2021-04-12 17:46:01 +02:00
},
"require-dev": {
"ext-iconv": "*",
2022-12-10 20:39:09 +01:00
"symfony/console": "^5.4|^6.0",
2023-09-18 22:16:13 +02:00
"symfony/http-kernel": "^5.4|^6.0",
2022-12-10 20:39:09 +01:00
"symfony/process": "^5.4|^6.0",
"symfony/uid": "^5.4|^6.0",
2021-04-12 17:46:01 +02:00
"twig/twig": "^2.13|^3.0.4"
},
"bin": [
"Resources/bin/var-dump-server"
],
"type": "library",
"autoload": {
"files": [
"Resources/functions/dump.php"
],
"psr-4": {
"Symfony\\Component\\VarDumper\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides mechanisms for walking through any arbitrary PHP variable",
"homepage": "https://symfony.com",
"keywords": [
"debug",
"dump"
],
2021-05-01 11:57:31 +02:00
"support": {
2023-09-18 22:16:13 +02:00
"source": "https://github.com/symfony/var-dumper/tree/v6.3.4"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2023-09-18 22:16:13 +02:00
"time": "2023-08-24T14:51:05+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "theseer/tokenizer",
2021-11-30 23:29:51 +01:00
"version": "1.2.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
2021-11-30 23:29:51 +01:00
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2021-11-30 23:29:51 +01:00
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": "^7.2 || ^8.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/theseer/tokenizer/issues",
2021-11-30 23:29:51 +01:00
"source": "https://github.com/theseer/tokenizer/tree/1.2.1"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
2021-11-30 23:29:51 +01:00
"time": "2021-07-28T10:34:58+00:00"
2021-04-12 17:46:01 +02:00
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
2022-12-10 18:28:23 +01:00
"php": ">=8.1.0",
2021-04-12 17:46:01 +02:00
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-pdo": "*",
"ext-simplexml": "*",
"ext-xml": "*"
},
"platform-dev": [],
2022-05-25 20:53:02 +02:00
"plugin-api-version": "2.3.0"
2021-04-12 17:46:01 +02:00
}