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"
],
2022-12-10 20:39:09 +01:00
"content-hash": "4b1eba8f27aab7aa6bd462a28843fd8c",
2021-04-12 17:46:01 +02:00
"packages": [
{
"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",
2022-12-10 18:28:23 +01:00
"version": "3.5.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
2022-12-10 18:28:23 +01:00
"reference": "f38ee8aaca2d58ee88653cb34a6a3880c23f38a5"
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/dbal/zipball/f38ee8aaca2d58ee88653cb34a6a3880c23f38a5",
"reference": "f38ee8aaca2d58ee88653cb34a6a3880c23f38a5",
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": {
2022-12-10 18:28:23 +01:00
"doctrine/coding-standard": "10.0.0",
"jetbrains/phpstorm-stubs": "2022.2",
"phpstan/phpstan": "1.8.10",
"phpstan/phpstan-strict-rules": "^1.4",
"phpunit/phpunit": "9.5.25",
"psalm/plugin-phpunit": "0.17.0",
"squizlabs/php_codesniffer": "3.7.1",
"symfony/cache": "^5.4|^6.0",
"symfony/console": "^4.4|^5.4|^6.0",
"vimeo/psalm": "4.29.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",
2022-12-10 18:28:23 +01:00
"source": "https://github.com/doctrine/dbal/tree/3.5.1"
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"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-10-24T07:26:18+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "doctrine/deprecations",
2022-12-10 18:28:23 +01:00
"version": "v1.0.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/deprecations.git",
2022-12-10 18:28:23 +01:00
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
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/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": "^7.1|^8.0"
},
"require-dev": {
2022-12-10 18:28:23 +01:00
"doctrine/coding-standard": "^9",
"phpunit/phpunit": "^7.5|^8.5|^9.5",
"psr/log": "^1|^2|^3"
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",
2022-12-10 18:28:23 +01:00
"source": "https://github.com/doctrine/deprecations/tree/v1.0.0"
2021-05-01 11:57:31 +02:00
},
2022-12-10 18:28:23 +01:00
"time": "2022-05-02T15:47:09+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",
2022-12-10 18:28:23 +01:00
"version": "2.0.6",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
2022-12-10 18:28:23 +01:00
"reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024"
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/inflector/zipball/d9d313a36c872fd6ee06d9a6cbcf713eaa40f024",
"reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
2022-12-10 18:28:23 +01:00
"doctrine/coding-standard": "^10",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.3",
"phpunit/phpunit": "^8.5 || ^9.5",
"vimeo/psalm": "^4.25"
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",
2022-12-10 18:28:23 +01:00
"source": "https://github.com/doctrine/inflector/tree/2.0.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%2Finflector",
"type": "tidelift"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-10-20T09:10:12+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "doctrine/lexer",
2022-12-10 18:28:23 +01:00
"version": "1.2.3",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
2022-12-10 18:28:23 +01:00
"reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
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/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
"reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2022-12-10 18:28:23 +01: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.0",
"phpstan/phpstan": "^1.3",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.11"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
}
},
"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",
2022-12-10 18:28:23 +01:00
"source": "https://github.com/doctrine/lexer/tree/1.2.3"
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"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-02-28T11:07:21+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "egulias/email-validator",
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/egulias/EmailValidator.git",
2022-12-10 18:28:23 +01:00
"reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715"
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/egulias/EmailValidator/zipball/f88dcf4b14af14a98ad96b14b2b317969eab6715",
"reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"doctrine/lexer": "^1.2",
"php": ">=7.2",
"symfony/polyfill-intl-idn": "^1.15"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^8.5.8|^9.3.3",
"vimeo/psalm": "^4"
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"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",
2022-12-10 18:28:23 +01:00
"source": "https://github.com/egulias/EmailValidator/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/egulias",
"type": "github"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-06-18T20:57:19+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",
2022-12-10 18:28:23 +01:00
"version": "v1.1.0",
2021-05-01 11:57:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Result-Type.git",
2022-12-10 18:28:23 +01:00
"reference": "a878d45c1914464426dc94da61c9e1d36ae262a8"
2021-05-01 11:57:31 +02:00
},
"dist": {
"type": "zip",
2022-12-10 18:28:23 +01:00
"url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/a878d45c1914464426dc94da61c9e1d36ae262a8",
"reference": "a878d45c1914464426dc94da61c9e1d36ae262a8",
2021-05-01 11:57:31 +02:00
"shasum": ""
},
"require": {
2022-12-10 18:28:23 +01:00
"php": "^7.2.5 || ^8.0",
"phpoption/phpoption": "^1.9"
2021-05-01 11:57:31 +02:00
},
"require-dev": {
2022-12-10 18:28:23 +01:00
"phpunit/phpunit": "^8.5.28 || ^9.5.21"
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",
2022-12-10 18:28:23 +01:00
"source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.0"
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"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-07-30T15:56:11+00:00"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
{
"name": "guzzlehttp/guzzle",
2022-12-10 18:28:23 +01:00
"version": "7.5.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2022-12-10 18:28:23 +01:00
"reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba"
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/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba",
"reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"ext-json": "*",
2021-11-30 23:29:51 +01:00
"guzzlehttp/promises": "^1.5",
2022-06-21 23:01:44 +02:00
"guzzlehttp/psr7": "^1.9 || ^2.4",
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": "*",
2021-05-01 11:57:31 +02:00
"php-http/client-integration-tests": "^3.0",
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
"branch-alias": {
2022-12-10 18:28:23 +01:00
"dev-master": "7.5-dev"
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",
2022-12-10 18:28:23 +01:00
"source": "https://github.com/guzzle/guzzle/tree/7.5.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
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-08-28T15:39:27+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "guzzlehttp/promises",
2022-12-10 18:28:23 +01:00
"version": "1.5.2",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
2022-12-10 18:28:23 +01:00
"reference": "b94b2807d85443f9719887892882d0329d1e2598"
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/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598",
"reference": "b94b2807d85443f9719887892882d0329d1e2598",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.4 || ^5.1"
},
"type": "library",
"extra": {
"branch-alias": {
2021-11-30 23:29:51 +01:00
"dev-master": "1.5-dev"
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\\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",
2022-12-10 18:28:23 +01:00
"source": "https://github.com/guzzle/promises/tree/1.5.2"
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"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-08-28T14:55:35+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "guzzlehttp/psr7",
2023-04-19 22:39:48 +02:00
"version": "2.5.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2023-04-19 22:39:48 +02:00
"reference": "b635f279edd83fc275f822a1188157ffea568ff6"
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/guzzle/psr7/zipball/b635f279edd83fc275f822a1188157ffea568ff6",
"reference": "b635f279edd83fc275f822a1188157ffea568ff6",
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-04-19 22:39:48 +02:00
"source": "https://github.com/guzzle/psr7/tree/2.5.0"
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-04-19 22:39:48 +02:00
"time": "2023-04-17T16:11:26+00:00"
2021-05-01 11:57:31 +02:00
},
2022-06-10 12:31:37 +02:00
{
"name": "illuminate/bus",
2022-12-10 20:39:09 +01:00
"version": "v9.43.0",
2022-06-10 12:31:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/bus.git",
2022-12-10 20:39:09 +01:00
"reference": "c7f09872054f2b361f8ed9e9e988b3c9be06c596"
2022-06-10 12:31:37 +02:00
},
"dist": {
"type": "zip",
2022-12-10 20:39:09 +01:00
"url": "https://api.github.com/repos/illuminate/bus/zipball/c7f09872054f2b361f8ed9e9e988b3c9be06c596",
"reference": "c7f09872054f2b361f8ed9e9e988b3c9be06c596",
2022-06-10 12:31:37 +02:00
"shasum": ""
},
"require": {
2022-12-10 20:39:09 +01:00
"illuminate/collections": "^9.0",
"illuminate/contracts": "^9.0",
"illuminate/pipeline": "^9.0",
"illuminate/support": "^9.0",
"php": "^8.0.2"
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": {
2022-12-10 20:39:09 +01:00
"dev-master": "9.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"
},
2022-12-10 20:39:09 +01:00
"time": "2022-11-25T07:56:47+00:00"
2022-06-10 12:31:37 +02:00
},
2021-05-01 11:57:31 +02:00
{
"name": "illuminate/collections",
2022-12-10 20:39:09 +01:00
"version": "v9.43.0",
2021-05-01 11:57:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/collections.git",
2022-12-10 20:39:09 +01:00
"reference": "7a8afa0875d7de162f30865d9fae33c8fb235fa2"
2021-05-01 11:57:31 +02:00
},
"dist": {
"type": "zip",
2022-12-10 20:39:09 +01:00
"url": "https://api.github.com/repos/illuminate/collections/zipball/7a8afa0875d7de162f30865d9fae33c8fb235fa2",
"reference": "7a8afa0875d7de162f30865d9fae33c8fb235fa2",
2021-05-01 11:57:31 +02:00
"shasum": ""
},
"require": {
2022-12-10 20:39:09 +01:00
"illuminate/conditionable": "^9.0",
"illuminate/contracts": "^9.0",
"illuminate/macroable": "^9.0",
"php": "^8.0.2"
2021-05-01 11:57:31 +02:00
},
"suggest": {
2022-12-10 20:39:09 +01:00
"symfony/var-dumper": "Required to use the dump method (^6.0)."
2021-05-01 11:57:31 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-10 20:39:09 +01:00
"dev-master": "9.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"
},
2022-12-10 20:39:09 +01:00
"time": "2022-12-02T18:48:05+00:00"
},
{
"name": "illuminate/conditionable",
"version": "v9.43.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/conditionable.git",
"reference": "5b40f51ccb07e0e7b1ec5559d8db9e0e2dc51883"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/conditionable/zipball/5b40f51ccb07e0e7b1ec5559d8db9e0e2dc51883",
"reference": "5b40f51ccb07e0e7b1ec5559d8db9e0e2dc51883",
"shasum": ""
},
"require": {
"php": "^8.0.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "9.x-dev"
}
},
"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"
},
"time": "2022-07-29T19:44:19+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "illuminate/container",
2022-12-10 20:39:09 +01:00
"version": "v9.43.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/container.git",
2022-12-10 20:39:09 +01:00
"reference": "8ca3036459e26dc7cdedaf0f882b625757cc341e"
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/illuminate/container/zipball/8ca3036459e26dc7cdedaf0f882b625757cc341e",
"reference": "8ca3036459e26dc7cdedaf0f882b625757cc341e",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2022-12-10 20:39:09 +01:00
"illuminate/contracts": "^9.0",
"php": "^8.0.2",
"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": {
2022-12-10 20:39:09 +01:00
"dev-master": "9.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"
},
2022-12-10 20:39:09 +01:00
"time": "2022-09-05T15:58:42+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "illuminate/contracts",
2022-12-10 20:39:09 +01:00
"version": "v9.43.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/contracts.git",
2022-12-10 20:39:09 +01:00
"reference": "c7cc6e6198cac6dfdead111f9758de25413188b7"
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/illuminate/contracts/zipball/c7cc6e6198cac6dfdead111f9758de25413188b7",
"reference": "c7cc6e6198cac6dfdead111f9758de25413188b7",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2022-12-10 20:39:09 +01:00
"php": "^8.0.2",
"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": {
2022-12-10 20:39:09 +01:00
"dev-master": "9.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"
},
2022-12-10 20:39:09 +01:00
"time": "2022-10-31T22:25:40+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "illuminate/database",
2022-12-10 20:39:09 +01:00
"version": "v9.43.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/database.git",
2022-12-10 20:39:09 +01:00
"reference": "9d08866faf75adee93e354315ae68c86915d1541"
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/illuminate/database/zipball/9d08866faf75adee93e354315ae68c86915d1541",
"reference": "9d08866faf75adee93e354315ae68c86915d1541",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"ext-json": "*",
2022-12-10 20:39:09 +01:00
"illuminate/collections": "^9.0",
"illuminate/container": "^9.0",
"illuminate/contracts": "^9.0",
"illuminate/macroable": "^9.0",
"illuminate/support": "^9.0",
"php": "^8.0.2",
"symfony/console": "^6.0.9"
2021-04-12 17:46:01 +02:00
},
"suggest": {
2021-11-30 23:29:51 +01:00
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).",
2021-04-12 17:46:01 +02:00
"fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
2022-12-10 20:39:09 +01:00
"illuminate/console": "Required to use the database commands (^9.0).",
"illuminate/events": "Required to use the observers with Eloquent (^9.0).",
"illuminate/filesystem": "Required to use the migrations (^9.0).",
"illuminate/pagination": "Required to paginate the result set (^9.0).",
"symfony/finder": "Required to use Eloquent model factories (^6.0)."
2021-04-12 17:46:01 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-10 20:39:09 +01:00
"dev-master": "9.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"
},
2022-12-10 20:39:09 +01:00
"time": "2022-12-02T15:12:12+00:00"
2021-05-01 11:57:31 +02:00
},
2022-06-10 12:31:37 +02:00
{
"name": "illuminate/events",
2022-12-10 20:39:09 +01:00
"version": "v9.43.0",
2022-06-10 12:31:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/events.git",
2022-12-10 20:39:09 +01:00
"reference": "8e534676bac23bc17925f5c74c128f9c09b98f69"
2022-06-10 12:31:37 +02:00
},
"dist": {
"type": "zip",
2022-12-10 20:39:09 +01:00
"url": "https://api.github.com/repos/illuminate/events/zipball/8e534676bac23bc17925f5c74c128f9c09b98f69",
"reference": "8e534676bac23bc17925f5c74c128f9c09b98f69",
2022-06-10 12:31:37 +02:00
"shasum": ""
},
"require": {
2022-12-10 20:39:09 +01:00
"illuminate/bus": "^9.0",
"illuminate/collections": "^9.0",
"illuminate/container": "^9.0",
"illuminate/contracts": "^9.0",
"illuminate/macroable": "^9.0",
"illuminate/support": "^9.0",
"php": "^8.0.2"
2022-06-10 12:31:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-10 20:39:09 +01:00
"dev-master": "9.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"
},
2022-12-10 20:39:09 +01:00
"time": "2022-09-15T13:14:12+00:00"
2022-06-10 12:31:37 +02:00
},
{
"name": "illuminate/filesystem",
2022-12-10 20:39:09 +01:00
"version": "v9.43.0",
2022-06-10 12:31:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/filesystem.git",
2022-12-10 20:39:09 +01:00
"reference": "3e29c07c25e759a99ec09377838e3926e33d9f5f"
2022-06-10 12:31:37 +02:00
},
"dist": {
"type": "zip",
2022-12-10 20:39:09 +01:00
"url": "https://api.github.com/repos/illuminate/filesystem/zipball/3e29c07c25e759a99ec09377838e3926e33d9f5f",
"reference": "3e29c07c25e759a99ec09377838e3926e33d9f5f",
2022-06-10 12:31:37 +02:00
"shasum": ""
},
"require": {
2022-12-10 20:39:09 +01:00
"illuminate/collections": "^9.0",
"illuminate/contracts": "^9.0",
"illuminate/macroable": "^9.0",
"illuminate/support": "^9.0",
"php": "^8.0.2",
"symfony/finder": "^6.0"
2022-06-10 12:31:37 +02:00
},
"suggest": {
"ext-ftp": "Required to use the Flysystem FTP driver.",
"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).",
2022-12-10 20:39:09 +01:00
"symfony/filesystem": "Required to enable support for relative symbolic links (^6.0).",
"symfony/mime": "Required to enable support for guessing extensions (^6.0)."
2022-06-10 12:31:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-10 20:39:09 +01:00
"dev-master": "9.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"
},
2022-12-10 20:39:09 +01:00
"time": "2022-11-17T14:45:11+00:00"
2022-06-10 12:31:37 +02:00
},
2021-05-01 11:57:31 +02:00
{
"name": "illuminate/macroable",
2022-12-10 20:39:09 +01:00
"version": "v9.43.0",
2021-05-01 11:57:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/macroable.git",
2022-12-10 20:39:09 +01:00
"reference": "e3bfaf6401742a9c6abca61b9b10e998e5b6449a"
2021-05-01 11:57:31 +02:00
},
"dist": {
"type": "zip",
2022-12-10 20:39:09 +01:00
"url": "https://api.github.com/repos/illuminate/macroable/zipball/e3bfaf6401742a9c6abca61b9b10e998e5b6449a",
"reference": "e3bfaf6401742a9c6abca61b9b10e998e5b6449a",
2021-05-01 11:57:31 +02:00
"shasum": ""
},
"require": {
2022-12-10 20:39:09 +01:00
"php": "^8.0.2"
2021-05-01 11:57:31 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-10 20:39:09 +01:00
"dev-master": "9.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"
},
2022-12-10 20:39:09 +01:00
"time": "2022-08-09T13:29:29+00:00"
2021-04-12 17:46:01 +02:00
},
2022-06-10 12:31:37 +02:00
{
"name": "illuminate/pipeline",
2022-12-10 20:39:09 +01:00
"version": "v9.43.0",
2022-06-10 12:31:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/pipeline.git",
2022-12-10 20:39:09 +01:00
"reference": "e0be3f3f79f8235ad7334919ca4094d5074e02f6"
2022-06-10 12:31:37 +02:00
},
"dist": {
"type": "zip",
2022-12-10 20:39:09 +01:00
"url": "https://api.github.com/repos/illuminate/pipeline/zipball/e0be3f3f79f8235ad7334919ca4094d5074e02f6",
"reference": "e0be3f3f79f8235ad7334919ca4094d5074e02f6",
2022-06-10 12:31:37 +02:00
"shasum": ""
},
"require": {
2022-12-10 20:39:09 +01:00
"illuminate/contracts": "^9.0",
"illuminate/support": "^9.0",
"php": "^8.0.2"
2022-06-10 12:31:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-10 20:39:09 +01:00
"dev-master": "9.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"
},
2022-12-10 20:39:09 +01:00
"time": "2022-06-09T14:13:53+00:00"
2022-06-10 12:31:37 +02:00
},
2021-04-12 17:46:01 +02:00
{
"name": "illuminate/support",
2022-12-10 20:39:09 +01:00
"version": "v9.43.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/support.git",
2022-12-10 20:39:09 +01:00
"reference": "f3ec55d0f6256cb9da7e13fe758c75b443895226"
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/illuminate/support/zipball/f3ec55d0f6256cb9da7e13fe758c75b443895226",
"reference": "f3ec55d0f6256cb9da7e13fe758c75b443895226",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2022-12-10 20:39:09 +01:00
"doctrine/inflector": "^2.0",
2021-04-12 17:46:01 +02:00
"ext-json": "*",
"ext-mbstring": "*",
2022-12-10 20:39:09 +01:00
"illuminate/collections": "^9.0",
"illuminate/conditionable": "^9.0",
"illuminate/contracts": "^9.0",
"illuminate/macroable": "^9.0",
"nesbot/carbon": "^2.62.1",
"php": "^8.0.2",
"voku/portable-ascii": "^2.0"
2021-04-12 17:46:01 +02:00
},
"conflict": {
"tightenco/collect": "<5.5.33"
},
"suggest": {
2022-12-10 20:39:09 +01:00
"illuminate/filesystem": "Required to use the composer class (^9.0).",
"league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.0.2).",
2021-11-30 23:29:51 +01:00
"ramsey/uuid": "Required to use Str::uuid() (^4.2.2).",
2022-12-10 20:39:09 +01:00
"symfony/process": "Required to use the composer class (^6.0).",
"symfony/uid": "Required to use Str::ulid() (^6.0).",
"symfony/var-dumper": "Required to use the dd function (^6.0).",
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": {
2022-12-10 20:39:09 +01:00
"dev-master": "9.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"
},
2022-12-10 20:39:09 +01:00
"time": "2022-12-05T15:05:31+00:00"
2021-04-12 17:46:01 +02:00
},
2022-06-10 12:31:37 +02:00
{
"name": "illuminate/view",
2022-12-10 20:39:09 +01:00
"version": "v9.43.0",
2022-06-10 12:31:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/view.git",
2022-12-10 20:39:09 +01:00
"reference": "951a68bbbecaa5f744bfd01e8dcdd482d0604348"
2022-06-10 12:31:37 +02:00
},
"dist": {
"type": "zip",
2022-12-10 20:39:09 +01:00
"url": "https://api.github.com/repos/illuminate/view/zipball/951a68bbbecaa5f744bfd01e8dcdd482d0604348",
"reference": "951a68bbbecaa5f744bfd01e8dcdd482d0604348",
2022-06-10 12:31:37 +02:00
"shasum": ""
},
"require": {
"ext-json": "*",
2022-12-10 20:39:09 +01:00
"illuminate/collections": "^9.0",
"illuminate/container": "^9.0",
"illuminate/contracts": "^9.0",
"illuminate/events": "^9.0",
"illuminate/filesystem": "^9.0",
"illuminate/macroable": "^9.0",
"illuminate/support": "^9.0",
"php": "^8.0.2"
2022-06-10 12:31:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-10 20:39:09 +01:00
"dev-master": "9.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"
},
2022-12-10 20:39:09 +01:00
"time": "2022-11-18T19:51:25+00:00"
2022-06-10 12:31:37 +02:00
},
2021-04-12 17:46:01 +02:00
{
"name": "league/oauth2-client",
2021-11-30 23:29:51 +01:00
"version": "2.6.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/oauth2-client.git",
2021-11-30 23:29:51 +01:00
"reference": "2334c249907190c132364f5dae0287ab8666aa19"
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/thephpleague/oauth2-client/zipball/2334c249907190c132364f5dae0287ab8666aa19",
"reference": "2334c249907190c132364f5dae0287ab8666aa19",
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",
2021-11-30 23:29:51 +01:00
"source": "https://github.com/thephpleague/oauth2-client/tree/2.6.1"
2021-05-01 11:57:31 +02:00
},
2021-11-30 23:29:51 +01:00
"time": "2021-12-22T16:42:49+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "nesbot/carbon",
2022-12-10 18:28:23 +01:00
"version": "2.64.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
2022-12-10 18:28:23 +01:00
"reference": "889546413c97de2d05063b8cb7b193c2531ea211"
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/briannesbitt/Carbon/zipball/889546413c97de2d05063b8cb7b193c2531ea211",
"reference": "889546413c97de2d05063b8cb7b193c2531ea211",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^7.1.8 || ^8.0",
"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
},
"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"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-11-26T17:36:00+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-04-21 22:48:25 +02:00
"version": "1.6.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/Nyholm/psr7.git",
2023-04-21 22:48:25 +02:00
"reference": "e874c8c4286a1e010fb4f385f3a55ac56a05cc93"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-04-21 22:48:25 +02:00
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/e874c8c4286a1e010fb4f385f3a55ac56a05cc93",
"reference": "e874c8c4286a1e010fb4f385f3a55ac56a05cc93",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1",
"php-http/message-factory": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0"
},
"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",
2021-04-12 17:46:01 +02:00
"php-http/psr7-integration-tests": "^1.0",
"phpunit/phpunit": "^7.5 || 8.5 || 9.4",
"symfony/error-handler": "^4.4"
},
"type": "library",
"extra": {
"branch-alias": {
2023-04-21 22:48:25 +02:00
"dev-master": "1.6-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-04-21 22:48:25 +02:00
"source": "https://github.com/Nyholm/psr7/tree/1.6.1"
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-04-21 22:48:25 +02:00
"time": "2023-04-17T16:03:48+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": "php-http/message-factory",
2023-04-21 22:48:25 +02:00
"version": "1.1.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-http/message-factory.git",
2023-04-21 22:48:25 +02:00
"reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2023-04-21 22:48:25 +02:00
"url": "https://api.github.com/repos/php-http/message-factory/zipball/4d8778e1c7d405cbb471574821c1ff5b68cc8f57",
"reference": "4d8778e1c7d405cbb471574821c1ff5b68cc8f57",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=5.4",
2023-04-21 22:48:25 +02:00
"psr/http-message": "^1.0 || ^2.0"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2023-04-21 22:48:25 +02:00
"dev-master": "1.x-dev"
2021-04-12 17:46:01 +02:00
}
},
"autoload": {
"psr-4": {
"Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
}
],
"description": "Factory interfaces for PSR-7 HTTP Message",
"homepage": "http://php-http.org",
"keywords": [
"factory",
"http",
"message",
"stream",
"uri"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/php-http/message-factory/issues",
2023-04-21 22:48:25 +02:00
"source": "https://github.com/php-http/message-factory/tree/1.1.0"
2021-05-01 11:57:31 +02:00
},
2023-04-21 22:48:25 +02:00
"time": "2023-04-14T14:16:17+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "phpoption/phpoption",
2022-12-10 18:28:23 +01:00
"version": "1.9.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/php-option.git",
2022-12-10 18:28:23 +01:00
"reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab"
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/schmittjoh/php-option/zipball/dc5ff11e274a90cc1c743f66c9ad700ce50db9ab",
"reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab",
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": {
2022-12-10 18:28:23 +01:00
"bamarni/composer-bin-plugin": "^1.8",
"phpunit/phpunit": "^8.5.28 || ^9.5.21"
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",
2022-12-10 18:28:23 +01:00
"source": "https://github.com/schmittjoh/php-option/tree/1.9.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/phpoption/phpoption",
"type": "tidelift"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-07-30T15:51:26+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
},
{
"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",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-client.git",
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0",
"psr/http-message": "^1.0"
},
"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",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP clients",
"homepage": "https://github.com/php-fig/http-client",
"keywords": [
"http",
"http-client",
"psr",
"psr-18"
],
"support": {
"source": "https://github.com/php-fig/http-client/tree/master"
},
"time": "2020-06-29T06:28:15+00: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",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-server-handler.git",
"reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
"reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
"shasum": ""
},
"require": {
"php": ">=7.0",
"psr/http-message": "^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",
"homepage": "http://www.php-fig.org/"
}
],
"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": {
"issues": "https://github.com/php-fig/http-server-handler/issues",
"source": "https://github.com/php-fig/http-server-handler/tree/master"
},
2021-04-12 17:46:01 +02:00
"time": "2018-10-30T16:46:14+00:00"
},
{
"name": "psr/http-server-middleware",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-server-middleware.git",
"reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5",
"reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5",
"shasum": ""
},
"require": {
"php": ">=7.0",
"psr/http-message": "^1.0",
"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",
"homepage": "http://www.php-fig.org/"
}
],
"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",
"source": "https://github.com/php-fig/http-server-middleware/tree/master"
},
2021-04-12 17:46:01 +02:00
"time": "2018-10-30T17:12:04+00: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",
"version": "v0.14.0",
"source": {
"type": "git",
"url": "https://github.com/rcrowe/TwigBridge.git",
"reference": "f4968efb99537cc1b37c5bf20280614aadc31825"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rcrowe/TwigBridge/zipball/f4968efb99537cc1b37c5bf20280614aadc31825",
"reference": "f4968efb99537cc1b37c5bf20280614aadc31825",
"shasum": ""
},
"require": {
"illuminate/support": "^6|^7|^8|^9",
"illuminate/view": "^6|^7|^8|^9",
"php": "^7.2.5 || ^8.0",
"twig/twig": "~3.0"
},
"require-dev": {
"ext-json": "*",
"laravel/framework": "^6|^7|^8|^9",
"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": {
"dev-master": "0.13-dev"
},
"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",
"source": "https://github.com/rcrowe/TwigBridge/tree/v0.14.0"
},
"time": "2022-03-08T17:21:17+00: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/console",
2022-12-10 20:39:09 +01:00
"version": "v6.2.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2022-12-10 20:39:09 +01:00
"reference": "58f6cef5dc5f641b7bbdbf8b32b44cc926c35f3f"
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/symfony/console/zipball/58f6cef5dc5f641b7bbdbf8b32b44cc926c35f3f",
"reference": "58f6cef5dc5f641b7bbdbf8b32b44cc926c35f3f",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2022-12-10 20:39:09 +01:00
"php": ">=8.1",
2021-11-30 23:29:51 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
2021-04-12 17:46:01 +02:00
"symfony/polyfill-mbstring": "~1.0",
2021-11-30 23:29:51 +01:00
"symfony/service-contracts": "^1.1|^2|^3",
2022-12-10 20:39:09 +01:00
"symfony/string": "^5.4|^6.0"
2021-04-12 17:46:01 +02:00
},
"conflict": {
2022-12-10 20:39:09 +01:00
"symfony/dependency-injection": "<5.4",
"symfony/dotenv": "<5.4",
"symfony/event-dispatcher": "<5.4",
"symfony/lock": "<5.4",
"symfony/process": "<5.4"
2021-04-12 17:46:01 +02:00
},
"provide": {
2022-12-10 20:39:09 +01:00
"psr/log-implementation": "1.0|2.0|3.0"
2021-04-12 17:46:01 +02:00
},
"require-dev": {
2022-12-10 20:39:09 +01:00
"psr/log": "^1|^2|^3",
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/lock": "^5.4|^6.0",
"symfony/process": "^5.4|^6.0",
"symfony/var-dumper": "^5.4|^6.0"
2021-04-12 17:46:01 +02:00
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/lock": "",
"symfony/process": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Eases the creation of beautiful and testable command line interfaces",
"homepage": "https://symfony.com",
"keywords": [
"cli",
"command line",
"console",
"terminal"
],
2021-05-01 11:57:31 +02:00
"support": {
2022-12-10 20:39:09 +01:00
"source": "https://github.com/symfony/console/tree/v6.2.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"
}
],
2022-12-10 20:39:09 +01:00
"time": "2022-12-01T13:44:20+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/deprecation-contracts",
2022-12-10 18:28:23 +01:00
"version": "v3.2.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
2022-12-10 18:28:23 +01:00
"reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3"
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/symfony/deprecation-contracts/zipball/1ee04c65529dea5d8744774d474e7cbd2f1206d3",
"reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3",
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": {
2022-12-10 18:28:23 +01:00
"dev-main": "3.3-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": {
2022-12-10 18:28:23 +01:00
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.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"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-11-25T10:21:52+00:00"
2021-04-12 17:46:01 +02:00
},
2021-12-20 21:07:00 +01:00
{
"name": "symfony/event-dispatcher",
2022-12-10 18:28:23 +01:00
"version": "v6.2.0",
2021-12-20 21:07:00 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
2022-12-10 18:28:23 +01:00
"reference": "9efb1618fabee89515fe031314e8ed5625f85a53"
2021-12-20 21:07:00 +01:00
},
"dist": {
"type": "zip",
2022-12-10 18:28:23 +01:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9efb1618fabee89515fe031314e8ed5625f85a53",
"reference": "9efb1618fabee89515fe031314e8ed5625f85a53",
2021-12-20 21:07:00 +01:00
"shasum": ""
},
"require": {
2022-12-10 18:28:23 +01:00
"php": ">=8.1",
"symfony/event-dispatcher-contracts": "^2|^3"
2021-12-20 21:07:00 +01:00
},
"conflict": {
2022-12-10 18:28:23 +01:00
"symfony/dependency-injection": "<5.4"
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",
2021-12-20 21:07:00 +01:00
"symfony/service-contracts": "^1.1|^2|^3",
2022-12-10 18:28:23 +01:00
"symfony/stopwatch": "^5.4|^6.0"
2021-12-20 21:07:00 +01:00
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
},
"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": {
2022-12-10 18:28:23 +01:00
"source": "https://github.com/symfony/event-dispatcher/tree/v6.2.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"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-11-02T09:08:04+00:00"
2021-12-20 21:07:00 +01:00
},
{
"name": "symfony/event-dispatcher-contracts",
2022-12-10 18:28:23 +01:00
"version": "v3.2.0",
2021-12-20 21:07:00 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
2022-12-10 18:28:23 +01:00
"reference": "0782b0b52a737a05b4383d0df35a474303cabdae"
2021-12-20 21:07:00 +01:00
},
"dist": {
"type": "zip",
2022-12-10 18:28:23 +01:00
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0782b0b52a737a05b4383d0df35a474303cabdae",
"reference": "0782b0b52a737a05b4383d0df35a474303cabdae",
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"
},
"suggest": {
"symfony/event-dispatcher-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-10 18:28:23 +01:00
"dev-main": "3.3-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": {
2022-12-10 18:28:23 +01:00
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.2.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"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-11-25T10:21:52+00:00"
2021-12-20 21:07:00 +01:00
},
2022-06-10 12:31:37 +02:00
{
"name": "symfony/finder",
2022-12-10 20:39:09 +01:00
"version": "v6.2.0",
2022-06-10 12:31:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2022-12-10 20:39:09 +01:00
"reference": "eb2355f69519e4ef33f1835bca4c935f5d42e570"
2022-06-10 12:31:37 +02:00
},
"dist": {
"type": "zip",
2022-12-10 20:39:09 +01:00
"url": "https://api.github.com/repos/symfony/finder/zipball/eb2355f69519e4ef33f1835bca4c935f5d42e570",
"reference": "eb2355f69519e4ef33f1835bca4c935f5d42e570",
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": {
2022-12-10 20:39:09 +01:00
"source": "https://github.com/symfony/finder/tree/v6.2.0"
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"
}
],
2022-12-10 20:39:09 +01:00
"time": "2022-10-09T08:55:40+00:00"
2022-06-10 12:31:37 +02:00
},
2021-04-12 17:46:01 +02:00
{
"name": "symfony/http-foundation",
2022-12-10 20:39:09 +01:00
"version": "v6.2.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
2022-12-10 20:39:09 +01:00
"reference": "d0bbd5a7e81b38f32504399b9199f265505b7bac"
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/symfony/http-foundation/zipball/d0bbd5a7e81b38f32504399b9199f265505b7bac",
"reference": "d0bbd5a7e81b38f32504399b9199f265505b7bac",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2022-12-10 20:39:09 +01:00
"php": ">=8.1",
2021-11-30 23:29:51 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
2022-12-10 20:39:09 +01:00
"symfony/polyfill-mbstring": "~1.1"
},
"conflict": {
"symfony/cache": "<6.2"
2021-04-12 17:46:01 +02:00
},
"require-dev": {
"predis/predis": "~1.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
},
"suggest": {
"symfony/mime": "To use the file extension guesser"
},
"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": {
2022-12-10 20:39:09 +01:00
"source": "https://github.com/symfony/http-foundation/tree/v6.2.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"
}
],
2022-12-10 20:39:09 +01:00
"time": "2022-12-04T18:26:13+00:00"
2021-04-12 17:46:01 +02:00
},
{
2021-12-20 21:07:00 +01:00
"name": "symfony/mailer",
2022-12-10 20:39:09 +01:00
"version": "v6.2.1",
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",
2022-12-10 20:39:09 +01:00
"reference": "a18c3dd41cfcf011e3866802e39b9ae9e541deaf"
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/symfony/mailer/zipball/a18c3dd41cfcf011e3866802e39b9ae9e541deaf",
"reference": "a18c3dd41cfcf011e3866802e39b9ae9e541deaf",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2021-12-20 21:07:00 +01:00
"egulias/email-validator": "^2.1.10|^3",
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",
2021-12-20 21:07:00 +01:00
"symfony/service-contracts": "^1.1|^2|^3"
2021-04-12 17:46:01 +02:00
},
"conflict": {
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",
2021-12-20 21:07:00 +01:00
"symfony/http-client-contracts": "^1.1|^2|^3",
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": {
2022-12-10 20:39:09 +01:00
"source": "https://github.com/symfony/mailer/tree/v6.2.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"
}
],
2022-12-10 20:39:09 +01:00
"time": "2022-12-06T16:54:23+00:00"
2021-04-12 17:46:01 +02:00
},
{
2021-12-20 21:07:00 +01:00
"name": "symfony/mime",
2022-12-10 18:28:23 +01:00
"version": "v6.2.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/mime.git",
2022-12-10 18:28:23 +01:00
"reference": "1e8005a7cbd79fb824ad81308ef2a76592a08bc0"
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/symfony/mime/zipball/1e8005a7cbd79fb824ad81308ef2a76592a08bc0",
"reference": "1e8005a7cbd79fb824ad81308ef2a76592a08bc0",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2022-12-10 18:28:23 +01:00
"php": ">=8.1",
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",
"symfony/serializer": "<6.2"
2021-04-12 17:46:01 +02:00
},
2021-12-20 21:07:00 +01:00
"require-dev": {
"egulias/email-validator": "^2.1.10|^3.1",
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",
"symfony/serializer": "^6.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": {
2022-12-10 18:28:23 +01:00
"source": "https://github.com/symfony/mime/tree/v6.2.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"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-11-28T12:28:19+00:00"
2021-04-12 17:46:01 +02:00
},
{
2021-12-20 21:07:00 +01:00
"name": "symfony/polyfill-ctype",
2022-12-10 18:28:23 +01:00
"version": "v1.27.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",
2022-12-10 18:28:23 +01:00
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
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/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
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": {
2022-12-10 18:28:23 +01:00
"dev-main": "1.27-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": {
2022-12-10 18:28:23 +01:00
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.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"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-11-03T14:55:06+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/polyfill-intl-grapheme",
2022-12-10 18:28:23 +01:00
"version": "v1.27.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
2022-12-10 18:28:23 +01:00
"reference": "511a08c03c1960e08a883f4cffcacd219b758354"
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/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354",
"reference": "511a08c03c1960e08a883f4cffcacd219b758354",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-10 18:28:23 +01:00
"dev-main": "1.27-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\\Grapheme\\": ""
}
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 intl's grapheme_* functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"grapheme",
"intl",
"polyfill",
"portable",
"shim"
],
2021-05-01 11:57:31 +02:00
"support": {
2022-12-10 18:28:23 +01:00
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.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"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-11-03T14:55:06+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/polyfill-intl-idn",
2022-12-10 18:28:23 +01:00
"version": "v1.27.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
2022-12-10 18:28:23 +01:00
"reference": "639084e360537a19f9ee352433b84ce831f3d2da"
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/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da",
"reference": "639084e360537a19f9ee352433b84ce831f3d2da",
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": {
2022-12-10 18:28:23 +01:00
"dev-main": "1.27-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": {
2022-12-10 18:28:23 +01:00
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.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"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-11-03T14:55:06+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/polyfill-intl-normalizer",
2022-12-10 18:28:23 +01:00
"version": "v1.27.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2022-12-10 18:28:23 +01:00
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
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/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-10 18:28:23 +01:00
"dev-main": "1.27-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": {
2022-12-10 18:28:23 +01:00
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.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"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-11-03T14:55:06+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/polyfill-mbstring",
2022-12-10 18:28:23 +01:00
"version": "v1.27.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2022-12-10 18:28:23 +01:00
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
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/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
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": {
2022-12-10 18:28:23 +01:00
"dev-main": "1.27-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": {
2022-12-10 18:28:23 +01:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.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"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-11-03T14:55:06+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/polyfill-php72",
2022-12-10 18:28:23 +01:00
"version": "v1.27.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
2022-12-10 18:28:23 +01:00
"reference": "869329b1e9894268a8a61dabb69153029b7a8c97"
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/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97",
"reference": "869329b1e9894268a8a61dabb69153029b7a8c97",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-10 18:28:23 +01:00
"dev-main": "1.27-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": {
2022-12-10 18:28:23 +01:00
"source": "https://github.com/symfony/polyfill-php72/tree/v1.27.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"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-11-03T14:55:06+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/polyfill-php80",
2022-12-10 18:28:23 +01:00
"version": "v1.27.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
2022-12-10 18:28:23 +01:00
"reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
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/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
"reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-10 18:28:23 +01:00
"dev-main": "1.27-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": {
2022-12-10 18:28:23 +01:00
"source": "https://github.com/symfony/polyfill-php80/tree/v1.27.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"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-11-03T14:55:06+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/psr-http-message-bridge",
2022-12-10 18:28:23 +01:00
"version": "v2.1.4",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/psr-http-message-bridge.git",
2022-12-10 18:28:23 +01:00
"reference": "a125b93ef378c492e274f217874906fb9babdebb"
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/symfony/psr-http-message-bridge/zipball/a125b93ef378c492e274f217874906fb9babdebb",
"reference": "a125b93ef378c492e274f217874906fb9babdebb",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1",
"psr/http-message": "^1.0",
2021-11-30 23:29:51 +01:00
"symfony/http-foundation": "^4.4 || ^5.0 || ^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",
"symfony/browser-kit": "^4.4 || ^5.0 || ^6.0",
"symfony/config": "^4.4 || ^5.0 || ^6.0",
"symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0",
"symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.0 || ^6.0",
"symfony/phpunit-bridge": "^5.4@dev || ^6.0"
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": {
"dev-main": "2.1-dev"
}
},
"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",
2022-12-10 18:28:23 +01:00
"source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.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"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-11-28T22:46:34+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/service-contracts",
2022-12-10 20:39:09 +01:00
"version": "v3.1.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
2022-12-10 20:39:09 +01:00
"reference": "925e713fe8fcacf6bc05e936edd8dd5441a21239"
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/symfony/service-contracts/zipball/925e713fe8fcacf6bc05e936edd8dd5441a21239",
"reference": "925e713fe8fcacf6bc05e936edd8dd5441a21239",
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
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-10 20:39:09 +01:00
"dev-main": "3.1-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": {
2022-12-10 20:39:09 +01:00
"source": "https://github.com/symfony/service-contracts/tree/v3.1.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"
}
],
2022-12-10 20:39:09 +01:00
"time": "2022-05-30T19:18:58+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/string",
2022-12-10 18:28:23 +01:00
"version": "v6.2.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
2022-12-10 18:28:23 +01:00
"reference": "145702685e0d12f81d755c71127bfff7582fdd36"
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/symfony/string/zipball/145702685e0d12f81d755c71127bfff7582fdd36",
"reference": "145702685e0d12f81d755c71127bfff7582fdd36",
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
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
2022-12-10 18:28:23 +01:00
"symfony/polyfill-mbstring": "~1.0"
2021-11-30 23:29:51 +01:00
},
"conflict": {
2022-12-10 18:28:23 +01:00
"symfony/translation-contracts": "<2.0"
2021-04-12 17:46:01 +02:00
},
"require-dev": {
2022-12-10 18:28:23 +01:00
"symfony/error-handler": "^5.4|^6.0",
"symfony/http-client": "^5.4|^6.0",
"symfony/intl": "^6.2",
"symfony/translation-contracts": "^2.0|^3.0",
"symfony/var-exporter": "^5.4|^6.0"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"autoload": {
"files": [
"Resources/functions.php"
],
2022-12-10 18:28:23 +01:00
"psr-4": {
"Symfony\\Component\\String\\": ""
},
2021-04-12 17:46:01 +02:00
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
"homepage": "https://symfony.com",
"keywords": [
"grapheme",
"i18n",
"string",
"unicode",
"utf-8",
"utf8"
],
2021-05-01 11:57:31 +02:00
"support": {
2022-12-10 18:28:23 +01:00
"source": "https://github.com/symfony/string/tree/v6.2.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"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-11-30T17:13:47+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/translation",
2022-12-10 18:28:23 +01:00
"version": "v6.2.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
2022-12-10 18:28:23 +01:00
"reference": "c08de62caead8357244efcb809d0b1a2584f2198"
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/symfony/translation/zipball/c08de62caead8357244efcb809d0b1a2584f2198",
"reference": "c08de62caead8357244efcb809d0b1a2584f2198",
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
"symfony/polyfill-mbstring": "~1.0",
2022-12-10 18:28:23 +01:00
"symfony/translation-contracts": "^2.3|^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",
"symfony/http-kernel": "<5.4",
"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",
2021-11-30 23:29:51 +01:00
"symfony/http-client-contracts": "^1.1|^2.0|^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",
2021-11-30 23:29:51 +01:00
"symfony/service-contracts": "^1.1.2|^2|^3",
2022-12-10 18:28:23 +01:00
"symfony/yaml": "^5.4|^6.0"
2021-04-12 17:46:01 +02:00
},
"suggest": {
2022-12-10 18:28:23 +01:00
"nikic/php-parser": "To use PhpAstExtractor",
2021-04-12 17:46:01 +02:00
"psr/log-implementation": "To use logging capability in translator",
"symfony/config": "",
"symfony/yaml": ""
},
"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": {
2022-12-10 18:28:23 +01:00
"source": "https://github.com/symfony/translation/tree/v6.2.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"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-11-02T09:08:04+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/translation-contracts",
2022-12-10 18:28:23 +01:00
"version": "v3.2.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
2022-12-10 18:28:23 +01:00
"reference": "68cce71402305a015f8c1589bfada1280dc64fe7"
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/symfony/translation-contracts/zipball/68cce71402305a015f8c1589bfada1280dc64fe7",
"reference": "68cce71402305a015f8c1589bfada1280dc64fe7",
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
},
"suggest": {
"symfony/translation-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-10 18:28:23 +01:00
"dev-main": "3.3-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": {
2022-12-10 18:28:23 +01:00
"source": "https://github.com/symfony/translation-contracts/tree/v3.2.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"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-11-25T10:21:52+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "twig/twig",
2022-10-01 19:28:34 +02:00
"version": "v3.4.3",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
2022-10-01 19:28:34 +02:00
"reference": "c38fd6b0b7f370c198db91ffd02e23b517426b58"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2022-10-01 19:28:34 +02:00
"url": "https://api.github.com/repos/twigphp/Twig/zipball/c38fd6b0b7f370c198db91ffd02e23b517426b58",
"reference": "c38fd6b0b7f370c198db91ffd02e23b517426b58",
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": {
"psr/container": "^1.0",
2021-11-30 23:29:51 +01:00
"symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-10-01 19:28:34 +02:00
"dev-master": "3.4-dev"
2021-04-12 17:46:01 +02:00
}
},
"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",
2022-10-01 19:28:34 +02:00
"source": "https://github.com/twigphp/Twig/tree/v3.4.3"
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"
}
],
2022-10-01 19:28:34 +02:00
"time": "2022-09-28T08:42:51+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",
"version": "v0.7.2",
"source": {
"type": "git",
"url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
"reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
"reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0 || ^2.0",
"php": ">=5.3",
"squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
},
"require-dev": {
"composer/composer": "*",
"php-parallel-lint/php-parallel-lint": "^1.3.1",
"phpcompatibility/php-compatibility": "^9.0"
},
"type": "composer-plugin",
"extra": {
"class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
},
"autoload": {
"psr-4": {
"Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
}
},
"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",
"homepage": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer/graphs/contributors"
}
],
"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": {
"issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues",
"source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"
},
"time": "2022-02-04T12:51:07+00:00"
},
2021-04-12 17:46:01 +02:00
{
"name": "dms/phpunit-arraysubset-asserts",
2022-12-10 20:39:09 +01:00
"version": "v0.4.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/rdohms/phpunit-arraysubset-asserts.git",
2022-12-10 20:39:09 +01:00
"reference": "428293c2a00eceefbad71a2dbdfb913febb35de2"
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/rdohms/phpunit-arraysubset-asserts/zipball/428293c2a00eceefbad71a2dbdfb913febb35de2",
"reference": "428293c2a00eceefbad71a2dbdfb913febb35de2",
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",
"phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
2021-04-12 17:46:01 +02:00
},
"require-dev": {
2021-11-30 23:29:51 +01:00
"dms/coding-standard": "^9",
2021-04-12 17:46:01 +02:00
"squizlabs/php_codesniffer": "^3.4"
},
"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",
2022-12-10 20:39:09 +01:00
"source": "https://github.com/rdohms/phpunit-arraysubset-asserts/tree/v0.4.0"
2021-05-01 11:57:31 +02:00
},
2022-12-10 20:39:09 +01:00
"time": "2022-02-13T15:00:28+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "doctrine/instantiator",
2022-12-10 18:28:23 +01:00
"version": "1.4.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
2022-12-10 18:28:23 +01:00
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
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/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
2022-12-10 18:28:23 +01:00
"doctrine/coding-standard": "^9",
2021-04-12 17:46:01 +02:00
"ext-pdo": "*",
"ext-phar": "*",
2022-12-10 18:28:23 +01:00
"phpbench/phpbench": "^0.16 || ^1",
"phpstan/phpstan": "^1.4",
"phpstan/phpstan-phpunit": "^1",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.22"
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",
2022-12-10 18:28:23 +01:00
"source": "https://github.com/doctrine/instantiator/tree/1.4.1"
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"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-03-03T08:28:38+00:00"
2021-04-12 17:46:01 +02:00
},
2021-06-29 00:27:57 +02:00
{
"name": "fakerphp/faker",
2022-12-10 20:39:09 +01:00
"version": "v1.21.0",
2021-06-29 00:27:57 +02:00
"source": {
"type": "git",
"url": "https://github.com/FakerPHP/Faker.git",
2022-12-10 20:39:09 +01:00
"reference": "92efad6a967f0b79c499705c69b662f738cc9e4d"
2021-06-29 00:27:57 +02:00
},
"dist": {
"type": "zip",
2022-12-10 20:39:09 +01:00
"url": "https://api.github.com/repos/FakerPHP/Faker/zipball/92efad6a967f0b79c499705c69b662f738cc9e4d",
"reference": "92efad6a967f0b79c499705c69b662f738cc9e4d",
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",
2022-12-10 20:39:09 +01:00
"source": "https://github.com/FakerPHP/Faker/tree/v1.21.0"
},
"time": "2022-12-13T13:54:32+00: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",
2022-12-10 18:28:23 +01:00
"version": "2.14.6",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/filp/whoops.git",
2022-12-10 18:28:23 +01:00
"reference": "f7948baaa0330277c729714910336383286305da"
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/filp/whoops/zipball/f7948baaa0330277c729714910336383286305da",
"reference": "f7948baaa0330277c729714910336383286305da",
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",
2022-12-10 18:28:23 +01:00
"source": "https://github.com/filp/whoops/tree/2.14.6"
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"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-11-02T16:23:29+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "myclabs/deep-copy",
2022-12-10 18:28:23 +01:00
"version": "1.11.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2022-12-10 18:28:23 +01:00
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
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/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
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",
2022-12-10 18:28:23 +01:00
"source": "https://github.com/myclabs/DeepCopy/tree/1.11.0"
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"
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-03-03T13:19:32+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "nikic/php-parser",
2022-12-10 18:28:23 +01:00
"version": "v4.15.2",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2022-12-10 18:28:23 +01:00
"reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc"
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/nikic/PHP-Parser/zipball/f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc",
"reference": "f59bbe44bf7d96f24f3e2b4ddc21cd52c1d2adbc",
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",
2022-12-10 18:28:23 +01:00
"source": "https://github.com/nikic/PHP-Parser/tree/v4.15.2"
2021-05-01 11:57:31 +02:00
},
2022-12-10 18:28:23 +01:00
"time": "2022-11-12T15:38:23+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",
2022-12-10 20:39:09 +01:00
"version": "1.13.1",
2022-04-16 10:38:28 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
2022-12-10 20:39:09 +01:00
"reference": "aac44118344d197e6d5f7c6cee91885f0a89acdd"
2022-04-16 10:38:28 +02:00
},
"dist": {
"type": "zip",
2022-12-10 20:39:09 +01:00
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/aac44118344d197e6d5f7c6cee91885f0a89acdd",
"reference": "aac44118344d197e6d5f7c6cee91885f0a89acdd",
2022-04-16 10:38:28 +02:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"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",
2022-12-10 20:39:09 +01:00
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.13.1"
2022-04-16 10:38:28 +02:00
},
2022-12-10 20:39:09 +01:00
"time": "2022-11-20T08:52:26+00:00"
2022-04-16 10:38:28 +02:00
},
2022-12-04 14:08:06 +01:00
{
"name": "phpstan/phpstan",
2022-12-10 20:39:09 +01:00
"version": "1.9.3",
2022-12-04 14:08:06 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
2022-12-10 20:39:09 +01:00
"reference": "709999b91448d4f2bb07daffffedc889b33e461c"
2022-12-04 14:08:06 +01:00
},
"dist": {
"type": "zip",
2022-12-10 20:39:09 +01:00
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/709999b91448d4f2bb07daffffedc889b33e461c",
"reference": "709999b91448d4f2bb07daffffedc889b33e461c",
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": {
"issues": "https://github.com/phpstan/phpstan/issues",
2022-12-10 20:39:09 +01:00
"source": "https://github.com/phpstan/phpstan/tree/1.9.3"
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"
}
],
2022-12-10 20:39:09 +01:00
"time": "2022-12-13T10:28:10+00:00"
2022-12-04 14:08:06 +01:00
},
2021-04-12 17:46:01 +02:00
{
"name": "phpunit/php-code-coverage",
2022-12-10 20:39:09 +01:00
"version": "9.2.20",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2022-12-10 20:39:09 +01:00
"reference": "af7463c955007de36db0c5e26d03e2f933c2e980"
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/sebastianbergmann/php-code-coverage/zipball/af7463c955007de36db0c5e26d03e2f933c2e980",
"reference": "af7463c955007de36db0c5e26d03e2f933c2e980",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"ext-xmlwriter": "*",
2022-12-10 18:28:23 +01:00
"nikic/php-parser": "^4.14",
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": {
"ext-pcov": "*",
"ext-xdebug": "*"
},
"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",
2022-12-10 20:39:09 +01:00
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.20"
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 20:39:09 +01:00
"time": "2022-12-13T07:49:28+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",
2022-12-10 18:28:23 +01:00
"version": "9.5.27",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2022-12-10 18:28:23 +01:00
"reference": "a2bc7ffdca99f92d959b3f2270529334030bba38"
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/phpunit/zipball/a2bc7ffdca99f92d959b3f2270529334030bba38",
"reference": "a2bc7ffdca99f92d959b3f2270529334030bba38",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.3.1",
"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",
2022-12-10 18:28:23 +01:00
"phpunit/php-code-coverage": "^9.2.13",
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": {
"ext-soap": "*",
"ext-xdebug": "*"
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "9.5-dev"
}
},
"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",
2022-12-10 18:28:23 +01:00
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.27"
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
}
],
2022-12-10 18:28:23 +01:00
"time": "2022-12-09T07:31:23+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",
"version": "4.0.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
"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",
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:10:38+00:00"
},
{
"name": "sebastian/environment",
2022-12-10 18:28:23 +01:00
"version": "5.1.4",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
2022-12-10 18:28:23 +01:00
"reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7"
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/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7",
"reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7",
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",
2022-12-10 18:28:23 +01:00
"source": "https://github.com/sebastianbergmann/environment/tree/5.1.4"
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-04-03T09:37:03+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",
2022-12-10 18:28:23 +01:00
"version": "5.0.5",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
2022-12-10 18:28:23 +01:00
"reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
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/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
"reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
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",
2022-12-10 18:28:23 +01:00
"source": "https://github.com/sebastianbergmann/global-state/tree/5.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-02-14T08:28:10+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",
"version": "4.0.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
"reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
"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",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
"source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:17:30+00: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",
2022-12-10 18:28:23 +01:00
"version": "3.2.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
2022-12-10 18:28:23 +01:00
"reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e"
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/type/zipball/fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e",
"reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e",
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",
2022-12-10 18:28:23 +01:00
"source": "https://github.com/sebastianbergmann/type/tree/3.2.0"
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-12T14:47: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",
2022-12-10 20:39:09 +01:00
"version": "8.6.4",
2022-04-16 10:38:28 +02:00
"source": {
"type": "git",
"url": "https://github.com/slevomat/coding-standard.git",
2022-12-10 20:39:09 +01:00
"reference": "8a02c83e59c3230a2a4367b29956a2f2b56e3a24"
2022-04-16 10:38:28 +02:00
},
"dist": {
"type": "zip",
2022-12-10 20:39:09 +01:00
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/8a02c83e59c3230a2a4367b29956a2f2b56e3a24",
"reference": "8a02c83e59c3230a2a4367b29956a2f2b56e3a24",
2022-04-16 10:38:28 +02:00
"shasum": ""
},
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7",
"php": "^7.2 || ^8.0",
2022-12-10 20:39:09 +01:00
"phpstan/phpdoc-parser": ">=1.11.0 <1.14.0",
"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",
2022-12-10 20:39:09 +01:00
"phpstan/phpstan": "1.4.10|1.9.2",
2022-04-16 10:38:28 +02:00
"phpstan/phpstan-deprecation-rules": "1.0.0",
2022-12-10 20:39:09 +01:00
"phpstan/phpstan-phpunit": "1.0.0|1.2.2",
"phpstan/phpstan-strict-rules": "1.4.4",
"phpunit/phpunit": "7.5.20|8.5.21|9.5.26"
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": {
"SlevomatCodingStandard\\": "SlevomatCodingStandard"
}
},
"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",
2022-12-10 20:39:09 +01:00
"source": "https://github.com/slevomat/coding-standard/tree/8.6.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"
}
],
2022-12-10 20:39:09 +01:00
"time": "2022-11-14T09:26:24+00:00"
2022-04-16 10:38:28 +02:00
},
2021-04-12 17:46:01 +02:00
{
"name": "squizlabs/php_codesniffer",
2022-12-10 18:28:23 +01:00
"version": "3.7.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2022-12-10 18:28:23 +01:00
"reference": "1359e176e9307e906dc3d890bcc9603ff6d90619"
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/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619",
"reference": "1359e176e9307e906dc3d890bcc9603ff6d90619",
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",
"standards"
],
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"
},
2022-12-10 18:28:23 +01:00
"time": "2022-06-18T07:21:10+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/var-dumper",
2022-12-10 20:39:09 +01:00
"version": "v6.2.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
2022-12-10 20:39:09 +01:00
"reference": "1e7544c8698627b908657e5276854d52ab70087a"
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/symfony/var-dumper/zipball/1e7544c8698627b908657e5276854d52ab70087a",
"reference": "1e7544c8698627b908657e5276854d52ab70087a",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2022-12-10 20:39:09 +01:00
"php": ">=8.1",
"symfony/polyfill-mbstring": "~1.0"
2021-04-12 17:46:01 +02:00
},
"conflict": {
"phpunit/phpunit": "<5.4.3",
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",
"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"
},
"suggest": {
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
"ext-intl": "To show region name in time zone dump",
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
},
"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": {
2022-12-10 20:39:09 +01:00
"source": "https://github.com/symfony/var-dumper/tree/v6.2.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"
}
],
2022-12-10 20:39:09 +01:00
"time": "2022-12-03T22:32:58+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
}