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"
],
2021-06-29 00:27:57 +02:00
"content-hash": "ed2a8819c2b212ab9d781824a12d7120",
2021-04-12 17:46:01 +02:00
"packages": [
2021-05-01 11:57:31 +02:00
{
"name": "composer/package-versions-deprecated",
2021-11-16 18:48:15 +01:00
"version": "1.11.99.4",
2021-05-01 11:57:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/composer/package-versions-deprecated.git",
2021-11-16 18:48:15 +01:00
"reference": "b174585d1fe49ceed21928a945138948cb394600"
2021-05-01 11:57:31 +02:00
},
"dist": {
"type": "zip",
2021-11-16 18:48:15 +01:00
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b174585d1fe49ceed21928a945138948cb394600",
"reference": "b174585d1fe49ceed21928a945138948cb394600",
2021-05-01 11:57:31 +02:00
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1.0 || ^2.0",
"php": "^7 || ^8"
},
"replace": {
"ocramius/package-versions": "1.11.99"
},
"require-dev": {
"composer/composer": "^1.9.3 || ^2.0@dev",
"ext-zip": "^1.13",
"phpunit/phpunit": "^6.5 || ^7"
},
"type": "composer-plugin",
"extra": {
"class": "PackageVersions\\Installer",
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"PackageVersions\\": "src/PackageVersions"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
}
],
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
"support": {
"issues": "https://github.com/composer/package-versions-deprecated/issues",
2021-11-16 18:48:15 +01:00
"source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.4"
2021-05-01 11:57:31 +02:00
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
2021-11-16 18:48:15 +01:00
"time": "2021-09-13T08:41:34+00:00"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
{
"name": "doctrine/cache",
2021-11-16 18:48:15 +01:00
"version": "2.1.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
2021-11-16 18:48:15 +01:00
"reference": "331b4d5dbaeab3827976273e9356b3b453c300ce"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2021-11-16 18:48:15 +01:00
"url": "https://api.github.com/repos/doctrine/cache/zipball/331b4d5dbaeab3827976273e9356b3b453c300ce",
"reference": "331b4d5dbaeab3827976273e9356b3b453c300ce",
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": {
"alcaeus/mongo-php-adapter": "^1.1",
2021-05-01 11:57:31 +02:00
"cache/integration-tests": "dev-master",
"doctrine/coding-standard": "^8.0",
2021-04-12 17:46:01 +02:00
"mongodb/mongodb": "^1.1",
2021-05-01 11:57:31 +02:00
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"predis/predis": "~1.0",
2021-11-16 18:48:15 +01:00
"psr/cache": "^1.0 || ^2.0 || ^3.0",
"symfony/cache": "^4.4 || ^5.2 || ^6.0@dev",
"symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev"
2021-04-12 17:46:01 +02:00
},
"suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
},
"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",
2021-11-16 18:48:15 +01:00
"source": "https://github.com/doctrine/cache/tree/2.1.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%2Fcache",
"type": "tidelift"
}
],
2021-11-16 18:48:15 +01:00
"time": "2021-07-17T14:49:29+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "doctrine/dbal",
2021-11-30 23:29:51 +01:00
"version": "3.2.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
2021-11-30 23:29:51 +01:00
"reference": "5d54f63541d7bed1156cb5c9b79274ced61890e4"
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/doctrine/dbal/zipball/5d54f63541d7bed1156cb5c9b79274ced61890e4",
"reference": "5d54f63541d7bed1156cb5c9b79274ced61890e4",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2021-05-01 11:57:31 +02:00
"composer/package-versions-deprecated": "^1.11.99",
2021-11-30 23:29:51 +01:00
"doctrine/cache": "^1.11|^2.0",
2021-04-12 17:46:01 +02:00
"doctrine/deprecations": "^0.5.3",
"doctrine/event-manager": "^1.0",
2021-11-30 23:29:51 +01:00
"php": "^7.3 || ^8.0",
"psr/cache": "^1|^2|^3",
"psr/log": "^1|^2|^3"
2021-04-12 17:46:01 +02:00
},
"require-dev": {
2021-06-29 00:27:57 +02:00
"doctrine/coding-standard": "9.0.0",
2021-11-16 18:48:15 +01:00
"jetbrains/phpstorm-stubs": "2021.1",
2021-11-30 23:29:51 +01:00
"phpstan/phpstan": "1.2.0",
"phpstan/phpstan-strict-rules": "^1.1",
2021-11-16 18:48:15 +01:00
"phpunit/phpunit": "9.5.10",
"psalm/plugin-phpunit": "0.16.1",
"squizlabs/php_codesniffer": "3.6.1",
2021-06-29 00:27:57 +02:00
"symfony/cache": "^5.2|^6.0",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0|^6.0",
2021-11-30 23:29:51 +01:00
"vimeo/psalm": "4.13.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",
2021-11-30 23:29:51 +01:00
"source": "https://github.com/doctrine/dbal/tree/3.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%2Fdbal",
"type": "tidelift"
}
],
2021-11-30 23:29:51 +01:00
"time": "2021-11-26T21:00:12+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "doctrine/deprecations",
"version": "v0.5.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/deprecations.git",
"reference": "9504165960a1f83cc1480e2be1dd0a0478561314"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/9504165960a1f83cc1480e2be1dd0a0478561314",
"reference": "9504165960a1f83cc1480e2be1dd0a0478561314",
"shasum": ""
},
"require": {
"php": "^7.1|^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^6.0|^7.0|^8.0",
"phpunit/phpunit": "^7.0|^8.0|^9.0",
"psr/log": "^1.0"
},
"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",
"source": "https://github.com/doctrine/deprecations/tree/v0.5.3"
},
2021-04-12 17:46:01 +02:00
"time": "2021-03-21T12:59:47+00:00"
},
{
"name": "doctrine/event-manager",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/event-manager.git",
"reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
"reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"conflict": {
"doctrine/common": "<2.9@dev"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"phpunit/phpunit": "^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"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",
"source": "https://github.com/doctrine/event-manager/tree/1.1.x"
},
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"
}
],
"time": "2020-05-29T18:28:51+00:00"
},
{
"name": "doctrine/inflector",
2021-11-30 23:29:51 +01:00
"version": "2.0.4",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
2021-11-30 23:29:51 +01:00
"reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89"
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/doctrine/inflector/zipball/8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89",
"reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
2021-11-30 23:29:51 +01:00
"doctrine/coding-standard": "^8.2",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
"vimeo/psalm": "^4.10"
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",
2021-11-30 23:29:51 +01:00
"source": "https://github.com/doctrine/inflector/tree/2.0.4"
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"
}
],
2021-11-30 23:29:51 +01:00
"time": "2021-10-22T20:16:43+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "doctrine/lexer",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11.8",
"phpunit/phpunit": "^8.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"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",
"source": "https://github.com/doctrine/lexer/tree/1.2.1"
},
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"
}
],
"time": "2020-05-25T17:44:05+00:00"
},
{
"name": "egulias/email-validator",
2021-11-30 23:29:51 +01:00
"version": "3.1.2",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
2021-11-30 23:29:51 +01:00
"reference": "ee0db30118f661fb166bcffbf5d82032df484697"
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/egulias/EmailValidator/zipball/ee0db30118f661fb166bcffbf5d82032df484697",
"reference": "ee0db30118f661fb166bcffbf5d82032df484697",
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",
2021-11-30 23:29:51 +01:00
"source": "https://github.com/egulias/EmailValidator/tree/3.1.2"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/egulias",
"type": "github"
}
],
2021-11-30 23:29:51 +01:00
"time": "2021-10-11T09:18:27+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",
2021-11-30 23:29:51 +01:00
"version": "v5.6.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-gettext/Gettext.git",
2021-11-30 23:29:51 +01:00
"reference": "017e249601d32b9a88c2eb4c10eac89bf582a7d3"
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/php-gettext/Gettext/zipball/017e249601d32b9a88c2eb4c10eac89bf582a7d3",
"reference": "017e249601d32b9a88c2eb4c10eac89bf582a7d3",
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",
2021-11-30 23:29:51 +01:00
"source": "https://github.com/php-gettext/Gettext/tree/v5.6.1"
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"
}
],
"time": "2021-12-04T11:33:21+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "gettext/languages",
2021-11-30 23:29:51 +01:00
"version": "2.9.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-gettext/Languages.git",
2021-11-30 23:29:51 +01:00
"reference": "ed56dd2c7f4024cc953ed180d25f02f2640e3ffa"
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/php-gettext/Languages/zipball/ed56dd2c7f4024cc953ed180d25f02f2640e3ffa",
"reference": "ed56dd2c7f4024cc953ed180d25f02f2640e3ffa",
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",
2021-11-30 23:29:51 +01:00
"source": "https://github.com/php-gettext/Languages/tree/2.9.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"
}
],
"time": "2021-11-11T17:30:39+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "gettext/translator",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-gettext/Translator.git",
"reference": "0a80844789e6a4ffad417d2053bbb56c83b02803"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-gettext/Translator/zipball/0a80844789e6a4ffad417d2053bbb56c83b02803",
"reference": "0a80844789e6a4ffad417d2053bbb56c83b02803",
"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",
"source": "https://github.com/php-gettext/Translator/tree/v1.0.1"
},
2021-04-12 17:46:01 +02:00
"time": "2020-12-01T18:51:46+00:00"
},
2021-05-01 11:57:31 +02:00
{
"name": "graham-campbell/result-type",
2021-11-30 23:29:51 +01:00
"version": "v1.0.4",
2021-05-01 11:57:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Result-Type.git",
2021-11-30 23:29:51 +01:00
"reference": "0690bde05318336c7221785f2a932467f98b64ca"
2021-05-01 11:57:31 +02:00
},
"dist": {
"type": "zip",
2021-11-30 23:29:51 +01:00
"url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/0690bde05318336c7221785f2a932467f98b64ca",
"reference": "0690bde05318336c7221785f2a932467f98b64ca",
2021-05-01 11:57:31 +02:00
"shasum": ""
},
"require": {
2021-11-30 23:29:51 +01:00
"php": "^7.0 || ^8.0",
"phpoption/phpoption": "^1.8"
2021-05-01 11:57:31 +02:00
},
"require-dev": {
2021-11-30 23:29:51 +01:00
"phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
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",
2021-11-30 23:29:51 +01:00
"source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.4"
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"
}
],
2021-11-30 23:29:51 +01:00
"time": "2021-11-21T21:41:47+00:00"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
{
"name": "guzzlehttp/guzzle",
2021-11-30 23:29:51 +01:00
"version": "7.4.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2021-11-30 23:29:51 +01:00
"reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79"
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/guzzle/guzzle/zipball/ee0a041b1760e6a53d2a39c8c34115adc2af2c79",
"reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"ext-json": "*",
2021-11-30 23:29:51 +01:00
"guzzlehttp/promises": "^1.5",
"guzzlehttp/psr7": "^1.8.3 || ^2.1",
2021-05-01 11:57:31 +02:00
"php": "^7.2.5 || ^8.0",
2021-11-30 23:29:51 +01:00
"psr/http-client": "^1.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0"
2021-05-01 11:57:31 +02:00
},
"provide": {
"psr/http-client-implementation": "1.0"
2021-04-12 17:46:01 +02:00
},
"require-dev": {
2021-05-01 11:57:31 +02:00
"bamarni/composer-bin-plugin": "^1.4.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",
"phpunit/phpunit": "^8.5.5 || ^9.3.5",
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": {
"branch-alias": {
2021-11-30 23:29:51 +01:00
"dev-master": "7.4-dev"
2021-04-12 17:46:01 +02:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"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",
2021-11-30 23:29:51 +01:00
"source": "https://github.com/guzzle/guzzle/tree/7.4.1"
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
}
],
2021-11-30 23:29:51 +01:00
"time": "2021-12-06T18:43:05+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "guzzlehttp/promises",
2021-11-30 23:29:51 +01:00
"version": "1.5.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
2021-11-30 23:29:51 +01:00
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
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/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
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": {
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"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",
2021-11-30 23:29:51 +01:00
"source": "https://github.com/guzzle/promises/tree/1.5.1"
2021-05-01 11:57:31 +02:00
},
2021-11-30 23:29:51 +01:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
"type": "tidelift"
}
],
"time": "2021-10-22T20:56:57+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "guzzlehttp/psr7",
2021-11-30 23:29:51 +01:00
"version": "2.1.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2021-11-30 23:29:51 +01:00
"reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72"
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/guzzle/psr7/zipball/089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
"reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
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",
"psr/http-message": "^1.0",
"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": {
2021-11-30 23:29:51 +01:00
"bamarni/composer-bin-plugin": "^1.4.1",
"http-interop/http-factory-tests": "^0.9",
"phpunit/phpunit": "^8.5.8 || ^9.3.10"
2021-04-12 17:46:01 +02:00
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
},
"type": "library",
"extra": {
"branch-alias": {
2021-11-30 23:29:51 +01:00
"dev-master": "2.1-dev"
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",
2021-11-30 23:29:51 +01:00
"source": "https://github.com/guzzle/psr7/tree/2.1.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"
}
],
"time": "2021-10-06T17:43:30+00:00"
2021-05-01 11:57:31 +02:00
},
{
"name": "illuminate/collections",
2021-11-30 23:29:51 +01:00
"version": "v8.77.1",
2021-05-01 11:57:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/collections.git",
2021-11-30 23:29:51 +01:00
"reference": "bafdbd033a717aed94e4d023512f2c9eb3e8cd77"
2021-05-01 11:57:31 +02:00
},
"dist": {
"type": "zip",
2021-11-30 23:29:51 +01:00
"url": "https://api.github.com/repos/illuminate/collections/zipball/bafdbd033a717aed94e4d023512f2c9eb3e8cd77",
"reference": "bafdbd033a717aed94e4d023512f2c9eb3e8cd77",
2021-05-01 11:57:31 +02:00
"shasum": ""
},
"require": {
"illuminate/contracts": "^8.0",
"illuminate/macroable": "^8.0",
"php": "^7.3|^8.0"
},
"suggest": {
2021-11-30 23:29:51 +01:00
"symfony/var-dumper": "Required to use the dump method (^5.4)."
2021-05-01 11:57:31 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
}
},
"autoload": {
"psr-4": {
"Illuminate\\Support\\": ""
},
"files": [
"helpers.php"
]
},
"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"
},
2021-11-30 23:29:51 +01:00
"time": "2021-12-16T15:00:27+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "illuminate/container",
2021-11-30 23:29:51 +01:00
"version": "v8.77.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/container.git",
2021-11-30 23:29:51 +01:00
"reference": "6ac391bb27391706c5f921b85060aa2c4ca03fae"
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/illuminate/container/zipball/6ac391bb27391706c5f921b85060aa2c4ca03fae",
"reference": "6ac391bb27391706c5f921b85060aa2c4ca03fae",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2021-05-01 11:57:31 +02:00
"illuminate/contracts": "^8.0",
"php": "^7.3|^8.0",
2021-04-12 17:46:01 +02:00
"psr/container": "^1.0"
},
"provide": {
"psr/container-implementation": "1.0"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-01 11:57:31 +02:00
"dev-master": "8.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"
},
2021-11-30 23:29:51 +01:00
"time": "2021-11-17T15:04:30+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "illuminate/contracts",
2021-11-30 23:29:51 +01:00
"version": "v8.77.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/contracts.git",
2021-11-30 23:29:51 +01:00
"reference": "9baa9f781071e67d7b171775bd3be7ead13ddd29"
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/illuminate/contracts/zipball/9baa9f781071e67d7b171775bd3be7ead13ddd29",
"reference": "9baa9f781071e67d7b171775bd3be7ead13ddd29",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2021-05-01 11:57:31 +02:00
"php": "^7.3|^8.0",
2021-04-12 17:46:01 +02:00
"psr/container": "^1.0",
"psr/simple-cache": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-01 11:57:31 +02:00
"dev-master": "8.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"
},
2021-11-30 23:29:51 +01:00
"time": "2021-12-14T14:40:44+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "illuminate/database",
2021-11-30 23:29:51 +01:00
"version": "v8.77.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/database.git",
2021-11-30 23:29:51 +01:00
"reference": "93cd22231b39532799d533281cbffe9a39fb6152"
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/illuminate/database/zipball/93cd22231b39532799d533281cbffe9a39fb6152",
"reference": "93cd22231b39532799d533281cbffe9a39fb6152",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"ext-json": "*",
2021-05-01 11:57:31 +02:00
"illuminate/collections": "^8.0",
"illuminate/container": "^8.0",
"illuminate/contracts": "^8.0",
"illuminate/macroable": "^8.0",
"illuminate/support": "^8.0",
"php": "^7.3|^8.0",
2021-11-30 23:29:51 +01:00
"symfony/console": "^5.4"
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).",
2021-05-01 11:57:31 +02:00
"illuminate/console": "Required to use the database commands (^8.0).",
"illuminate/events": "Required to use the observers with Eloquent (^8.0).",
"illuminate/filesystem": "Required to use the migrations (^8.0).",
"illuminate/pagination": "Required to paginate the result set (^8.0).",
2021-11-30 23:29:51 +01:00
"symfony/finder": "Required to use Eloquent model factories (^5.4)."
2021-04-12 17:46:01 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-01 11:57:31 +02:00
"dev-master": "8.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"
},
2021-11-30 23:29:51 +01:00
"time": "2021-12-20T15:27:32+00:00"
2021-05-01 11:57:31 +02:00
},
{
"name": "illuminate/macroable",
2021-11-30 23:29:51 +01:00
"version": "v8.77.1",
2021-05-01 11:57:31 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/macroable.git",
2021-11-30 23:29:51 +01:00
"reference": "aed81891a6e046fdee72edd497f822190f61c162"
2021-05-01 11:57:31 +02:00
},
"dist": {
"type": "zip",
2021-11-30 23:29:51 +01:00
"url": "https://api.github.com/repos/illuminate/macroable/zipball/aed81891a6e046fdee72edd497f822190f61c162",
"reference": "aed81891a6e046fdee72edd497f822190f61c162",
2021-05-01 11:57:31 +02:00
"shasum": ""
},
"require": {
"php": "^7.3|^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.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 Macroable package.",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
2021-11-30 23:29:51 +01:00
"time": "2021-11-16T13:57:03+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "illuminate/support",
2021-11-30 23:29:51 +01:00
"version": "v8.77.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/support.git",
2021-11-30 23:29:51 +01:00
"reference": "789b5c9a28884bc6b07841574cc86abdec7c5f68"
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/illuminate/support/zipball/789b5c9a28884bc6b07841574cc86abdec7c5f68",
"reference": "789b5c9a28884bc6b07841574cc86abdec7c5f68",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"doctrine/inflector": "^1.4|^2.0",
"ext-json": "*",
"ext-mbstring": "*",
2021-05-01 11:57:31 +02:00
"illuminate/collections": "^8.0",
"illuminate/contracts": "^8.0",
"illuminate/macroable": "^8.0",
2021-11-30 23:29:51 +01:00
"nesbot/carbon": "^2.53.1",
2021-05-01 11:57:31 +02:00
"php": "^7.3|^8.0",
2021-04-12 17:46:01 +02:00
"voku/portable-ascii": "^1.4.8"
},
"conflict": {
"tightenco/collect": "<5.5.33"
},
"suggest": {
2021-05-01 11:57:31 +02:00
"illuminate/filesystem": "Required to use the composer class (^8.0).",
2021-11-30 23:29:51 +01:00
"league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^1.3|^2.0.2).",
"ramsey/uuid": "Required to use Str::uuid() (^4.2.2).",
"symfony/process": "Required to use the composer class (^5.4).",
"symfony/var-dumper": "Required to use the dd function (^5.4).",
2021-05-01 11:57:31 +02:00
"vlucas/phpdotenv": "Required to use the Env class and env helper (^5.2)."
2021-04-12 17:46:01 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-05-01 11:57:31 +02:00
"dev-master": "8.x-dev"
2021-04-12 17:46:01 +02:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Support\\": ""
},
"files": [
"helpers.php"
]
},
"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"
},
2021-11-30 23:29:51 +01:00
"time": "2021-12-21T14:59:41+00: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",
2021-11-30 23:29:51 +01:00
"version": "2.55.2",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
2021-11-30 23:29:51 +01:00
"reference": "8c2a18ce3e67c34efc1b29f64fe61304368259a2"
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/briannesbitt/Carbon/zipball/8c2a18ce3e67c34efc1b29f64fe61304368259a2",
"reference": "8c2a18ce3e67c34efc1b29f64fe61304368259a2",
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": {
2021-11-30 23:29:51 +01:00
"doctrine/dbal": "^2.0 || ^3.0",
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",
"phpmd/phpmd": "^2.9",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12.54",
"phpunit/phpunit": "^7.5.20 || ^8.5.14",
"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": [
{
"url": "https://opencollective.com/Carbon",
"type": "open_collective"
},
{
"url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
"type": "tidelift"
}
],
2021-11-30 23:29:51 +01:00
"time": "2021-12-03T14:59:52+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": {
"psr-4": {
"FastRoute\\": "src/"
},
"files": [
"src/functions.php"
]
},
"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",
2021-11-30 23:29:51 +01:00
"version": "1.4.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/Nyholm/psr7.git",
2021-11-30 23:29:51 +01:00
"reference": "2212385b47153ea71b1c1b1374f8cb5e4f7892ec"
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/Nyholm/psr7/zipball/2212385b47153ea71b1c1b1374f8cb5e4f7892ec",
"reference": "2212385b47153ea71b1c1b1374f8cb5e4f7892ec",
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": {
"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": {
"dev-master": "1.4-dev"
}
},
"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",
2021-11-30 23:29:51 +01:00
"source": "https://github.com/Nyholm/psr7/tree/1.4.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"
}
],
2021-11-30 23:29:51 +01:00
"time": "2021-07-02T08:32:20+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",
"version": "v1.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-http/message-factory.git",
"reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
"reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
"shasum": ""
},
"require": {
"php": ">=5.4",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"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",
"source": "https://github.com/php-http/message-factory/tree/master"
},
2021-04-12 17:46:01 +02:00
"time": "2015-12-19T14:08:53+00:00"
},
{
"name": "phpoption/phpoption",
2021-11-30 23:29:51 +01:00
"version": "1.8.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/php-option.git",
2021-11-30 23:29:51 +01:00
"reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15"
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/schmittjoh/php-option/zipball/eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
"reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2021-11-30 23:29:51 +01:00
"php": "^7.0 || ^8.0"
2021-04-12 17:46:01 +02:00
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4.1",
2021-11-30 23:29:51 +01:00
"phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-11-30 23:29:51 +01:00
"dev-master": "1.8-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",
2021-11-30 23:29:51 +01:00
"source": "https://github.com/schmittjoh/php-option/tree/1.8.1"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
"type": "tidelift"
}
],
2021-11-30 23:29:51 +01:00
"time": "2021-12-04T23:24:31+00:00"
},
{
"name": "psr/cache",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/cache.git",
"reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
"reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
"shasum": ""
},
"require": {
"php": ">=8.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for caching libraries",
"keywords": [
"cache",
"psr",
"psr-6"
],
"support": {
"source": "https://github.com/php-fig/cache/tree/3.0.0"
},
"time": "2021-02-03T23:26:27+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "psr/container",
2021-11-30 23:29:51 +01:00
"version": "1.1.2",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
2021-11-30 23:29:51 +01:00
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
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/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
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",
"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",
2021-11-30 23:29:51 +01:00
"source": "https://github.com/php-fig/container/tree/1.1.2"
2021-05-01 11:57:31 +02:00
},
2021-11-30 23:29:51 +01:00
"time": "2021-11-05T16:50:12+00:00"
2021-04-12 17:46:01 +02: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",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"shasum": ""
},
"require": {
"php": ">=7.0.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
2021-05-01 11:57:31 +02:00
"support": {
"source": "https://github.com/php-fig/http-factory/tree/master"
},
2021-04-12 17:46:01 +02:00
"time": "2019-04-30T12:38:16+00:00"
},
{
"name": "psr/http-message",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common 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": {
"source": "https://github.com/php-fig/http-message/tree/master"
},
2021-04-12 17:46:01 +02:00
"time": "2016-08-06T14:39:51+00: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",
2021-05-01 11:57:31 +02:00
"version": "1.1.4",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2021-05-01 11:57:31 +02:00
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2021-05-01 11:57:31 +02:00
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"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": {
"source": "https://github.com/php-fig/log/tree/1.1.4"
},
"time": "2021-05-03T11:20:27+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "psr/simple-cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
2021-05-01 11:57:31 +02:00
"support": {
"source": "https://github.com/php-fig/simple-cache/tree/master"
},
2021-04-12 17:46:01 +02:00
"time": "2017-10-23T01:57:42+00:00"
},
{
"name": "ralouphie/getallheaders",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
"reference": "120b605dfeb996808c31b6477290a714d356e822"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
},
"type": "library",
"autoload": {
"files": [
"src/getallheaders.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
}
],
"description": "A polyfill for getallheaders.",
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"
},
{
"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": "swiftmailer/swiftmailer",
2021-11-30 23:29:51 +01:00
"version": "v6.3.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git",
2021-11-30 23:29:51 +01:00
"reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c"
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/swiftmailer/swiftmailer/zipball/8a5d5072dca8f48460fce2f4131fcc495eec654c",
"reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"egulias/email-validator": "^2.0|^3.1",
"php": ">=7.0.0",
"symfony/polyfill-iconv": "^1.0",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
2021-11-30 23:29:51 +01:00
"symfony/phpunit-bridge": "^4.4|^5.4"
2021-04-12 17:46:01 +02:00
},
"suggest": {
"ext-intl": "Needed to support internationalized email addresses"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.2-dev"
}
},
"autoload": {
"files": [
"lib/swift_required.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Corbyn"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "Swiftmailer, free feature-rich PHP mailer",
"homepage": "https://swiftmailer.symfony.com",
"keywords": [
"email",
"mail",
"mailer"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/swiftmailer/swiftmailer/issues",
2021-11-30 23:29:51 +01:00
"source": "https://github.com/swiftmailer/swiftmailer/tree/v6.3.0"
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/swiftmailer/swiftmailer",
"type": "tidelift"
}
],
2021-11-30 23:29:51 +01:00
"abandoned": "symfony/mailer",
"time": "2021-10-18T15:26:12+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/console",
2021-11-30 23:29:51 +01:00
"version": "v5.4.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2021-11-30 23:29:51 +01:00
"reference": "9130e1a0fc93cb0faadca4ee917171bd2ca9e5f4"
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/symfony/console/zipball/9130e1a0fc93cb0faadca4ee917171bd2ca9e5f4",
"reference": "9130e1a0fc93cb0faadca4ee917171bd2ca9e5f4",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
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/polyfill-php73": "^1.9",
"symfony/polyfill-php80": "^1.16",
"symfony/service-contracts": "^1.1|^2|^3",
"symfony/string": "^5.1|^6.0"
2021-04-12 17:46:01 +02:00
},
"conflict": {
2021-11-30 23:29:51 +01:00
"psr/log": ">=3",
2021-04-12 17:46:01 +02:00
"symfony/dependency-injection": "<4.4",
"symfony/dotenv": "<5.1",
"symfony/event-dispatcher": "<4.4",
"symfony/lock": "<4.4",
"symfony/process": "<4.4"
},
"provide": {
2021-11-30 23:29:51 +01:00
"psr/log-implementation": "1.0|2.0"
2021-04-12 17:46:01 +02:00
},
"require-dev": {
2021-11-30 23:29:51 +01:00
"psr/log": "^1|^2",
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
"symfony/lock": "^4.4|^5.0|^6.0",
"symfony/process": "^4.4|^5.0|^6.0",
"symfony/var-dumper": "^4.4|^5.0|^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": {
2021-11-30 23:29:51 +01:00
"source": "https://github.com/symfony/console/tree/v5.4.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"
}
],
2021-11-30 23:29:51 +01:00
"time": "2021-12-09T11:22:43+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/deprecation-contracts",
2021-11-30 23:29:51 +01:00
"version": "v3.0.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
2021-11-30 23:29:51 +01:00
"reference": "c726b64c1ccfe2896cb7df2e1331c357ad1c8ced"
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/symfony/deprecation-contracts/zipball/c726b64c1ccfe2896cb7df2e1331c357ad1c8ced",
"reference": "c726b64c1ccfe2896cb7df2e1331c357ad1c8ced",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2021-11-30 23:29:51 +01:00
"php": ">=8.0.2"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-11-30 23:29:51 +01:00
"dev-main": "3.0-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": {
2021-11-30 23:29:51 +01:00
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.0.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"
}
],
2021-11-30 23:29:51 +01:00
"time": "2021-11-01T23:48:49+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/http-foundation",
2021-11-30 23:29:51 +01:00
"version": "v5.4.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
2021-11-30 23:29:51 +01:00
"reference": "5dad3780023a707f4c24beac7d57aead85c1ce3c"
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/symfony/http-foundation/zipball/5dad3780023a707f4c24beac7d57aead85c1ce3c",
"reference": "5dad3780023a707f4c24beac7d57aead85c1ce3c",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
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.1",
2021-11-30 23:29:51 +01:00
"symfony/polyfill-php80": "^1.16"
2021-04-12 17:46:01 +02:00
},
"require-dev": {
"predis/predis": "~1.0",
2021-11-30 23:29:51 +01:00
"symfony/cache": "^4.4|^5.0|^6.0",
"symfony/expression-language": "^4.4|^5.0|^6.0",
"symfony/mime": "^4.4|^5.0|^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": {
2021-11-30 23:29:51 +01:00
"source": "https://github.com/symfony/http-foundation/tree/v5.4.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"
}
],
2021-11-30 23:29:51 +01:00
"time": "2021-12-09T12:46:57+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/mime",
2021-11-30 23:29:51 +01:00
"version": "v5.4.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
2021-11-30 23:29:51 +01:00
"reference": "d4365000217b67c01acff407573906ff91bcfb34"
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/symfony/mime/zipball/d4365000217b67c01acff407573906ff91bcfb34",
"reference": "d4365000217b67c01acff407573906ff91bcfb34",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
2021-11-30 23:29:51 +01:00
"symfony/deprecation-contracts": "^2.1|^3",
2021-04-12 17:46:01 +02:00
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0",
2021-11-30 23:29:51 +01:00
"symfony/polyfill-php80": "^1.16"
2021-04-12 17:46:01 +02:00
},
"conflict": {
"egulias/email-validator": "~3.0.0",
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
"symfony/mailer": "<4.4"
},
"require-dev": {
"egulias/email-validator": "^2.1.10|^3.1",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
2021-11-30 23:29:51 +01:00
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/property-access": "^4.4|^5.1|^6.0",
"symfony/property-info": "^4.4|^5.1|^6.0",
"symfony/serializer": "^5.2|^6.0"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Mime\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Allows manipulating MIME messages",
"homepage": "https://symfony.com",
"keywords": [
"mime",
"mime-type"
],
2021-05-01 11:57:31 +02:00
"support": {
2021-11-30 23:29:51 +01:00
"source": "https://github.com/symfony/mime/tree/v5.4.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"
}
],
2021-11-30 23:29:51 +01:00
"time": "2021-11-23T10:19:22+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/polyfill-ctype",
2021-06-29 00:27:57 +02:00
"version": "v1.23.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2021-06-29 00:27:57 +02:00
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2021-06-29 00:27:57 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2021-06-29 00:27:57 +02:00
"dev-main": "1.23-dev"
2021-04-12 17:46:01 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2021-05-01 11:57:31 +02:00
"support": {
2021-06-29 00:27:57 +02:00
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.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"
}
],
2021-06-29 00:27:57 +02:00
"time": "2021-02-19T12:13:01+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/polyfill-iconv",
2021-06-29 00:27:57 +02:00
"version": "v1.23.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git",
2021-06-29 00:27:57 +02:00
"reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2021-06-29 00:27:57 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/63b5bb7db83e5673936d6e3b8b3e022ff6474933",
"reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-iconv": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2021-06-29 00:27:57 +02:00
"dev-main": "1.23-dev"
2021-04-12 17:46:01 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Iconv\\": ""
},
"files": [
"bootstrap.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": "Symfony polyfill for the Iconv extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"iconv",
"polyfill",
"portable",
"shim"
],
2021-05-01 11:57:31 +02:00
"support": {
2021-06-29 00:27:57 +02:00
"source": "https://github.com/symfony/polyfill-iconv/tree/v1.23.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"
}
],
2021-06-29 00:27:57 +02:00
"time": "2021-05-27T09:27:20+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/polyfill-intl-grapheme",
2021-11-30 23:29:51 +01:00
"version": "v1.23.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
2021-11-30 23:29:51 +01:00
"reference": "16880ba9c5ebe3642d1995ab866db29270b36535"
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/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535",
"reference": "16880ba9c5ebe3642d1995ab866db29270b36535",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2021-06-29 00:27:57 +02:00
"dev-main": "1.23-dev"
2021-04-12 17:46:01 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
},
"files": [
"bootstrap.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": "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": {
2021-11-30 23:29:51 +01:00
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.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"
}
],
2021-11-30 23:29:51 +01:00
"time": "2021-05-27T12:26:48+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/polyfill-intl-idn",
2021-06-29 00:27:57 +02:00
"version": "v1.23.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
2021-06-29 00:27:57 +02:00
"reference": "65bd267525e82759e7d8c4e8ceea44f398838e65"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2021-06-29 00:27:57 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65",
"reference": "65bd267525e82759e7d8c4e8ceea44f398838e65",
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": {
2021-06-29 00:27:57 +02:00
"dev-main": "1.23-dev"
2021-04-12 17:46:01 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
},
"files": [
"bootstrap.php"
]
},
"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": {
2021-06-29 00:27:57 +02:00
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.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"
}
],
2021-06-29 00:27:57 +02:00
"time": "2021-05-27T09:27:20+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/polyfill-intl-normalizer",
2021-06-29 00:27:57 +02:00
"version": "v1.23.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2021-06-29 00:27:57 +02:00
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2021-06-29 00:27:57 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2021-06-29 00:27:57 +02:00
"dev-main": "1.23-dev"
2021-04-12 17:46:01 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
"files": [
"bootstrap.php"
],
"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": {
2021-06-29 00:27:57 +02:00
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.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"
}
],
2021-06-29 00:27:57 +02:00
"time": "2021-02-19T12:13:01+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/polyfill-mbstring",
2021-11-30 23:29:51 +01:00
"version": "v1.23.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2021-11-30 23:29:51 +01:00
"reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
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/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
"reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2021-06-29 00:27:57 +02:00
"dev-main": "1.23-dev"
2021-04-12 17:46:01 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.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": "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": {
2021-11-30 23:29:51 +01:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.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"
}
],
2021-11-30 23:29:51 +01:00
"time": "2021-05-27T12:26:48+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/polyfill-php72",
2021-06-29 00:27:57 +02:00
"version": "v1.23.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
2021-06-29 00:27:57 +02:00
"reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2021-06-29 00:27:57 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
"reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
2021-06-29 00:27:57 +02:00
"dev-main": "1.23-dev"
2021-04-12 17:46:01 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
},
"files": [
"bootstrap.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": "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": {
2021-06-29 00:27:57 +02:00
"source": "https://github.com/symfony/polyfill-php72/tree/v1.23.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"
}
],
2021-06-29 00:27:57 +02:00
"time": "2021-05-27T09:17:38+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/polyfill-php73",
2021-06-29 00:27:57 +02:00
"version": "v1.23.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
2021-06-29 00:27:57 +02:00
"reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2021-06-29 00:27:57 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
"reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
2021-06-29 00:27:57 +02:00
"dev-main": "1.23-dev"
2021-04-12 17:46:01 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php73\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2021-05-01 11:57:31 +02:00
"support": {
2021-06-29 00:27:57 +02:00
"source": "https://github.com/symfony/polyfill-php73/tree/v1.23.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"
}
],
2021-06-29 00:27:57 +02:00
"time": "2021-02-19T12:13:01+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/polyfill-php80",
2021-11-30 23:29:51 +01:00
"version": "v1.23.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
2021-11-30 23:29:51 +01:00
"reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
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/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
"reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
2021-06-29 00:27:57 +02:00
"dev-main": "1.23-dev"
2021-04-12 17:46:01 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
"files": [
"bootstrap.php"
],
"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": {
2021-11-30 23:29:51 +01:00
"source": "https://github.com/symfony/polyfill-php80/tree/v1.23.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"
}
],
2021-11-30 23:29:51 +01:00
"time": "2021-07-28T13:41:28+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/psr-http-message-bridge",
2021-11-30 23:29:51 +01:00
"version": "v2.1.2",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/psr-http-message-bridge.git",
2021-11-30 23:29:51 +01:00
"reference": "22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34"
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/symfony/psr-http-message-bridge/zipball/22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34",
"reference": "22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34",
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",
2021-11-30 23:29:51 +01:00
"source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.2"
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"
}
],
2021-11-30 23:29:51 +01:00
"time": "2021-11-05T13:13:39+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/service-contracts",
2021-11-30 23:29:51 +01:00
"version": "v2.4.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
2021-11-30 23:29:51 +01:00
"reference": "d664541b99d6fb0247ec5ff32e87238582236204"
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/symfony/service-contracts/zipball/d664541b99d6fb0247ec5ff32e87238582236204",
"reference": "d664541b99d6fb0247ec5ff32e87238582236204",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
2021-05-01 11:57:31 +02:00
"psr/container": "^1.1"
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": {
2021-05-01 11:57:31 +02:00
"dev-main": "2.4-dev"
2021-04-12 17:46:01 +02:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
}
},
"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": {
2021-11-30 23:29:51 +01:00
"source": "https://github.com/symfony/service-contracts/tree/v2.4.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"
}
],
2021-11-30 23:29:51 +01:00
"time": "2021-11-04T16:37:19+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/string",
2021-11-30 23:29:51 +01:00
"version": "v6.0.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
2021-11-30 23:29:51 +01:00
"reference": "0cfed595758ec6e0a25591bdc8ca733c1896af32"
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/symfony/string/zipball/0cfed595758ec6e0a25591bdc8ca733c1896af32",
"reference": "0cfed595758ec6e0a25591bdc8ca733c1896af32",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2021-11-30 23:29:51 +01:00
"php": ">=8.0.2",
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",
2021-11-30 23:29:51 +01:00
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"symfony/translation-contracts": "<2.0"
2021-04-12 17:46:01 +02:00
},
"require-dev": {
2021-11-30 23:29:51 +01:00
"symfony/error-handler": "^5.4|^6.0",
"symfony/http-client": "^5.4|^6.0",
"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": {
"psr-4": {
"Symfony\\Component\\String\\": ""
},
"files": [
"Resources/functions.php"
],
"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": {
2021-11-30 23:29:51 +01:00
"source": "https://github.com/symfony/string/tree/v6.0.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"
}
],
2021-11-30 23:29:51 +01:00
"time": "2021-12-08T15:13:44+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/translation",
2021-11-30 23:29:51 +01:00
"version": "v6.0.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
2021-11-30 23:29:51 +01:00
"reference": "b7956e00c6e03546f2ba489fc50f7c47933e76b8"
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/symfony/translation/zipball/b7956e00c6e03546f2ba489fc50f7c47933e76b8",
"reference": "b7956e00c6e03546f2ba489fc50f7c47933e76b8",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2021-11-30 23:29:51 +01:00
"php": ">=8.0.2",
2021-04-12 17:46:01 +02:00
"symfony/polyfill-mbstring": "~1.0",
2021-11-30 23:29:51 +01:00
"symfony/translation-contracts": "^2.3|^3.0"
2021-04-12 17:46:01 +02:00
},
"conflict": {
2021-11-30 23:29:51 +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": {
2021-11-30 23:29:51 +01:00
"symfony/translation-implementation": "2.3|3.0"
2021-04-12 17:46:01 +02:00
},
"require-dev": {
2021-11-30 23:29:51 +01:00
"psr/log": "^1|^2|^3",
"symfony/config": "^5.4|^6.0",
"symfony/console": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/finder": "^5.4|^6.0",
"symfony/http-client-contracts": "^1.1|^2.0|^3.0",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/intl": "^5.4|^6.0",
2021-06-29 00:27:57 +02:00
"symfony/polyfill-intl-icu": "^1.21",
2021-11-30 23:29:51 +01:00
"symfony/service-contracts": "^1.1.2|^2|^3",
"symfony/yaml": "^5.4|^6.0"
2021-04-12 17:46:01 +02:00
},
"suggest": {
"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": {
2021-11-30 23:29:51 +01:00
"source": "https://github.com/symfony/translation/tree/v6.0.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"
}
],
2021-11-30 23:29:51 +01:00
"time": "2021-12-08T15:13:44+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/translation-contracts",
2021-11-30 23:29:51 +01:00
"version": "v3.0.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
2021-11-30 23:29:51 +01:00
"reference": "1b6ea5a7442af5a12dba3dbd6d71034b5b234e77"
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/symfony/translation-contracts/zipball/1b6ea5a7442af5a12dba3dbd6d71034b5b234e77",
"reference": "1b6ea5a7442af5a12dba3dbd6d71034b5b234e77",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
2021-11-30 23:29:51 +01:00
"php": ">=8.0.2"
2021-04-12 17:46:01 +02:00
},
"suggest": {
"symfony/translation-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2021-11-30 23:29:51 +01:00
"dev-main": "3.0-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\\": ""
}
},
"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": {
2021-11-30 23:29:51 +01:00
"source": "https://github.com/symfony/translation-contracts/tree/v3.0.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"
}
],
2021-11-30 23:29:51 +01:00
"time": "2021-09-07T12:43:40+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "twig/twig",
2021-11-30 23:29:51 +01:00
"version": "v3.3.4",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
2021-11-30 23:29:51 +01:00
"reference": "65cb6f0b956485e1664f13d023c55298a4bb59ca"
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/twigphp/Twig/zipball/65cb6f0b956485e1664f13d023c55298a4bb59ca",
"reference": "65cb6f0b956485e1664f13d023c55298a4bb59ca",
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": {
"dev-master": "3.3-dev"
}
},
"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",
2021-11-30 23:29:51 +01:00
"source": "https://github.com/twigphp/Twig/tree/v3.3.4"
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"
}
],
2021-11-30 23:29:51 +01:00
"time": "2021-11-25T13:46:55+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "vlucas/phpdotenv",
2021-11-30 23:29:51 +01:00
"version": "v5.4.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/vlucas/phpdotenv.git",
2021-11-30 23:29:51 +01:00
"reference": "264dce589e7ce37a7ba99cb901eed8249fbec92f"
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/vlucas/phpdotenv/zipball/264dce589e7ce37a7ba99cb901eed8249fbec92f",
"reference": "264dce589e7ce37a7ba99cb901eed8249fbec92f",
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": "*",
2021-11-30 23:29:51 +01:00
"phpunit/phpunit": "^7.5.20 || ^8.5.21 || ^9.5.10"
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": {
"branch-alias": {
2021-11-30 23:29:51 +01:00
"dev-master": "5.4-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",
2021-11-30 23:29:51 +01:00
"source": "https://github.com/vlucas/phpdotenv/tree/v5.4.1"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
"type": "tidelift"
}
],
2021-11-30 23:29:51 +01:00
"time": "2021-12-12T23:22:04+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "voku/portable-ascii",
"version": "1.5.6",
"source": {
"type": "git",
"url": "https://github.com/voku/portable-ascii.git",
"reference": "80953678b19901e5165c56752d087fc11526017c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/voku/portable-ascii/zipball/80953678b19901e5165c56752d087fc11526017c",
"reference": "80953678b19901e5165c56752d087fc11526017c",
"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",
"source": "https://github.com/voku/portable-ascii/tree/1.5.6"
},
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"
}
],
"time": "2020-11-12T00:07:28+00:00"
}
],
"packages-dev": [
{
"name": "dms/phpunit-arraysubset-asserts",
2021-11-30 23:29:51 +01:00
"version": "v0.3.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/rdohms/phpunit-arraysubset-asserts.git",
2021-11-30 23:29:51 +01:00
"reference": "e1b47df99cd0dbb3f63528adc5c990256218c707"
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/rdohms/phpunit-arraysubset-asserts/zipball/e1b47df99cd0dbb3f63528adc5c990256218c707",
"reference": "e1b47df99cd0dbb3f63528adc5c990256218c707",
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",
2021-11-30 23:29:51 +01:00
"source": "https://github.com/rdohms/phpunit-arraysubset-asserts/tree/v0.3.1"
2021-05-01 11:57:31 +02:00
},
2021-11-30 23:29:51 +01:00
"time": "2021-10-17T18:50:58+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "doctrine/instantiator",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^8.0",
"ext-pdo": "*",
"ext-phar": "*",
"phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
},
"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",
"source": "https://github.com/doctrine/instantiator/tree/1.4.0"
},
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"
}
],
"time": "2020-11-10T18:47:58+00:00"
},
2021-06-29 00:27:57 +02:00
{
"name": "fakerphp/faker",
2021-11-30 23:29:51 +01:00
"version": "v1.17.0",
2021-06-29 00:27:57 +02:00
"source": {
"type": "git",
"url": "https://github.com/FakerPHP/Faker.git",
2021-11-30 23:29:51 +01:00
"reference": "b85e9d44eae8c52cca7aa0939483611f7232b669"
2021-06-29 00:27:57 +02:00
},
"dist": {
"type": "zip",
2021-11-30 23:29:51 +01:00
"url": "https://api.github.com/repos/FakerPHP/Faker/zipball/b85e9d44eae8c52cca7aa0939483611f7232b669",
"reference": "b85e9d44eae8c52cca7aa0939483611f7232b669",
2021-06-29 00:27:57 +02:00
"shasum": ""
},
"require": {
"php": "^7.1 || ^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",
"ext-intl": "*",
"symfony/phpunit-bridge": "^4.4 || ^5.2"
},
"suggest": {
"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": {
2021-11-30 23:29:51 +01:00
"dev-main": "v1.17-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",
2021-11-30 23:29:51 +01:00
"source": "https://github.com/FakerPHP/Faker/tree/v1.17.0"
2021-06-29 00:27:57 +02:00
},
2021-11-30 23:29:51 +01:00
"time": "2021-12-05T17:14:47+00:00"
2021-06-29 00:27:57 +02:00
},
2021-04-12 17:46:01 +02:00
{
"name": "filp/whoops",
2021-11-30 23:29:51 +01:00
"version": "2.14.4",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/filp/whoops.git",
2021-11-30 23:29:51 +01:00
"reference": "f056f1fe935d9ed86e698905a957334029899895"
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/filp/whoops/zipball/f056f1fe935d9ed86e698905a957334029899895",
"reference": "f056f1fe935d9ed86e698905a957334029899895",
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",
2021-11-30 23:29:51 +01:00
"source": "https://github.com/filp/whoops/tree/2.14.4"
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"
}
],
2021-11-30 23:29:51 +01:00
"time": "2021-10-03T12:00:00+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "myclabs/deep-copy",
"version": "1.10.2",
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
"reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
"reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
"phpunit/phpunit": "^7.1"
},
"type": "library",
"autoload": {
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
},
"files": [
"src/DeepCopy/deep_copy.php"
]
},
"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",
"source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
}
],
"time": "2020-11-13T09:40:50+00:00"
},
{
"name": "nikic/php-parser",
2021-11-30 23:29:51 +01:00
"version": "v4.13.2",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2021-11-30 23:29:51 +01:00
"reference": "210577fe3cf7badcc5814d99455df46564f3c077"
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/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077",
"reference": "210577fe3cf7badcc5814d99455df46564f3c077",
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",
2021-11-30 23:29:51 +01:00
"source": "https://github.com/nikic/PHP-Parser/tree/v4.13.2"
2021-05-01 11:57:31 +02:00
},
2021-11-30 23:29:51 +01:00
"time": "2021-11-30T19:35:32+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",
"version": "3.1.0",
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
"reference": "bae7c545bef187884426f042434e561ab1ddb182"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182",
"reference": "bae7c545bef187884426f042434e561ab1ddb182",
"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",
"source": "https://github.com/phar-io/version/tree/3.1.0"
},
2021-04-12 17:46:01 +02:00
"time": "2021-02-23T14:00:09+00:00"
},
{
"name": "phpdocumentor/reflection-common",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-2.x": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
"source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
},
2021-04-12 17:46:01 +02:00
"time": "2020-06-27T09:03:43+00:00"
},
{
"name": "phpdocumentor/reflection-docblock",
2021-11-30 23:29:51 +01:00
"version": "5.3.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2021-11-30 23:29:51 +01:00
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
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/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"ext-filter": "*",
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.3",
"webmozart/assert": "^1.9.1"
},
"require-dev": {
2021-11-30 23:29:51 +01:00
"mockery/mockery": "~1.3.2",
"psalm/phar": "^4.8"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
},
{
"name": "Jaap van Otterdijk",
"email": "account@ijaap.nl"
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
2021-11-30 23:29:51 +01:00
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
2021-05-01 11:57:31 +02:00
},
2021-11-30 23:29:51 +01:00
"time": "2021-10-19T17:43:47+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "phpdocumentor/type-resolver",
2021-11-30 23:29:51 +01:00
"version": "1.5.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2021-11-30 23:29:51 +01:00
"reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae"
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/phpDocumentor/TypeResolver/zipball/a12f7e301eb7258bb68acd89d4aefa05c2906cae",
"reference": "a12f7e301eb7258bb68acd89d4aefa05c2906cae",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.0"
},
"require-dev": {
2021-11-30 23:29:51 +01:00
"ext-tokenizer": "*",
"psalm/phar": "^4.8"
2021-04-12 17:46:01 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
2021-11-30 23:29:51 +01:00
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.5.1"
2021-05-01 11:57:31 +02:00
},
2021-11-30 23:29:51 +01:00
"time": "2021-10-02T14:08:47+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "phpspec/prophecy",
2021-11-30 23:29:51 +01:00
"version": "v1.15.0",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
2021-11-30 23:29:51 +01:00
"reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13"
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/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
"reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.2",
2021-11-30 23:29:51 +01:00
"php": "^7.2 || ~8.0, <8.2",
2021-04-12 17:46:01 +02:00
"phpdocumentor/reflection-docblock": "^5.2",
"sebastian/comparator": "^3.0 || ^4.0",
"sebastian/recursion-context": "^3.0 || ^4.0"
},
"require-dev": {
2021-11-30 23:29:51 +01:00
"phpspec/phpspec": "^6.0 || ^7.0",
2021-04-12 17:46:01 +02:00
"phpunit/phpunit": "^8.0 || ^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
2021-11-30 23:29:51 +01:00
"dev-master": "1.x-dev"
2021-04-12 17:46:01 +02:00
}
},
"autoload": {
"psr-4": {
"Prophecy\\": "src/Prophecy"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
},
{
"name": "Marcello Duarte",
"email": "marcello.duarte@gmail.com"
}
],
"description": "Highly opinionated mocking framework for PHP 5.3+",
"homepage": "https://github.com/phpspec/prophecy",
"keywords": [
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/phpspec/prophecy/issues",
2021-11-30 23:29:51 +01:00
"source": "https://github.com/phpspec/prophecy/tree/v1.15.0"
2021-05-01 11:57:31 +02:00
},
2021-11-30 23:29:51 +01:00
"time": "2021-12-08T12:19:24+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "phpunit/php-code-coverage",
2021-11-30 23:29:51 +01:00
"version": "9.2.10",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2021-11-30 23:29:51 +01:00
"reference": "d5850aaf931743067f4bfc1ae4cbd06468400687"
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-code-coverage/zipball/d5850aaf931743067f4bfc1ae4cbd06468400687",
"reference": "d5850aaf931743067f4bfc1ae4cbd06468400687",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"ext-xmlwriter": "*",
2021-11-30 23:29:51 +01:00
"nikic/php-parser": "^4.13.0",
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",
2021-11-30 23:29:51 +01:00
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.10"
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-05T09:12:13+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",
2021-11-30 23:29:51 +01:00
"version": "9.5.10",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2021-11-30 23:29:51 +01:00
"reference": "c814a05837f2edb0d1471d6e3f4ab3501ca3899a"
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/phpunit/zipball/c814a05837f2edb0d1471d6e3f4ab3501ca3899a",
"reference": "c814a05837f2edb0d1471d6e3f4ab3501ca3899a",
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",
"phpspec/prophecy": "^1.12.1",
2021-11-30 23:29:51 +01:00
"phpunit/php-code-coverage": "^9.2.7",
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",
"sebastian/comparator": "^4.0.5",
"sebastian/diff": "^4.0.3",
"sebastian/environment": "^5.1.3",
"sebastian/exporter": "^4.0.3",
"sebastian/global-state": "^5.0.1",
"sebastian/object-enumerator": "^4.0.3",
"sebastian/resource-operations": "^3.0.3",
2021-06-29 00:27:57 +02:00
"sebastian/type": "^2.3.4",
2021-04-12 17:46:01 +02:00
"sebastian/version": "^3.0.2"
},
"require-dev": {
"ext-pdo": "*",
"phpspec/prophecy-phpunit": "^2.0.1"
},
"suggest": {
"ext-soap": "*",
"ext-xdebug": "*"
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "9.5-dev"
}
},
"autoload": {
"classmap": [
"src/"
],
"files": [
"src/Framework/Assert/Functions.php"
]
},
"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",
2021-11-30 23:29:51 +01:00
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.10"
2021-05-01 11:57:31 +02:00
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://phpunit.de/donate.html",
"type": "custom"
},
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-11-30 23:29:51 +01:00
"time": "2021-09-25T07:38:51+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",
"version": "4.0.6",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "55f4261989e546dc112258c7a75935a81a7ce382"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382",
"reference": "55f4261989e546dc112258c7a75935a81a7ce382",
"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",
"source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6"
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T15:49:45+00: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",
"version": "5.1.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
"reference": "388b6ced16caa751030f6a69e588299fa09200ac"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/388b6ced16caa751030f6a69e588299fa09200ac",
"reference": "388b6ced16caa751030f6a69e588299fa09200ac",
"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",
"source": "https://github.com/sebastianbergmann/environment/tree/5.1.3"
},
2021-04-12 17:46:01 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-09-28T05:52:38+00:00"
},
{
"name": "sebastian/exporter",
2021-11-30 23:29:51 +01:00
"version": "4.0.4",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
2021-11-30 23:29:51 +01:00
"reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9"
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/exporter/zipball/65e8b7db476c5dd267e65eea9cab77584d3cfff9",
"reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9",
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",
2021-11-30 23:29:51 +01:00
"source": "https://github.com/sebastianbergmann/exporter/tree/4.0.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"
}
],
2021-11-30 23:29:51 +01:00
"time": "2021-11-11T14:18:36+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "sebastian/global-state",
2021-06-29 00:27:57 +02:00
"version": "5.0.3",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
2021-06-29 00:27:57 +02:00
"reference": "23bd5951f7ff26f12d4e3242864df3e08dec4e49"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2021-06-29 00:27:57 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/23bd5951f7ff26f12d4e3242864df3e08dec4e49",
"reference": "23bd5951f7ff26f12d4e3242864df3e08dec4e49",
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",
2021-06-29 00:27:57 +02:00
"source": "https://github.com/sebastianbergmann/global-state/tree/5.0.3"
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-06-29 00:27:57 +02:00
"time": "2021-06-11T13:31:12+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",
2021-06-29 00:27:57 +02:00
"version": "2.3.4",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
2021-06-29 00:27:57 +02:00
"reference": "b8cd8a1c753c90bc1a0f5372170e3e489136f914"
2021-04-12 17:46:01 +02:00
},
"dist": {
"type": "zip",
2021-06-29 00:27:57 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b8cd8a1c753c90bc1a0f5372170e3e489136f914",
"reference": "b8cd8a1c753c90bc1a0f5372170e3e489136f914",
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": "2.3-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 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",
2021-06-29 00:27:57 +02:00
"source": "https://github.com/sebastianbergmann/type/tree/2.3.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"
}
],
2021-06-29 00:27:57 +02:00
"time": "2021-06-15T12:49:02+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"
},
{
"name": "squizlabs/php_codesniffer",
2021-11-30 23:29:51 +01:00
"version": "3.6.2",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2021-11-30 23:29:51 +01:00
"reference": "5e4e71592f69da17871dba6e80dd51bce74a351a"
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/squizlabs/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a",
"reference": "5e4e71592f69da17871dba6e80dd51bce74a351a",
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"
},
2021-11-30 23:29:51 +01:00
"time": "2021-12-12T21:44:58+00:00"
2021-04-12 17:46:01 +02:00
},
{
"name": "symfony/var-dumper",
2021-11-30 23:29:51 +01:00
"version": "v5.4.1",
2021-04-12 17:46:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
2021-11-30 23:29:51 +01:00
"reference": "2366ac8d8abe0c077844613c1a4f0c0a9f522dcc"
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/symfony/var-dumper/zipball/2366ac8d8abe0c077844613c1a4f0c0a9f522dcc",
"reference": "2366ac8d8abe0c077844613c1a4f0c0a9f522dcc",
2021-04-12 17:46:01 +02:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-mbstring": "~1.0",
2021-11-30 23:29:51 +01:00
"symfony/polyfill-php80": "^1.16"
2021-04-12 17:46:01 +02:00
},
"conflict": {
"phpunit/phpunit": "<5.4.3",
"symfony/console": "<4.4"
},
"require-dev": {
"ext-iconv": "*",
2021-11-30 23:29:51 +01:00
"symfony/console": "^4.4|^5.0|^6.0",
"symfony/process": "^4.4|^5.0|^6.0",
"symfony/uid": "^5.1|^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": {
2021-11-30 23:29:51 +01:00
"source": "https://github.com/symfony/var-dumper/tree/v5.4.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"
}
],
2021-11-30 23:29:51 +01:00
"time": "2021-12-01T15:04:08+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
},
{
"name": "webmozart/assert",
"version": "1.10.0",
"source": {
"type": "git",
"url": "https://github.com/webmozarts/assert.git",
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<4.6.1 || 4.6.2"
},
"require-dev": {
"phpunit/phpunit": "^8.5.13"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
}
},
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
2021-05-01 11:57:31 +02:00
"support": {
"issues": "https://github.com/webmozarts/assert/issues",
"source": "https://github.com/webmozarts/assert/tree/1.10.0"
},
2021-04-12 17:46:01 +02:00
"time": "2021-03-09T10:59:23+00:00"
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.3.0",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-pdo": "*",
"ext-simplexml": "*",
"ext-xml": "*"
},
"platform-dev": [],
2021-11-30 23:29:51 +01:00
"plugin-api-version": "2.2.0"
2021-04-12 17:46:01 +02:00
}