Skip to content
Snippets Groups Projects
Commit 20ea844d authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Update deps

parent 5daf9c1e
Branches
Tags
No related merge requests found
Pipeline #105618 passed
...@@ -63,20 +63,26 @@ ...@@ -63,20 +63,26 @@
"ldap", "ldap",
"windows" "windows"
], ],
"support": {
"docs": "https://github.com/Adldap2/Adldap2/blob/master/readme.md",
"email": "steven_bauman@outlook.com",
"issues": "https://github.com/Adldap2/Adldap2/issues",
"source": "https://github.com/Adldap2/Adldap2"
},
"time": "2020-09-09T12:55:51+00:00" "time": "2020-09-09T12:55:51+00:00"
}, },
{ {
"name": "api-platform/core", "name": "api-platform/core",
"version": "v2.6.1", "version": "v2.6.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/api-platform/core.git", "url": "https://github.com/api-platform/core.git",
"reference": "4b293b0c004597bcf5f6b653d7d464fa71e9d064" "reference": "2edb3bf1fffe57f1d5e6833e25e7b0b54dd7a583"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/api-platform/core/zipball/4b293b0c004597bcf5f6b653d7d464fa71e9d064", "url": "https://api.github.com/repos/api-platform/core/zipball/2edb3bf1fffe57f1d5e6833e25e7b0b54dd7a583",
"reference": "4b293b0c004597bcf5f6b653d7d464fa71e9d064", "reference": "2edb3bf1fffe57f1d5e6833e25e7b0b54dd7a583",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -176,7 +182,7 @@ ...@@ -176,7 +182,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.6.x-dev" "dev-main": "2.7.x-dev"
}, },
"symfony": { "symfony": {
"require": "^3.4 || ^4.4 || ^5.1" "require": "^3.4 || ^4.4 || ^5.1"
...@@ -213,7 +219,7 @@ ...@@ -213,7 +219,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/api-platform/core/issues", "issues": "https://github.com/api-platform/core/issues",
"source": "https://github.com/api-platform/core/tree/v2.6.1" "source": "https://github.com/api-platform/core/tree/v2.6.2"
}, },
"funding": [ "funding": [
{ {
...@@ -221,30 +227,30 @@ ...@@ -221,30 +227,30 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-01-24T21:00:50+00:00" "time": "2021-02-07T14:18:49+00:00"
}, },
{ {
"name": "brick/math", "name": "brick/math",
"version": "0.9.1", "version": "0.9.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/brick/math.git", "url": "https://github.com/brick/math.git",
"reference": "283a40c901101e66de7061bd359252c013dcc43c" "reference": "dff976c2f3487d42c1db75a3b180e2b9f0e72ce0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/brick/math/zipball/283a40c901101e66de7061bd359252c013dcc43c", "url": "https://api.github.com/repos/brick/math/zipball/dff976c2f3487d42c1db75a3b180e2b9f0e72ce0",
"reference": "283a40c901101e66de7061bd359252c013dcc43c", "reference": "dff976c2f3487d42c1db75a3b180e2b9f0e72ce0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"php": "^7.1|^8.0" "php": "^7.1 || ^8.0"
}, },
"require-dev": { "require-dev": {
"php-coveralls/php-coveralls": "^2.2", "php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^7.5.15|^8.5", "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
"vimeo/psalm": "^3.5" "vimeo/psalm": "4.3.2"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
...@@ -267,100 +273,31 @@ ...@@ -267,100 +273,31 @@
"brick", "brick",
"math" "math"
], ],
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/brick/math",
"type": "tidelift"
}
],
"time": "2020-08-18T23:57:15+00:00"
},
{
"name": "composer/package-versions-deprecated",
"version": "1.11.99.1",
"source": {
"type": "git",
"url": "https://github.com/composer/package-versions-deprecated.git",
"reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/7413f0b55a051e89485c5cb9f765fe24bb02a7b6",
"reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1.0 || ^2.0",
"php": "^7 || ^8"
},
"replace": {
"ocramius/package-versions": "1.11.99"
},
"require-dev": {
"composer/composer": "^1.9.3 || ^2.0@dev",
"ext-zip": "^1.13",
"phpunit/phpunit": "^6.5 || ^7"
},
"type": "composer-plugin",
"extra": {
"class": "PackageVersions\\Installer",
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"PackageVersions\\": "src/PackageVersions"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
}
],
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
"support": { "support": {
"issues": "https://github.com/composer/package-versions-deprecated/issues", "issues": "https://github.com/brick/math/issues",
"source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.1" "source": "https://github.com/brick/math/tree/0.9.2"
}, },
"funding": [ "funding": [
{ {
"url": "https://packagist.com", "url": "https://tidelift.com/funding/github/packagist/brick/math",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-11-11T10:22:58+00:00" "time": "2021-01-20T22:51:39+00:00"
}, },
{ {
"name": "dbp/api-core-bundle", "name": "dbp/api-core-bundle",
"version": "dev-ci", "version": "dev-main",
"source": { "source": {
"type": "git", "type": "git",
"url": "git@gitlab.tugraz.at:dbp/middleware/dbp-api/api-core-bundle.git", "url": "git@gitlab.tugraz.at:dbp/middleware/dbp-api/api-core-bundle.git",
"reference": "6a221c9a815d4858a9d430d4d37e21e8714a64f0" "reference": "531f0d230f2bd263c3129c1a227cfe078bd7e3f7"
}, },
"require": { "require": {
"adldap2/adldap2": "^10.0", "adldap2/adldap2": "^10.0",
"api-platform/core": "^2.4", "api-platform/core": "^2.5",
"doctrine/annotations": "^1.0", "doctrine/annotations": "^1.0",
"doctrine/orm": "^2.4.5", "ext-simplexml": "*",
"guzzlehttp/guzzle": "^7.0", "guzzlehttp/guzzle": "^7.0",
"kevinrob/guzzle-cache-middleware": "^3.3", "kevinrob/guzzle-cache-middleware": "^3.3",
"league/uri": "^6.3", "league/uri": "^6.3",
...@@ -382,16 +319,15 @@ ...@@ -382,16 +319,15 @@
"web-token/jwt-signature-algorithm-rsa": "^2.1" "web-token/jwt-signature-algorithm-rsa": "^2.1"
}, },
"require-dev": { "require-dev": {
"composer/semver": "^1.5", "friendsofphp/php-cs-fixer": "^2.17",
"friendsofphp/php-cs-fixer": "^2.16",
"mockery/mockery": "^1.2",
"phpstan/phpstan": "^0.12.33", "phpstan/phpstan": "^0.12.33",
"phpstan/phpstan-phpunit": "^0.12.13", "phpstan/phpstan-phpunit": "^0.12.13",
"symfony/browser-kit": "^4.4", "symfony/browser-kit": "^4.4",
"symfony/http-client": "^4.4", "symfony/http-client": "^4.4",
"symfony/phpunit-bridge": "^4.4", "symfony/phpunit-bridge": "^4.4",
"vimeo/psalm": "^4.0" "vimeo/psalm": "^4.4"
}, },
"default-branch": true,
"type": "symfony-bundle", "type": "symfony-bundle",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
...@@ -433,7 +369,7 @@ ...@@ -433,7 +369,7 @@
"license": [ "license": [
"AGPL-3.0-or-later" "AGPL-3.0-or-later"
], ],
"time": "2020-11-26T10:54:47+00:00" "time": "2021-02-15T09:58:39+00:00"
}, },
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
...@@ -510,466 +446,18 @@ ...@@ -510,466 +446,18 @@
}, },
"time": "2020-10-26T10:28:16+00:00" "time": "2020-10-26T10:28:16+00:00"
}, },
{
"name": "doctrine/cache",
"version": "1.10.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
"reference": "13e3381b25847283a91948d04640543941309727"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727",
"reference": "13e3381b25847283a91948d04640543941309727",
"shasum": ""
},
"require": {
"php": "~7.1 || ^8.0"
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.1",
"doctrine/coding-standard": "^6.0",
"mongodb/mongodb": "^1.1",
"phpunit/phpunit": "^7.0",
"predis/predis": "~1.0"
},
"suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
"homepage": "https://www.doctrine-project.org/projects/cache.html",
"keywords": [
"abstraction",
"apcu",
"cache",
"caching",
"couchdb",
"memcached",
"php",
"redis",
"xcache"
],
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
"type": "tidelift"
}
],
"time": "2020-07-07T18:54:01+00:00"
},
{
"name": "doctrine/collections",
"version": "1.6.7",
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
"reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/collections/zipball/55f8b799269a1a472457bd1a41b4f379d4cfba4a",
"reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a",
"shasum": ""
},
"require": {
"php": "^7.1.3 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan-shim": "^0.9.2",
"phpunit/phpunit": "^7.0",
"vimeo/psalm": "^3.8.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
"homepage": "https://www.doctrine-project.org/projects/collections.html",
"keywords": [
"array",
"collections",
"iterators",
"php"
],
"time": "2020-07-27T17:53:49+00:00"
},
{
"name": "doctrine/common",
"version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/common.git",
"reference": "a3c6479858989e242a2465972b4f7a8642baf0d4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/common/zipball/a3c6479858989e242a2465972b4f7a8642baf0d4",
"reference": "a3c6479858989e242a2465972b4f7a8642baf0d4",
"shasum": ""
},
"require": {
"doctrine/persistence": "^2.0",
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^1.0",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpunit/phpunit": "^7.0",
"squizlabs/php_codesniffer": "^3.0",
"symfony/phpunit-bridge": "^4.0.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
"homepage": "https://www.doctrine-project.org/projects/common.html",
"keywords": [
"common",
"doctrine",
"php"
],
"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"
}
],
"time": "2020-06-05T16:59:53+00:00"
},
{
"name": "doctrine/dbal",
"version": "2.12.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "adce7a954a1c2f14f85e94aed90c8489af204086"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/adce7a954a1c2f14f85e94aed90c8489af204086",
"reference": "adce7a954a1c2f14f85e94aed90c8489af204086",
"shasum": ""
},
"require": {
"doctrine/cache": "^1.0",
"doctrine/event-manager": "^1.0",
"ext-pdo": "*",
"php": "^7.3 || ^8"
},
"require-dev": {
"doctrine/coding-standard": "^8.1",
"jetbrains/phpstorm-stubs": "^2019.1",
"phpstan/phpstan": "^0.12.40",
"phpunit/phpunit": "^9.4",
"psalm/plugin-phpunit": "^0.10.0",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
"vimeo/psalm": "^3.17.2"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
},
"bin": [
"bin/doctrine-dbal"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
}
],
"description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
"homepage": "https://www.doctrine-project.org/projects/dbal.html",
"keywords": [
"abstraction",
"database",
"db2",
"dbal",
"mariadb",
"mssql",
"mysql",
"oci8",
"oracle",
"pdo",
"pgsql",
"postgresql",
"queryobject",
"sasql",
"sql",
"sqlanywhere",
"sqlite",
"sqlserver",
"sqlsrv"
],
"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"
}
],
"time": "2020-11-14T20:26:58+00:00"
},
{
"name": "doctrine/event-manager",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/event-manager.git",
"reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
"reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"conflict": {
"doctrine/common": "<2.9@dev"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"phpunit/phpunit": "^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
"keywords": [
"event",
"event dispatcher",
"event manager",
"event system",
"events"
],
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
"type": "tidelift"
}
],
"time": "2020-05-29T18:28:51+00:00"
},
{ {
"name": "doctrine/inflector", "name": "doctrine/inflector",
"version": "1.4.3", "version": "2.0.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/inflector.git", "url": "https://github.com/doctrine/inflector.git",
"reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c" "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/4650c8b30c753a76bf44fb2ed00117d6f367490c", "url": "https://api.github.com/repos/doctrine/inflector/zipball/9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
"reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c", "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -990,7 +478,6 @@ ...@@ -990,7 +478,6 @@
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector",
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector" "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
} }
}, },
...@@ -1027,82 +514,17 @@ ...@@ -1027,82 +514,17 @@
"inflector", "inflector",
"lowercase", "lowercase",
"manipulation", "manipulation",
"php", "php",
"plural", "plural",
"singular", "singular",
"strings", "strings",
"uppercase", "uppercase",
"words" "words"
],
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
"source": "https://github.com/doctrine/inflector/tree/1.4.x"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
"type": "tidelift"
}
],
"time": "2020-05-29T07:19:59+00:00"
},
{
"name": "doctrine/instantiator",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^8.0",
"ext-pdo": "*",
"ext-phar": "*",
"phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "https://ocramius.github.io/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
"keywords": [
"constructor",
"instantiate"
], ],
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
"source": "https://github.com/doctrine/inflector/tree/2.0.x"
},
"funding": [ "funding": [
{ {
"url": "https://www.doctrine-project.org/sponsorship.html", "url": "https://www.doctrine-project.org/sponsorship.html",
...@@ -1113,11 +535,11 @@ ...@@ -1113,11 +535,11 @@
"type": "patreon" "type": "patreon"
}, },
{ {
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-11-10T18:47:58+00:00" "time": "2020-05-29T15:13:26+00:00"
}, },
{ {
"name": "doctrine/lexer", "name": "doctrine/lexer",
...@@ -1199,174 +621,6 @@ ...@@ -1199,174 +621,6 @@
], ],
"time": "2020-05-25T17:44:05+00:00" "time": "2020-05-25T17:44:05+00:00"
}, },
{
"name": "doctrine/orm",
"version": "2.7.4",
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
"reference": "7d84a4998091ece4d645253ac65de9f879eeed2f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/orm/zipball/7d84a4998091ece4d645253ac65de9f879eeed2f",
"reference": "7d84a4998091ece4d645253ac65de9f879eeed2f",
"shasum": ""
},
"require": {
"composer/package-versions-deprecated": "^1.8",
"doctrine/annotations": "^1.8",
"doctrine/cache": "^1.9.1",
"doctrine/collections": "^1.5",
"doctrine/common": "^2.11 || ^3.0",
"doctrine/dbal": "^2.9.3",
"doctrine/event-manager": "^1.1",
"doctrine/inflector": "^1.0",
"doctrine/instantiator": "^1.3",
"doctrine/lexer": "^1.0",
"doctrine/persistence": "^1.3.3 || ^2.0",
"ext-pdo": "*",
"php": "^7.1",
"symfony/console": "^3.0|^4.0|^5.0"
},
"require-dev": {
"doctrine/coding-standard": "^5.0",
"phpstan/phpstan": "^0.12.18",
"phpunit/phpunit": "^7.5",
"symfony/yaml": "^3.4|^4.0|^5.0",
"vimeo/psalm": "^3.11"
},
"suggest": {
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
},
"bin": [
"bin/doctrine"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\ORM\\": "lib/Doctrine/ORM"
}
},
"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": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "Object-Relational-Mapper for PHP",
"homepage": "https://www.doctrine-project.org/projects/orm.html",
"keywords": [
"database",
"orm"
],
"time": "2020-10-10T17:11:26+00:00"
},
{
"name": "doctrine/persistence",
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/persistence.git",
"reference": "9899c16934053880876b920a3b8b02ed2337ac1d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/persistence/zipball/9899c16934053880876b920a3b8b02ed2337ac1d",
"reference": "9899c16934053880876b920a3b8b02ed2337ac1d",
"shasum": ""
},
"require": {
"doctrine/annotations": "^1.0",
"doctrine/cache": "^1.0",
"doctrine/collections": "^1.0",
"doctrine/event-manager": "^1.0",
"php": "^7.1 || ^8.0"
},
"conflict": {
"doctrine/common": "<2.10@dev"
},
"require-dev": {
"composer/package-versions-deprecated": "^1.11",
"doctrine/coding-standard": "^6.0 || ^8.0",
"doctrine/common": "^3.0",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^7.5.20 || ^8.0 || ^9.0",
"vimeo/psalm": "^3.11"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common",
"Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
"homepage": "https://doctrine-project.org/projects/persistence.html",
"keywords": [
"mapper",
"object",
"odm",
"orm",
"persistence"
],
"time": "2020-10-24T22:13:54+00:00"
},
{ {
"name": "fgrosse/phpasn1", "name": "fgrosse/phpasn1",
"version": "v2.2.0", "version": "v2.2.0",
...@@ -1436,20 +690,24 @@ ...@@ -1436,20 +690,24 @@
"x509", "x509",
"x690" "x690"
], ],
"support": {
"issues": "https://github.com/fgrosse/PHPASN1/issues",
"source": "https://github.com/fgrosse/PHPASN1/tree/v2.2.0"
},
"time": "2020-10-11T16:28:18+00:00" "time": "2020-10-11T16:28:18+00:00"
}, },
{ {
"name": "fig/link-util", "name": "fig/link-util",
"version": "1.1.1", "version": "1.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-fig/link-util.git", "url": "https://github.com/php-fig/link-util.git",
"reference": "c038ee75ca13663ddc2d1f185fe6f7533c00832a" "reference": "5d7b8d04ed3393b4b59968ca1e906fb7186d81e8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-fig/link-util/zipball/c038ee75ca13663ddc2d1f185fe6f7533c00832a", "url": "https://api.github.com/repos/php-fig/link-util/zipball/5d7b8d04ed3393b4b59968ca1e906fb7186d81e8",
"reference": "c038ee75ca13663ddc2d1f185fe6f7533c00832a", "reference": "5d7b8d04ed3393b4b59968ca1e906fb7186d81e8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1481,7 +739,7 @@ ...@@ -1481,7 +739,7 @@
"authors": [ "authors": [
{ {
"name": "PHP-FIG", "name": "PHP-FIG",
"homepage": "http://www.php-fig.org/" "homepage": "https://www.php-fig.org/"
} }
], ],
"description": "Common utility implementations for HTTP links", "description": "Common utility implementations for HTTP links",
...@@ -1495,9 +753,9 @@ ...@@ -1495,9 +753,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/php-fig/link-util/issues", "issues": "https://github.com/php-fig/link-util/issues",
"source": "https://github.com/php-fig/link-util/tree/1.1.1" "source": "https://github.com/php-fig/link-util/tree/1.1.2"
}, },
"time": "2020-04-27T06:40:36+00:00" "time": "2021-02-03T23:36:04+00:00"
}, },
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
...@@ -1577,6 +835,10 @@ ...@@ -1577,6 +835,10 @@
"rest", "rest",
"web service" "web service"
], ],
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/7.2.0"
},
"funding": [ "funding": [
{ {
"url": "https://github.com/GrahamCampbell", "url": "https://github.com/GrahamCampbell",
...@@ -1646,6 +908,10 @@ ...@@ -1646,6 +908,10 @@
"keywords": [ "keywords": [
"promise" "promise"
], ],
"support": {
"issues": "https://github.com/guzzle/promises/issues",
"source": "https://github.com/guzzle/promises/tree/1.4.0"
},
"time": "2020-09-30T07:37:28+00:00" "time": "2020-09-30T07:37:28+00:00"
}, },
{ {
...@@ -1717,20 +983,24 @@ ...@@ -1717,20 +983,24 @@
"uri", "uri",
"url" "url"
], ],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/1.7.0"
},
"time": "2020-09-30T07:37:11+00:00" "time": "2020-09-30T07:37:11+00:00"
}, },
{ {
"name": "illuminate/contracts", "name": "illuminate/contracts",
"version": "v8.16.1", "version": "v8.27.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/contracts.git", "url": "https://github.com/illuminate/contracts.git",
"reference": "a73835aad399da42e88217bdbb5e1e4c1e668807" "reference": "b91459a9a0bd0de204c3cae6859ebd02dbcee6c6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/contracts/zipball/a73835aad399da42e88217bdbb5e1e4c1e668807", "url": "https://api.github.com/repos/illuminate/contracts/zipball/b91459a9a0bd0de204c3cae6859ebd02dbcee6c6",
"reference": "a73835aad399da42e88217bdbb5e1e4c1e668807", "reference": "b91459a9a0bd0de204c3cae6859ebd02dbcee6c6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1761,7 +1031,11 @@ ...@@ -1761,7 +1031,11 @@
], ],
"description": "The Illuminate Contracts package.", "description": "The Illuminate Contracts package.",
"homepage": "https://laravel.com", "homepage": "https://laravel.com",
"time": "2020-11-18T13:57:08+00:00" "support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2021-01-20T14:18:13+00:00"
}, },
{ {
"name": "kevinrob/guzzle-cache-middleware", "name": "kevinrob/guzzle-cache-middleware",
...@@ -1839,6 +1113,10 @@ ...@@ -1839,6 +1113,10 @@
"rfc7234", "rfc7234",
"validation" "validation"
], ],
"support": {
"issues": "https://github.com/Kevinrob/guzzle-cache-middleware/issues",
"source": "https://github.com/Kevinrob/guzzle-cache-middleware/tree/v3.3.1"
},
"time": "2020-02-14T11:17:02+00:00" "time": "2020-02-14T11:17:02+00:00"
}, },
{ {
...@@ -1923,6 +1201,12 @@ ...@@ -1923,6 +1201,12 @@
"url", "url",
"ws" "ws"
], ],
"support": {
"docs": "https://uri.thephpleague.com",
"forum": "https://thephpleague.slack.com",
"issues": "https://github.com/thephpleague/uri/issues",
"source": "https://github.com/thephpleague/uri/tree/6.4.0"
},
"funding": [ "funding": [
{ {
"url": "https://github.com/sponsors/nyamsprod", "url": "https://github.com/sponsors/nyamsprod",
...@@ -1985,6 +1269,10 @@ ...@@ -1985,6 +1269,10 @@
"uri", "uri",
"url" "url"
], ],
"support": {
"issues": "https://github.com/thephpleague/uri-interfaces/issues",
"source": "https://github.com/thephpleague/uri-interfaces/tree/2.2.0"
},
"funding": [ "funding": [
{ {
"url": "https://github.com/sponsors/nyamsprod", "url": "https://github.com/sponsors/nyamsprod",
...@@ -1995,16 +1283,16 @@ ...@@ -1995,16 +1283,16 @@
}, },
{ {
"name": "monolog/monolog", "name": "monolog/monolog",
"version": "2.1.1", "version": "2.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Seldaek/monolog.git", "url": "https://github.com/Seldaek/monolog.git",
"reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5" "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/f9eee5cec93dfb313a38b6b288741e84e53f02d5", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
"reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5", "reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2017,16 +1305,17 @@ ...@@ -2017,16 +1305,17 @@
"require-dev": { "require-dev": {
"aws/aws-sdk-php": "^2.4.9 || ^3.0", "aws/aws-sdk-php": "^2.4.9 || ^3.0",
"doctrine/couchdb": "~1.0@dev", "doctrine/couchdb": "~1.0@dev",
"elasticsearch/elasticsearch": "^6.0", "elasticsearch/elasticsearch": "^7",
"graylog2/gelf-php": "^1.4.2", "graylog2/gelf-php": "^1.4.2",
"mongodb/mongodb": "^1.8",
"php-amqplib/php-amqplib": "~2.4", "php-amqplib/php-amqplib": "~2.4",
"php-console/php-console": "^3.1.3", "php-console/php-console": "^3.1.3",
"php-parallel-lint/php-parallel-lint": "^1.0",
"phpspec/prophecy": "^1.6.1", "phpspec/prophecy": "^1.6.1",
"phpstan/phpstan": "^0.12.59",
"phpunit/phpunit": "^8.5", "phpunit/phpunit": "^8.5",
"predis/predis": "^1.1", "predis/predis": "^1.1",
"rollbar/rollbar": "^1.3", "rollbar/rollbar": "^1.3",
"ruflin/elastica": ">=0.90 <3.0", "ruflin/elastica": ">=0.90 <7.0.1",
"swiftmailer/swiftmailer": "^5.3|^6.0" "swiftmailer/swiftmailer": "^5.3|^6.0"
}, },
"suggest": { "suggest": {
...@@ -2046,7 +1335,7 @@ ...@@ -2046,7 +1335,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.x-dev" "dev-main": "2.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -2062,16 +1351,20 @@ ...@@ -2062,16 +1351,20 @@
{ {
"name": "Jordi Boggiano", "name": "Jordi Boggiano",
"email": "j.boggiano@seld.be", "email": "j.boggiano@seld.be",
"homepage": "http://seld.be" "homepage": "https://seld.be"
} }
], ],
"description": "Sends your logs to files, sockets, inboxes, databases and various web services", "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
"homepage": "http://github.com/Seldaek/monolog", "homepage": "https://github.com/Seldaek/monolog",
"keywords": [ "keywords": [
"log", "log",
"logging", "logging",
"psr-3" "psr-3"
], ],
"support": {
"issues": "https://github.com/Seldaek/monolog/issues",
"source": "https://github.com/Seldaek/monolog/tree/2.2.0"
},
"funding": [ "funding": [
{ {
"url": "https://github.com/Seldaek", "url": "https://github.com/Seldaek",
...@@ -2082,7 +1375,7 @@ ...@@ -2082,7 +1375,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-07-23T08:41:23+00:00" "time": "2020-12-14T13:15:25+00:00"
}, },
{ {
"name": "nelmio/cors-bundle", "name": "nelmio/cors-bundle",
...@@ -2139,6 +1432,10 @@ ...@@ -2139,6 +1432,10 @@
"cors", "cors",
"crossdomain" "crossdomain"
], ],
"support": {
"issues": "https://github.com/nelmio/NelmioCorsBundle/issues",
"source": "https://github.com/nelmio/NelmioCorsBundle/tree/2.1.0"
},
"time": "2020-07-22T11:44:28+00:00" "time": "2020-07-22T11:44:28+00:00"
}, },
{ {
...@@ -2448,6 +1745,9 @@ ...@@ -2448,6 +1745,9 @@
"psr", "psr",
"psr-18" "psr-18"
], ],
"support": {
"source": "https://github.com/php-fig/http-client/tree/master"
},
"time": "2020-06-29T06:28:15+00:00" "time": "2020-06-29T06:28:15+00:00"
}, },
{ {
...@@ -2498,6 +1798,9 @@ ...@@ -2498,6 +1798,9 @@
"request", "request",
"response" "response"
], ],
"support": {
"source": "https://github.com/php-fig/http-message/tree/master"
},
"time": "2016-08-06T14:39:51+00:00" "time": "2016-08-06T14:39:51+00:00"
}, },
{ {
...@@ -2691,6 +1994,10 @@ ...@@ -2691,6 +1994,10 @@
} }
], ],
"description": "A polyfill for getallheaders.", "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" "time": "2019-03-08T08:55:37+00:00"
}, },
{ {
...@@ -2742,6 +2049,10 @@ ...@@ -2742,6 +2049,10 @@
"safe", "safe",
"url" "url"
], ],
"support": {
"issues": "https://github.com/Spomky-Labs/base64url/issues",
"source": "https://github.com/Spomky-Labs/base64url/tree/v2.0.4"
},
"funding": [ "funding": [
{ {
"url": "https://github.com/Spomky", "url": "https://github.com/Spomky",
...@@ -2756,16 +2067,16 @@ ...@@ -2756,16 +2067,16 @@
}, },
{ {
"name": "symfony/asset", "name": "symfony/asset",
"version": "v5.1.8", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/asset.git", "url": "https://github.com/symfony/asset.git",
"reference": "19c59713f750642206b21a1edec5c18dea80f979" "reference": "54a42aa50f9359d1184bf7e954521b45ca3d5828"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/asset/zipball/19c59713f750642206b21a1edec5c18dea80f979", "url": "https://api.github.com/repos/symfony/asset/zipball/54a42aa50f9359d1184bf7e954521b45ca3d5828",
"reference": "19c59713f750642206b21a1edec5c18dea80f979", "reference": "54a42aa50f9359d1184bf7e954521b45ca3d5828",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2802,8 +2113,11 @@ ...@@ -2802,8 +2113,11 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Asset Component", "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/asset/tree/v5.2.3"
},
"funding": [ "funding": [
{ {
"url": "https://symfony.com/sponsor", "url": "https://symfony.com/sponsor",
...@@ -2818,11 +2132,11 @@ ...@@ -2818,11 +2132,11 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-10-24T12:01:57+00:00" "time": "2021-01-27T10:01:46+00:00"
}, },
{ {
"name": "symfony/cache", "name": "symfony/cache",
"version": "v5.2.2", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/cache.git", "url": "https://github.com/symfony/cache.git",
...@@ -2897,7 +2211,7 @@ ...@@ -2897,7 +2211,7 @@
"psr6" "psr6"
], ],
"support": { "support": {
"source": "https://github.com/symfony/cache/tree/v5.2.2" "source": "https://github.com/symfony/cache/tree/v5.2.3"
}, },
"funding": [ "funding": [
{ {
...@@ -3070,95 +2384,6 @@ ...@@ -3070,95 +2384,6 @@
], ],
"time": "2021-01-27T09:09:26+00:00" "time": "2021-01-27T09:09:26+00:00"
}, },
{
"name": "symfony/console",
"version": "v4.4.19",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "24026c44fc37099fa145707fecd43672831b837a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/24026c44fc37099fa145707fecd43672831b837a",
"reference": "24026c44fc37099fa145707fecd43672831b837a",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
"symfony/polyfill-php80": "^1.15",
"symfony/service-contracts": "^1.1|^2"
},
"conflict": {
"symfony/dependency-injection": "<3.4",
"symfony/event-dispatcher": "<4.3|>=5",
"symfony/lock": "<4.4",
"symfony/process": "<3.3"
},
"provide": {
"psr/log-implementation": "1.0"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/event-dispatcher": "^4.3",
"symfony/lock": "^4.4|^5.0",
"symfony/process": "^3.4|^4.0|^5.0",
"symfony/var-dumper": "^4.3|^5.0"
},
"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",
"support": {
"source": "https://github.com/symfony/console/tree/v4.4.19"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-01-27T09:09:26+00:00"
},
{ {
"name": "symfony/debug", "name": "symfony/debug",
"version": "v4.4.19", "version": "v4.4.19",
...@@ -3613,16 +2838,16 @@ ...@@ -3613,16 +2838,16 @@
}, },
{ {
"name": "symfony/expression-language", "name": "symfony/expression-language",
"version": "v5.1.8", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/expression-language.git", "url": "https://github.com/symfony/expression-language.git",
"reference": "2c3f5e7cf4495d9033cc2d212da6ccde0d22b067" "reference": "7bf30a4e29887110f8bd1882ccc82ee63c8a5133"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/expression-language/zipball/2c3f5e7cf4495d9033cc2d212da6ccde0d22b067", "url": "https://api.github.com/repos/symfony/expression-language/zipball/7bf30a4e29887110f8bd1882ccc82ee63c8a5133",
"reference": "2c3f5e7cf4495d9033cc2d212da6ccde0d22b067", "reference": "7bf30a4e29887110f8bd1882ccc82ee63c8a5133",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3654,8 +2879,11 @@ ...@@ -3654,8 +2879,11 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony ExpressionLanguage Component", "description": "Provides an engine that can compile and evaluate expressions",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/expression-language/tree/v5.2.3"
},
"funding": [ "funding": [
{ {
"url": "https://symfony.com/sponsor", "url": "https://symfony.com/sponsor",
...@@ -3670,11 +2898,11 @@ ...@@ -3670,11 +2898,11 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-10-24T12:01:57+00:00" "time": "2021-01-27T10:15:41+00:00"
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v5.2.2", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/filesystem.git", "url": "https://github.com/symfony/filesystem.git",
...@@ -3716,7 +2944,7 @@ ...@@ -3716,7 +2944,7 @@
"description": "Provides basic utilities for the filesystem", "description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/filesystem/tree/v5.2.2" "source": "https://github.com/symfony/filesystem/tree/v5.2.3"
}, },
"funding": [ "funding": [
{ {
...@@ -3736,16 +2964,16 @@ ...@@ -3736,16 +2964,16 @@
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v5.2.2", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "196f45723b5e618bf0e23b97e96d11652696ea9e" "reference": "4adc8d172d602008c204c2e16956f99257248e03"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/196f45723b5e618bf0e23b97e96d11652696ea9e", "url": "https://api.github.com/repos/symfony/finder/zipball/4adc8d172d602008c204c2e16956f99257248e03",
"reference": "196f45723b5e618bf0e23b97e96d11652696ea9e", "reference": "4adc8d172d602008c204c2e16956f99257248e03",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3777,7 +3005,7 @@ ...@@ -3777,7 +3005,7 @@
"description": "Finds files and directories via an intuitive fluent interface", "description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/finder/tree/v5.2.2" "source": "https://github.com/symfony/finder/tree/v5.2.3"
}, },
"funding": [ "funding": [
{ {
...@@ -3793,7 +3021,7 @@ ...@@ -3793,7 +3021,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-01-27T10:01:46+00:00" "time": "2021-01-28T22:06:19+00:00"
}, },
{ {
"name": "symfony/framework-bundle", "name": "symfony/framework-bundle",
...@@ -4020,16 +3248,16 @@ ...@@ -4020,16 +3248,16 @@
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v5.2.2", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
"reference": "16dfa5acf8103f0394d447f8eea3ea49f9e50855" "reference": "20c554c0f03f7cde5ce230ed248470cccbc34c36"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/16dfa5acf8103f0394d447f8eea3ea49f9e50855", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/20c554c0f03f7cde5ce230ed248470cccbc34c36",
"reference": "16dfa5acf8103f0394d447f8eea3ea49f9e50855", "reference": "20c554c0f03f7cde5ce230ed248470cccbc34c36",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4073,7 +3301,7 @@ ...@@ -4073,7 +3301,7 @@
"description": "Defines an object-oriented layer for the HTTP specification", "description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-foundation/tree/v5.2.2" "source": "https://github.com/symfony/http-foundation/tree/v5.2.3"
}, },
"funding": [ "funding": [
{ {
...@@ -4089,7 +3317,7 @@ ...@@ -4089,7 +3317,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-01-27T11:19:04+00:00" "time": "2021-02-03T04:42:09+00:00"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
...@@ -4683,7 +3911,7 @@ ...@@ -4683,7 +3911,7 @@
}, },
{ {
"name": "symfony/property-access", "name": "symfony/property-access",
"version": "v5.2.2", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/property-access.git", "url": "https://github.com/symfony/property-access.git",
...@@ -4744,7 +3972,7 @@ ...@@ -4744,7 +3972,7 @@
"reflection" "reflection"
], ],
"support": { "support": {
"source": "https://github.com/symfony/property-access/tree/v5.2.2" "source": "https://github.com/symfony/property-access/tree/v5.2.3"
}, },
"funding": [ "funding": [
{ {
...@@ -4764,7 +3992,7 @@ ...@@ -4764,7 +3992,7 @@
}, },
{ {
"name": "symfony/property-info", "name": "symfony/property-info",
"version": "v5.2.2", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/property-info.git", "url": "https://github.com/symfony/property-info.git",
...@@ -4834,7 +4062,7 @@ ...@@ -4834,7 +4062,7 @@
"validator" "validator"
], ],
"support": { "support": {
"source": "https://github.com/symfony/property-info/tree/v5.2.2" "source": "https://github.com/symfony/property-info/tree/v5.2.3"
}, },
"funding": [ "funding": [
{ {
...@@ -4942,16 +4170,16 @@ ...@@ -4942,16 +4170,16 @@
}, },
{ {
"name": "symfony/security-bundle", "name": "symfony/security-bundle",
"version": "v4.4.16", "version": "v4.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/security-bundle.git", "url": "https://github.com/symfony/security-bundle.git",
"reference": "fedaba9b8c1be0555831f009ec54f5e3ed34d8aa" "reference": "b2cd6ea94f82b0d018dd26275f18392881cab6d1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/security-bundle/zipball/fedaba9b8c1be0555831f009ec54f5e3ed34d8aa", "url": "https://api.github.com/repos/symfony/security-bundle/zipball/b2cd6ea94f82b0d018dd26275f18392881cab6d1",
"reference": "fedaba9b8c1be0555831f009ec54f5e3ed34d8aa", "reference": "b2cd6ea94f82b0d018dd26275f18392881cab6d1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -4989,7 +4217,7 @@ ...@@ -4989,7 +4217,7 @@
"symfony/twig-bundle": "^4.4|^5.0", "symfony/twig-bundle": "^4.4|^5.0",
"symfony/validator": "^3.4|^4.0|^5.0", "symfony/validator": "^3.4|^4.0|^5.0",
"symfony/yaml": "^3.4|^4.0|^5.0", "symfony/yaml": "^3.4|^4.0|^5.0",
"twig/twig": "^1.41|^2.10|^3.0" "twig/twig": "^1.43|^2.13|^3.0.4"
}, },
"type": "symfony-bundle", "type": "symfony-bundle",
"autoload": { "autoload": {
...@@ -5014,8 +4242,11 @@ ...@@ -5014,8 +4242,11 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony SecurityBundle", "description": "Provides a tight integration of the Security component into the Symfony full-stack framework",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/security-bundle/tree/v4.4.19"
},
"funding": [ "funding": [
{ {
"url": "https://symfony.com/sponsor", "url": "https://symfony.com/sponsor",
...@@ -5030,20 +4261,20 @@ ...@@ -5030,20 +4261,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-10-24T11:50:19+00:00" "time": "2021-01-27T09:09:26+00:00"
}, },
{ {
"name": "symfony/security-core", "name": "symfony/security-core",
"version": "v4.4.16", "version": "v4.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/security-core.git", "url": "https://github.com/symfony/security-core.git",
"reference": "fa1310e3fb2768f7f4cb6d3385faa24259a20604" "reference": "02da7f55df0a144972b0e012810d6515b5adf3fb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/security-core/zipball/fa1310e3fb2768f7f4cb6d3385faa24259a20604", "url": "https://api.github.com/repos/symfony/security-core/zipball/02da7f55df0a144972b0e012810d6515b5adf3fb",
"reference": "fa1310e3fb2768f7f4cb6d3385faa24259a20604", "reference": "02da7f55df0a144972b0e012810d6515b5adf3fb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -5063,6 +4294,7 @@ ...@@ -5063,6 +4294,7 @@
"symfony/expression-language": "^3.4|^4.0|^5.0", "symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/http-foundation": "^3.4|^4.0|^5.0", "symfony/http-foundation": "^3.4|^4.0|^5.0",
"symfony/ldap": "^4.4|^5.0", "symfony/ldap": "^4.4|^5.0",
"symfony/translation": "^4.4|^5.0",
"symfony/validator": "^3.4.31|^4.3.4|^5.0" "symfony/validator": "^3.4.31|^4.3.4|^5.0"
}, },
"suggest": { "suggest": {
...@@ -5098,6 +4330,9 @@ ...@@ -5098,6 +4330,9 @@
], ],
"description": "Symfony Security Component - Core Library", "description": "Symfony Security Component - Core Library",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/security-core/tree/v4.4.19"
},
"funding": [ "funding": [
{ {
"url": "https://symfony.com/sponsor", "url": "https://symfony.com/sponsor",
...@@ -5112,20 +4347,20 @@ ...@@ -5112,20 +4347,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-10-28T05:25:24+00:00" "time": "2021-01-27T09:09:26+00:00"
}, },
{ {
"name": "symfony/security-csrf", "name": "symfony/security-csrf",
"version": "v5.1.8", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/security-csrf.git", "url": "https://github.com/symfony/security-csrf.git",
"reference": "6d8ea23a4f0b88a13c254d007f3d814ed882f42a" "reference": "e22ef49d5d3773014942f3dfe301b168a4a833dc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/security-csrf/zipball/6d8ea23a4f0b88a13c254d007f3d814ed882f42a", "url": "https://api.github.com/repos/symfony/security-csrf/zipball/e22ef49d5d3773014942f3dfe301b168a4a833dc",
"reference": "6d8ea23a4f0b88a13c254d007f3d814ed882f42a", "reference": "e22ef49d5d3773014942f3dfe301b168a4a833dc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -5166,6 +4401,9 @@ ...@@ -5166,6 +4401,9 @@
], ],
"description": "Symfony Security Component - CSRF Library", "description": "Symfony Security Component - CSRF Library",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/security-csrf/tree/v5.2.3"
},
"funding": [ "funding": [
{ {
"url": "https://symfony.com/sponsor", "url": "https://symfony.com/sponsor",
...@@ -5180,20 +4418,20 @@ ...@@ -5180,20 +4418,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-10-24T12:01:57+00:00" "time": "2021-01-27T10:01:46+00:00"
}, },
{ {
"name": "symfony/security-guard", "name": "symfony/security-guard",
"version": "v4.4.16", "version": "v4.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/security-guard.git", "url": "https://github.com/symfony/security-guard.git",
"reference": "872a648d28fc06bc34ba7b1e4236065e03aae5b7" "reference": "20f522ada1eefb7c2f90cb83dcc76abb160c782f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/security-guard/zipball/872a648d28fc06bc34ba7b1e4236065e03aae5b7", "url": "https://api.github.com/repos/symfony/security-guard/zipball/20f522ada1eefb7c2f90cb83dcc76abb160c782f",
"reference": "872a648d28fc06bc34ba7b1e4236065e03aae5b7", "reference": "20f522ada1eefb7c2f90cb83dcc76abb160c782f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -5229,6 +4467,9 @@ ...@@ -5229,6 +4467,9 @@
], ],
"description": "Symfony Security Component - Guard", "description": "Symfony Security Component - Guard",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/security-guard/tree/v4.4.19"
},
"funding": [ "funding": [
{ {
"url": "https://symfony.com/sponsor", "url": "https://symfony.com/sponsor",
...@@ -5243,20 +4484,20 @@ ...@@ -5243,20 +4484,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-10-24T11:50:19+00:00" "time": "2021-01-27T09:09:26+00:00"
}, },
{ {
"name": "symfony/security-http", "name": "symfony/security-http",
"version": "v4.4.16", "version": "v4.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/security-http.git", "url": "https://github.com/symfony/security-http.git",
"reference": "8a3077e266fb8bf7cc5567a67749b8937ca4d90a" "reference": "c275805b0205403be4124b9cdef6eea72b09a28d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/security-http/zipball/8a3077e266fb8bf7cc5567a67749b8937ca4d90a", "url": "https://api.github.com/repos/symfony/security-http/zipball/c275805b0205403be4124b9cdef6eea72b09a28d",
"reference": "8a3077e266fb8bf7cc5567a67749b8937ca4d90a", "reference": "c275805b0205403be4124b9cdef6eea72b09a28d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -5304,6 +4545,9 @@ ...@@ -5304,6 +4545,9 @@
], ],
"description": "Symfony Security Component - HTTP Integration", "description": "Symfony Security Component - HTTP Integration",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/security-http/tree/v4.4.19"
},
"funding": [ "funding": [
{ {
"url": "https://symfony.com/sponsor", "url": "https://symfony.com/sponsor",
...@@ -5318,20 +4562,20 @@ ...@@ -5318,20 +4562,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-10-24T11:50:19+00:00" "time": "2021-01-27T09:09:26+00:00"
}, },
{ {
"name": "symfony/serializer", "name": "symfony/serializer",
"version": "v5.2.2", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/serializer.git", "url": "https://github.com/symfony/serializer.git",
"reference": "4218dd0902543dc454b2eac0db37044f187283d7" "reference": "70c5aa59ab0642033391a5591c9771ee417e7cef"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/serializer/zipball/4218dd0902543dc454b2eac0db37044f187283d7", "url": "https://api.github.com/repos/symfony/serializer/zipball/70c5aa59ab0642033391a5591c9771ee417e7cef",
"reference": "4218dd0902543dc454b2eac0db37044f187283d7", "reference": "70c5aa59ab0642033391a5591c9771ee417e7cef",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -5404,7 +4648,7 @@ ...@@ -5404,7 +4648,7 @@
"description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/serializer/tree/v5.2.2" "source": "https://github.com/symfony/serializer/tree/v5.2.3"
}, },
"funding": [ "funding": [
{ {
...@@ -5420,7 +4664,7 @@ ...@@ -5420,7 +4664,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-01-27T11:32:03+00:00" "time": "2021-02-03T04:42:09+00:00"
}, },
{ {
"name": "symfony/service-contracts", "name": "symfony/service-contracts",
...@@ -5503,7 +4747,7 @@ ...@@ -5503,7 +4747,7 @@
}, },
{ {
"name": "symfony/string", "name": "symfony/string",
"version": "v5.2.2", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/string.git", "url": "https://github.com/symfony/string.git",
...@@ -5566,7 +4810,7 @@ ...@@ -5566,7 +4810,7 @@
"utf8" "utf8"
], ],
"support": { "support": {
"source": "https://github.com/symfony/string/tree/v5.2.2" "source": "https://github.com/symfony/string/tree/v5.2.3"
}, },
"funding": [ "funding": [
{ {
...@@ -5664,53 +4908,58 @@ ...@@ -5664,53 +4908,58 @@
}, },
{ {
"name": "symfony/twig-bridge", "name": "symfony/twig-bridge",
"version": "v5.1.8", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/twig-bridge.git", "url": "https://github.com/symfony/twig-bridge.git",
"reference": "874735a8c97963af2009e0eaee55b17fc0846db2" "reference": "3e8a56f4a8ab4db819f5ec726afad29d470b452d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/twig-bridge/zipball/874735a8c97963af2009e0eaee55b17fc0846db2", "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/3e8a56f4a8ab4db819f5ec726afad29d470b452d",
"reference": "874735a8c97963af2009e0eaee55b17fc0846db2", "reference": "3e8a56f4a8ab4db819f5ec726afad29d470b452d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=7.2.5",
"symfony/polyfill-php80": "^1.15", "symfony/polyfill-php80": "^1.15",
"symfony/translation-contracts": "^1.1|^2", "symfony/translation-contracts": "^1.1|^2",
"twig/twig": "^2.10|^3.0" "twig/twig": "^2.13|^3.0.4"
}, },
"conflict": { "conflict": {
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
"symfony/console": "<4.4", "symfony/console": "<4.4",
"symfony/form": "<5.1", "symfony/form": "<5.1",
"symfony/http-foundation": "<4.4", "symfony/http-foundation": "<4.4",
"symfony/http-kernel": "<4.4", "symfony/http-kernel": "<4.4",
"symfony/translation": "<5.0", "symfony/translation": "<5.2",
"symfony/workflow": "<4.4" "symfony/workflow": "<5.2"
}, },
"require-dev": { "require-dev": {
"egulias/email-validator": "^2.1.10", "egulias/email-validator": "^2.1.10",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"symfony/asset": "^4.4|^5.0", "symfony/asset": "^4.4|^5.0",
"symfony/console": "^4.4|^5.0", "symfony/console": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0",
"symfony/expression-language": "^4.4|^5.0", "symfony/expression-language": "^4.4|^5.0",
"symfony/finder": "^4.4|^5.0", "symfony/finder": "^4.4|^5.0",
"symfony/form": "^5.1", "symfony/form": "^5.1.9",
"symfony/http-foundation": "^4.4|^5.0", "symfony/http-foundation": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0", "symfony/http-kernel": "^4.4|^5.0",
"symfony/mime": "^4.4|^5.0", "symfony/mime": "^5.2",
"symfony/polyfill-intl-icu": "~1.0", "symfony/polyfill-intl-icu": "~1.0",
"symfony/property-info": "^4.4|^5.1",
"symfony/routing": "^4.4|^5.0", "symfony/routing": "^4.4|^5.0",
"symfony/security-acl": "^2.8|^3.0", "symfony/security-acl": "^2.8|^3.0",
"symfony/security-core": "^4.4|^5.0", "symfony/security-core": "^4.4|^5.0",
"symfony/security-csrf": "^4.4|^5.0", "symfony/security-csrf": "^4.4|^5.0",
"symfony/security-http": "^4.4|^5.0", "symfony/security-http": "^4.4|^5.0",
"symfony/serializer": "^5.2",
"symfony/stopwatch": "^4.4|^5.0", "symfony/stopwatch": "^4.4|^5.0",
"symfony/translation": "^5.0", "symfony/translation": "^5.2",
"symfony/web-link": "^4.4|^5.0", "symfony/web-link": "^4.4|^5.0",
"symfony/workflow": "^4.4|^5.0", "symfony/workflow": "^5.2",
"symfony/yaml": "^4.4|^5.0", "symfony/yaml": "^4.4|^5.0",
"twig/cssinliner-extra": "^2.12", "twig/cssinliner-extra": "^2.12",
"twig/inky-extra": "^2.12", "twig/inky-extra": "^2.12",
...@@ -5755,8 +5004,11 @@ ...@@ -5755,8 +5004,11 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Twig Bridge", "description": "Provides integration for Twig with various Symfony components",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/twig-bridge/tree/v5.2.3"
},
"funding": [ "funding": [
{ {
"url": "https://symfony.com/sponsor", "url": "https://symfony.com/sponsor",
...@@ -5771,20 +5023,20 @@ ...@@ -5771,20 +5023,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-10-24T12:01:57+00:00" "time": "2021-02-03T04:42:09+00:00"
}, },
{ {
"name": "symfony/twig-bundle", "name": "symfony/twig-bundle",
"version": "v4.4.16", "version": "v4.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/twig-bundle.git", "url": "https://github.com/symfony/twig-bundle.git",
"reference": "9acacb72d30ee1ea0331762906a129a66a9d9883" "reference": "7cee73b45e3bd963a0ab4184f1041dcdc85b6e86"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/twig-bundle/zipball/9acacb72d30ee1ea0331762906a129a66a9d9883", "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/7cee73b45e3bd963a0ab4184f1041dcdc85b6e86",
"reference": "9acacb72d30ee1ea0331762906a129a66a9d9883", "reference": "7cee73b45e3bd963a0ab4184f1041dcdc85b6e86",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -5793,7 +5045,7 @@ ...@@ -5793,7 +5045,7 @@
"symfony/http-kernel": "^4.4", "symfony/http-kernel": "^4.4",
"symfony/polyfill-ctype": "~1.8", "symfony/polyfill-ctype": "~1.8",
"symfony/twig-bridge": "^4.4|^5.0", "symfony/twig-bridge": "^4.4|^5.0",
"twig/twig": "^1.41|^2.10|^3.0" "twig/twig": "^1.43|^2.13|^3.0.4"
}, },
"conflict": { "conflict": {
"symfony/dependency-injection": "<4.1", "symfony/dependency-injection": "<4.1",
...@@ -5801,7 +5053,7 @@ ...@@ -5801,7 +5053,7 @@
"symfony/translation": "<4.2" "symfony/translation": "<4.2"
}, },
"require-dev": { "require-dev": {
"doctrine/annotations": "~1.7", "doctrine/annotations": "^1.10.4",
"doctrine/cache": "~1.0", "doctrine/cache": "~1.0",
"symfony/asset": "^3.4|^4.0|^5.0", "symfony/asset": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^4.2.5|^5.0", "symfony/dependency-injection": "^4.2.5|^5.0",
...@@ -5839,8 +5091,11 @@ ...@@ -5839,8 +5091,11 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony TwigBundle", "description": "Provides a tight integration of Twig into the Symfony full-stack framework",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/twig-bundle/tree/v4.4.19"
},
"funding": [ "funding": [
{ {
"url": "https://symfony.com/sponsor", "url": "https://symfony.com/sponsor",
...@@ -5855,27 +5110,28 @@ ...@@ -5855,27 +5110,28 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-10-24T11:50:19+00:00" "time": "2021-01-27T09:09:26+00:00"
}, },
{ {
"name": "symfony/validator", "name": "symfony/validator",
"version": "v5.1.8", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/validator.git", "url": "https://github.com/symfony/validator.git",
"reference": "360acadab7edcdca9005c4ad3b535f9c20db62fb" "reference": "d83d2a9f060ce42636feef6af6facc39793354cf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/validator/zipball/360acadab7edcdca9005c4ad3b535f9c20db62fb", "url": "https://api.github.com/repos/symfony/validator/zipball/d83d2a9f060ce42636feef6af6facc39793354cf",
"reference": "360acadab7edcdca9005c4ad3b535f9c20db62fb", "reference": "d83d2a9f060ce42636feef6af6facc39793354cf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.0", "symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-ctype": "~1.8", "symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "~1.0",
"symfony/polyfill-php80": "^1.15", "symfony/polyfill-php80": "^1.15",
"symfony/translation-contracts": "^1.1|^2" "symfony/translation-contracts": "^1.1|^2"
}, },
...@@ -5890,13 +5146,15 @@ ...@@ -5890,13 +5146,15 @@
"symfony/yaml": "<4.4" "symfony/yaml": "<4.4"
}, },
"require-dev": { "require-dev": {
"doctrine/annotations": "~1.7", "doctrine/annotations": "^1.10.4",
"doctrine/cache": "~1.0", "doctrine/cache": "~1.0",
"egulias/email-validator": "^2.1.10", "egulias/email-validator": "^2.1.10",
"symfony/cache": "^4.4|^5.0", "symfony/cache": "^4.4|^5.0",
"symfony/config": "^4.4|^5.0", "symfony/config": "^4.4|^5.0",
"symfony/console": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0",
"symfony/expression-language": "^5.1", "symfony/expression-language": "^5.1",
"symfony/finder": "^4.4|^5.0",
"symfony/http-client": "^4.4|^5.0", "symfony/http-client": "^4.4|^5.0",
"symfony/http-foundation": "^4.4|^5.0", "symfony/http-foundation": "^4.4|^5.0",
"symfony/http-kernel": "^4.4|^5.0", "symfony/http-kernel": "^4.4|^5.0",
...@@ -5944,8 +5202,11 @@ ...@@ -5944,8 +5202,11 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Validator Component", "description": "Provides tools to validate values",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/validator/tree/v5.2.3"
},
"funding": [ "funding": [
{ {
"url": "https://symfony.com/sponsor", "url": "https://symfony.com/sponsor",
...@@ -5960,11 +5221,11 @@ ...@@ -5960,11 +5221,11 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-10-28T05:25:38+00:00" "time": "2021-01-28T22:06:19+00:00"
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v5.2.2", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
...@@ -6032,7 +5293,7 @@ ...@@ -6032,7 +5293,7 @@
"dump" "dump"
], ],
"support": { "support": {
"source": "https://github.com/symfony/var-dumper/tree/v5.2.2" "source": "https://github.com/symfony/var-dumper/tree/v5.2.3"
}, },
"funding": [ "funding": [
{ {
...@@ -6052,7 +5313,7 @@ ...@@ -6052,7 +5313,7 @@
}, },
{ {
"name": "symfony/var-exporter", "name": "symfony/var-exporter",
"version": "v5.2.2", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-exporter.git", "url": "https://github.com/symfony/var-exporter.git",
...@@ -6105,7 +5366,7 @@ ...@@ -6105,7 +5366,7 @@
"serialize" "serialize"
], ],
"support": { "support": {
"source": "https://github.com/symfony/var-exporter/tree/v5.2.2" "source": "https://github.com/symfony/var-exporter/tree/v5.2.3"
}, },
"funding": [ "funding": [
{ {
...@@ -6125,7 +5386,7 @@ ...@@ -6125,7 +5386,7 @@
}, },
{ {
"name": "symfony/web-link", "name": "symfony/web-link",
"version": "v5.2.2", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/web-link.git", "url": "https://github.com/symfony/web-link.git",
...@@ -6192,7 +5453,7 @@ ...@@ -6192,7 +5453,7 @@
"push" "push"
], ],
"support": { "support": {
"source": "https://github.com/symfony/web-link/tree/v5.2.2" "source": "https://github.com/symfony/web-link/tree/v5.2.3"
}, },
"funding": [ "funding": [
{ {
...@@ -6212,16 +5473,16 @@ ...@@ -6212,16 +5473,16 @@
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v4.4.16", "version": "v4.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "543cb4dbd45ed803f08a9a65f27fb149b5dd20c2" "reference": "17ed9f14c1aa05b1a5cf2e2c5ef2d0be28058ef9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/543cb4dbd45ed803f08a9a65f27fb149b5dd20c2", "url": "https://api.github.com/repos/symfony/yaml/zipball/17ed9f14c1aa05b1a5cf2e2c5ef2d0be28058ef9",
"reference": "543cb4dbd45ed803f08a9a65f27fb149b5dd20c2", "reference": "17ed9f14c1aa05b1a5cf2e2c5ef2d0be28058ef9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -6260,8 +5521,11 @@ ...@@ -6260,8 +5521,11 @@
"homepage": "https://symfony.com/contributors" "homepage": "https://symfony.com/contributors"
} }
], ],
"description": "Symfony Yaml Component", "description": "Loads and dumps YAML files",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/yaml/tree/v4.4.19"
},
"funding": [ "funding": [
{ {
"url": "https://symfony.com/sponsor", "url": "https://symfony.com/sponsor",
...@@ -6276,24 +5540,24 @@ ...@@ -6276,24 +5540,24 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-10-24T11:50:19+00:00" "time": "2021-01-27T09:09:26+00:00"
}, },
{ {
"name": "tightenco/collect", "name": "tightenco/collect",
"version": "v8.15.0", "version": "v8.19.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/tighten/collect.git", "url": "https://github.com/tighten/collect.git",
"reference": "e63b331f3709d6c278faf14cd859cd8f44a8d4a6" "reference": "0c0243a0dc0b66f54d0ec409f36cd9889665b132"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/tighten/collect/zipball/e63b331f3709d6c278faf14cd859cd8f44a8d4a6", "url": "https://api.github.com/repos/tighten/collect/zipball/0c0243a0dc0b66f54d0ec409f36cd9889665b132",
"reference": "e63b331f3709d6c278faf14cd859cd8f44a8d4a6", "reference": "0c0243a0dc0b66f54d0ec409f36cd9889665b132",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2", "php": "^7.2|^8.0",
"symfony/var-dumper": "^3.4 || ^4.0 || ^5.0" "symfony/var-dumper": "^3.4 || ^4.0 || ^5.0"
}, },
"require-dev": { "require-dev": {
...@@ -6326,20 +5590,24 @@ ...@@ -6326,20 +5590,24 @@
"collection", "collection",
"laravel" "laravel"
], ],
"time": "2020-11-20T22:56:01+00:00" "support": {
"issues": "https://github.com/tighten/collect/issues",
"source": "https://github.com/tighten/collect/tree/v8.19.0"
},
"time": "2020-12-19T00:06:29+00:00"
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
"version": "v3.1.1", "version": "v3.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/twigphp/Twig.git", "url": "https://github.com/twigphp/Twig.git",
"reference": "b02fa41f3783a2616eccef7b92fbc2343ffed737" "reference": "1f3b7e2c06cc05d42936a8ad508ff1db7975cdc5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/b02fa41f3783a2616eccef7b92fbc2343ffed737", "url": "https://api.github.com/repos/twigphp/Twig/zipball/1f3b7e2c06cc05d42936a8ad508ff1db7975cdc5",
"reference": "b02fa41f3783a2616eccef7b92fbc2343ffed737", "reference": "1f3b7e2c06cc05d42936a8ad508ff1db7975cdc5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -6354,7 +5622,7 @@ ...@@ -6354,7 +5622,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.1-dev" "dev-master": "3.3-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -6388,6 +5656,10 @@ ...@@ -6388,6 +5656,10 @@
"keywords": [ "keywords": [
"templating" "templating"
], ],
"support": {
"issues": "https://github.com/twigphp/Twig/issues",
"source": "https://github.com/twigphp/Twig/tree/v3.3.0"
},
"funding": [ "funding": [
{ {
"url": "https://github.com/fabpot", "url": "https://github.com/fabpot",
...@@ -6398,39 +5670,26 @@ ...@@ -6398,39 +5670,26 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-10-27T19:28:23+00:00" "time": "2021-02-08T09:54:36+00:00"
}, },
{ {
"name": "web-token/jwt-checker", "name": "web-token/jwt-checker",
"version": "v2.2.5", "version": "v2.2.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/web-token/jwt-checker.git", "url": "https://github.com/web-token/jwt-checker.git",
"reference": "73ffe42041b0b8d6ddce56e42533a931d249629c" "reference": "568c801ebf4209da3747e5df1b0c0aef443aa5b9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-checker/zipball/73ffe42041b0b8d6ddce56e42533a931d249629c", "url": "https://api.github.com/repos/web-token/jwt-checker/zipball/568c801ebf4209da3747e5df1b0c0aef443aa5b9",
"reference": "73ffe42041b0b8d6ddce56e42533a931d249629c", "reference": "568c801ebf4209da3747e5df1b0c0aef443aa5b9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"web-token/jwt-core": "^2.1" "web-token/jwt-core": "^2.1"
}, },
"require-dev": {
"phpunit/phpunit": "^8.0"
},
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"v1.0": "1.0.x-dev",
"v1.1": "1.1.x-dev",
"v1.2": "1.2.x-dev",
"v1.3": "1.3.x-dev",
"v2.0": "2.0.x-dev",
"v2.1": "2.1.x-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Jose\\Component\\Checker\\": "" "Jose\\Component\\Checker\\": ""
...@@ -6470,26 +5729,29 @@ ...@@ -6470,26 +5729,29 @@
"jwt", "jwt",
"symfony" "symfony"
], ],
"support": {
"source": "https://github.com/web-token/jwt-checker/tree/v2.2.8"
},
"funding": [ "funding": [
{ {
"url": "https://www.patreon.com/FlorentMorselli", "url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2020-09-29T22:16:17+00:00" "time": "2021-01-21T19:18:03+00:00"
}, },
{ {
"name": "web-token/jwt-core", "name": "web-token/jwt-core",
"version": "v2.2.5", "version": "v2.2.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/web-token/jwt-core.git", "url": "https://github.com/web-token/jwt-core.git",
"reference": "8115d846f3a9ee817dca03024eb4c17a3c0ff81a" "reference": "1365422ff1f147d2d4c5cb4473c28c9996fca84b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-core/zipball/8115d846f3a9ee817dca03024eb4c17a3c0ff81a", "url": "https://api.github.com/repos/web-token/jwt-core/zipball/1365422ff1f147d2d4c5cb4473c28c9996fca84b",
"reference": "8115d846f3a9ee817dca03024eb4c17a3c0ff81a", "reference": "1365422ff1f147d2d4c5cb4473c28c9996fca84b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -6503,20 +5765,7 @@ ...@@ -6503,20 +5765,7 @@
"conflict": { "conflict": {
"spomky-labs/jose": "*" "spomky-labs/jose": "*"
}, },
"require-dev": {
"phpunit/phpunit": "^8.0"
},
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"v1.0": "1.0.x-dev",
"v1.1": "1.1.x-dev",
"v1.2": "1.2.x-dev",
"v1.3": "1.3.x-dev",
"v2.0": "2.0.x-dev",
"v2.1": "2.1.x-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Jose\\Component\\Core\\": "" "Jose\\Component\\Core\\": ""
...@@ -6556,26 +5805,29 @@ ...@@ -6556,26 +5805,29 @@
"jwt", "jwt",
"symfony" "symfony"
], ],
"support": {
"source": "https://github.com/web-token/jwt-core/tree/v2.2.8"
},
"funding": [ "funding": [
{ {
"url": "https://www.patreon.com/FlorentMorselli", "url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2020-09-29T21:35:58+00:00" "time": "2021-01-21T19:18:03+00:00"
}, },
{ {
"name": "web-token/jwt-easy", "name": "web-token/jwt-easy",
"version": "v2.2.5", "version": "v2.2.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/web-token/jwt-easy.git", "url": "https://github.com/web-token/jwt-easy.git",
"reference": "1fb8e0aa1b930fe3c42b30d853bf1ddef7fcaedf" "reference": "b4d1a4581a796244fdd69694548766403daeca97"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-easy/zipball/1fb8e0aa1b930fe3c42b30d853bf1ddef7fcaedf", "url": "https://api.github.com/repos/web-token/jwt-easy/zipball/b4d1a4581a796244fdd69694548766403daeca97",
"reference": "1fb8e0aa1b930fe3c42b30d853bf1ddef7fcaedf", "reference": "b4d1a4581a796244fdd69694548766403daeca97",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -6583,9 +5835,6 @@ ...@@ -6583,9 +5835,6 @@
"web-token/jwt-encryption": "^2.1", "web-token/jwt-encryption": "^2.1",
"web-token/jwt-signature": "^2.1" "web-token/jwt-signature": "^2.1"
}, },
"require-dev": {
"phpunit/phpunit": "^8.0"
},
"suggest": { "suggest": {
"web-token/jwt-encryption-algorithm-aescbc": "Adds AES-CBC based encryption algorithms", "web-token/jwt-encryption-algorithm-aescbc": "Adds AES-CBC based encryption algorithms",
"web-token/jwt-encryption-algorithm-aesgcm": "Adds AES-GCM based encryption algorithms", "web-token/jwt-encryption-algorithm-aesgcm": "Adds AES-GCM based encryption algorithms",
...@@ -6602,15 +5851,6 @@ ...@@ -6602,15 +5851,6 @@
"web-token/jwt-signature-algorithm-rsa": "Adds RSA based signature algorithms" "web-token/jwt-signature-algorithm-rsa": "Adds RSA based signature algorithms"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"v1.0": "1.0.x-dev",
"v1.1": "1.1.x-dev",
"v1.2": "1.2.x-dev",
"v1.3": "1.3.x-dev",
"v2.0": "2.0.x-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Jose\\Easy\\": "" "Jose\\Easy\\": ""
...@@ -6650,34 +5890,34 @@ ...@@ -6650,34 +5890,34 @@
"jwt", "jwt",
"symfony" "symfony"
], ],
"support": {
"source": "https://github.com/web-token/jwt-easy/tree/v2.2.8"
},
"funding": [ "funding": [
{ {
"url": "https://www.patreon.com/FlorentMorselli", "url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2020-08-22T13:17:25+00:00" "time": "2021-01-21T19:18:03+00:00"
}, },
{ {
"name": "web-token/jwt-encryption", "name": "web-token/jwt-encryption",
"version": "v2.2.5", "version": "v2.2.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/web-token/jwt-encryption.git", "url": "https://github.com/web-token/jwt-encryption.git",
"reference": "36afc9f25fe8546840dc63c3fc1c6fe166879052" "reference": "c244eeec3a0f817f8ce5c3d1858fa05e0366f650"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-encryption/zipball/36afc9f25fe8546840dc63c3fc1c6fe166879052", "url": "https://api.github.com/repos/web-token/jwt-encryption/zipball/c244eeec3a0f817f8ce5c3d1858fa05e0366f650",
"reference": "36afc9f25fe8546840dc63c3fc1c6fe166879052", "reference": "c244eeec3a0f817f8ce5c3d1858fa05e0366f650",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"web-token/jwt-core": "^2.1" "web-token/jwt-core": "^2.1"
}, },
"require-dev": {
"phpunit/phpunit": "^8.0"
},
"suggest": { "suggest": {
"web-token/jwt-encryption-algorithm-aescbc": "AES CBC Based Content Encryption Algorithms", "web-token/jwt-encryption-algorithm-aescbc": "AES CBC Based Content Encryption Algorithms",
"web-token/jwt-encryption-algorithm-aesgcm": "AES GCM Based Content Encryption Algorithms", "web-token/jwt-encryption-algorithm-aesgcm": "AES GCM Based Content Encryption Algorithms",
...@@ -6690,16 +5930,6 @@ ...@@ -6690,16 +5930,6 @@
"web-token/jwt-encryption-algorithm-rsa": "RSA Based Key Encryption Algorithms" "web-token/jwt-encryption-algorithm-rsa": "RSA Based Key Encryption Algorithms"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"v1.0": "1.0.x-dev",
"v1.1": "1.1.x-dev",
"v1.2": "1.2.x-dev",
"v1.3": "1.3.x-dev",
"v2.0": "2.0.x-dev",
"v2.1": "2.1.x-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Jose\\Component\\Encryption\\": "" "Jose\\Component\\Encryption\\": ""
...@@ -6739,34 +5969,34 @@ ...@@ -6739,34 +5969,34 @@
"jwt", "jwt",
"symfony" "symfony"
], ],
"support": {
"source": "https://github.com/web-token/jwt-encryption/tree/v2.2.8"
},
"funding": [ "funding": [
{ {
"url": "https://www.patreon.com/FlorentMorselli", "url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2020-08-01T11:48:26+00:00" "time": "2021-01-21T19:18:03+00:00"
}, },
{ {
"name": "web-token/jwt-signature", "name": "web-token/jwt-signature",
"version": "v2.2.5", "version": "v2.2.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/web-token/jwt-signature.git", "url": "https://github.com/web-token/jwt-signature.git",
"reference": "f4d83f77031c9d27edebbea053931074030d3b09" "reference": "de624b8384b6c1bcbd699de95656181ce255fe39"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-signature/zipball/f4d83f77031c9d27edebbea053931074030d3b09", "url": "https://api.github.com/repos/web-token/jwt-signature/zipball/de624b8384b6c1bcbd699de95656181ce255fe39",
"reference": "f4d83f77031c9d27edebbea053931074030d3b09", "reference": "de624b8384b6c1bcbd699de95656181ce255fe39",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"web-token/jwt-core": "^2.1" "web-token/jwt-core": "^2.1"
}, },
"require-dev": {
"phpunit/phpunit": "^8.0"
},
"suggest": { "suggest": {
"web-token/jwt-signature-algorithm-ecdsa": "ECDSA Based Signature Algorithms", "web-token/jwt-signature-algorithm-ecdsa": "ECDSA Based Signature Algorithms",
"web-token/jwt-signature-algorithm-eddsa": "EdDSA Based Signature Algorithms", "web-token/jwt-signature-algorithm-eddsa": "EdDSA Based Signature Algorithms",
...@@ -6776,16 +6006,6 @@ ...@@ -6776,16 +6006,6 @@
"web-token/jwt-signature-algorithm-rsa": "RSA Based Signature Algorithms" "web-token/jwt-signature-algorithm-rsa": "RSA Based Signature Algorithms"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"v1.0": "1.0.x-dev",
"v1.1": "1.1.x-dev",
"v1.2": "1.2.x-dev",
"v1.3": "1.3.x-dev",
"v2.0": "2.0.x-dev",
"v2.1": "2.1.x-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Jose\\Component\\Signature\\": "" "Jose\\Component\\Signature\\": ""
...@@ -6825,26 +6045,29 @@ ...@@ -6825,26 +6045,29 @@
"jwt", "jwt",
"symfony" "symfony"
], ],
"support": {
"source": "https://github.com/web-token/jwt-signature/tree/v2.2.8"
},
"funding": [ "funding": [
{ {
"url": "https://www.patreon.com/FlorentMorselli", "url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2020-08-01T11:48:26+00:00" "time": "2021-01-21T19:18:03+00:00"
}, },
{ {
"name": "web-token/jwt-signature-algorithm-rsa", "name": "web-token/jwt-signature-algorithm-rsa",
"version": "v2.2.5", "version": "v2.2.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/web-token/jwt-signature-algorithm-rsa.git", "url": "https://github.com/web-token/jwt-signature-algorithm-rsa.git",
"reference": "ba94b8868bd8fdd481f448097ab900a8cb2c0eed" "reference": "513ad90eb5ef1886ff176727a769bda4618141b0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-rsa/zipball/ba94b8868bd8fdd481f448097ab900a8cb2c0eed", "url": "https://api.github.com/repos/web-token/jwt-signature-algorithm-rsa/zipball/513ad90eb5ef1886ff176727a769bda4618141b0",
"reference": "ba94b8868bd8fdd481f448097ab900a8cb2c0eed", "reference": "513ad90eb5ef1886ff176727a769bda4618141b0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -6852,24 +6075,11 @@ ...@@ -6852,24 +6075,11 @@
"ext-openssl": "*", "ext-openssl": "*",
"web-token/jwt-signature": "^2.1" "web-token/jwt-signature": "^2.1"
}, },
"require-dev": {
"phpunit/phpunit": "^8.0"
},
"suggest": { "suggest": {
"ext-bcmath": "GMP or BCMath is highly recommended to improve the library performance", "ext-bcmath": "GMP or BCMath is highly recommended to improve the library performance",
"ext-gmp": "GMP or BCMath is highly recommended to improve the library performance" "ext-gmp": "GMP or BCMath is highly recommended to improve the library performance"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"v1.0": "1.0.x-dev",
"v1.1": "1.1.x-dev",
"v1.2": "1.2.x-dev",
"v1.3": "1.3.x-dev",
"v2.0": "2.0.x-dev",
"v2.1": "2.1.x-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Jose\\Component\\Signature\\Algorithm\\": "" "Jose\\Component\\Signature\\Algorithm\\": ""
...@@ -6909,25 +6119,28 @@ ...@@ -6909,25 +6119,28 @@
"jwt", "jwt",
"symfony" "symfony"
], ],
"support": {
"source": "https://github.com/web-token/jwt-signature-algorithm-rsa/tree/v2.2.8"
},
"funding": [ "funding": [
{ {
"url": "https://www.patreon.com/FlorentMorselli", "url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2020-08-22T13:37:56+00:00" "time": "2021-01-21T19:18:03+00:00"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",
"version": "1.9.1", "version": "1.9.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/webmozart/assert.git", "url": "https://github.com/webmozarts/assert.git",
"reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389" "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", "url": "https://api.github.com/repos/webmozarts/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
"reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389", "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
"shasum": "" "shasum": ""
}, },
...@@ -6965,8 +6178,8 @@ ...@@ -6965,8 +6178,8 @@
"validate" "validate"
], ],
"support": { "support": {
"issues": "https://github.com/webmozart/assert/issues", "issues": "https://github.com/webmozarts/assert/issues",
"source": "https://github.com/webmozart/assert/tree/master" "source": "https://github.com/webmozarts/assert/tree/1.9.1"
}, },
"time": "2020-07-08T17:02:28+00:00" "time": "2020-07-08T17:02:28+00:00"
}, },
...@@ -7188,6 +6401,79 @@ ...@@ -7188,6 +6401,79 @@
}, },
"time": "2020-06-29T18:35:05+00:00" "time": "2020-06-29T18:35:05+00:00"
}, },
{
"name": "composer/package-versions-deprecated",
"version": "1.11.99.1",
"source": {
"type": "git",
"url": "https://github.com/composer/package-versions-deprecated.git",
"reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/7413f0b55a051e89485c5cb9f765fe24bb02a7b6",
"reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1.0 || ^2.0",
"php": "^7 || ^8"
},
"replace": {
"ocramius/package-versions": "1.11.99"
},
"require-dev": {
"composer/composer": "^1.9.3 || ^2.0@dev",
"ext-zip": "^1.13",
"phpunit/phpunit": "^6.5 || ^7"
},
"type": "composer-plugin",
"extra": {
"class": "PackageVersions\\Installer",
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"PackageVersions\\": "src/PackageVersions"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
}
],
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
"support": {
"issues": "https://github.com/composer/package-versions-deprecated/issues",
"source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.1"
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2020-11-11T10:22:58+00:00"
},
{ {
"name": "composer/semver", "name": "composer/semver",
"version": "3.2.4", "version": "3.2.4",
...@@ -7790,16 +7076,16 @@ ...@@ -7790,16 +7076,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "0.12.70", "version": "0.12.76",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "07f0ef37f5f876e8cee44cc8ea0ec3fe80d499ee" "reference": "7aaaf9a759a29795e8f46d48041af1c1f1b23d38"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/07f0ef37f5f876e8cee44cc8ea0ec3fe80d499ee", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/7aaaf9a759a29795e8f46d48041af1c1f1b23d38",
"reference": "07f0ef37f5f876e8cee44cc8ea0ec3fe80d499ee", "reference": "7aaaf9a759a29795e8f46d48041af1c1f1b23d38",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -7830,7 +7116,7 @@ ...@@ -7830,7 +7116,7 @@
"description": "PHPStan - PHP Static Analysis Tool", "description": "PHPStan - PHP Static Analysis Tool",
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan/issues", "issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/0.12.70" "source": "https://github.com/phpstan/phpstan/tree/0.12.76"
}, },
"funding": [ "funding": [
{ {
...@@ -7846,7 +7132,7 @@ ...@@ -7846,7 +7132,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-01-27T17:06:47+00:00" "time": "2021-02-13T11:47:44+00:00"
}, },
{ {
"name": "phpstan/phpstan-phpunit", "name": "phpstan/phpstan-phpunit",
...@@ -7969,9 +7255,98 @@ ...@@ -7969,9 +7255,98 @@
], ],
"time": "2020-10-26T13:10:38+00:00" "time": "2020-10-26T13:10:38+00:00"
}, },
{
"name": "symfony/console",
"version": "v4.4.19",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "24026c44fc37099fa145707fecd43672831b837a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/24026c44fc37099fa145707fecd43672831b837a",
"reference": "24026c44fc37099fa145707fecd43672831b837a",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
"symfony/polyfill-php80": "^1.15",
"symfony/service-contracts": "^1.1|^2"
},
"conflict": {
"symfony/dependency-injection": "<3.4",
"symfony/event-dispatcher": "<4.3|>=5",
"symfony/lock": "<4.4",
"symfony/process": "<3.3"
},
"provide": {
"psr/log-implementation": "1.0"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/event-dispatcher": "^4.3",
"symfony/lock": "^4.4|^5.0",
"symfony/process": "^3.4|^4.0|^5.0",
"symfony/var-dumper": "^4.3|^5.0"
},
"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",
"support": {
"source": "https://github.com/symfony/console/tree/v4.4.19"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-01-27T09:09:26+00:00"
},
{ {
"name": "symfony/options-resolver", "name": "symfony/options-resolver",
"version": "v5.2.2", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/options-resolver.git", "url": "https://github.com/symfony/options-resolver.git",
...@@ -8020,7 +7395,7 @@ ...@@ -8020,7 +7395,7 @@
"options" "options"
], ],
"support": { "support": {
"source": "https://github.com/symfony/options-resolver/tree/v5.2.2" "source": "https://github.com/symfony/options-resolver/tree/v5.2.3"
}, },
"funding": [ "funding": [
{ {
...@@ -8266,7 +7641,7 @@ ...@@ -8266,7 +7641,7 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v5.2.2", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
...@@ -8308,7 +7683,7 @@ ...@@ -8308,7 +7683,7 @@
"description": "Executes commands in sub-processes", "description": "Executes commands in sub-processes",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/process/tree/v5.2.2" "source": "https://github.com/symfony/process/tree/v5.2.3"
}, },
"funding": [ "funding": [
{ {
...@@ -8328,7 +7703,7 @@ ...@@ -8328,7 +7703,7 @@
}, },
{ {
"name": "symfony/stopwatch", "name": "symfony/stopwatch",
"version": "v5.2.2", "version": "v5.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/stopwatch.git", "url": "https://github.com/symfony/stopwatch.git",
...@@ -8370,7 +7745,7 @@ ...@@ -8370,7 +7745,7 @@
"description": "Provides a way to profile code", "description": "Provides a way to profile code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/stopwatch/tree/v5.2.2" "source": "https://github.com/symfony/stopwatch/tree/v5.2.3"
}, },
"funding": [ "funding": [
{ {
...@@ -8390,16 +7765,16 @@ ...@@ -8390,16 +7765,16 @@
}, },
{ {
"name": "vimeo/psalm", "name": "vimeo/psalm",
"version": "4.4.1", "version": "4.5.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/vimeo/psalm.git", "url": "https://github.com/vimeo/psalm.git",
"reference": "9fd7a7d885b3a216cff8dec9d8c21a132f275224" "reference": "15a9eece1305fd26eb1336a78e5a2ee7a4b36214"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/vimeo/psalm/zipball/9fd7a7d885b3a216cff8dec9d8c21a132f275224", "url": "https://api.github.com/repos/vimeo/psalm/zipball/15a9eece1305fd26eb1336a78e5a2ee7a4b36214",
"reference": "9fd7a7d885b3a216cff8dec9d8c21a132f275224", "reference": "15a9eece1305fd26eb1336a78e5a2ee7a4b36214",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -8433,6 +7808,7 @@ ...@@ -8433,6 +7808,7 @@
"bamarni/composer-bin-plugin": "^1.2", "bamarni/composer-bin-plugin": "^1.2",
"brianium/paratest": "^4.0||^6.0", "brianium/paratest": "^4.0||^6.0",
"ext-curl": "*", "ext-curl": "*",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpdocumentor/reflection-docblock": "^5", "phpdocumentor/reflection-docblock": "^5",
"phpmyadmin/sql-parser": "5.1.0||dev-master", "phpmyadmin/sql-parser": "5.1.0||dev-master",
"phpspec/prophecy": ">=1.9.0", "phpspec/prophecy": ">=1.9.0",
...@@ -8488,9 +7864,9 @@ ...@@ -8488,9 +7864,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/vimeo/psalm/issues", "issues": "https://github.com/vimeo/psalm/issues",
"source": "https://github.com/vimeo/psalm/tree/4.4.1" "source": "https://github.com/vimeo/psalm/tree/4.5.2"
}, },
"time": "2021-01-14T21:44:29+00:00" "time": "2021-02-13T21:45:13+00:00"
}, },
{ {
"name": "webmozart/path-util", "name": "webmozart/path-util",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment