2021-05-30 17:18:58 +02:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
2022-12-28 12:39:02 +01:00
"content-hash": "4b9994e78532f69be0ebd4912b0abb00",
2021-05-30 17:18:58 +02:00
"packages": [
2021-05-30 17:34:33 +02:00
{
2022-04-11 16:09:36 +02:00
"name": "dflydev/dot-access-data",
2022-10-28 18:48:25 +02:00
"version": "v3.0.2",
2021-05-30 17:34:33 +02:00
"source": {
"type": "git",
2022-04-11 16:09:36 +02:00
"url": "https://github.com/dflydev/dflydev-dot-access-data.git",
2022-10-28 18:48:25 +02:00
"reference": "f41715465d65213d644d3141a6a93081be5d3549"
2021-05-30 17:34:33 +02:00
},
"dist": {
"type": "zip",
2022-10-28 18:48:25 +02:00
"url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549",
"reference": "f41715465d65213d644d3141a6a93081be5d3549",
2021-05-30 17:34:33 +02:00
"shasum": ""
},
"require": {
2022-04-11 16:09:36 +02:00
"php": "^7.1 || ^8.0"
2021-05-30 17:34:33 +02:00
},
"require-dev": {
2022-04-11 16:09:36 +02:00
"phpstan/phpstan": "^0.12.42",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
"scrutinizer/ocular": "1.6.0",
"squizlabs/php_codesniffer": "^3.5",
2022-10-28 18:48:25 +02:00
"vimeo/psalm": "^4.0.0"
2021-05-30 17:34:33 +02:00
},
2022-04-11 16:09:36 +02:00
"type": "library",
2021-05-30 17:34:33 +02:00
"extra": {
"branch-alias": {
2022-04-11 16:09:36 +02:00
"dev-main": "3.x-dev"
2021-05-30 17:34:33 +02:00
}
},
"autoload": {
"psr-4": {
2022-04-11 16:09:36 +02:00
"Dflydev\\DotAccessData\\": "src/"
2021-05-30 17:34:33 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2022-04-11 16:09:36 +02:00
"name": "Dragonfly Development Inc.",
"email": "info@dflydev.com",
"homepage": "http://dflydev.com"
2021-05-30 17:34:33 +02:00
},
{
2022-04-11 16:09:36 +02:00
"name": "Beau Simensen",
"email": "beau@dflydev.com",
"homepage": "http://beausimensen.com"
2021-05-30 17:34:33 +02:00
},
{
2022-04-11 16:09:36 +02:00
"name": "Carlos Frutos",
"email": "carlos@kiwing.it",
"homepage": "https://github.com/cfrutos"
2021-05-30 17:34:33 +02:00
},
{
2022-04-11 16:09:36 +02:00
"name": "Colin O'Dell",
"email": "colinodell@gmail.com",
"homepage": "https://www.colinodell.com"
2021-05-30 17:34:33 +02:00
}
],
2022-04-11 16:09:36 +02:00
"description": "Given a deep data structure, access data by dot notation.",
"homepage": "https://github.com/dflydev/dflydev-dot-access-data",
"keywords": [
"access",
"data",
"dot",
"notation"
],
"support": {
"issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
2022-10-28 18:48:25 +02:00
"source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.2"
2022-04-11 16:09:36 +02:00
},
2022-10-28 18:48:25 +02:00
"time": "2022-10-27T11:44:00+00:00"
2021-05-30 17:34:33 +02:00
},
2021-05-30 17:30:29 +02:00
{
"name": "doctrine/annotations",
2022-12-28 12:39:02 +01:00
"version": "1.14.2",
2021-05-30 17:30:29 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
2022-12-28 12:39:02 +01:00
"reference": "ad785217c1e9555a7d6c6c8c9f406395a5e2882b"
2021-05-30 17:30:29 +02:00
},
"dist": {
"type": "zip",
2022-12-28 12:39:02 +01:00
"url": "https://api.github.com/repos/doctrine/annotations/zipball/ad785217c1e9555a7d6c6c8c9f406395a5e2882b",
"reference": "ad785217c1e9555a7d6c6c8c9f406395a5e2882b",
2021-05-30 17:30:29 +02:00
"shasum": ""
},
"require": {
2022-12-28 12:39:02 +01:00
"doctrine/lexer": "^1 || ^2",
2021-05-30 17:30:29 +02:00
"ext-tokenizer": "*",
"php": "^7.1 || ^8.0",
"psr/cache": "^1 || ^2 || ^3"
},
"require-dev": {
"doctrine/cache": "^1.11 || ^2.0",
2022-12-28 12:39:02 +01:00
"doctrine/coding-standard": "^9 || ^10",
"phpstan/phpstan": "~1.4.10 || ^1.8.0",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"symfony/cache": "^4.4 || ^5.4 || ^6",
2022-10-28 18:48:25 +02:00
"vimeo/psalm": "^4.10"
2021-05-30 17:30:29 +02:00
},
2022-12-28 12:39:02 +01:00
"suggest": {
"php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations"
},
2021-05-30 17:30:29 +02:00
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
}
},
"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": "Docblock Annotations Parser",
"homepage": "https://www.doctrine-project.org/projects/annotations.html",
"keywords": [
"annotations",
"docblock",
"parser"
],
"support": {
"issues": "https://github.com/doctrine/annotations/issues",
2022-12-28 12:39:02 +01:00
"source": "https://github.com/doctrine/annotations/tree/1.14.2"
2021-05-30 17:30:29 +02:00
},
2022-12-28 12:39:02 +01:00
"time": "2022-12-15T06:48:22+00:00"
2021-05-30 17:30:29 +02:00
},
{
2021-05-30 17:34:33 +02:00
"name": "doctrine/cache",
2022-10-28 18:48:25 +02:00
"version": "2.2.0",
2021-05-30 17:30:29 +02:00
"source": {
"type": "git",
2021-05-30 17:34:33 +02:00
"url": "https://github.com/doctrine/cache.git",
2022-10-28 18:48:25 +02:00
"reference": "1ca8f21980e770095a31456042471a57bc4c68fb"
2021-05-30 17:30:29 +02:00
},
"dist": {
"type": "zip",
2022-10-28 18:48:25 +02:00
"url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb",
"reference": "1ca8f21980e770095a31456042471a57bc4c68fb",
2021-05-30 17:30:29 +02:00
"shasum": ""
},
"require": {
2021-05-30 17:34:33 +02:00
"php": "~7.1 || ^8.0"
},
"conflict": {
2022-04-11 16:09:36 +02:00
"doctrine/common": ">2.2,<2.4"
2021-05-30 17:30:29 +02:00
},
"require-dev": {
2021-05-30 17:34:33 +02:00
"cache/integration-tests": "dev-master",
2022-10-28 18:48:25 +02:00
"doctrine/coding-standard": "^9",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
2022-04-11 16:09:36 +02:00
"psr/cache": "^1.0 || ^2.0 || ^3.0",
2022-10-28 18:48:25 +02:00
"symfony/cache": "^4.4 || ^5.4 || ^6",
"symfony/var-exporter": "^4.4 || ^5.4 || ^6"
2021-05-30 17:30:29 +02:00
},
2021-05-30 17:34:33 +02:00
"type": "library",
2021-05-30 17:30:29 +02:00
"autoload": {
"psr-4": {
2021-05-30 17:34:33 +02:00
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
2021-05-30 17:30:29 +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"
},
2021-05-30 17:34:33 +02:00
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
2021-05-30 17:30:29 +02:00
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2021-05-30 17:34:33 +02:00
"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",
2021-05-30 17:30:29 +02:00
"keywords": [
2021-05-30 17:34:33 +02:00
"abstraction",
"apcu",
"cache",
"caching",
"couchdb",
"memcached",
"php",
"redis",
"xcache"
2021-05-30 17:30:29 +02:00
],
"support": {
2021-05-30 17:34:33 +02:00
"issues": "https://github.com/doctrine/cache/issues",
2022-10-28 18:48:25 +02:00
"source": "https://github.com/doctrine/cache/tree/2.2.0"
2021-05-30 17:30:29 +02:00
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
2021-05-30 17:34:33 +02:00
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
2021-05-30 17:30:29 +02:00
"type": "tidelift"
}
],
2022-10-28 18:48:25 +02:00
"time": "2022-05-20T20:07:39+00:00"
2021-05-30 17:30:29 +02:00
},
2021-05-30 17:18:58 +02:00
{
2021-05-30 17:34:33 +02:00
"name": "doctrine/collections",
2022-12-28 12:39:02 +01:00
"version": "2.1.2",
2021-05-30 17:18:58 +02:00
"source": {
"type": "git",
2021-05-30 17:34:33 +02:00
"url": "https://github.com/doctrine/collections.git",
2022-12-28 12:39:02 +01:00
"reference": "db8cda536a034337f7dd63febecc713d4957f9ee"
2021-05-30 17:18:58 +02:00
},
"dist": {
"type": "zip",
2022-12-28 12:39:02 +01:00
"url": "https://api.github.com/repos/doctrine/collections/zipball/db8cda536a034337f7dd63febecc713d4957f9ee",
"reference": "db8cda536a034337f7dd63febecc713d4957f9ee",
2021-05-30 17:18:58 +02:00
"shasum": ""
},
"require": {
2022-12-28 12:39:02 +01:00
"doctrine/deprecations": "^1",
"php": "^8.1"
2021-05-30 17:18:58 +02:00
},
2021-05-30 17:34:33 +02:00
"require-dev": {
2022-12-28 12:39:02 +01:00
"doctrine/coding-standard": "^10.0",
"ext-json": "*",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.5",
2022-10-28 18:48:25 +02:00
"vimeo/psalm": "^4.22"
2021-05-30 17:18:58 +02:00
},
2021-05-30 17:34:33 +02:00
"type": "library",
2021-05-30 17:18:58 +02:00
"autoload": {
"psr-4": {
2022-12-28 12:39:02 +01:00
"Doctrine\\Common\\Collections\\": "src"
2021-05-30 17:18:58 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-05-30 17:34:33 +02:00
"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"
2021-05-30 17:18:58 +02:00
}
],
2021-05-30 17:34:33 +02:00
"description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
"homepage": "https://www.doctrine-project.org/projects/collections.html",
2021-05-30 17:18:58 +02:00
"keywords": [
2021-05-30 17:34:33 +02:00
"array",
"collections",
"iterators",
"php"
2021-05-30 17:18:58 +02:00
],
"support": {
2021-05-30 17:34:33 +02:00
"issues": "https://github.com/doctrine/collections/issues",
2022-12-28 12:39:02 +01:00
"source": "https://github.com/doctrine/collections/tree/2.1.2"
2021-05-30 17:18:58 +02:00
},
2022-12-28 12:39:02 +01:00
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcollections",
"type": "tidelift"
}
],
"time": "2022-12-27T23:41:38+00:00"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"name": "doctrine/common",
2022-10-28 18:48:25 +02:00
"version": "3.4.3",
2021-05-30 17:18:58 +02:00
"source": {
"type": "git",
2021-05-30 17:34:33 +02:00
"url": "https://github.com/doctrine/common.git",
2022-10-28 18:48:25 +02:00
"reference": "8b5e5650391f851ed58910b3e3d48a71062eeced"
2021-05-30 17:18:58 +02:00
},
"dist": {
"type": "zip",
2022-10-28 18:48:25 +02:00
"url": "https://api.github.com/repos/doctrine/common/zipball/8b5e5650391f851ed58910b3e3d48a71062eeced",
"reference": "8b5e5650391f851ed58910b3e3d48a71062eeced",
2021-05-30 17:18:58 +02:00
"shasum": ""
},
"require": {
2022-05-03 14:52:04 +02:00
"doctrine/persistence": "^2.0 || ^3.0",
2021-05-30 17:34:33 +02:00
"php": "^7.1 || ^8.0"
},
"require-dev": {
2022-10-28 18:48:25 +02:00
"doctrine/coding-standard": "^9.0 || ^10.0",
"doctrine/collections": "^1",
2022-04-11 16:09:36 +02:00
"phpstan/phpstan": "^1.4.1",
"phpstan/phpstan-phpunit": "^1",
2021-05-30 17:34:33 +02:00
"phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0",
"squizlabs/php_codesniffer": "^3.0",
2022-10-28 18:48:25 +02:00
"symfony/phpunit-bridge": "^6.1",
2021-05-30 17:34:33 +02:00
"vimeo/psalm": "^4.4"
2021-05-30 17:18:58 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
2022-10-28 18:48:25 +02:00
"Doctrine\\Common\\": "src"
2021-05-30 17:18:58 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-05-30 17:34:33 +02:00
"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"
2021-05-30 17:18:58 +02:00
}
],
2021-05-30 17:34:33 +02:00
"description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more.",
"homepage": "https://www.doctrine-project.org/projects/common.html",
2021-05-30 17:18:58 +02:00
"keywords": [
2021-05-30 17:34:33 +02:00
"common",
"doctrine",
"php"
2021-05-30 17:18:58 +02:00
],
"support": {
2021-05-30 17:34:33 +02:00
"issues": "https://github.com/doctrine/common/issues",
2022-10-28 18:48:25 +02:00
"source": "https://github.com/doctrine/common/tree/3.4.3"
2021-05-30 17:18:58 +02:00
},
2021-05-30 17:34:33 +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%2Fcommon",
"type": "tidelift"
}
],
2022-10-28 18:48:25 +02:00
"time": "2022-10-09T11:47:59+00:00"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"name": "doctrine/dbal",
2022-12-28 12:39:02 +01:00
"version": "3.5.2",
2021-05-30 17:18:58 +02:00
"source": {
"type": "git",
2021-05-30 17:34:33 +02:00
"url": "https://github.com/doctrine/dbal.git",
2022-12-28 12:39:02 +01:00
"reference": "63e513cebbbaf96a6795e5c5ee34d205831bfc85"
2021-05-30 17:18:58 +02:00
},
"dist": {
"type": "zip",
2022-12-28 12:39:02 +01:00
"url": "https://api.github.com/repos/doctrine/dbal/zipball/63e513cebbbaf96a6795e5c5ee34d205831bfc85",
"reference": "63e513cebbbaf96a6795e5c5ee34d205831bfc85",
2021-05-30 17:18:58 +02:00
"shasum": ""
},
"require": {
2022-04-11 16:09:36 +02:00
"composer-runtime-api": "^2",
"doctrine/cache": "^1.11|^2.0",
2022-05-11 14:48:04 +02:00
"doctrine/deprecations": "^0.5.3|^1",
2022-10-28 18:48:25 +02:00
"doctrine/event-manager": "^1|^2",
"php": "^7.4 || ^8.0",
2022-04-11 16:09:36 +02:00
"psr/cache": "^1|^2|^3",
"psr/log": "^1|^2|^3"
2021-05-30 17:18:58 +02:00
},
2021-05-30 17:34:33 +02:00
"require-dev": {
2022-12-28 12:39:02 +01:00
"doctrine/coding-standard": "11.0.0",
"jetbrains/phpstorm-stubs": "2022.3",
"phpstan/phpstan": "1.9.2",
2022-10-28 18:48:25 +02:00
"phpstan/phpstan-strict-rules": "^1.4",
2022-12-28 12:39:02 +01:00
"phpunit/phpunit": "9.5.27",
"psalm/plugin-phpunit": "0.18.4",
2022-10-28 18:48:25 +02:00
"squizlabs/php_codesniffer": "3.7.1",
"symfony/cache": "^5.4|^6.0",
"symfony/console": "^4.4|^5.4|^6.0",
2022-12-28 12:39:02 +01:00
"vimeo/psalm": "4.30.0"
2021-05-30 17:34:33 +02:00
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
2021-05-30 17:18:58 +02:00
},
2021-05-30 17:34:33 +02:00
"bin": [
"bin/doctrine-dbal"
],
"type": "library",
2021-05-30 17:18:58 +02:00
"autoload": {
"psr-4": {
2022-04-11 16:09:36 +02:00
"Doctrine\\DBAL\\": "src"
2021-05-30 17:18:58 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-05-30 17:34:33 +02:00
"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"
2021-05-30 17:18:58 +02:00
}
],
2021-05-30 17:34:33 +02:00
"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",
2021-05-30 17:18:58 +02:00
"keywords": [
2021-05-30 17:34:33 +02:00
"abstraction",
"database",
"db2",
"dbal",
"mariadb",
"mssql",
"mysql",
"oci8",
"oracle",
"pdo",
"pgsql",
"postgresql",
"queryobject",
"sasql",
"sql",
"sqlite",
"sqlserver",
"sqlsrv"
2021-05-30 17:18:58 +02:00
],
"support": {
2021-05-30 17:34:33 +02:00
"issues": "https://github.com/doctrine/dbal/issues",
2022-12-28 12:39:02 +01:00
"source": "https://github.com/doctrine/dbal/tree/3.5.2"
2021-05-30 17:18:58 +02:00
},
2021-05-30 17:34:33 +02:00
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
"type": "tidelift"
}
],
2022-12-28 12:39:02 +01:00
"time": "2022-12-19T08:17:34+00:00"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"name": "doctrine/deprecations",
2022-05-11 14:48:04 +02:00
"version": "v1.0.0",
2021-05-30 17:18:58 +02:00
"source": {
"type": "git",
2021-05-30 17:34:33 +02:00
"url": "https://github.com/doctrine/deprecations.git",
2022-05-11 14:48:04 +02:00
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de"
2021-05-30 17:18:58 +02:00
},
"dist": {
"type": "zip",
2022-05-11 14:48:04 +02:00
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
"reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de",
2021-05-30 17:18:58 +02:00
"shasum": ""
},
"require": {
2021-05-30 17:34:33 +02:00
"php": "^7.1|^8.0"
2021-05-30 17:18:58 +02:00
},
2021-05-30 17:34:33 +02:00
"require-dev": {
2022-05-11 14:48:04 +02:00
"doctrine/coding-standard": "^9",
"phpunit/phpunit": "^7.5|^8.5|^9.5",
"psr/log": "^1|^2|^3"
2021-05-30 17:18:58 +02:00
},
2021-05-30 17:34:33 +02:00
"suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
},
"type": "library",
2021-05-30 17:18:58 +02:00
"autoload": {
"psr-4": {
2021-05-30 17:34:33 +02:00
"Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
2021-05-30 17:18:58 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2021-05-30 17:34:33 +02:00
"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-30 17:18:58 +02:00
"support": {
2021-05-30 17:34:33 +02:00
"issues": "https://github.com/doctrine/deprecations/issues",
2022-05-11 14:48:04 +02:00
"source": "https://github.com/doctrine/deprecations/tree/v1.0.0"
2021-05-30 17:18:58 +02:00
},
2022-05-11 14:48:04 +02:00
"time": "2022-05-02T15:47:09+00:00"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"name": "doctrine/doctrine-bundle",
2022-12-28 12:39:02 +01:00
"version": "2.7.2",
2021-05-30 17:18:58 +02:00
"source": {
"type": "git",
2021-05-30 17:34:33 +02:00
"url": "https://github.com/doctrine/DoctrineBundle.git",
2022-12-28 12:39:02 +01:00
"reference": "22d53b2c5ad03929628fb4a928b01135585b7179"
2021-05-30 17:18:58 +02:00
},
"dist": {
"type": "zip",
2022-12-28 12:39:02 +01:00
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/22d53b2c5ad03929628fb4a928b01135585b7179",
"reference": "22d53b2c5ad03929628fb4a928b01135585b7179",
2021-05-30 17:18:58 +02:00
"shasum": ""
},
"require": {
2022-04-11 16:09:36 +02:00
"doctrine/annotations": "^1",
"doctrine/cache": "^1.11 || ^2.0",
2022-11-05 17:18:04 +01:00
"doctrine/dbal": "^2.13.1 || ^3.3.2",
"doctrine/persistence": "^2.2 || ^3",
2021-05-30 17:34:33 +02:00
"doctrine/sql-formatter": "^1.0.1",
"php": "^7.1 || ^8.0",
2022-11-05 17:18:04 +01:00
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
"symfony/config": "^4.4.3 || ^5.4 || ^6.0",
"symfony/console": "^4.4 || ^5.4 || ^6.0",
"symfony/dependency-injection": "^4.4.18 || ^5.4 || ^6.0",
"symfony/deprecation-contracts": "^2.1 || ^3",
"symfony/doctrine-bridge": "^4.4.22 || ^5.4 || ^6.0",
"symfony/framework-bundle": "^4.4 || ^5.4 || ^6.0",
"symfony/service-contracts": "^1.1.1 || ^2.0 || ^3"
2021-05-30 17:18:58 +02:00
},
"conflict": {
2022-11-05 17:18:04 +01:00
"doctrine/orm": "<2.11 || >=3.0",
"twig/twig": "<1.34 || >=2.0,<2.4"
2021-05-30 17:18:58 +02:00
},
"require-dev": {
2022-04-11 16:09:36 +02:00
"doctrine/coding-standard": "^9.0",
2022-10-28 18:48:25 +02:00
"doctrine/orm": "^2.11 || ^3.0",
2021-05-30 17:34:33 +02:00
"friendsofphp/proxy-manager-lts": "^1.0",
2022-04-11 16:09:36 +02:00
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.3 || ^10.0",
"psalm/plugin-phpunit": "^0.16.1",
"psalm/plugin-symfony": "^3",
2022-11-05 17:18:04 +01:00
"psr/log": "^1.1.4 || ^2.0 || ^3.0",
"symfony/phpunit-bridge": "^6.1",
"symfony/property-info": "^4.4 || ^5.4 || ^6.0",
"symfony/proxy-manager-bridge": "^4.4 || ^5.4 || ^6.0",
"symfony/security-bundle": "^4.4 || ^5.4 || ^6.0",
"symfony/twig-bridge": "^4.4 || ^5.4 || ^6.0",
"symfony/validator": "^4.4 || ^5.4 || ^6.0",
"symfony/web-profiler-bundle": "^4.4 || ^5.4 || ^6.0",
"symfony/yaml": "^4.4 || ^5.4 || ^6.0",
"twig/twig": "^1.34 || ^2.12 || ^3.0",
2021-05-30 17:34:33 +02:00
"vimeo/psalm": "^4.7"
2021-05-30 17:18:58 +02:00
},
2021-05-30 17:34:33 +02:00
"suggest": {
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
"ext-pdo": "*",
"symfony/web-profiler-bundle": "To use the data collector."
},
"type": "symfony-bundle",
2021-05-30 17:18:58 +02:00
"autoload": {
"psr-4": {
2021-05-30 17:34:33 +02:00
"Doctrine\\Bundle\\DoctrineBundle\\": ""
}
2021-05-30 17:18:58 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-05-30 17:34:33 +02:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
2021-05-30 17:18:58 +02:00
},
{
"name": "Symfony Community",
2022-04-11 16:09:36 +02:00
"homepage": "https://symfony.com/contributors"
2021-05-30 17:34:33 +02:00
},
{
"name": "Doctrine Project",
2022-04-11 16:09:36 +02:00
"homepage": "https://www.doctrine-project.org/"
2021-05-30 17:18:58 +02:00
}
],
2021-05-30 17:34:33 +02:00
"description": "Symfony DoctrineBundle",
2022-04-11 16:09:36 +02:00
"homepage": "https://www.doctrine-project.org",
2021-05-30 17:18:58 +02:00
"keywords": [
2021-05-30 17:34:33 +02:00
"database",
"dbal",
"orm",
"persistence"
2021-05-30 17:18:58 +02:00
],
"support": {
2021-05-30 17:34:33 +02:00
"issues": "https://github.com/doctrine/DoctrineBundle/issues",
2022-12-28 12:39:02 +01:00
"source": "https://github.com/doctrine/DoctrineBundle/tree/2.7.2"
2021-05-30 17:18:58 +02:00
},
"funding": [
{
2021-05-30 17:34:33 +02:00
"url": "https://www.doctrine-project.org/sponsorship.html",
2021-05-30 17:18:58 +02:00
"type": "custom"
},
{
2021-05-30 17:34:33 +02:00
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-bundle",
2021-05-30 17:18:58 +02:00
"type": "tidelift"
}
],
2022-12-28 12:39:02 +01:00
"time": "2022-12-07T12:07:11+00:00"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"name": "doctrine/doctrine-migrations-bundle",
2022-04-11 16:09:36 +02:00
"version": "3.2.2",
2021-05-30 17:18:58 +02:00
"source": {
"type": "git",
2021-05-30 17:34:33 +02:00
"url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
2022-04-11 16:09:36 +02:00
"reference": "3393f411ba25ade21969c33f2053220044854d01"
2021-05-30 17:18:58 +02:00
},
"dist": {
"type": "zip",
2022-04-11 16:09:36 +02:00
"url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/3393f411ba25ade21969c33f2053220044854d01",
"reference": "3393f411ba25ade21969c33f2053220044854d01",
2021-05-30 17:18:58 +02:00
"shasum": ""
},
"require": {
2021-05-30 17:34:33 +02:00
"doctrine/doctrine-bundle": "~1.0|~2.0",
2022-04-11 16:09:36 +02:00
"doctrine/migrations": "^3.2",
2021-05-30 17:34:33 +02:00
"php": "^7.2|^8.0",
2022-04-11 16:09:36 +02:00
"symfony/framework-bundle": "~3.4|~4.0|~5.0|~6.0"
2021-05-30 17:18:58 +02:00
},
2021-05-30 17:34:33 +02:00
"require-dev": {
"doctrine/coding-standard": "^8.0",
"doctrine/orm": "^2.6",
"doctrine/persistence": "^1.3||^2.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-deprecation-rules": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
2022-04-11 16:09:36 +02:00
"phpunit/phpunit": "^8.0|^9.0",
"vimeo/psalm": "^4.11"
2021-05-30 17:18:58 +02:00
},
2021-05-30 17:34:33 +02:00
"type": "symfony-bundle",
2021-05-30 17:18:58 +02:00
"autoload": {
"psr-4": {
2021-05-30 17:34:33 +02:00
"Doctrine\\Bundle\\MigrationsBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2021-05-30 17:18:58 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-05-30 17:34:33 +02:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Doctrine Project",
2022-04-11 16:09:36 +02:00
"homepage": "https://www.doctrine-project.org"
2021-05-30 17:18:58 +02:00
},
{
"name": "Symfony Community",
2022-04-11 16:09:36 +02:00
"homepage": "https://symfony.com/contributors"
2021-05-30 17:18:58 +02:00
}
],
2021-05-30 17:34:33 +02:00
"description": "Symfony DoctrineMigrationsBundle",
"homepage": "https://www.doctrine-project.org",
2021-05-30 17:18:58 +02:00
"keywords": [
2021-05-30 17:34:33 +02:00
"dbal",
"migrations",
"schema"
2021-05-30 17:18:58 +02:00
],
"support": {
2021-05-30 17:34:33 +02:00
"issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues",
2022-04-11 16:09:36 +02:00
"source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.2.2"
2021-05-30 17:18:58 +02:00
},
"funding": [
{
2021-05-30 17:34:33 +02:00
"url": "https://www.doctrine-project.org/sponsorship.html",
2021-05-30 17:18:58 +02:00
"type": "custom"
},
{
2021-05-30 17:34:33 +02:00
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-migrations-bundle",
2021-05-30 17:18:58 +02:00
"type": "tidelift"
}
],
2022-04-11 16:09:36 +02:00
"time": "2022-02-01T18:08:07+00:00"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"name": "doctrine/event-manager",
2022-10-28 18:48:25 +02:00
"version": "1.2.0",
2021-05-30 17:18:58 +02:00
"source": {
"type": "git",
2021-05-30 17:34:33 +02:00
"url": "https://github.com/doctrine/event-manager.git",
2022-10-28 18:48:25 +02:00
"reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520"
2021-05-30 17:18:58 +02:00
},
"dist": {
"type": "zip",
2022-10-28 18:48:25 +02:00
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/95aa4cb529f1e96576f3fda9f5705ada4056a520",
"reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520",
2021-05-30 17:18:58 +02:00
"shasum": ""
},
"require": {
2022-10-28 18:48:25 +02:00
"doctrine/deprecations": "^0.5.3 || ^1",
2021-05-30 17:34:33 +02:00
"php": "^7.1 || ^8.0"
2021-05-30 17:18:58 +02:00
},
"conflict": {
2022-10-28 18:48:25 +02:00
"doctrine/common": "<2.9"
2021-05-30 17:18:58 +02:00
},
"require-dev": {
2022-10-28 18:48:25 +02:00
"doctrine/coding-standard": "^9 || ^10",
"phpstan/phpstan": "~1.4.10 || ^1.8.8",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.24"
2021-05-30 17:18:58 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
2022-10-28 18:48:25 +02:00
"Doctrine\\Common\\": "src"
2021-05-30 17:34:33 +02:00
}
2021-05-30 17:18:58 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-05-30 17:34:33 +02:00
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
2021-05-30 17:18:58 +02:00
}
],
2021-05-30 17:34:33 +02:00
"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-30 17:18:58 +02:00
"support": {
2021-05-30 17:34:33 +02:00
"issues": "https://github.com/doctrine/event-manager/issues",
2022-10-28 18:48:25 +02:00
"source": "https://github.com/doctrine/event-manager/tree/1.2.0"
2021-05-30 17:18:58 +02:00
},
"funding": [
{
2021-05-30 17:34:33 +02:00
"url": "https://www.doctrine-project.org/sponsorship.html",
2021-05-30 17:18:58 +02:00
"type": "custom"
},
{
2021-05-30 17:34:33 +02:00
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
2021-05-30 17:18:58 +02:00
"type": "tidelift"
}
],
2022-10-28 18:48:25 +02:00
"time": "2022-10-12T20:51:15+00:00"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"name": "doctrine/inflector",
2022-10-28 18:48:25 +02:00
"version": "2.0.6",
2021-05-30 17:18:58 +02:00
"source": {
"type": "git",
2021-05-30 17:34:33 +02:00
"url": "https://github.com/doctrine/inflector.git",
2022-10-28 18:48:25 +02:00
"reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024"
2021-05-30 17:18:58 +02:00
},
"dist": {
"type": "zip",
2022-10-28 18:48:25 +02:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/d9d313a36c872fd6ee06d9a6cbcf713eaa40f024",
"reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024",
2021-05-30 17:18:58 +02:00
"shasum": ""
},
"require": {
2021-05-30 17:34:33 +02:00
"php": "^7.2 || ^8.0"
2021-05-30 17:18:58 +02:00
},
"require-dev": {
2022-10-28 18:48:25 +02:00
"doctrine/coding-standard": "^10",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.3",
"phpunit/phpunit": "^8.5 || ^9.5",
"vimeo/psalm": "^4.25"
2021-05-30 17:18:58 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
2021-05-30 17:34:33 +02:00
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
}
2021-05-30 17:18:58 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-05-30 17:34:33 +02:00
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2021-05-30 17:18:58 +02:00
}
],
2021-05-30 17:34:33 +02:00
"description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
"homepage": "https://www.doctrine-project.org/projects/inflector.html",
2021-05-30 17:18:58 +02:00
"keywords": [
2021-05-30 17:34:33 +02:00
"inflection",
"inflector",
"lowercase",
"manipulation",
"php",
"plural",
"singular",
"strings",
"uppercase",
"words"
2021-05-30 17:18:58 +02:00
],
"support": {
2021-05-30 17:34:33 +02:00
"issues": "https://github.com/doctrine/inflector/issues",
2022-10-28 18:48:25 +02:00
"source": "https://github.com/doctrine/inflector/tree/2.0.6"
2021-05-30 17:18:58 +02:00
},
"funding": [
{
2021-05-30 17:34:33 +02:00
"url": "https://www.doctrine-project.org/sponsorship.html",
2021-05-30 17:18:58 +02:00
"type": "custom"
},
{
2021-05-30 17:34:33 +02:00
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
2021-05-30 17:18:58 +02:00
"type": "tidelift"
}
],
2022-10-28 18:48:25 +02:00
"time": "2022-10-20T09:10:12+00:00"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"name": "doctrine/instantiator",
2022-04-11 16:09:36 +02:00
"version": "1.4.1",
2021-05-30 17:18:58 +02:00
"source": {
"type": "git",
2021-05-30 17:34:33 +02:00
"url": "https://github.com/doctrine/instantiator.git",
2022-04-11 16:09:36 +02:00
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
2021-05-30 17:18:58 +02:00
},
"dist": {
"type": "zip",
2022-04-11 16:09:36 +02:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
2021-05-30 17:18:58 +02:00
"shasum": ""
},
"require": {
2021-05-30 17:34:33 +02:00
"php": "^7.1 || ^8.0"
2021-05-30 17:18:58 +02:00
},
"require-dev": {
2022-04-11 16:09:36 +02:00
"doctrine/coding-standard": "^9",
2021-05-30 17:34:33 +02:00
"ext-pdo": "*",
"ext-phar": "*",
2022-04-11 16:09:36 +02:00
"phpbench/phpbench": "^0.16 || ^1",
"phpstan/phpstan": "^1.4",
"phpstan/phpstan-phpunit": "^1",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.22"
2021-05-30 17:18:58 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
2021-05-30 17:34:33 +02:00
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
}
2021-05-30 17:18:58 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-05-30 17:34:33 +02:00
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "https://ocramius.github.io/"
2021-05-30 17:18:58 +02:00
}
],
2021-05-30 17:34:33 +02:00
"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-30 17:18:58 +02:00
"support": {
2021-05-30 17:34:33 +02:00
"issues": "https://github.com/doctrine/instantiator/issues",
2022-04-11 16:09:36 +02:00
"source": "https://github.com/doctrine/instantiator/tree/1.4.1"
2021-05-30 17:18:58 +02:00
},
"funding": [
{
2021-05-30 17:34:33 +02:00
"url": "https://www.doctrine-project.org/sponsorship.html",
2021-05-30 17:18:58 +02:00
"type": "custom"
},
{
2021-05-30 17:34:33 +02:00
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
2021-05-30 17:18:58 +02:00
"type": "tidelift"
}
],
2022-04-11 16:09:36 +02:00
"time": "2022-03-03T08:28:38+00:00"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"name": "doctrine/lexer",
2022-04-11 16:09:36 +02:00
"version": "1.2.3",
2021-05-30 17:18:58 +02:00
"source": {
"type": "git",
2021-05-30 17:34:33 +02:00
"url": "https://github.com/doctrine/lexer.git",
2022-04-11 16:09:36 +02:00
"reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
2021-05-30 17:18:58 +02:00
},
"dist": {
"type": "zip",
2022-04-11 16:09:36 +02:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
"reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
2021-05-30 17:18:58 +02:00
"shasum": ""
},
"require": {
2022-04-11 16:09:36 +02:00
"php": "^7.1 || ^8.0"
2021-05-30 17:34:33 +02:00
},
"require-dev": {
2022-04-11 16:09:36 +02:00
"doctrine/coding-standard": "^9.0",
"phpstan/phpstan": "^1.3",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.11"
2021-05-30 17:18:58 +02:00
},
"type": "library",
"autoload": {
2021-05-30 17:34:33 +02:00
"psr-4": {
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
}
2021-05-30 17:18:58 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-05-30 17:34:33 +02:00
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2021-05-30 17:18:58 +02:00
}
],
2021-05-30 17:34:33 +02:00
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
"keywords": [
"annotations",
"docblock",
"lexer",
"parser",
"php"
],
2021-05-30 17:18:58 +02:00
"support": {
2021-05-30 17:34:33 +02:00
"issues": "https://github.com/doctrine/lexer/issues",
2022-04-11 16:09:36 +02:00
"source": "https://github.com/doctrine/lexer/tree/1.2.3"
2021-05-30 17:18:58 +02:00
},
"funding": [
{
2021-05-30 17:34:33 +02:00
"url": "https://www.doctrine-project.org/sponsorship.html",
2021-05-30 17:18:58 +02:00
"type": "custom"
},
{
2021-05-30 17:34:33 +02:00
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
2021-05-30 17:18:58 +02:00
"type": "tidelift"
}
],
2022-04-11 16:09:36 +02:00
"time": "2022-02-28T11:07:21+00:00"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"name": "doctrine/migrations",
2022-10-28 18:48:25 +02:00
"version": "3.5.2",
2021-05-30 17:18:58 +02:00
"source": {
"type": "git",
2021-05-30 17:34:33 +02:00
"url": "https://github.com/doctrine/migrations.git",
2022-10-28 18:48:25 +02:00
"reference": "61c6ef3a10b7df43c3b6388a184754f26e58700a"
2021-05-30 17:18:58 +02:00
},
"dist": {
"type": "zip",
2022-10-28 18:48:25 +02:00
"url": "https://api.github.com/repos/doctrine/migrations/zipball/61c6ef3a10b7df43c3b6388a184754f26e58700a",
"reference": "61c6ef3a10b7df43c3b6388a184754f26e58700a",
2021-05-30 17:18:58 +02:00
"shasum": ""
},
"require": {
2022-04-11 16:09:36 +02:00
"composer-runtime-api": "^2",
"doctrine/dbal": "^3.3",
2022-05-11 14:48:04 +02:00
"doctrine/deprecations": "^0.5.3 || ^1",
2021-05-30 17:34:33 +02:00
"doctrine/event-manager": "^1.0",
"friendsofphp/proxy-manager-lts": "^1.0",
2022-04-11 16:09:36 +02:00
"php": "^7.4 || ^8.0",
"psr/log": "^1.1.3 || ^2 || ^3",
"symfony/console": "^4.4.16 || ^5.4 || ^6.0",
"symfony/stopwatch": "^4.4 || ^5.4 || ^6.0"
2021-05-30 17:18:58 +02:00
},
2022-05-11 14:48:04 +02:00
"conflict": {
"doctrine/orm": "<2.12"
},
2021-05-30 17:18:58 +02:00
"require-dev": {
2022-04-11 16:09:36 +02:00
"doctrine/coding-standard": "^9",
2022-05-11 14:48:04 +02:00
"doctrine/orm": "^2.12",
"doctrine/persistence": "^2 || ^3",
2021-05-30 17:34:33 +02:00
"doctrine/sql-formatter": "^1.0",
"ergebnis/composer-normalize": "^2.9",
"ext-pdo_sqlite": "*",
2022-04-11 16:09:36 +02:00
"phpstan/phpstan": "^1.5",
"phpstan/phpstan-deprecation-rules": "^1",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.1",
"phpstan/phpstan-symfony": "^1.1",
2022-05-11 14:48:04 +02:00
"phpunit/phpunit": "^9.5",
2022-04-11 16:09:36 +02:00
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
"symfony/process": "^4.4 || ^5.4 || ^6.0",
"symfony/yaml": "^4.4 || ^5.4 || ^6.0"
2021-05-30 17:34:33 +02:00
},
"suggest": {
"doctrine/sql-formatter": "Allows to generate formatted SQL with the diff command.",
"symfony/yaml": "Allows the use of yaml for migration configuration files."
2021-05-30 17:18:58 +02:00
},
2021-05-30 17:34:33 +02:00
"bin": [
"bin/doctrine-migrations"
],
2021-05-30 17:18:58 +02:00
"type": "library",
2021-05-30 17:34:33 +02:00
"extra": {
"composer-normalize": {
"indent-size": 4,
"indent-style": "space"
}
},
2021-05-30 17:18:58 +02:00
"autoload": {
"psr-4": {
2021-05-30 17:34:33 +02:00
"Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
}
2021-05-30 17:18:58 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-05-30 17:34:33 +02:00
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Michael Simonson",
"email": "contact@mikesimonson.com"
2021-05-30 17:18:58 +02:00
}
],
2021-05-30 17:34:33 +02:00
"description": "PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.",
"homepage": "https://www.doctrine-project.org/projects/migrations.html",
2021-05-30 17:18:58 +02:00
"keywords": [
2021-05-30 17:34:33 +02:00
"database",
"dbal",
"migrations"
2021-05-30 17:18:58 +02:00
],
"support": {
2021-05-30 17:34:33 +02:00
"issues": "https://github.com/doctrine/migrations/issues",
2022-10-28 18:48:25 +02:00
"source": "https://github.com/doctrine/migrations/tree/3.5.2"
2021-05-30 17:18:58 +02:00
},
"funding": [
{
2021-05-30 17:34:33 +02:00
"url": "https://www.doctrine-project.org/sponsorship.html",
2021-05-30 17:18:58 +02:00
"type": "custom"
},
{
2021-05-30 17:34:33 +02:00
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fmigrations",
2021-05-30 17:18:58 +02:00
"type": "tidelift"
}
],
2022-10-28 18:48:25 +02:00
"time": "2022-08-04T14:29:49+00:00"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"name": "doctrine/orm",
2022-12-28 12:39:02 +01:00
"version": "2.14.0",
2021-05-30 17:18:58 +02:00
"source": {
"type": "git",
2021-05-30 17:34:33 +02:00
"url": "https://github.com/doctrine/orm.git",
2022-12-28 12:39:02 +01:00
"reference": "f82485e651763fbd1b34879726f4d3b91c358bd9"
2021-05-30 17:18:58 +02:00
},
"dist": {
"type": "zip",
2022-12-28 12:39:02 +01:00
"url": "https://api.github.com/repos/doctrine/orm/zipball/f82485e651763fbd1b34879726f4d3b91c358bd9",
"reference": "f82485e651763fbd1b34879726f4d3b91c358bd9",
2021-05-30 17:18:58 +02:00
"shasum": ""
},
"require": {
2022-04-11 16:09:36 +02:00
"composer-runtime-api": "^2",
"doctrine/cache": "^1.12.1 || ^2.1.1",
2022-12-28 12:39:02 +01:00
"doctrine/collections": "^1.5 || ^2.0",
2021-05-30 17:34:33 +02:00
"doctrine/common": "^3.0.3",
2022-04-11 16:09:36 +02:00
"doctrine/dbal": "^2.13.1 || ^3.2",
2022-05-11 14:48:04 +02:00
"doctrine/deprecations": "^0.5.3 || ^1",
2022-12-28 12:39:02 +01:00
"doctrine/event-manager": "^1.2 || ^2",
2022-04-11 16:09:36 +02:00
"doctrine/inflector": "^1.4 || ^2.0",
2021-05-30 17:34:33 +02:00
"doctrine/instantiator": "^1.3",
2022-12-28 12:39:02 +01:00
"doctrine/lexer": "^1.2.3 || ^2",
2022-05-03 14:52:04 +02:00
"doctrine/persistence": "^2.4 || ^3",
2022-04-11 16:09:36 +02:00
"ext-ctype": "*",
"php": "^7.1 || ^8.0",
2021-05-30 17:34:33 +02:00
"psr/cache": "^1 || ^2 || ^3",
2022-12-28 12:39:02 +01:00
"symfony/console": "^4.2 || ^5.0 || ^6.0",
2022-04-11 16:09:36 +02:00
"symfony/polyfill-php72": "^1.23",
2022-05-03 14:52:04 +02:00
"symfony/polyfill-php80": "^1.16"
2022-04-11 16:09:36 +02:00
},
"conflict": {
2022-12-28 12:39:02 +01:00
"doctrine/annotations": "<1.13 || >= 3.0"
2021-05-30 17:18:58 +02:00
},
"require-dev": {
2022-12-28 12:39:02 +01:00
"doctrine/annotations": "^1.13 || ^2",
"doctrine/coding-standard": "^9.0.2 || ^11.0",
2022-04-11 16:09:36 +02:00
"phpbench/phpbench": "^0.16.10 || ^1.0",
2022-12-28 12:39:02 +01:00
"phpstan/phpstan": "~1.4.10 || 1.9.4",
2022-05-11 14:48:04 +02:00
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
2022-05-03 14:52:04 +02:00
"psr/log": "^1 || ^2 || ^3",
2022-10-28 18:48:25 +02:00
"squizlabs/php_codesniffer": "3.7.1",
2022-04-11 16:09:36 +02:00
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
2022-12-28 12:39:02 +01:00
"symfony/var-exporter": "^4.4 || ^5.4 || ^6.2",
2022-04-11 16:09:36 +02:00
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
2022-12-28 12:39:02 +01:00
"vimeo/psalm": "4.30.0 || 5.3.0"
2021-05-30 17:18:58 +02:00
},
2021-05-30 17:34:33 +02:00
"suggest": {
2022-10-28 18:48:25 +02:00
"ext-dom": "Provides support for XSD validation for XML mapping files",
2021-05-30 17:34:33 +02:00
"symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0",
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
},
"bin": [
"bin/doctrine"
],
2021-05-30 17:18:58 +02:00
"type": "library",
"autoload": {
"psr-4": {
2021-05-30 17:34:33 +02:00
"Doctrine\\ORM\\": "lib/Doctrine/ORM"
}
2021-05-30 17:18:58 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-05-30 17:34:33 +02:00
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
2021-05-30 17:18:58 +02:00
{
2021-05-30 17:34:33 +02:00
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
2021-05-30 17:18:58 +02:00
}
],
2021-05-30 17:34:33 +02:00
"description": "Object-Relational-Mapper for PHP",
"homepage": "https://www.doctrine-project.org/projects/orm.html",
"keywords": [
"database",
"orm"
],
"support": {
"issues": "https://github.com/doctrine/orm/issues",
2022-12-28 12:39:02 +01:00
"source": "https://github.com/doctrine/orm/tree/2.14.0"
2021-05-30 17:34:33 +02:00
},
2022-12-28 12:39:02 +01:00
"time": "2022-12-19T21:51:58+00:00"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"name": "doctrine/persistence",
2022-12-28 12:39:02 +01:00
"version": "3.1.2",
2021-05-30 17:18:58 +02:00
"source": {
"type": "git",
2021-05-30 17:34:33 +02:00
"url": "https://github.com/doctrine/persistence.git",
2022-12-28 12:39:02 +01:00
"reference": "b44d128311af55275dbed6a4558ca59a2b9f9387"
2021-05-30 17:18:58 +02:00
},
"dist": {
"type": "zip",
2022-12-28 12:39:02 +01:00
"url": "https://api.github.com/repos/doctrine/persistence/zipball/b44d128311af55275dbed6a4558ca59a2b9f9387",
"reference": "b44d128311af55275dbed6a4558ca59a2b9f9387",
2021-05-30 17:18:58 +02:00
"shasum": ""
},
"require": {
2022-10-28 18:48:25 +02:00
"doctrine/event-manager": "^1 || ^2",
2022-05-03 14:52:04 +02:00
"php": "^7.2 || ^8.0",
2022-04-11 16:09:36 +02:00
"psr/cache": "^1.0 || ^2.0 || ^3.0"
2021-05-30 17:18:58 +02:00
},
"conflict": {
2022-04-11 16:09:36 +02:00
"doctrine/common": "<2.10"
2021-05-30 17:18:58 +02:00
},
"require-dev": {
2021-05-30 17:34:33 +02:00
"composer/package-versions-deprecated": "^1.11",
2022-12-28 12:39:02 +01:00
"doctrine/coding-standard": "^11",
2021-05-30 17:34:33 +02:00
"doctrine/common": "^3.0",
2022-12-28 12:39:02 +01:00
"phpstan/phpstan": "1.9.4",
2022-05-03 14:52:04 +02:00
"phpstan/phpstan-phpunit": "^1",
"phpstan/phpstan-strict-rules": "^1.1",
"phpunit/phpunit": "^8.5 || ^9.5",
2022-04-11 16:09:36 +02:00
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
2022-12-28 12:39:02 +01:00
"vimeo/psalm": "4.30.0 || 5.3.0"
2021-05-30 17:18:58 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
2022-04-11 16:09:36 +02:00
"Doctrine\\Persistence\\": "src/Persistence"
2021-05-30 17:34:33 +02:00
}
2021-05-30 17:18:58 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-05-30 17:34:33 +02:00
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
2021-05-30 17:18:58 +02:00
{
2021-05-30 17:34:33 +02:00
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
2021-05-30 17:18:58 +02:00
}
],
2021-05-30 17:34:33 +02:00
"description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
2022-05-03 14:52:04 +02:00
"homepage": "https://www.doctrine-project.org/projects/persistence.html",
2021-05-30 17:34:33 +02:00
"keywords": [
"mapper",
"object",
"odm",
"orm",
"persistence"
],
"support": {
"issues": "https://github.com/doctrine/persistence/issues",
2022-12-28 12:39:02 +01:00
"source": "https://github.com/doctrine/persistence/tree/3.1.2"
2021-05-30 17:34:33 +02:00
},
2022-05-03 14:52:04 +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%2Fpersistence",
"type": "tidelift"
}
],
2022-12-28 12:39:02 +01:00
"time": "2022-12-19T13:58:18+00:00"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"name": "doctrine/sql-formatter",
2022-10-28 18:48:25 +02:00
"version": "1.1.3",
2021-05-30 17:18:58 +02:00
"source": {
"type": "git",
2021-05-30 17:34:33 +02:00
"url": "https://github.com/doctrine/sql-formatter.git",
2022-10-28 18:48:25 +02:00
"reference": "25a06c7bf4c6b8218f47928654252863ffc890a5"
2021-05-30 17:18:58 +02:00
},
"dist": {
"type": "zip",
2022-10-28 18:48:25 +02:00
"url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/25a06c7bf4c6b8218f47928654252863ffc890a5",
"reference": "25a06c7bf4c6b8218f47928654252863ffc890a5",
2021-05-30 17:18:58 +02:00
"shasum": ""
},
"require": {
2021-05-30 17:34:33 +02:00
"php": "^7.1 || ^8.0"
2021-05-30 17:18:58 +02:00
},
2021-05-30 17:34:33 +02:00
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4"
2021-05-30 17:18:58 +02:00
},
2021-05-30 17:34:33 +02:00
"bin": [
"bin/sql-formatter"
],
2021-05-30 17:18:58 +02:00
"type": "library",
"autoload": {
"psr-4": {
2021-05-30 17:34:33 +02:00
"Doctrine\\SqlFormatter\\": "src"
2021-05-30 17:18:58 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-05-30 17:34:33 +02:00
"name": "Jeremy Dorn",
"email": "jeremy@jeremydorn.com",
2022-10-28 18:48:25 +02:00
"homepage": "https://jeremydorn.com/"
2021-05-30 17:18:58 +02:00
}
],
2021-05-30 17:34:33 +02:00
"description": "a PHP SQL highlighting library",
"homepage": "https://github.com/doctrine/sql-formatter/",
2021-05-30 17:18:58 +02:00
"keywords": [
2021-05-30 17:34:33 +02:00
"highlight",
"sql"
2021-05-30 17:18:58 +02:00
],
"support": {
2021-05-30 17:34:33 +02:00
"issues": "https://github.com/doctrine/sql-formatter/issues",
2022-10-28 18:48:25 +02:00
"source": "https://github.com/doctrine/sql-formatter/tree/1.1.3"
2021-05-30 17:18:58 +02:00
},
2022-10-28 18:48:25 +02:00
"time": "2022-05-23T21:33:49+00:00"
2021-05-30 17:18:58 +02:00
},
2021-05-30 18:25:36 +02:00
{
"name": "easycorp/easyadmin-bundle",
2022-12-28 12:39:02 +01:00
"version": "v4.5.0",
2021-05-30 18:25:36 +02:00
"source": {
"type": "git",
"url": "https://github.com/EasyCorp/EasyAdminBundle.git",
2022-12-28 12:39:02 +01:00
"reference": "b1ea3b93c82a6c410f91100da658967d2fcad369"
2021-05-30 18:25:36 +02:00
},
"dist": {
"type": "zip",
2022-12-28 12:39:02 +01:00
"url": "https://api.github.com/repos/EasyCorp/EasyAdminBundle/zipball/b1ea3b93c82a6c410f91100da658967d2fcad369",
"reference": "b1ea3b93c82a6c410f91100da658967d2fcad369",
2021-05-30 18:25:36 +02:00
"shasum": ""
},
"require": {
2022-04-11 16:09:36 +02:00
"doctrine/doctrine-bundle": "^2.5",
"doctrine/orm": "^2.10",
2021-05-30 18:25:36 +02:00
"ext-json": "*",
2022-04-11 16:09:36 +02:00
"php": ">=8.0.2",
"symfony/asset": "^5.4|^6.0",
"symfony/cache": "^5.4|^6.0",
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/deprecation-contracts": "^3.0",
"symfony/doctrine-bridge": "^5.4|^6.0",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/filesystem": "^5.4|^6.0",
"symfony/form": "^5.4|^6.0",
"symfony/framework-bundle": "^5.4|^6.0",
"symfony/http-foundation": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/intl": "^5.4|^6.0",
"symfony/property-access": "^5.4|^6.0",
"symfony/security-bundle": "^5.4|^6.0",
"symfony/string": "^5.4|^6.0",
"symfony/translation": "^5.4|^6.0",
"symfony/twig-bundle": "^5.4|^6.0",
"symfony/uid": "^5.4|^6.0",
"symfony/validator": "^5.4|^6.0"
2021-05-30 18:25:36 +02:00
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^3.4",
2022-12-28 12:39:02 +01:00
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-phpunit": "^1.2",
"phpstan/phpstan-strict-rules": "^1.4",
"phpstan/phpstan-symfony": "^1.2",
2022-04-11 16:09:36 +02:00
"psr/log": "^1.0",
"symfony/browser-kit": "^5.4|^6.0",
"symfony/css-selector": "^5.4|^6.0",
"symfony/dom-crawler": "^5.4|^6.0",
"symfony/phpunit-bridge": "^5.4|^6.0"
2021-05-30 18:25:36 +02:00
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
2022-04-11 16:09:36 +02:00
"dev-master": "4.0.x-dev"
2021-05-30 18:25:36 +02:00
}
},
"autoload": {
"psr-4": {
"EasyCorp\\Bundle\\EasyAdminBundle\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Project Contributors",
"homepage": "https://github.com/EasyCorp/EasyAdminBundle/graphs/contributors"
}
],
"description": "Admin generator for Symfony applications",
"homepage": "https://github.com/EasyCorp/EasyAdminBundle",
"keywords": [
"admin",
"backend",
"generator"
],
"support": {
"issues": "https://github.com/EasyCorp/EasyAdminBundle/issues",
2022-12-28 12:39:02 +01:00
"source": "https://github.com/EasyCorp/EasyAdminBundle/tree/v4.5.0"
2021-05-30 18:25:36 +02:00
},
"funding": [
{
"url": "https://github.com/javiereguiluz",
"type": "github"
}
],
2022-12-28 12:39:02 +01:00
"time": "2022-12-21T19:04:08+00:00"
2021-05-30 18:25:36 +02:00
},
2021-06-01 18:48:20 +02:00
{
"name": "egulias/email-validator",
2022-10-28 18:48:25 +02:00
"version": "3.2.1",
2021-06-01 18:48:20 +02:00
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
2022-10-28 18:48:25 +02:00
"reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715"
2021-06-01 18:48:20 +02:00
},
"dist": {
"type": "zip",
2022-10-28 18:48:25 +02:00
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/f88dcf4b14af14a98ad96b14b2b317969eab6715",
"reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715",
2021-06-01 18:48:20 +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"
],
"support": {
"issues": "https://github.com/egulias/EmailValidator/issues",
2022-10-28 18:48:25 +02:00
"source": "https://github.com/egulias/EmailValidator/tree/3.2.1"
2021-06-01 18:48:20 +02:00
},
"funding": [
{
"url": "https://github.com/egulias",
"type": "github"
}
],
2022-10-28 18:48:25 +02:00
"time": "2022-06-18T20:57:19+00:00"
2022-05-03 14:52:04 +02:00
},
2021-05-30 17:18:58 +02:00
{
2021-05-30 17:34:33 +02:00
"name": "friendsofphp/proxy-manager-lts",
2022-10-28 18:48:25 +02:00
"version": "v1.0.13",
2021-05-30 17:18:58 +02:00
"source": {
"type": "git",
2021-05-30 17:34:33 +02:00
"url": "https://github.com/FriendsOfPHP/proxy-manager-lts.git",
2022-10-28 18:48:25 +02:00
"reference": "88354616f4cf4f6620910fd035e282173ba453e8"
2021-05-30 17:18:58 +02:00
},
"dist": {
"type": "zip",
2022-10-28 18:48:25 +02:00
"url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/88354616f4cf4f6620910fd035e282173ba453e8",
"reference": "88354616f4cf4f6620910fd035e282173ba453e8",
2021-05-30 17:18:58 +02:00
"shasum": ""
},
"require": {
2021-05-30 17:34:33 +02:00
"laminas/laminas-code": "~3.4.1|^4.0",
"php": ">=7.1",
"symfony/filesystem": "^4.4.17|^5.0|^6.0"
},
"conflict": {
"laminas/laminas-stdlib": "<3.2.1",
"zendframework/zend-stdlib": "<3.2.1"
},
"replace": {
"ocramius/proxy-manager": "^2.1"
},
"require-dev": {
"ext-phar": "*",
2022-04-11 16:09:36 +02:00
"symfony/phpunit-bridge": "^5.4|^6.0"
2021-05-30 17:18:58 +02:00
},
"type": "library",
2021-05-30 17:34:33 +02:00
"extra": {
"thanks": {
"name": "ocramius/proxy-manager",
"url": "https://github.com/Ocramius/ProxyManager"
}
},
2021-05-30 17:18:58 +02:00
"autoload": {
"psr-4": {
2021-05-30 17:34:33 +02:00
"ProxyManager\\": "src/ProxyManager"
}
2021-05-30 17:18:58 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-05-30 17:34:33 +02:00
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
2022-04-11 16:09:36 +02:00
"homepage": "https://ocramius.github.io/"
2021-05-30 17:18:58 +02:00
},
{
2021-05-30 17:34:33 +02:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2021-05-30 17:18:58 +02:00
}
],
2021-05-30 17:34:33 +02:00
"description": "Adding support for a wider range of PHP versions to ocramius/proxy-manager",
"homepage": "https://github.com/FriendsOfPHP/proxy-manager-lts",
"keywords": [
"aop",
"lazy loading",
"proxy",
"proxy pattern",
"service proxies"
],
2021-05-30 17:18:58 +02:00
"support": {
2021-05-30 17:34:33 +02:00
"issues": "https://github.com/FriendsOfPHP/proxy-manager-lts/issues",
2022-10-28 18:48:25 +02:00
"source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.13"
2021-05-30 17:18:58 +02:00
},
"funding": [
{
2021-05-30 17:34:33 +02:00
"url": "https://github.com/Ocramius",
2021-05-30 17:18:58 +02:00
"type": "github"
},
{
2021-05-30 17:34:33 +02:00
"url": "https://tidelift.com/funding/github/packagist/ocramius/proxy-manager",
2021-05-30 17:18:58 +02:00
"type": "tidelift"
}
],
2022-10-28 18:48:25 +02:00
"time": "2022-10-17T19:48:16+00:00"
2022-05-03 14:52:04 +02:00
},
2022-11-15 17:17:47 +01:00
{
"name": "guzzlehttp/psr7",
"version": "2.4.3",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "67c26b443f348a51926030c83481b85718457d3d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d",
"reference": "67c26b443f348a51926030c83481b85718457d3d",
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"ralouphie/getallheaders": "^3.0"
},
"provide": {
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.1",
"http-interop/http-factory-tests": "^0.9",
"phpunit/phpunit": "^8.5.29 || ^9.5.23"
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
},
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
},
"branch-alias": {
"dev-master": "2.4-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://github.com/sagikazarmark"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
"psr-7",
"request",
"response",
"stream",
"uri",
"url"
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/2.4.3"
},
"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": "2022-10-26T14:07:24+00:00"
},
2022-11-10 13:48:29 +01:00
{
"name": "imagine/imagine",
2022-11-22 13:55:10 +01:00
"version": "1.3.3",
2022-11-10 13:48:29 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-imagine/Imagine.git",
2022-11-22 13:55:10 +01:00
"reference": "a6e6da93ea0f76aba33b0e8ed1325523c0413da2"
2022-11-10 13:48:29 +01:00
},
"dist": {
"type": "zip",
2022-11-22 13:55:10 +01:00
"url": "https://api.github.com/repos/php-imagine/Imagine/zipball/a6e6da93ea0f76aba33b0e8ed1325523c0413da2",
"reference": "a6e6da93ea0f76aba33b0e8ed1325523c0413da2",
2022-11-10 13:48:29 +01:00
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4 || ^9.3"
},
"suggest": {
"ext-exif": "to read EXIF metadata",
"ext-gd": "to use the GD implementation",
"ext-gmagick": "to use the Gmagick implementation",
"ext-imagick": "to use the Imagick implementation"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Imagine\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bulat Shakirzyanov",
"email": "mallluhuct@gmail.com",
"homepage": "http://avalanche123.com"
}
],
"description": "Image processing for PHP 5.3",
"homepage": "http://imagine.readthedocs.org/",
"keywords": [
"drawing",
"graphics",
"image manipulation",
"image processing"
],
"support": {
"issues": "https://github.com/php-imagine/Imagine/issues",
2022-11-22 13:55:10 +01:00
"source": "https://github.com/php-imagine/Imagine/tree/1.3.3"
2022-11-10 13:48:29 +01:00
},
2022-11-22 13:55:10 +01:00
"time": "2022-11-16T13:09:11+00:00"
2022-11-10 13:48:29 +01:00
},
2022-11-15 17:17:47 +01:00
{
"name": "intervention/image",
"version": "2.7.2",
"source": {
"type": "git",
"url": "https://github.com/Intervention/image.git",
"reference": "04be355f8d6734c826045d02a1079ad658322dad"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Intervention/image/zipball/04be355f8d6734c826045d02a1079ad658322dad",
"reference": "04be355f8d6734c826045d02a1079ad658322dad",
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"guzzlehttp/psr7": "~1.1 || ^2.0",
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "~0.9.2",
"phpunit/phpunit": "^4.8 || ^5.7 || ^7.5.15"
},
"suggest": {
"ext-gd": "to use GD library based image processing.",
"ext-imagick": "to use Imagick based image processing.",
"intervention/imagecache": "Caching extension for the Intervention Image library"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.4-dev"
},
"laravel": {
"providers": [
"Intervention\\Image\\ImageServiceProvider"
],
"aliases": {
"Image": "Intervention\\Image\\Facades\\Image"
}
}
},
"autoload": {
"psr-4": {
"Intervention\\Image\\": "src/Intervention/Image"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Oliver Vogel",
"email": "oliver@intervention.io",
"homepage": "https://intervention.io/"
}
],
"description": "Image handling and manipulation library with support for Laravel integration",
"homepage": "http://image.intervention.io/",
"keywords": [
"gd",
"image",
"imagick",
"laravel",
"thumbnail",
"watermark"
],
"support": {
"issues": "https://github.com/Intervention/image/issues",
"source": "https://github.com/Intervention/image/tree/2.7.2"
},
"funding": [
{
"url": "https://paypal.me/interventionio",
"type": "custom"
},
{
"url": "https://github.com/Intervention",
"type": "github"
}
],
"time": "2022-05-21T17:30:32+00:00"
},
2021-06-01 18:48:20 +02:00
{
"name": "knplabs/knp-time-bundle",
2022-10-28 18:48:25 +02:00
"version": "v1.20.0",
2021-06-01 18:48:20 +02:00
"source": {
"type": "git",
"url": "https://github.com/KnpLabs/KnpTimeBundle.git",
2022-10-28 18:48:25 +02:00
"reference": "81ffad54d91f62528466267fd4a2fb8a5a0335f4"
2021-06-01 18:48:20 +02:00
},
"dist": {
"type": "zip",
2022-10-28 18:48:25 +02:00
"url": "https://api.github.com/repos/KnpLabs/KnpTimeBundle/zipball/81ffad54d91f62528466267fd4a2fb8a5a0335f4",
"reference": "81ffad54d91f62528466267fd4a2fb8a5a0335f4",
2021-06-01 18:48:20 +02:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
2022-10-28 18:48:25 +02:00
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/templating": "^5.4|^6.0",
"symfony/translation": "^5.4|^6.0"
2021-06-01 18:48:20 +02:00
},
"conflict": {
"phpunit/phpunit": "<8.0"
},
"require-dev": {
2022-10-28 18:48:25 +02:00
"symfony/framework-bundle": "^5.4|^6.0",
"symfony/phpunit-bridge": "^5.4|^6.0",
"symfony/twig-bundle": "^5.4|^6.0"
2021-06-01 18:48:20 +02:00
},
"suggest": {
"symfony/twig-bundle": "to use the Twig `time_diff()` function or `|ago` filter"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-4": {
2022-10-28 18:48:25 +02:00
"Knp\\Bundle\\TimeBundle\\": "src/"
2021-06-01 18:48:20 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "KnpLabs Team",
"homepage": "http://knplabs.com"
},
{
"name": "Symfony Community",
"homepage": "http://github.com/KnpLabs/KnpTimeBundle/contributors"
}
],
"description": "Making your dates look sensible and descriptive",
"homepage": "http://github.com/KnpLabs/KnpTimeBundle",
"keywords": [
"bundle",
"date",
"descriptive time",
"knp",
"knplabs",
"time"
],
"support": {
"issues": "https://github.com/KnpLabs/KnpTimeBundle/issues",
2022-10-28 18:48:25 +02:00
"source": "https://github.com/KnpLabs/KnpTimeBundle/tree/v1.20.0"
2021-06-01 18:48:20 +02:00
},
2022-10-28 18:48:25 +02:00
"time": "2022-10-11T15:32:58+00:00"
2021-06-01 18:48:20 +02:00
},
2021-05-30 17:18:58 +02:00
{
2021-05-30 17:34:33 +02:00
"name": "laminas/laminas-code",
2022-12-28 12:39:02 +01:00
"version": "4.8.0",
2021-05-30 17:18:58 +02:00
"source": {
"type": "git",
2021-05-30 17:34:33 +02:00
"url": "https://github.com/laminas/laminas-code.git",
2022-12-28 12:39:02 +01:00
"reference": "dd19fe8e07cc3f374308565667eecd4958c22106"
2021-05-30 17:18:58 +02:00
},
"dist": {
"type": "zip",
2022-12-28 12:39:02 +01:00
"url": "https://api.github.com/repos/laminas/laminas-code/zipball/dd19fe8e07cc3f374308565667eecd4958c22106",
"reference": "dd19fe8e07cc3f374308565667eecd4958c22106",
2021-05-30 17:18:58 +02:00
"shasum": ""
},
"require": {
2022-12-28 12:39:02 +01:00
"php": "~8.1.0 || ~8.2.0"
2021-05-30 17:34:33 +02:00
},
"require-dev": {
2022-12-28 12:39:02 +01:00
"doctrine/annotations": "^1.13.3",
2021-05-30 17:34:33 +02:00
"ext-phar": "*",
2022-04-11 16:09:36 +02:00
"laminas/laminas-coding-standard": "^2.3.0",
"laminas/laminas-stdlib": "^3.6.1",
2022-12-28 12:39:02 +01:00
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.0",
"vimeo/psalm": "^5.1.0"
2021-05-30 17:34:33 +02:00
},
"suggest": {
"doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
2022-04-11 16:09:36 +02:00
"laminas/laminas-stdlib": "Laminas\\Stdlib component"
2021-05-30 17:18:58 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
2021-05-30 17:34:33 +02:00
"Laminas\\Code\\": "src/"
}
2021-05-30 17:18:58 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-05-30 17:34:33 +02:00
"BSD-3-Clause"
2021-05-30 17:18:58 +02:00
],
2021-05-30 17:34:33 +02:00
"description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
"homepage": "https://laminas.dev",
"keywords": [
"code",
"laminas",
"laminasframework"
2021-05-30 17:18:58 +02:00
],
"support": {
2021-05-30 17:34:33 +02:00
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-code/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-code/issues",
"rss": "https://github.com/laminas/laminas-code/releases.atom",
"source": "https://github.com/laminas/laminas-code"
2021-05-30 17:18:58 +02:00
},
"funding": [
{
2021-05-30 17:34:33 +02:00
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
2021-05-30 17:18:58 +02:00
}
],
2022-12-28 12:39:02 +01:00
"time": "2022-12-08T02:08:23+00:00"
2021-05-30 17:18:58 +02:00
},
{
2022-04-11 16:09:36 +02:00
"name": "league/commonmark",
2022-12-28 12:39:02 +01:00
"version": "2.3.8",
2021-05-30 17:18:58 +02:00
"source": {
"type": "git",
2022-04-11 16:09:36 +02:00
"url": "https://github.com/thephpleague/commonmark.git",
2022-12-28 12:39:02 +01:00
"reference": "c493585c130544c4e91d2e0e131e6d35cb0cbc47"
2021-05-30 17:18:58 +02:00
},
"dist": {
"type": "zip",
2022-12-28 12:39:02 +01:00
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/c493585c130544c4e91d2e0e131e6d35cb0cbc47",
"reference": "c493585c130544c4e91d2e0e131e6d35cb0cbc47",
2021-05-30 17:18:58 +02:00
"shasum": ""
},
"require": {
2022-04-11 16:09:36 +02:00
"ext-mbstring": "*",
"league/config": "^1.1.1",
"php": "^7.4 || ^8.0",
"psr/event-dispatcher": "^1.0",
"symfony/deprecation-contracts": "^2.1 || ^3.0",
"symfony/polyfill-php80": "^1.16"
2021-05-30 17:18:58 +02:00
},
"require-dev": {
2022-04-11 16:09:36 +02:00
"cebe/markdown": "^1.0",
"commonmark/cmark": "0.30.0",
"commonmark/commonmark.js": "0.30.0",
"composer/package-versions-deprecated": "^1.8",
"embed/embed": "^4.4",
"erusev/parsedown": "^1.0",
"ext-json": "*",
"github/gfm": "0.29.0",
2022-11-05 17:18:04 +01:00
"michelf/php-markdown": "^1.4 || ^2.0",
2022-04-11 16:09:36 +02:00
"nyholm/psr7": "^1.5",
2022-10-28 18:48:25 +02:00
"phpstan/phpstan": "^1.8.2",
"phpunit/phpunit": "^9.5.21",
2022-04-11 16:09:36 +02:00
"scrutinizer/ocular": "^1.8.1",
2022-10-28 18:48:25 +02:00
"symfony/finder": "^5.3 | ^6.0",
2022-04-11 16:09:36 +02:00
"symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0",
2022-10-28 18:48:25 +02:00
"unleashedtech/php-coding-standard": "^3.1.1",
2022-12-28 12:39:02 +01:00
"vimeo/psalm": "^4.24.0 || ^5.0.0"
2021-05-30 17:34:33 +02:00
},
"suggest": {
2022-04-11 16:09:36 +02:00
"symfony/yaml": "v2.3+ required if using the Front Matter extension"
2021-05-30 17:34:33 +02:00
},
"type": "library",
2022-04-11 16:09:36 +02:00
"extra": {
"branch-alias": {
"dev-main": "2.4-dev"
}
},
2021-05-30 17:34:33 +02:00
"autoload": {
"psr-4": {
2022-04-11 16:09:36 +02:00
"League\\CommonMark\\": "src"
2021-05-30 17:34:33 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2022-04-11 16:09:36 +02:00
"authors": [
{
"name": "Colin O'Dell",
"email": "colinodell@gmail.com",
"homepage": "https://www.colinodell.com",
"role": "Lead Developer"
}
],
"description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
"homepage": "https://commonmark.thephpleague.com",
2021-05-30 17:34:33 +02:00
"keywords": [
2022-04-11 16:09:36 +02:00
"commonmark",
"flavored",
"gfm",
"github",
"github-flavored",
"markdown",
"md",
"parser"
2021-05-30 17:34:33 +02:00
],
"support": {
2022-04-11 16:09:36 +02:00
"docs": "https://commonmark.thephpleague.com/",
"forum": "https://github.com/thephpleague/commonmark/discussions",
"issues": "https://github.com/thephpleague/commonmark/issues",
"rss": "https://github.com/thephpleague/commonmark/releases.atom",
"source": "https://github.com/thephpleague/commonmark"
2021-05-30 17:34:33 +02:00
},
"funding": [
{
2022-04-11 16:09:36 +02:00
"url": "https://www.colinodell.com/sponsor",
"type": "custom"
},
{
"url": "https://www.paypal.me/colinpodell/10.00",
"type": "custom"
},
{
"url": "https://github.com/colinodell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/league/commonmark",
"type": "tidelift"
2021-05-30 17:34:33 +02:00
}
],
2022-12-28 12:39:02 +01:00
"time": "2022-12-10T16:02:17+00:00"
2021-05-30 17:34:33 +02:00
},
{
2022-04-11 16:09:36 +02:00
"name": "league/config",
2022-12-28 12:39:02 +01:00
"version": "v1.2.0",
2021-05-30 17:34:33 +02:00
"source": {
"type": "git",
2022-04-11 16:09:36 +02:00
"url": "https://github.com/thephpleague/config.git",
2022-12-28 12:39:02 +01:00
"reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
2021-05-30 17:34:33 +02:00
},
"dist": {
"type": "zip",
2022-12-28 12:39:02 +01:00
"url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
"reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
2021-05-30 17:34:33 +02:00
"shasum": ""
},
"require": {
2022-04-11 16:09:36 +02:00
"dflydev/dot-access-data": "^3.0.1",
"nette/schema": "^1.2",
"php": "^7.4 || ^8.0"
2021-05-30 17:34:33 +02:00
},
"require-dev": {
2022-12-28 12:39:02 +01:00
"phpstan/phpstan": "^1.8.2",
2022-04-11 16:09:36 +02:00
"phpunit/phpunit": "^9.5.5",
"scrutinizer/ocular": "^1.8.1",
"unleashedtech/php-coding-standard": "^3.1",
"vimeo/psalm": "^4.7.3"
2021-05-30 17:34:33 +02:00
},
"type": "library",
"extra": {
2022-04-11 16:09:36 +02:00
"branch-alias": {
"dev-main": "1.2-dev"
2021-05-30 17:34:33 +02:00
}
},
"autoload": {
"psr-4": {
2022-04-11 16:09:36 +02:00
"League\\Config\\": "src"
2021-05-30 17:34:33 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2022-04-11 16:09:36 +02:00
"authors": [
{
"name": "Colin O'Dell",
"email": "colinodell@gmail.com",
"homepage": "https://www.colinodell.com",
"role": "Lead Developer"
}
],
"description": "Define configuration arrays with strict schemas and access values with dot notation",
"homepage": "https://config.thephpleague.com",
2021-05-30 17:34:33 +02:00
"keywords": [
2022-04-11 16:09:36 +02:00
"array",
"config",
"configuration",
"dot",
"dot-access",
"nested",
"schema"
2021-05-30 17:34:33 +02:00
],
"support": {
2022-04-11 16:09:36 +02:00
"docs": "https://config.thephpleague.com/",
"issues": "https://github.com/thephpleague/config/issues",
"rss": "https://github.com/thephpleague/config/releases.atom",
"source": "https://github.com/thephpleague/config"
2021-05-30 17:34:33 +02:00
},
"funding": [
{
2022-04-11 16:09:36 +02:00
"url": "https://www.colinodell.com/sponsor",
"type": "custom"
},
{
"url": "https://www.paypal.me/colinpodell/10.00",
"type": "custom"
},
{
"url": "https://github.com/colinodell",
"type": "github"
2021-05-30 17:34:33 +02:00
}
],
2022-12-28 12:39:02 +01:00
"time": "2022-12-11T20:36:23+00:00"
2021-05-30 17:34:33 +02:00
},
2022-11-10 13:48:29 +01:00
{
"name": "liip/imagine-bundle",
2022-12-28 12:39:02 +01:00
"version": "2.10.0",
2022-11-10 13:48:29 +01:00
"source": {
"type": "git",
"url": "https://github.com/liip/LiipImagineBundle.git",
2022-12-28 12:39:02 +01:00
"reference": "93bfc6dde87f135f9c3e63330cff23122448f4ee"
2022-11-10 13:48:29 +01:00
},
"dist": {
"type": "zip",
2022-12-28 12:39:02 +01:00
"url": "https://api.github.com/repos/liip/LiipImagineBundle/zipball/93bfc6dde87f135f9c3e63330cff23122448f4ee",
"reference": "93bfc6dde87f135f9c3e63330cff23122448f4ee",
2022-11-10 13:48:29 +01:00
"shasum": ""
},
"require": {
"ext-mbstring": "*",
2022-12-28 12:39:02 +01:00
"imagine/imagine": "^1.3.2",
2022-11-10 13:48:29 +01:00
"php": "^7.1|^8.0",
"symfony/filesystem": "^3.4|^4.4|^5.3|^6.0",
"symfony/finder": "^3.4|^4.4|^5.3|^6.0",
"symfony/framework-bundle": "^3.4.23|^4.4|^5.3|^6.0",
"symfony/mime": "^4.4|^5.3|^6.0",
"symfony/options-resolver": "^3.4|^4.4|^5.3|^6.0",
"symfony/process": "^3.4|^4.4|^5.3|^6.0",
"twig/twig": "^1.44|^2.9|^3.0"
},
"require-dev": {
"amazonwebservices/aws-sdk-for-php": "^1.0",
"aws/aws-sdk-php": "^2.4",
"doctrine/cache": "^1.11|^2.0",
"doctrine/persistence": "^1.3|^2.0",
"enqueue/enqueue-bundle": "^0.9|^0.10",
"ext-gd": "*",
"league/flysystem": "^1.0|^2.0|^3.0",
"phpstan/phpstan": "^0.12.64",
"psr/cache": "^1.0|^2.0|^3.0",
"psr/log": "^1.0",
"symfony/browser-kit": "^3.4|^4.4|^5.3|^6.0",
"symfony/cache": "^3.4|^4.4|^5.3|^6.0",
"symfony/console": "^3.4|^4.4|^5.3|^6.0",
"symfony/dependency-injection": "^3.4|^4.4|^5.3|^6.0",
"symfony/form": "^3.4|^4.4|^5.3|^6.0",
"symfony/messenger": "^4.4|^5.3|^6.0",
"symfony/phpunit-bridge": "^5.3",
"symfony/templating": "^3.4|^4.4|^5.3|^6.0",
"symfony/validator": "^3.4|^4.4|^5.3|^6.0",
"symfony/yaml": "^3.4|^4.4|^5.3|^6.0"
},
"suggest": {
"alcaeus/mongo-php-adapter": "required for mongodb components",
"amazonwebservices/aws-sdk-for-php": "required to use AWS version 1 cache resolver",
"aws/aws-sdk-php": "required to use AWS version 2/3 cache resolver",
"doctrine/mongodb-odm": "required to use mongodb-backed doctrine components",
"enqueue/enqueue-bundle": "^0.9 add if you like to process images in background",
"ext-exif": "required to read EXIF metadata from images",
"ext-gd": "required to use gd driver",
"ext-gmagick": "required to use gmagick driver",
"ext-imagick": "required to use imagick driver",
"ext-mongodb": "required for mongodb components",
"league/flysystem": "required to use FlySystem data loader or cache resolver",
"monolog/monolog": "A psr/log compatible logger is required to enable logging",
2022-12-28 12:39:02 +01:00
"rokka/imagine-vips": "required to use 'vips' driver",
2022-11-10 13:48:29 +01:00
"symfony/messenger": "If you like to process images in background",
"symfony/templating": "required to use deprecated Templating component instead of Twig"
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Liip\\ImagineBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Liip and other contributors",
"homepage": "https://github.com/liip/LiipImagineBundle/contributors"
}
],
"description": "This bundle provides an image manipulation abstraction toolkit for Symfony-based projects.",
"homepage": "http://liip.ch",
"keywords": [
"bundle",
"image",
"imagine",
"liip",
"manipulation",
"photos",
"pictures",
"symfony",
"transformation"
],
"support": {
"issues": "https://github.com/liip/LiipImagineBundle/issues",
2022-12-28 12:39:02 +01:00
"source": "https://github.com/liip/LiipImagineBundle/tree/2.10.0"
2022-11-10 13:48:29 +01:00
},
2022-12-28 12:39:02 +01:00
"time": "2022-12-01T13:19:59+00:00"
2022-11-10 13:48:29 +01:00
},
2021-06-13 13:23:56 +02:00
{
"name": "monolog/monolog",
2022-10-28 18:48:25 +02:00
"version": "3.2.0",
2021-06-13 13:23:56 +02:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2022-10-28 18:48:25 +02:00
"reference": "305444bc6fb6c89e490f4b34fa6e979584d7fa81"
2021-06-13 13:23:56 +02:00
},
"dist": {
"type": "zip",
2022-10-28 18:48:25 +02:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/305444bc6fb6c89e490f4b34fa6e979584d7fa81",
"reference": "305444bc6fb6c89e490f4b34fa6e979584d7fa81",
2021-06-13 13:23:56 +02:00
"shasum": ""
},
"require": {
2022-10-28 18:48:25 +02:00
"php": ">=8.1",
"psr/log": "^2.0 || ^3.0"
2021-06-13 13:23:56 +02:00
},
"provide": {
2022-10-28 18:48:25 +02:00
"psr/log-implementation": "3.0.0"
2021-06-13 13:23:56 +02:00
},
"require-dev": {
2022-10-28 18:48:25 +02:00
"aws/aws-sdk-php": "^3.0",
2021-06-13 13:23:56 +02:00
"doctrine/couchdb": "~1.0@dev",
2022-05-11 14:48:04 +02:00
"elasticsearch/elasticsearch": "^7 || ^8",
"ext-json": "*",
2021-06-13 13:23:56 +02:00
"graylog2/gelf-php": "^1.4.2",
2022-05-11 14:48:04 +02:00
"guzzlehttp/guzzle": "^7.4",
"guzzlehttp/psr7": "^2.2",
2021-06-13 13:23:56 +02:00
"mongodb/mongodb": "^1.8",
2022-04-11 16:09:36 +02:00
"php-amqplib/php-amqplib": "~2.4 || ^3",
2022-10-28 18:48:25 +02:00
"phpstan/phpstan": "^1.4",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-strict-rules": "^1.1",
"phpunit/phpunit": "^9.5.16",
2021-06-13 13:23:56 +02:00
"predis/predis": "^1.1",
2022-05-11 14:48:04 +02:00
"ruflin/elastica": "^7",
"symfony/mailer": "^5.4 || ^6",
"symfony/mime": "^5.4 || ^6"
2021-06-13 13:23:56 +02:00
},
"suggest": {
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2022-04-11 16:09:36 +02:00
"ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
2021-06-13 13:23:56 +02:00
"ext-mbstring": "Allow to work properly with unicode symbols",
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
2022-04-11 16:09:36 +02:00
"ext-openssl": "Required to send log messages using SSL",
"ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
2021-06-13 13:23:56 +02:00
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
"rollbar/rollbar": "Allow sending log messages to Rollbar",
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
},
"type": "library",
"extra": {
"branch-alias": {
2022-10-28 18:48:25 +02:00
"dev-main": "3.x-dev"
2021-06-13 13:23:56 +02:00
}
},
"autoload": {
"psr-4": {
"Monolog\\": "src/Monolog"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "https://seld.be"
}
],
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
"homepage": "https://github.com/Seldaek/monolog",
"keywords": [
"log",
"logging",
"psr-3"
],
"support": {
"issues": "https://github.com/Seldaek/monolog/issues",
2022-10-28 18:48:25 +02:00
"source": "https://github.com/Seldaek/monolog/tree/3.2.0"
2021-06-13 13:23:56 +02:00
},
"funding": [
{
"url": "https://github.com/Seldaek",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
"type": "tidelift"
}
],
2022-10-28 18:48:25 +02:00
"time": "2022-07-24T12:00:55+00:00"
2021-06-13 13:23:56 +02:00
},
2022-05-03 14:52:04 +02:00
{
"name": "nelmio/cors-bundle",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/nelmio/NelmioCorsBundle.git",
"reference": "0ee5ee30b0ee08ea122d431ae6e0ddeb87f035c0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/0ee5ee30b0ee08ea122d431ae6e0ddeb87f035c0",
"reference": "0ee5ee30b0ee08ea122d431ae6e0ddeb87f035c0",
"shasum": ""
},
"require": {
"symfony/framework-bundle": "^4.3 || ^5.0 || ^6.0"
},
"require-dev": {
"mockery/mockery": "^1.2",
"symfony/phpunit-bridge": "^4.3 || ^5.0 || ^6.0"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Nelmio\\CorsBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nelmio",
"homepage": "http://nelm.io"
},
{
"name": "Symfony Community",
"homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors"
}
],
"description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony application",
"keywords": [
"api",
"cors",
"crossdomain"
],
"support": {
"issues": "https://github.com/nelmio/NelmioCorsBundle/issues",
"source": "https://github.com/nelmio/NelmioCorsBundle/tree/2.2.0"
},
"time": "2021-12-01T09:34:27+00:00"
},
2021-05-30 18:25:36 +02:00
{
2022-04-11 16:09:36 +02:00
"name": "nette/schema",
2022-11-22 13:55:10 +01:00
"version": "v1.2.3",
2021-05-30 18:25:36 +02:00
"source": {
"type": "git",
2022-04-11 16:09:36 +02:00
"url": "https://github.com/nette/schema.git",
2022-11-22 13:55:10 +01:00
"reference": "abbdbb70e0245d5f3bf77874cea1dfb0c930d06f"
2021-05-30 18:25:36 +02:00
},
"dist": {
"type": "zip",
2022-11-22 13:55:10 +01:00
"url": "https://api.github.com/repos/nette/schema/zipball/abbdbb70e0245d5f3bf77874cea1dfb0c930d06f",
"reference": "abbdbb70e0245d5f3bf77874cea1dfb0c930d06f",
2021-05-30 18:25:36 +02:00
"shasum": ""
},
"require": {
2022-04-11 16:09:36 +02:00
"nette/utils": "^2.5.7 || ^3.1.5 || ^4.0",
2022-11-22 13:55:10 +01:00
"php": ">=7.1 <8.3"
2021-05-30 18:25:36 +02:00
},
"require-dev": {
2022-04-11 16:09:36 +02:00
"nette/tester": "^2.3 || ^2.4",
2022-11-22 13:55:10 +01:00
"phpstan/phpstan-nette": "^1.0",
2022-04-11 16:09:36 +02:00
"tracy/tracy": "^2.7"
2021-05-30 18:25:36 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-04-11 16:09:36 +02:00
"dev-master": "1.2-dev"
2021-05-30 18:25:36 +02:00
}
},
"autoload": {
2022-04-11 16:09:36 +02:00
"classmap": [
"src/"
]
2021-05-30 18:25:36 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2022-04-11 16:09:36 +02:00
"BSD-3-Clause",
"GPL-2.0-only",
"GPL-3.0-only"
2021-05-30 18:25:36 +02:00
],
"authors": [
{
2022-04-11 16:09:36 +02:00
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
2021-05-30 18:25:36 +02:00
}
],
2022-04-11 16:09:36 +02:00
"description": "📐 Nette Schema: validating data structures against a given Schema.",
"homepage": "https://nette.org",
2021-05-30 18:25:36 +02:00
"keywords": [
2022-04-11 16:09:36 +02:00
"config",
"nette"
2021-05-30 18:25:36 +02:00
],
"support": {
2022-04-11 16:09:36 +02:00
"issues": "https://github.com/nette/schema/issues",
2022-11-22 13:55:10 +01:00
"source": "https://github.com/nette/schema/tree/v1.2.3"
2021-05-30 18:25:36 +02:00
},
2022-11-22 13:55:10 +01:00
"time": "2022-10-13T01:24:26+00:00"
2021-05-30 18:25:36 +02:00
},
2021-05-30 17:34:33 +02:00
{
2022-04-11 16:09:36 +02:00
"name": "nette/utils",
2022-10-28 18:48:25 +02:00
"version": "v3.2.8",
2021-05-30 17:34:33 +02:00
"source": {
"type": "git",
2022-04-11 16:09:36 +02:00
"url": "https://github.com/nette/utils.git",
2022-10-28 18:48:25 +02:00
"reference": "02a54c4c872b99e4ec05c4aec54b5a06eb0f6368"
2021-05-30 17:34:33 +02:00
},
"dist": {
"type": "zip",
2022-10-28 18:48:25 +02:00
"url": "https://api.github.com/repos/nette/utils/zipball/02a54c4c872b99e4ec05c4aec54b5a06eb0f6368",
"reference": "02a54c4c872b99e4ec05c4aec54b5a06eb0f6368",
2021-05-30 17:34:33 +02:00
"shasum": ""
},
"require": {
2022-10-28 18:48:25 +02:00
"php": ">=7.2 <8.3"
2022-04-11 16:09:36 +02:00
},
"conflict": {
"nette/di": "<3.0.6"
},
"require-dev": {
"nette/tester": "~2.0",
"phpstan/phpstan": "^1.0",
"tracy/tracy": "^2.3"
},
"suggest": {
"ext-gd": "to use Image",
"ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
"ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
"ext-json": "to use Nette\\Utils\\Json",
"ext-mbstring": "to use Strings::lower() etc...",
"ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
"ext-xml": "to use Strings::length() etc. when mbstring is not available"
2021-05-30 17:34:33 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-04-11 16:09:36 +02:00
"dev-master": "3.2-dev"
2021-05-30 17:34:33 +02:00
}
},
"autoload": {
2022-04-11 16:09:36 +02:00
"classmap": [
"src/"
]
2021-05-30 17:34:33 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2022-04-11 16:09:36 +02:00
"BSD-3-Clause",
"GPL-2.0-only",
"GPL-3.0-only"
2021-05-30 17:34:33 +02:00
],
"authors": [
{
2022-04-11 16:09:36 +02:00
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
2021-05-30 17:34:33 +02:00
}
],
2022-04-11 16:09:36 +02:00
"description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
"homepage": "https://nette.org",
2021-05-30 17:34:33 +02:00
"keywords": [
2022-04-11 16:09:36 +02:00
"array",
"core",
"datetime",
"images",
"json",
"nette",
"paginator",
"password",
"slugify",
"string",
"unicode",
"utf-8",
"utility",
"validation"
2021-05-30 17:34:33 +02:00
],
"support": {
2022-04-11 16:09:36 +02:00
"issues": "https://github.com/nette/utils/issues",
2022-10-28 18:48:25 +02:00
"source": "https://github.com/nette/utils/tree/v3.2.8"
2021-05-30 17:34:33 +02:00
},
2022-10-28 18:48:25 +02:00
"time": "2022-09-12T23:36:20+00:00"
2021-05-30 17:34:33 +02:00
},
2022-11-15 17:17:47 +01:00
{
"name": "php-flasher/flasher",
2022-12-28 12:39:02 +01:00
"version": "v1.10.3",
2022-11-15 17:17:47 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-flasher/flasher.git",
2022-12-28 12:39:02 +01:00
"reference": "9eba1ff54739482b02a7beff35bd3b37510ec118"
2022-11-15 17:17:47 +01:00
},
"dist": {
"type": "zip",
2022-12-28 12:39:02 +01:00
"url": "https://api.github.com/repos/php-flasher/flasher/zipball/9eba1ff54739482b02a7beff35bd3b37510ec118",
"reference": "9eba1ff54739482b02a7beff35bd3b37510ec118",
2022-11-15 17:17:47 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"type": "library",
"autoload": {
2022-12-28 12:39:02 +01:00
"files": [
"helpers.php"
],
2022-11-15 17:17:47 +01:00
"psr-4": {
"Flasher\\Prime\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Younes KHOUBZA",
"email": "younes.khoubza@gmail.com",
"homepage": "https://www.linkedin.com/in/younes-khoubza",
"role": "Developer"
}
],
"description": "A powerful and flexible flash notification system for PHP",
"homepage": "https://php-flasher.io",
"keywords": [
"Flasher",
"alerts",
"flash",
"laravel",
"lumen",
"messages",
"notifications",
"notify",
"noty",
"notyf",
"php",
"pnotify",
"sweet alert",
"symfony",
"toastr"
],
"support": {
2022-12-28 12:39:02 +01:00
"source": "https://github.com/php-flasher/flasher/tree/v1.10.3"
2022-11-15 17:17:47 +01:00
},
"funding": [
{
"url": "https://www.paypal.com/paypalme/yoeunes",
"type": "custom"
},
2022-12-28 12:39:02 +01:00
{
"url": "https://github.com/yoeunes",
"type": "github"
},
2022-11-15 17:17:47 +01:00
{
"url": "https://ko-fi.com/yoeunes",
"type": "ko_fi"
},
{
"url": "https://opencollective.com/php-flasher",
"type": "open_collective"
},
{
"url": "https://www.patreon.com/yoeunes",
"type": "patreon"
}
],
2022-12-28 12:39:02 +01:00
"time": "2022-12-27T00:42:21+00:00"
2022-11-15 17:17:47 +01:00
},
{
"name": "php-flasher/flasher-sweetalert",
2022-12-28 12:39:02 +01:00
"version": "v1.10.3",
2022-11-15 17:17:47 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-flasher/flasher-sweetalert.git",
2022-12-28 12:39:02 +01:00
"reference": "4081aedfb476e7269bbe04090b66ebe82bf0db85"
2022-11-15 17:17:47 +01:00
},
"dist": {
"type": "zip",
2022-12-28 12:39:02 +01:00
"url": "https://api.github.com/repos/php-flasher/flasher-sweetalert/zipball/4081aedfb476e7269bbe04090b66ebe82bf0db85",
"reference": "4081aedfb476e7269bbe04090b66ebe82bf0db85",
2022-11-15 17:17:47 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3",
2022-12-28 12:39:02 +01:00
"php-flasher/flasher": "^1.10"
2022-11-15 17:17:47 +01:00
},
"type": "library",
"autoload": {
2022-12-28 12:39:02 +01:00
"files": [
"helpers.php"
],
2022-11-15 17:17:47 +01:00
"psr-4": {
"Flasher\\SweetAlert\\Prime\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Younes KHOUBZA",
"email": "younes.khoubza@gmail.com",
"homepage": "https://www.linkedin.com/in/younes-khoubza",
"role": "Developer"
}
],
2022-12-28 12:39:02 +01:00
"description": "PHPFlasher adapter for Sweet Alert 2",
2022-11-15 17:17:47 +01:00
"homepage": "https://php-flasher.io",
"keywords": [
"alerts",
"laravel",
"lumen",
"messages",
"notifications",
"notify",
"php",
"pnotify",
"sweetalert",
"symfony"
],
"support": {
2022-12-28 12:39:02 +01:00
"source": "https://github.com/php-flasher/flasher-sweetalert/tree/v1.10.3"
2022-11-15 17:17:47 +01:00
},
"funding": [
{
"url": "https://www.paypal.com/paypalme/yoeunes",
"type": "custom"
},
2022-12-28 12:39:02 +01:00
{
"url": "https://github.com/yoeunes",
"type": "github"
},
2022-11-15 17:17:47 +01:00
{
"url": "https://ko-fi.com/yoeunes",
"type": "ko_fi"
},
{
"url": "https://opencollective.com/php-flasher",
"type": "open_collective"
},
{
"url": "https://www.patreon.com/yoeunes",
"type": "patreon"
}
],
2022-12-28 12:39:02 +01:00
"time": "2022-12-26T11:22:42+00:00"
2022-11-15 17:17:47 +01:00
},
{
"name": "php-flasher/flasher-sweetalert-symfony",
2022-12-28 12:39:02 +01:00
"version": "v1.10.3",
2022-11-15 17:17:47 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-flasher/flasher-sweetalert-symfony.git",
2022-12-28 12:39:02 +01:00
"reference": "25a7c444765cbc4a6cbc15b2edd31645eab71488"
2022-11-15 17:17:47 +01:00
},
"dist": {
"type": "zip",
2022-12-28 12:39:02 +01:00
"url": "https://api.github.com/repos/php-flasher/flasher-sweetalert-symfony/zipball/25a7c444765cbc4a6cbc15b2edd31645eab71488",
"reference": "25a7c444765cbc4a6cbc15b2edd31645eab71488",
2022-11-15 17:17:47 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3",
2022-12-28 12:39:02 +01:00
"php-flasher/flasher-sweetalert": "^1.10",
"php-flasher/flasher-symfony": "^1.10"
2022-11-15 17:17:47 +01:00
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Flasher\\SweetAlert\\Symfony\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Younes KHOUBZA",
"email": "younes.khoubza@gmail.com",
"homepage": "https://www.linkedin.com/in/younes-khoubza",
"role": "Developer"
}
],
2022-11-22 13:55:10 +01:00
"description": "PHPFlasher Symfony adapter for Sweet Alert 2",
2022-11-15 17:17:47 +01:00
"homepage": "https://php-flasher.io",
"keywords": [
"alerts",
"bundle",
"flex",
"laravel",
"lumen",
"messages",
"notifications",
"notify",
"php",
"pnotify",
"sweetalert",
"symfony",
"toastr",
"yoeunes"
],
"support": {
2022-12-28 12:39:02 +01:00
"source": "https://github.com/php-flasher/flasher-sweetalert-symfony/tree/v1.10.3"
2022-11-15 17:17:47 +01:00
},
"funding": [
2022-12-28 12:39:02 +01:00
{
"url": "https://www.paypal.com/paypalme/yoeunes",
"type": "custom"
},
2022-11-15 17:17:47 +01:00
{
2022-11-22 13:55:10 +01:00
"url": "https://github.com/yoeunes",
"type": "github"
2022-12-28 12:39:02 +01:00
},
{
"url": "https://ko-fi.com/yoeunes",
"type": "ko_fi"
},
{
"url": "https://opencollective.com/php-flasher",
"type": "open_collective"
},
{
"url": "https://www.patreon.com/yoeunes",
"type": "patreon"
2022-11-15 17:17:47 +01:00
}
],
2022-12-28 12:39:02 +01:00
"time": "2022-12-25T22:21:10+00:00"
2022-11-15 17:17:47 +01:00
},
{
"name": "php-flasher/flasher-symfony",
2022-12-28 12:39:02 +01:00
"version": "v1.10.3",
2022-11-15 17:17:47 +01:00
"source": {
"type": "git",
"url": "https://github.com/php-flasher/flasher-symfony.git",
2022-12-28 12:39:02 +01:00
"reference": "27b4dda500cd49c194e9de1a08dd4e1021e3d149"
2022-11-15 17:17:47 +01:00
},
"dist": {
"type": "zip",
2022-12-28 12:39:02 +01:00
"url": "https://api.github.com/repos/php-flasher/flasher-symfony/zipball/27b4dda500cd49c194e9de1a08dd4e1021e3d149",
"reference": "27b4dda500cd49c194e9de1a08dd4e1021e3d149",
2022-11-15 17:17:47 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3",
2022-12-28 12:39:02 +01:00
"php-flasher/flasher": "^1.10",
"symfony/config": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/console": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/dependency-injection": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/http-kernel": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/translation": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0",
"symfony/twig-bundle": "^2.0 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
2022-11-15 17:17:47 +01:00
},
"type": "symfony-bundle",
"autoload": {
"psr-4": {
"Flasher\\Symfony\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Younes KHOUBZA",
"email": "younes.khoubza@gmail.com",
"homepage": "https://www.linkedin.com/in/younes-khoubza",
"role": "Developer"
}
],
2022-11-22 13:55:10 +01:00
"description": "Symfony bundle integrating PHPFlasher into Symfony applications",
2022-11-15 17:17:47 +01:00
"homepage": "https://php-flasher.io",
"keywords": [
"alerts",
"bundle",
"flex",
"laravel",
"lumen",
"messages",
"notifications",
"notify",
"php",
"pnotify",
"symfony",
"toastr",
"yoeunes"
],
"support": {
2022-12-28 12:39:02 +01:00
"source": "https://github.com/php-flasher/flasher-symfony/tree/v1.10.3"
2022-11-15 17:17:47 +01:00
},
"funding": [
2022-12-28 12:39:02 +01:00
{
"url": "https://www.paypal.com/paypalme/yoeunes",
"type": "custom"
},
2022-11-15 17:17:47 +01:00
{
2022-11-22 13:55:10 +01:00
"url": "https://github.com/yoeunes",
"type": "github"
2022-12-28 12:39:02 +01:00
},
{
"url": "https://ko-fi.com/yoeunes",
"type": "ko_fi"
},
{
"url": "https://opencollective.com/php-flasher",
"type": "open_collective"
},
{
"url": "https://www.patreon.com/yoeunes",
"type": "patreon"
2022-11-15 17:17:47 +01:00
}
],
2022-12-28 12:39:02 +01:00
"time": "2022-12-27T04:58:09+00:00"
2022-11-15 17:17:47 +01:00
},
2021-05-30 17:34:33 +02:00
{
2022-04-11 16:09:36 +02:00
"name": "phpdocumentor/reflection-common",
"version": "2.2.0",
2021-05-30 17:34:33 +02:00
"source": {
"type": "git",
2022-04-11 16:09:36 +02:00
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
2021-05-30 17:34:33 +02:00
},
"dist": {
"type": "zip",
2022-04-11 16:09:36 +02:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
2021-05-30 17:34:33 +02:00
"shasum": ""
},
"require": {
2022-04-11 16:09:36 +02:00
"php": "^7.2 || ^8.0"
2021-05-30 17:34:33 +02:00
},
"type": "library",
2022-04-11 16:09:36 +02:00
"extra": {
"branch-alias": {
"dev-2.x": "2.x-dev"
}
},
2021-05-30 17:34:33 +02:00
"autoload": {
"psr-4": {
2022-04-11 16:09:36 +02:00
"phpDocumentor\\Reflection\\": "src/"
2021-05-30 17:34:33 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2022-04-11 16:09:36 +02:00
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
2021-05-30 17:34:33 +02:00
}
],
2022-04-11 16:09:36 +02:00
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
2021-05-30 17:34:33 +02:00
"keywords": [
2022-04-11 16:09:36 +02:00
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
2021-05-30 17:34:33 +02:00
],
"support": {
2022-04-11 16:09:36 +02:00
"issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
"source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
2021-05-30 17:34:33 +02:00
},
2022-04-11 16:09:36 +02:00
"time": "2020-06-27T09:03:43+00:00"
2021-05-30 17:34:33 +02:00
},
{
2022-04-11 16:09:36 +02:00
"name": "phpdocumentor/reflection-docblock",
"version": "5.3.0",
2021-05-30 17:34:33 +02:00
"source": {
"type": "git",
2022-04-11 16:09:36 +02:00
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
2021-05-30 17:34:33 +02:00
},
"dist": {
"type": "zip",
2022-04-11 16:09:36 +02:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
2021-05-30 17:34:33 +02:00
"shasum": ""
},
"require": {
2022-04-11 16:09:36 +02:00
"ext-filter": "*",
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.3",
"webmozart/assert": "^1.9.1"
},
"require-dev": {
"mockery/mockery": "~1.3.2",
"psalm/phar": "^4.8"
2021-05-30 17:34:33 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-04-11 16:09:36 +02:00
"dev-master": "5.x-dev"
2021-05-30 17:34:33 +02:00
}
},
"autoload": {
"psr-4": {
2022-04-11 16:09:36 +02:00
"phpDocumentor\\Reflection\\": "src"
2021-05-30 17:34:33 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2022-04-11 16:09:36 +02:00
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
},
{
"name": "Jaap van Otterdijk",
"email": "account@ijaap.nl"
2021-05-30 17:34:33 +02:00
}
],
2022-04-11 16:09:36 +02:00
"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-30 17:34:33 +02:00
"support": {
2022-04-11 16:09:36 +02:00
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
},
"time": "2021-10-19T17:43:47+00:00"
},
{
"name": "phpdocumentor/type-resolver",
2022-10-28 18:48:25 +02:00
"version": "1.6.2",
2022-04-11 16:09:36 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2022-10-28 18:48:25 +02:00
"reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d"
2022-04-11 16:09:36 +02:00
},
"dist": {
"type": "zip",
2022-10-28 18:48:25 +02:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/48f445a408c131e38cab1c235aa6d2bb7a0bb20d",
"reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d",
2022-04-11 16:09:36 +02:00
"shasum": ""
},
"require": {
2022-10-28 18:48:25 +02:00
"php": "^7.4 || ^8.0",
2022-04-11 16:09:36 +02:00
"phpdocumentor/reflection-common": "^2.0"
},
"require-dev": {
"ext-tokenizer": "*",
2022-10-28 18:48:25 +02:00
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
"phpunit/phpunit": "^9.5",
"rector/rector": "^0.13.9",
"vimeo/psalm": "^4.25"
2022-04-11 16:09:36 +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",
"support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
2022-10-28 18:48:25 +02:00
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.2"
2022-04-11 16:09:36 +02:00
},
2022-10-28 18:48:25 +02:00
"time": "2022-10-14T12:47:21+00:00"
2022-04-11 16:09:36 +02:00
},
{
"name": "phpstan/phpdoc-parser",
2022-12-28 12:39:02 +01:00
"version": "1.15.3",
2022-04-11 16:09:36 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
2022-12-28 12:39:02 +01:00
"reference": "61800f71a5526081d1b5633766aa88341f1ade76"
2022-04-11 16:09:36 +02:00
},
"dist": {
"type": "zip",
2022-12-28 12:39:02 +01:00
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/61800f71a5526081d1b5633766aa88341f1ade76",
"reference": "61800f71a5526081d1b5633766aa88341f1ade76",
2022-04-11 16:09:36 +02:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^1.5",
2022-10-28 18:48:25 +02:00
"phpstan/phpstan-phpunit": "^1.1",
2022-04-11 16:09:36 +02:00
"phpstan/phpstan-strict-rules": "^1.0",
"phpunit/phpunit": "^9.5",
"symfony/process": "^5.2"
},
"type": "library",
"autoload": {
"psr-4": {
"PHPStan\\PhpDocParser\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
2022-12-28 12:39:02 +01:00
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.15.3"
2022-05-03 14:52:04 +02:00
},
2022-12-28 12:39:02 +01:00
"time": "2022-12-20T20:56:55+00:00"
2022-05-03 14:52:04 +02:00
},
{
"name": "phpstan/phpstan",
2022-12-28 12:39:02 +01:00
"version": "1.9.4",
2022-05-03 14:52:04 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
2022-12-28 12:39:02 +01:00
"reference": "d03bccee595e2146b7c9d174486b84f4dc61b0f2"
2022-05-03 14:52:04 +02:00
},
"dist": {
"type": "zip",
2022-12-28 12:39:02 +01:00
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/d03bccee595e2146b7c9d174486b84f4dc61b0f2",
"reference": "d03bccee595e2146b7c9d174486b84f4dc61b0f2",
2022-05-03 14:52:04 +02:00
"shasum": ""
},
"require": {
"php": "^7.2|^8.0"
},
"conflict": {
"phpstan/phpstan-shim": "*"
},
"bin": [
"phpstan",
"phpstan.phar"
],
"type": "library",
"autoload": {
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
2022-10-28 18:48:25 +02:00
"keywords": [
"dev",
"static analysis"
],
2022-05-03 14:52:04 +02:00
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
2022-12-28 12:39:02 +01:00
"source": "https://github.com/phpstan/phpstan/tree/1.9.4"
2022-04-11 16:09:36 +02:00
},
2022-05-03 14:52:04 +02:00
"funding": [
{
"url": "https://github.com/ondrejmirtes",
"type": "github"
},
{
"url": "https://github.com/phpstan",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
"type": "tidelift"
}
],
2022-12-28 12:39:02 +01:00
"time": "2022-12-17T13:33:52+00:00"
2022-04-11 16:09:36 +02: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": [
2022-11-15 17:17:47 +01:00
"cache",
"psr",
"psr-6"
],
"support": {
"source": "https://github.com/php-fig/cache/tree/3.0.0"
},
"time": "2021-02-03T23:26:27+00:00"
},
{
"name": "psr/container",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
"reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
"shasum": ""
},
"require": {
"php": ">=7.4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"support": {
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/2.0.2"
},
"time": "2021-11-05T16:47:00+00:00"
},
{
"name": "psr/event-dispatcher",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/event-dispatcher.git",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\EventDispatcher\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Standard interfaces for event handling.",
"keywords": [
"events",
2022-04-11 16:09:36 +02:00
"psr",
2022-11-15 17:17:47 +01:00
"psr-14"
2022-04-11 16:09:36 +02:00
],
"support": {
2022-11-15 17:17:47 +01:00
"issues": "https://github.com/php-fig/event-dispatcher/issues",
"source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
2022-04-11 16:09:36 +02:00
},
2022-11-15 17:17:47 +01:00
"time": "2019-01-08T18:20:26+00:00"
2022-04-11 16:09:36 +02:00
},
{
2022-11-15 17:17:47 +01:00
"name": "psr/http-factory",
"version": "1.0.1",
2022-04-11 16:09:36 +02:00
"source": {
"type": "git",
2022-11-15 17:17:47 +01:00
"url": "https://github.com/php-fig/http-factory.git",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
2022-04-11 16:09:36 +02:00
},
"dist": {
"type": "zip",
2022-11-15 17:17:47 +01:00
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
2022-04-11 16:09:36 +02:00
"shasum": ""
},
"require": {
2022-11-15 17:17:47 +01:00
"php": ">=7.0.0",
"psr/http-message": "^1.0"
2022-04-11 16:09:36 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-11-15 17:17:47 +01:00
"dev-master": "1.0.x-dev"
2022-04-11 16:09:36 +02:00
}
},
"autoload": {
"psr-4": {
2022-11-15 17:17:47 +01:00
"Psr\\Http\\Message\\": "src/"
2022-04-11 16:09:36 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2022-11-15 17:17:47 +01:00
"homepage": "http://www.php-fig.org/"
2022-04-11 16:09:36 +02:00
}
],
2022-11-15 17:17:47 +01:00
"description": "Common interfaces for PSR-7 HTTP message factories",
2022-04-11 16:09:36 +02:00
"keywords": [
2022-11-15 17:17:47 +01:00
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
2022-04-11 16:09:36 +02:00
],
"support": {
2022-11-15 17:17:47 +01:00
"source": "https://github.com/php-fig/http-factory/tree/master"
2022-04-11 16:09:36 +02:00
},
2022-11-15 17:17:47 +01:00
"time": "2019-04-30T12:38:16+00:00"
2022-04-11 16:09:36 +02:00
},
{
2022-11-15 17:17:47 +01:00
"name": "psr/http-message",
"version": "1.0.1",
2022-04-11 16:09:36 +02:00
"source": {
"type": "git",
2022-11-15 17:17:47 +01:00
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2022-04-11 16:09:36 +02:00
},
"dist": {
"type": "zip",
2022-11-15 17:17:47 +01:00
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2022-04-11 16:09:36 +02:00
"shasum": ""
},
"require": {
2022-11-15 17:17:47 +01:00
"php": ">=5.3.0"
2022-04-11 16:09:36 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
2022-11-15 17:17:47 +01:00
"Psr\\Http\\Message\\": "src/"
2022-04-11 16:09:36 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
2022-11-15 17:17:47 +01:00
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
2022-04-11 16:09:36 +02:00
"keywords": [
2022-11-15 17:17:47 +01:00
"http",
"http-message",
2022-04-11 16:09:36 +02:00
"psr",
2022-11-15 17:17:47 +01:00
"psr-7",
"request",
"response"
2022-04-11 16:09:36 +02:00
],
"support": {
2022-11-15 17:17:47 +01:00
"source": "https://github.com/php-fig/http-message/tree/master"
2021-05-30 17:34:33 +02:00
},
2022-11-15 17:17:47 +01:00
"time": "2016-08-06T14:39:51+00:00"
2021-05-30 17:34:33 +02:00
},
2022-04-11 16:09:36 +02:00
{
"name": "psr/link",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/link.git",
"reference": "84b159194ecfd7eaa472280213976e96415433f7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/link/zipball/84b159194ecfd7eaa472280213976e96415433f7",
"reference": "84b159194ecfd7eaa472280213976e96415433f7",
"shasum": ""
},
"require": {
"php": ">=8.0.0"
},
"suggest": {
"fig/link-util": "Provides some useful PSR-13 utilities"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Link\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for HTTP links",
"homepage": "https://github.com/php-fig/link",
"keywords": [
"http",
"http-link",
"link",
"psr",
"psr-13",
"rest"
],
"support": {
"source": "https://github.com/php-fig/link/tree/2.0.1"
},
"time": "2021-03-11T23:00:27+00:00"
},
2021-05-30 17:34:33 +02:00
{
"name": "psr/log",
2022-04-11 16:09:36 +02:00
"version": "3.0.0",
2021-05-30 17:34:33 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2022-04-11 16:09:36 +02:00
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
2021-05-30 17:34:33 +02:00
},
"dist": {
"type": "zip",
2022-04-11 16:09:36 +02:00
"url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
"reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
2021-05-30 17:34:33 +02:00
"shasum": ""
},
"require": {
2022-04-11 16:09:36 +02:00
"php": ">=8.0.0"
2021-05-30 17:34:33 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-04-11 16:09:36 +02:00
"dev-master": "3.x-dev"
2021-05-30 17:34:33 +02:00
}
},
"autoload": {
"psr-4": {
2022-04-11 16:09:36 +02:00
"Psr\\Log\\": "src"
2021-05-30 17:34:33 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
"support": {
2022-04-11 16:09:36 +02:00
"source": "https://github.com/php-fig/log/tree/3.0.0"
},
"time": "2021-07-14T16:46:02+00:00"
},
2022-11-15 17:17:47 +01:00
{
"name": "ralouphie/getallheaders",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
"reference": "120b605dfeb996808c31b6477290a714d356e822"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
},
"type": "library",
"autoload": {
"files": [
"src/getallheaders.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
}
],
"description": "A polyfill for getallheaders.",
"support": {
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
},
"time": "2019-03-08T08:55:37+00:00"
},
2022-05-03 14:52:04 +02:00
{
"name": "rector/rector",
2022-05-11 14:48:04 +02:00
"version": "0.12.23",
2022-05-03 14:52:04 +02:00
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
2022-05-11 14:48:04 +02:00
"reference": "690b31768b322db886b35845f8452025eba2cacb"
2022-05-03 14:52:04 +02:00
},
"dist": {
"type": "zip",
2022-05-11 14:48:04 +02:00
"url": "https://api.github.com/repos/rectorphp/rector/zipball/690b31768b322db886b35845f8452025eba2cacb",
"reference": "690b31768b322db886b35845f8452025eba2cacb",
2022-05-03 14:52:04 +02:00
"shasum": ""
},
"require": {
"php": "^7.2|^8.0",
"phpstan/phpstan": "^1.6"
},
"conflict": {
"phpstan/phpdoc-parser": "<1.2",
"rector/rector-cakephp": "*",
"rector/rector-doctrine": "*",
"rector/rector-laravel": "*",
"rector/rector-nette": "*",
"rector/rector-phpoffice": "*",
"rector/rector-phpunit": "*",
"rector/rector-prefixed": "*",
"rector/rector-symfony": "*"
},
"bin": [
"bin/rector"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "0.12-dev"
}
},
"autoload": {
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Instant Upgrade and Automated Refactoring of any PHP code",
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
2022-05-11 14:48:04 +02:00
"source": "https://github.com/rectorphp/rector/tree/0.12.23"
2022-05-03 14:52:04 +02:00
},
"funding": [
{
"url": "https://github.com/tomasvotruba",
"type": "github"
}
],
2022-05-11 14:48:04 +02:00
"time": "2022-05-01T15:50:16+00:00"
2022-05-03 14:52:04 +02:00
},
{
"name": "sunrise/slugger",
"version": "v2.1.3",
"source": {
"type": "git",
"url": "https://github.com/sunrise-php/slugger.git",
"reference": "0f369246cdf78d86e3e58f70b31d61fc8e2122e3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sunrise-php/slugger/zipball/0f369246cdf78d86e3e58f70b31d61fc8e2122e3",
"reference": "0f369246cdf78d86e3e58f70b31d61fc8e2122e3",
"shasum": ""
},
"require": {
"ext-intl": "*",
"php": "^7.1|^8.0"
},
"require-dev": {
"phpunit/phpunit": "7.5.20|9.5.0",
"sunrise/coding-standard": "1.0.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Sunrise\\Slugger\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Anatoly Fenric",
"email": "afenric@gmail.com",
"homepage": "https://github.com/fenric"
}
],
"description": "Slugger for PHP 7.1+ based on ICU",
"homepage": "https://github.com/sunrise-php/slugger",
"keywords": [
"PHP7",
"fenric",
"icu",
"php8",
"slugger",
"sunrise"
],
"support": {
"issues": "https://github.com/sunrise-php/slugger/issues",
"source": "https://github.com/sunrise-php/slugger/tree/v2.1.3"
},
"time": "2022-04-19T19:39:45+00:00"
},
2022-10-28 18:48:25 +02:00
{
"name": "symfony/apache-pack",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/apache-pack.git",
"reference": "3aa5818d73ad2551281fc58a75afd9ca82622e6c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/apache-pack/zipball/3aa5818d73ad2551281fc58a75afd9ca82622e6c",
"reference": "3aa5818d73ad2551281fc58a75afd9ca82622e6c",
"shasum": ""
},
"type": "symfony-pack",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A pack for Apache support in Symfony",
"support": {
"issues": "https://github.com/symfony/apache-pack/issues",
"source": "https://github.com/symfony/apache-pack/tree/master"
},
"time": "2017-12-12T01:46:35+00:00"
},
2021-05-30 18:25:36 +02:00
{
"name": "symfony/asset",
2022-12-28 12:39:02 +01:00
"version": "v6.2.0",
2021-05-30 18:25:36 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/asset.git",
2022-12-28 12:39:02 +01:00
"reference": "a0ebf67f56f028217256d5f99438175430b3836c"
2021-05-30 18:25:36 +02:00
},
"dist": {
"type": "zip",
2022-12-28 12:39:02 +01:00
"url": "https://api.github.com/repos/symfony/asset/zipball/a0ebf67f56f028217256d5f99438175430b3836c",
"reference": "a0ebf67f56f028217256d5f99438175430b3836c",
2021-05-30 18:25:36 +02:00
"shasum": ""
},
"require": {
2022-10-28 18:48:25 +02:00
"php": ">=8.1"
2021-06-01 18:48:20 +02:00
},
"conflict": {
2022-04-11 16:09:36 +02:00
"symfony/http-foundation": "<5.4"
2021-05-30 18:25:36 +02:00
},
"require-dev": {
2022-04-11 16:09:36 +02:00
"symfony/http-client": "^5.4|^6.0",
"symfony/http-foundation": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0"
2021-05-30 18:25:36 +02:00
},
"suggest": {
"symfony/http-foundation": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Asset\\": ""
},
"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": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files",
"homepage": "https://symfony.com",
"support": {
2022-12-28 12:39:02 +01:00
"source": "https://github.com/symfony/asset/tree/v6.2.0"
2021-05-30 18:25:36 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-12-28 12:39:02 +01:00
"time": "2022-10-19T16:13:28+00:00"
2021-05-30 18:25:36 +02:00
},
2021-05-30 17:34:33 +02:00
{
"name": "symfony/cache",
2022-12-28 12:39:02 +01:00
"version": "v6.2.2",
2021-05-30 17:34:33 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
2022-12-28 12:39:02 +01:00
"reference": "68625530468c5ff4557fc8825dcfa478b94a8309"
2021-05-30 17:34:33 +02:00
},
"dist": {
"type": "zip",
2022-12-28 12:39:02 +01:00
"url": "https://api.github.com/repos/symfony/cache/zipball/68625530468c5ff4557fc8825dcfa478b94a8309",
"reference": "68625530468c5ff4557fc8825dcfa478b94a8309",
2021-05-30 17:34:33 +02:00
"shasum": ""
},
"require": {
2022-10-28 18:48:25 +02:00
"php": ">=8.1",
2022-04-11 16:09:36 +02:00
"psr/cache": "^2.0|^3.0",
"psr/log": "^1.1|^2|^3",
"symfony/cache-contracts": "^1.1.7|^2|^3",
"symfony/service-contracts": "^1.1|^2|^3",
2022-12-28 12:39:02 +01:00
"symfony/var-exporter": "^6.2"
2021-05-30 17:34:33 +02:00
},
"conflict": {
2022-04-11 16:09:36 +02:00
"doctrine/dbal": "<2.13.1",
"symfony/dependency-injection": "<5.4",
"symfony/http-kernel": "<5.4",
"symfony/var-dumper": "<5.4"
2021-05-30 17:34:33 +02:00
},
"provide": {
2022-04-11 16:09:36 +02:00
"psr/cache-implementation": "2.0|3.0",
"psr/simple-cache-implementation": "1.0|2.0|3.0",
"symfony/cache-implementation": "1.1|2.0|3.0"
2021-05-30 17:34:33 +02:00
},
"require-dev": {
"cache/integration-tests": "dev-master",
2022-04-11 16:09:36 +02:00
"doctrine/dbal": "^2.13.1|^3.0",
2021-05-30 17:34:33 +02:00
"predis/predis": "^1.1",
2022-04-11 16:09:36 +02:00
"psr/simple-cache": "^1.0|^2.0|^3.0",
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/filesystem": "^5.4|^6.0",
"symfony/http-kernel": "^5.4|^6.0",
"symfony/messenger": "^5.4|^6.0",
"symfony/var-dumper": "^5.4|^6.0"
2021-05-30 17:34:33 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Cache\\": ""
},
2022-10-28 18:48:25 +02:00
"classmap": [
"Traits/ValueWrapper.php"
],
2021-05-30 17:34:33 +02:00
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2022-10-28 18:48:25 +02:00
"description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
2021-05-30 17:34:33 +02:00
"homepage": "https://symfony.com",
"keywords": [
"caching",
"psr6"
],
"support": {
2022-12-28 12:39:02 +01:00
"source": "https://github.com/symfony/cache/tree/v6.2.2"
2021-05-30 17:34:33 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-12-28 12:39:02 +01:00
"time": "2022-12-16T12:37:34+00:00"
2021-05-30 17:34:33 +02:00
},
{
"name": "symfony/cache-contracts",
2022-12-28 12:39:02 +01:00
"version": "v3.2.0",
2021-05-30 17:34:33 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/cache-contracts.git",
2022-12-28 12:39:02 +01:00
"reference": "e8d1a5fc43534063204b74c080ebe36307d12271"
2021-05-30 17:34:33 +02:00
},
"dist": {
"type": "zip",
2022-12-28 12:39:02 +01:00
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/e8d1a5fc43534063204b74c080ebe36307d12271",
"reference": "e8d1a5fc43534063204b74c080ebe36307d12271",
2021-05-30 17:34:33 +02:00
"shasum": ""
},
"require": {
2022-10-28 18:48:25 +02:00
"php": ">=8.1",
2022-04-11 16:09:36 +02:00
"psr/cache": "^3.0"
2021-05-30 17:34:33 +02:00
},
"suggest": {
"symfony/cache-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-28 12:39:02 +01:00
"dev-main": "3.3-dev"
2021-05-30 17:34:33 +02:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Cache\\": ""
}
},
"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 caching",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
2022-12-28 12:39:02 +01:00
"source": "https://github.com/symfony/cache-contracts/tree/v3.2.0"
2021-05-30 17:34:33 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-12-28 12:39:02 +01:00
"time": "2022-11-25T10:21:52+00:00"
2021-05-30 17:34:33 +02:00
},
{
"name": "symfony/config",
2022-12-28 12:39:02 +01:00
"version": "v6.2.0",
2021-05-30 17:34:33 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
2022-12-28 12:39:02 +01:00
"reference": "ebf27792246165a2a0b6b69ec9c620cac8c5a2f0"
2021-05-30 17:34:33 +02:00
},
"dist": {
"type": "zip",
2022-12-28 12:39:02 +01:00
"url": "https://api.github.com/repos/symfony/config/zipball/ebf27792246165a2a0b6b69ec9c620cac8c5a2f0",
"reference": "ebf27792246165a2a0b6b69ec9c620cac8c5a2f0",
2021-05-30 17:34:33 +02:00
"shasum": ""
},
"require": {
2022-10-28 18:48:25 +02:00
"php": ">=8.1",
2022-04-11 16:09:36 +02:00
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/filesystem": "^5.4|^6.0",
2022-10-28 18:48:25 +02:00
"symfony/polyfill-ctype": "~1.8"
2021-05-30 17:34:33 +02:00
},
"conflict": {
2022-10-28 18:48:25 +02:00
"symfony/finder": "<5.4"
2021-05-30 17:34:33 +02:00
},
"require-dev": {
2022-04-11 16:09:36 +02:00
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/finder": "^5.4|^6.0",
"symfony/messenger": "^5.4|^6.0",
"symfony/service-contracts": "^1.1|^2|^3",
"symfony/yaml": "^5.4|^6.0"
2021-05-30 17:34:33 +02:00
},
"suggest": {
"symfony/yaml": "To use the yaml reference dumper"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Config\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"homepage": "https://symfony.com",
"support": {
2022-12-28 12:39:02 +01:00
"source": "https://github.com/symfony/config/tree/v6.2.0"
2021-05-30 17:34:33 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-12-28 12:39:02 +01:00
"time": "2022-11-02T09:08:04+00:00"
2021-05-30 17:34:33 +02:00
},
{
"name": "symfony/console",
2022-12-28 12:39:02 +01:00
"version": "v6.2.2",
2021-05-30 17:34:33 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2022-12-28 12:39:02 +01:00
"reference": "5a9bd5c543f00157c55face973c149957467db31"
2021-05-30 17:34:33 +02:00
},
"dist": {
"type": "zip",
2022-12-28 12:39:02 +01:00
"url": "https://api.github.com/repos/symfony/console/zipball/5a9bd5c543f00157c55face973c149957467db31",
"reference": "5a9bd5c543f00157c55face973c149957467db31",
2021-05-30 17:34:33 +02:00
"shasum": ""
},
"require": {
2022-10-28 18:48:25 +02:00
"php": ">=8.1",
"symfony/deprecation-contracts": "^2.1|^3",
2021-05-30 17:34:33 +02:00
"symfony/polyfill-mbstring": "~1.0",
2022-04-11 16:09:36 +02:00
"symfony/service-contracts": "^1.1|^2|^3",
"symfony/string": "^5.4|^6.0"
2021-05-30 17:34:33 +02:00
},
"conflict": {
2022-04-11 16:09:36 +02:00
"symfony/dependency-injection": "<5.4",
"symfony/dotenv": "<5.4",
"symfony/event-dispatcher": "<5.4",
"symfony/lock": "<5.4",
"symfony/process": "<5.4"
2021-05-30 17:34:33 +02:00
},
"provide": {
2022-04-11 16:09:36 +02:00
"psr/log-implementation": "1.0|2.0|3.0"
2021-05-30 17:34:33 +02:00
},
"require-dev": {
2022-04-11 16:09:36 +02:00
"psr/log": "^1|^2|^3",
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/event-dispatcher": "^5.4|^6.0",
"symfony/lock": "^5.4|^6.0",
"symfony/process": "^5.4|^6.0",
"symfony/var-dumper": "^5.4|^6.0"
2021-05-30 17:34:33 +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"
],
"support": {
2022-12-28 12:39:02 +01:00
"source": "https://github.com/symfony/console/tree/v6.2.2"
2021-05-30 17:34:33 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-12-28 12:39:02 +01:00
"time": "2022-12-16T15:08:36+00:00"
2021-05-30 17:34:33 +02:00
},
{
"name": "symfony/dependency-injection",
2022-12-28 12:39:02 +01:00
"version": "v6.2.2",
2021-05-30 17:34:33 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
2022-12-28 12:39:02 +01:00
"reference": "c33a5f6ab389b225b8c418f4835d1be7e2a78a04"
2021-05-30 17:34:33 +02:00
},
"dist": {
"type": "zip",
2022-12-28 12:39:02 +01:00
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c33a5f6ab389b225b8c418f4835d1be7e2a78a04",
"reference": "c33a5f6ab389b225b8c418f4835d1be7e2a78a04",
2021-05-30 17:34:33 +02:00
"shasum": ""
},
"require": {
2022-10-28 18:48:25 +02:00
"php": ">=8.1",
2022-04-11 16:09:36 +02:00
"psr/container": "^1.1|^2.0",
"symfony/deprecation-contracts": "^2.1|^3",
2022-12-28 12:39:02 +01:00
"symfony/service-contracts": "^1.1.6|^2.0|^3.0",
"symfony/var-exporter": "^6.2"
2021-05-30 17:34:33 +02:00
},
"conflict": {
2021-06-01 18:48:20 +02:00
"ext-psr": "<1.1|>=2",
2022-10-28 18:48:25 +02:00
"symfony/config": "<6.1",
2022-04-11 16:09:36 +02:00
"symfony/finder": "<5.4",
2022-12-28 12:39:02 +01:00
"symfony/proxy-manager-bridge": "<6.2",
2022-04-11 16:09:36 +02:00
"symfony/yaml": "<5.4"
2021-05-30 17:34:33 +02:00
},
"provide": {
2022-04-11 16:09:36 +02:00
"psr/container-implementation": "1.1|2.0",
"symfony/service-implementation": "1.1|2.0|3.0"
2021-05-30 17:34:33 +02:00
},
"require-dev": {
2022-10-28 18:48:25 +02:00
"symfony/config": "^6.1",
2022-04-11 16:09:36 +02:00
"symfony/expression-language": "^5.4|^6.0",
"symfony/yaml": "^5.4|^6.0"
2021-05-30 17:34:33 +02:00
},
"suggest": {
"symfony/config": "",
"symfony/expression-language": "For using expressions in service container configuration",
"symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
"symfony/yaml": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\DependencyInjection\\": ""
},
"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 you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com",
"support": {
2022-12-28 12:39:02 +01:00
"source": "https://github.com/symfony/dependency-injection/tree/v6.2.2"
2021-05-30 17:34:33 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-12-28 12:39:02 +01:00
"time": "2022-12-15T14:32:18+00:00"
2021-05-30 17:34:33 +02:00
},
{
"name": "symfony/deprecation-contracts",
2022-12-28 12:39:02 +01:00
"version": "v3.2.0",
2021-05-30 17:34:33 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
2022-12-28 12:39:02 +01:00
"reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3"
2021-05-30 17:34:33 +02:00
},
"dist": {
"type": "zip",
2022-12-28 12:39:02 +01:00
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/1ee04c65529dea5d8744774d474e7cbd2f1206d3",
"reference": "1ee04c65529dea5d8744774d474e7cbd2f1206d3",
2021-05-30 17:34:33 +02:00
"shasum": ""
},
"require": {
2022-10-28 18:48:25 +02:00
"php": ">=8.1"
2021-05-30 17:34:33 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-12-28 12:39:02 +01:00
"dev-main": "3.3-dev"
2021-05-30 17:34:33 +02:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
2022-04-11 16:09:36 +02:00
"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",
"support": {
2022-12-28 12:39:02 +01:00
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.0"
2022-04-11 16:09:36 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-12-28 12:39:02 +01:00
"time": "2022-11-25T10:21:52+00:00"
2022-04-11 16:09:36 +02:00
},
{
"name": "symfony/doctrine-bridge",
2022-12-28 12:39:02 +01:00
"version": "v6.2.2",
2022-04-11 16:09:36 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/doctrine-bridge.git",
2022-12-28 12:39:02 +01:00
"reference": "3a2ab0f2e5e9cb29ed6006a4bbcb5451510d0217"
2022-04-11 16:09:36 +02:00
},
"dist": {
"type": "zip",
2022-12-28 12:39:02 +01:00
"url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/3a2ab0f2e5e9cb29ed6006a4bbcb5451510d0217",
"reference": "3a2ab0f2e5e9cb29ed6006a4bbcb5451510d0217",
2022-04-11 16:09:36 +02:00
"shasum": ""
},
"require": {
2022-12-28 12:39:02 +01:00
"doctrine/event-manager": "^1.2|^2",
2022-05-03 14:52:04 +02:00
"doctrine/persistence": "^2|^3",
2022-10-28 18:48:25 +02:00
"php": ">=8.1",
2022-04-11 16:09:36 +02:00
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",
"symfony/service-contracts": "^1.1|^2|^3"
},
"conflict": {
"doctrine/dbal": "<2.13.1",
"doctrine/lexer": "<1.1",
"doctrine/orm": "<2.7.4",
"phpunit/phpunit": "<5.4.3",
"symfony/cache": "<5.4",
"symfony/dependency-injection": "<5.4",
"symfony/form": "<5.4",
2022-12-28 12:39:02 +01:00
"symfony/http-kernel": "<6.2",
2022-04-11 16:09:36 +02:00
"symfony/messenger": "<5.4",
"symfony/property-info": "<5.4",
"symfony/security-bundle": "<5.4",
"symfony/security-core": "<6.0",
"symfony/validator": "<5.4"
},
"require-dev": {
"doctrine/annotations": "^1.10.4",
2022-12-28 12:39:02 +01:00
"doctrine/collections": "^1.0|^2.0",
2022-04-11 16:09:36 +02:00
"doctrine/data-fixtures": "^1.1",
"doctrine/dbal": "^2.13.1|^3.0",
"doctrine/orm": "^2.7.4",
"psr/log": "^1|^2|^3",
"symfony/cache": "^5.4|^6.0",
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/doctrine-messenger": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
2022-10-28 18:48:25 +02:00
"symfony/form": "^5.4.9|^6.0.9",
2022-12-28 12:39:02 +01:00
"symfony/http-kernel": "^6.2",
2022-04-11 16:09:36 +02:00
"symfony/messenger": "^5.4|^6.0",
"symfony/property-access": "^5.4|^6.0",
"symfony/property-info": "^5.4|^6.0",
"symfony/proxy-manager-bridge": "^5.4|^6.0",
"symfony/security-core": "^6.0",
"symfony/stopwatch": "^5.4|^6.0",
"symfony/translation": "^5.4|^6.0",
"symfony/uid": "^5.4|^6.0",
"symfony/validator": "^5.4|^6.0",
"symfony/var-dumper": "^5.4|^6.0"
},
"suggest": {
"doctrine/data-fixtures": "",
"doctrine/dbal": "",
"doctrine/orm": "",
"symfony/form": "",
"symfony/property-info": "",
"symfony/validator": ""
},
"type": "symfony-bridge",
"autoload": {
"psr-4": {
"Symfony\\Bridge\\Doctrine\\": ""
},
"exclude-from-classmap": [
"/Tests/"
2021-05-30 17:34:33 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2022-04-11 16:09:36 +02:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2021-05-30 17:34:33 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2022-04-11 16:09:36 +02:00
"description": "Provides integration for Doctrine with various Symfony components",
2021-05-30 17:34:33 +02:00
"homepage": "https://symfony.com",
"support": {
2022-12-28 12:39:02 +01:00
"source": "https://github.com/symfony/doctrine-bridge/tree/v6.2.2"
2021-05-30 17:34:33 +02:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-12-28 12:39:02 +01:00
"time": "2022-12-06T17:27:18+00:00"
2021-05-30 17:34:33 +02:00
},
{
2022-04-11 16:09:36 +02:00
"name": "symfony/doctrine-messenger",
2022-12-28 12:39:02 +01:00
"version": "v6.2.0",
2021-05-30 17:34:33 +02:00
"source": {
"type": "git",
2022-04-11 16:09:36 +02:00
"url": "https://github.com/symfony/doctrine-messenger.git",
2022-12-28 12:39:02 +01:00
"reference": "51f0c23a2b938d5ed4c9c859d502033c4cde3723"
2021-05-30 17:34:33 +02:00