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

Update dependencies

parent 79dc69d7
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
"type": "project", "type": "project",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"require": { "require": {
"php": "^7.3",
"dbp/api-core-bundle": "@dev", "dbp/api-core-bundle": "@dev",
"dbp/api-starter-bundle": "@dev", "dbp/api-starter-bundle": "@dev",
"symfony/apache-pack": "^1.0", "symfony/apache-pack": "^1.0",
......
...@@ -258,20 +258,26 @@ ...@@ -258,20 +258,26 @@
"brick", "brick",
"math" "math"
], ],
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/brick/math",
"type": "tidelift"
}
],
"time": "2020-08-18T23:57:15+00:00" "time": "2020-08-18T23:57:15+00:00"
}, },
{ {
"name": "composer/package-versions-deprecated", "name": "composer/package-versions-deprecated",
"version": "1.11.99", "version": "1.11.99.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/package-versions-deprecated.git", "url": "https://github.com/composer/package-versions-deprecated.git",
"reference": "c8c9aa8a14cc3d3bec86d0a8c3fa52ea79936855" "reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/c8c9aa8a14cc3d3bec86d0a8c3fa52ea79936855", "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/7413f0b55a051e89485c5cb9f765fe24bb02a7b6",
"reference": "c8c9aa8a14cc3d3bec86d0a8c3fa52ea79936855", "reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -313,7 +319,21 @@ ...@@ -313,7 +319,21 @@
} }
], ],
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
"time": "2020-08-25T05:50:16+00:00" "funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2020-11-11T10:22:58+00:00"
}, },
{ {
"name": "dbp/api-core-bundle", "name": "dbp/api-core-bundle",
...@@ -321,15 +341,14 @@ ...@@ -321,15 +341,14 @@
"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": "c5477faf3f9b579ecaf71bfdc7b7192dbabe1b3a" "reference": "6a221c9a815d4858a9d430d4d37e21e8714a64f0"
}, },
"require": { "require": {
"adldap2/adldap2": "^10.0", "adldap2/adldap2": "^10.0",
"api-platform/core": "^2.4", "api-platform/core": "^2.4",
"doctrine/annotations": "^1.0", "doctrine/annotations": "^1.0",
"doctrine/doctrine-bundle": "^1.6 || ^2.0",
"doctrine/orm": "^2.4.5", "doctrine/orm": "^2.4.5",
"guzzlehttp/guzzle": "^6.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",
"monolog/monolog": "^1.4||^2.1", "monolog/monolog": "^1.4||^2.1",
...@@ -351,7 +370,6 @@ ...@@ -351,7 +370,6 @@
}, },
"require-dev": { "require-dev": {
"composer/semver": "^1.5", "composer/semver": "^1.5",
"doctrine/doctrine-bundle": "^2.1.0",
"friendsofphp/php-cs-fixer": "^2.16", "friendsofphp/php-cs-fixer": "^2.16",
"mockery/mockery": "^1.2", "mockery/mockery": "^1.2",
"phpstan/phpstan": "^0.12.33", "phpstan/phpstan": "^0.12.33",
...@@ -359,7 +377,7 @@ ...@@ -359,7 +377,7 @@
"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": "^3.12" "vimeo/psalm": "^4.0"
}, },
"type": "symfony-bundle", "type": "symfony-bundle",
"autoload": { "autoload": {
...@@ -394,12 +412,15 @@ ...@@ -394,12 +412,15 @@
], ],
"cs": [ "cs": [
"@php vendor/bin/php-cs-fixer --ansi fix --dry-run --diff --diff-format=udiff" "@php vendor/bin/php-cs-fixer --ansi fix --dry-run --diff --diff-format=udiff"
],
"coverage": [
"@php vendor/bin/simple-phpunit --coverage-html _coverage"
] ]
}, },
"license": [ "license": [
"AGPL-3.0-or-later" "AGPL-3.0-or-later"
], ],
"time": "2020-11-02T09:01:58+00:00" "time": "2020-11-26T10:54:47+00:00"
}, },
{ {
"name": "dbp/api-starter-bundle", "name": "dbp/api-starter-bundle",
...@@ -407,7 +428,7 @@ ...@@ -407,7 +428,7 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "git@gitlab.tugraz.at:dbp/middleware/dbp-api/api-starter-bundle.git", "url": "git@gitlab.tugraz.at:dbp/middleware/dbp-api/api-starter-bundle.git",
"reference": "4103687c57c2c6d03e0aa74345ec012b1a5997e9" "reference": "a00ca278c61fe53c1f69f3e7d97877a48232bb86"
}, },
"require": { "require": {
"api-platform/core": "^2.4", "api-platform/core": "^2.4",
...@@ -420,7 +441,7 @@ ...@@ -420,7 +441,7 @@
"phpstan/phpstan": "^0.12.33", "phpstan/phpstan": "^0.12.33",
"phpstan/phpstan-phpunit": "^0.12.13", "phpstan/phpstan-phpunit": "^0.12.13",
"symfony/phpunit-bridge": "^4.4", "symfony/phpunit-bridge": "^4.4",
"vimeo/psalm": "^3.12" "vimeo/psalm": "^4.2.1"
}, },
"type": "symfony-bundle", "type": "symfony-bundle",
"autoload": { "autoload": {
...@@ -455,12 +476,15 @@ ...@@ -455,12 +476,15 @@
], ],
"cs": [ "cs": [
"@php vendor/bin/php-cs-fixer --ansi fix --dry-run --diff --diff-format=udiff" "@php vendor/bin/php-cs-fixer --ansi fix --dry-run --diff --diff-format=udiff"
],
"coverage": [
"@php vendor/bin/simple-phpunit --coverage-html _coverage"
] ]
}, },
"license": [ "license": [
"AGPL-3.0-or-later" "AGPL-3.0-or-later"
], ],
"time": "2020-11-02T15:45:49+00:00" "time": "2020-11-26T11:28:43+00:00"
}, },
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
...@@ -613,6 +637,20 @@ ...@@ -613,6 +637,20 @@
"redis", "redis",
"xcache" "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" "time": "2020-07-07T18:54:01+00:00"
}, },
{ {
...@@ -754,20 +792,34 @@ ...@@ -754,20 +792,34 @@
"doctrine", "doctrine",
"php" "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" "time": "2020-06-05T16:59:53+00:00"
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
"version": "2.12.0", "version": "2.12.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/dbal.git", "url": "https://github.com/doctrine/dbal.git",
"reference": "c6d37b4c42aaa3c3ee175f05eca68056f4185646" "reference": "adce7a954a1c2f14f85e94aed90c8489af204086"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/c6d37b4c42aaa3c3ee175f05eca68056f4185646", "url": "https://api.github.com/repos/doctrine/dbal/zipball/adce7a954a1c2f14f85e94aed90c8489af204086",
"reference": "c6d37b4c42aaa3c3ee175f05eca68056f4185646", "reference": "adce7a954a1c2f14f85e94aed90c8489af204086",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -847,99 +899,21 @@ ...@@ -847,99 +899,21 @@
"sqlserver", "sqlserver",
"sqlsrv" "sqlsrv"
], ],
"time": "2020-10-22T17:26:24+00:00" "funding": [
},
{ {
"name": "doctrine/doctrine-bundle", "url": "https://www.doctrine-project.org/sponsorship.html",
"version": "2.1.2", "type": "custom"
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineBundle.git",
"reference": "f5153089993e1230f5d8acbd8e126014d5a63e17"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/f5153089993e1230f5d8acbd8e126014d5a63e17",
"reference": "f5153089993e1230f5d8acbd8e126014d5a63e17",
"shasum": ""
},
"require": {
"doctrine/dbal": "^2.9.0|^3.0",
"doctrine/persistence": "^1.3.3|^2.0",
"doctrine/sql-formatter": "^1.0.1",
"php": "^7.1 || ^8.0",
"symfony/cache": "^4.3.3|^5.0",
"symfony/config": "^4.3.3|^5.0",
"symfony/console": "^3.4.30|^4.3.3|^5.0",
"symfony/dependency-injection": "^4.3.3|^5.0",
"symfony/doctrine-bridge": "^4.3.7|^5.0",
"symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0",
"symfony/service-contracts": "^1.1.1|^2.0"
},
"conflict": {
"doctrine/orm": "<2.6",
"twig/twig": "<1.34|>=2.0,<2.4"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"doctrine/orm": "^2.6",
"ocramius/proxy-manager": "^2.1",
"phpunit/phpunit": "^7.5",
"symfony/phpunit-bridge": "^4.2",
"symfony/property-info": "^4.3.3|^5.0",
"symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0",
"symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0",
"symfony/validator": "^3.4.30|^4.3.3|^5.0",
"symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0",
"symfony/yaml": "^3.4.30|^4.3.3|^5.0",
"twig/twig": "^1.34|^2.12"
},
"suggest": {
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
"symfony/web-profiler-bundle": "To use the data collector."
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Bundle\\DoctrineBundle\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}, },
{ {
"name": "Benjamin Eberlei", "url": "https://www.patreon.com/phpdoctrine",
"email": "kontakt@beberlei.de" "type": "patreon"
}, },
{ {
"name": "Symfony Community", "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
"homepage": "http://symfony.com/contributors" "type": "tidelift"
},
{
"name": "Doctrine Project",
"homepage": "http://www.doctrine-project.org/"
} }
], ],
"description": "Symfony DoctrineBundle", "time": "2020-11-14T20:26:58+00:00"
"homepage": "http://www.doctrine-project.org",
"keywords": [
"database",
"dbal",
"orm",
"persistence"
],
"time": "2020-08-25T10:57:15+00:00"
}, },
{ {
"name": "doctrine/event-manager", "name": "doctrine/event-manager",
...@@ -1015,6 +989,20 @@ ...@@ -1015,6 +989,20 @@
"event system", "event system",
"events" "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" "time": "2020-05-29T18:28:51+00:00"
}, },
{ {
...@@ -1093,40 +1081,49 @@ ...@@ -1093,40 +1081,49 @@
"uppercase", "uppercase",
"words" "words"
], ],
"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" "time": "2020-05-29T07:19:59+00:00"
}, },
{ {
"name": "doctrine/instantiator", "name": "doctrine/instantiator",
"version": "1.3.1", "version": "1.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/instantiator.git", "url": "https://github.com/doctrine/instantiator.git",
"reference": "f350df0268e904597e3bd9c4685c53e0e333feea" "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea", "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
"reference": "f350df0268e904597e3bd9c4685c53e0e333feea", "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1 || ^8.0" "php": "^7.1 || ^8.0"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^6.0", "doctrine/coding-standard": "^8.0",
"ext-pdo": "*", "ext-pdo": "*",
"ext-phar": "*", "ext-phar": "*",
"phpbench/phpbench": "^0.13", "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
"phpstan/phpstan-phpunit": "^0.11", "phpstan/phpstan": "^0.12",
"phpstan/phpstan-shim": "^0.11", "phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^7.0" "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
...@@ -1140,7 +1137,7 @@ ...@@ -1140,7 +1137,7 @@
{ {
"name": "Marco Pivetta", "name": "Marco Pivetta",
"email": "ocramius@gmail.com", "email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/" "homepage": "https://ocramius.github.io/"
} }
], ],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
...@@ -1149,7 +1146,21 @@ ...@@ -1149,7 +1146,21 @@
"constructor", "constructor",
"instantiate" "instantiate"
], ],
"time": "2020-05-29T17:27:14+00:00" "funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
"type": "tidelift"
}
],
"time": "2020-11-10T18:47:58+00:00"
}, },
{ {
"name": "doctrine/lexer", "name": "doctrine/lexer",
...@@ -1211,6 +1222,20 @@ ...@@ -1211,6 +1222,20 @@
"parser", "parser",
"php" "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%2Flexer",
"type": "tidelift"
}
],
"time": "2020-05-25T17:44:05+00:00" "time": "2020-05-25T17:44:05+00:00"
}, },
{ {
...@@ -1381,59 +1406,6 @@ ...@@ -1381,59 +1406,6 @@
], ],
"time": "2020-10-24T22:13:54+00:00" "time": "2020-10-24T22:13:54+00:00"
}, },
{
"name": "doctrine/sql-formatter",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/sql-formatter.git",
"reference": "56070bebac6e77230ed7d306ad13528e60732871"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/56070bebac6e77230ed7d306ad13528e60732871",
"reference": "56070bebac6e77230ed7d306ad13528e60732871",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4"
},
"bin": [
"bin/sql-formatter"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\SqlFormatter\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jeremy Dorn",
"email": "jeremy@jeremydorn.com",
"homepage": "http://jeremydorn.com/"
}
],
"description": "a PHP SQL highlighting library",
"homepage": "https://github.com/doctrine/sql-formatter/",
"keywords": [
"highlight",
"sql"
],
"time": "2020-07-30T16:57:33+00:00"
},
{ {
"name": "fgrosse/phpasn1", "name": "fgrosse/phpasn1",
"version": "v2.2.0", "version": "v2.2.0",
...@@ -1564,37 +1536,43 @@ ...@@ -1564,37 +1536,43 @@
}, },
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
"version": "6.5.5", "version": "7.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/guzzle.git", "url": "https://github.com/guzzle/guzzle.git",
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e" "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/0aa74dfb41ae110835923ef10a9d803a22d50e79",
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"guzzlehttp/promises": "^1.0", "guzzlehttp/promises": "^1.4",
"guzzlehttp/psr7": "^1.6.1", "guzzlehttp/psr7": "^1.7",
"php": ">=5.5", "php": "^7.2.5 || ^8.0",
"symfony/polyfill-intl-idn": "^1.17.0" "psr/http-client": "^1.0"
},
"provide": {
"psr/http-client-implementation": "1.0"
}, },
"require-dev": { "require-dev": {
"ext-curl": "*", "ext-curl": "*",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", "php-http/client-integration-tests": "^3.0",
"phpunit/phpunit": "^8.5.5 || ^9.3.5",
"psr/log": "^1.1" "psr/log": "^1.1"
}, },
"suggest": { "suggest": {
"ext-curl": "Required for CURL handler support",
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
"psr/log": "Required for using the Log middleware" "psr/log": "Required for using the Log middleware"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "6.5-dev" "dev-master": "7.1-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -1614,6 +1592,11 @@ ...@@ -1614,6 +1592,11 @@
"name": "Michael Dowling", "name": "Michael Dowling",
"email": "mtdowling@gmail.com", "email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling" "homepage": "https://github.com/mtdowling"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
} }
], ],
"description": "Guzzle is a PHP HTTP client library", "description": "Guzzle is a PHP HTTP client library",
...@@ -1624,10 +1607,30 @@ ...@@ -1624,10 +1607,30 @@
"framework", "framework",
"http", "http",
"http client", "http client",
"psr-18",
"psr-7",
"rest", "rest",
"web service" "web service"
], ],
"time": "2020-06-16T21:01:06+00:00" "funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://github.com/alexeyshockov",
"type": "github"
},
{
"url": "https://github.com/gmponos",
"type": "github"
}
],
"time": "2020-10-10T11:47:56+00:00"
}, },
{ {
"name": "guzzlehttp/promises", "name": "guzzlehttp/promises",
...@@ -1753,16 +1756,16 @@ ...@@ -1753,16 +1756,16 @@
}, },
{ {
"name": "illuminate/contracts", "name": "illuminate/contracts",
"version": "v8.12.0", "version": "v8.16.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/illuminate/contracts.git", "url": "https://github.com/illuminate/contracts.git",
"reference": "c23428149639d5257916ad10d390cdbeffe4d504" "reference": "a73835aad399da42e88217bdbb5e1e4c1e668807"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/illuminate/contracts/zipball/c23428149639d5257916ad10d390cdbeffe4d504", "url": "https://api.github.com/repos/illuminate/contracts/zipball/a73835aad399da42e88217bdbb5e1e4c1e668807",
"reference": "c23428149639d5257916ad10d390cdbeffe4d504", "reference": "a73835aad399da42e88217bdbb5e1e4c1e668807",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1793,7 +1796,7 @@ ...@@ -1793,7 +1796,7 @@
], ],
"description": "The Illuminate Contracts package.", "description": "The Illuminate Contracts package.",
"homepage": "https://laravel.com", "homepage": "https://laravel.com",
"time": "2020-10-28T13:17:42+00:00" "time": "2020-11-18T13:57:08+00:00"
}, },
{ {
"name": "kevinrob/guzzle-cache-middleware", "name": "kevinrob/guzzle-cache-middleware",
...@@ -1875,16 +1878,16 @@ ...@@ -1875,16 +1878,16 @@
}, },
{ {
"name": "league/uri", "name": "league/uri",
"version": "6.3.0", "version": "6.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/uri.git", "url": "https://github.com/thephpleague/uri.git",
"reference": "aa3babf16e9d7535544bd94e3def026ac56640f3" "reference": "09da64118eaf4c5d52f9923a1e6a5be1da52fd9a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri/zipball/aa3babf16e9d7535544bd94e3def026ac56640f3", "url": "https://api.github.com/repos/thephpleague/uri/zipball/09da64118eaf4c5d52f9923a1e6a5be1da52fd9a",
"reference": "aa3babf16e9d7535544bd94e3def026ac56640f3", "reference": "09da64118eaf4c5d52f9923a1e6a5be1da52fd9a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1901,12 +1904,14 @@ ...@@ -1901,12 +1904,14 @@
"phpstan/phpstan": "^0.12", "phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12", "phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12", "phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^8.0" "phpunit/phpunit": "^8.0 || ^9.0",
"psr/http-factory": "^1.0"
}, },
"suggest": { "suggest": {
"ext-fileinfo": "Needed to create Data URI from a filepath", "ext-fileinfo": "Needed to create Data URI from a filepath",
"ext-intl": "Needed to improve host validation", "ext-intl": "Needed to improve host validation",
"league/uri-components": "Needed to easily manipulate URI objects" "league/uri-components": "Needed to easily manipulate URI objects",
"psr/http-factory": "Needed to use the URI factory"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
...@@ -1953,32 +1958,37 @@ ...@@ -1953,32 +1958,37 @@
"url", "url",
"ws" "ws"
], ],
"time": "2020-08-13T17:18:44+00:00" "funding": [
{
"url": "https://github.com/sponsors/nyamsprod",
"type": "github"
}
],
"time": "2020-11-22T14:29:11+00:00"
}, },
{ {
"name": "league/uri-interfaces", "name": "league/uri-interfaces",
"version": "2.1.0", "version": "2.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/uri-interfaces.git", "url": "https://github.com/thephpleague/uri-interfaces.git",
"reference": "0068a469958895ceaf3afcb489c0258adfa1e406" "reference": "667f150e589d65d79c89ffe662e426704f84224f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/0068a469958895ceaf3afcb489c0258adfa1e406", "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/667f150e589d65d79c89ffe662e426704f84224f",
"reference": "0068a469958895ceaf3afcb489c0258adfa1e406", "reference": "667f150e589d65d79c89ffe662e426704f84224f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"php": "^7.1" "php": "^7.1 || ^8.0"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^2.0", "friendsofphp/php-cs-fixer": "^2.0",
"phpstan/phpstan": "^0.12", "phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12", "phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12", "phpstan/phpstan-strict-rules": "^0.12"
"phpunit/phpunit": "^7.0|^8.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
...@@ -2010,7 +2020,13 @@ ...@@ -2010,7 +2020,13 @@
"uri", "uri",
"url" "url"
], ],
"time": "2020-02-08T12:10:37+00:00" "funding": [
{
"url": "https://github.com/sponsors/nyamsprod",
"type": "github"
}
],
"time": "2020-10-31T13:45:51+00:00"
}, },
{ {
"name": "monolog/monolog", "name": "monolog/monolog",
...@@ -2087,6 +2103,16 @@ ...@@ -2087,6 +2103,16 @@
"logging", "logging",
"psr-3" "psr-3"
], ],
"funding": [
{
"url": "https://github.com/Seldaek",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
"type": "tidelift"
}
],
"time": "2020-07-23T08:35:51+00:00" "time": "2020-07-23T08:35:51+00:00"
}, },
{ {
...@@ -2387,6 +2413,55 @@ ...@@ -2387,6 +2413,55 @@
], ],
"time": "2017-02-14T16:28:37+00:00" "time": "2017-02-14T16:28:37+00:00"
}, },
{
"name": "psr/http-client",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-client.git",
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP clients",
"homepage": "https://github.com/php-fig/http-client",
"keywords": [
"http",
"http-client",
"psr",
"psr-18"
],
"time": "2020-06-29T06:28:15+00:00"
},
{ {
"name": "psr/http-message", "name": "psr/http-message",
"version": "1.0.1", "version": "1.0.1",
...@@ -2623,29 +2698,28 @@ ...@@ -2623,29 +2698,28 @@
}, },
{ {
"name": "spomky-labs/base64url", "name": "spomky-labs/base64url",
"version": "v2.0.3", "version": "v2.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Spomky-Labs/base64url.git", "url": "https://github.com/Spomky-Labs/base64url.git",
"reference": "48ea8ff600cefe56b82d3d5b768b6f4f3bfe05a1" "reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Spomky-Labs/base64url/zipball/48ea8ff600cefe56b82d3d5b768b6f4f3bfe05a1", "url": "https://api.github.com/repos/Spomky-Labs/base64url/zipball/7752ce931ec285da4ed1f4c5aa27e45e097be61d",
"reference": "48ea8ff600cefe56b82d3d5b768b6f4f3bfe05a1", "reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.1" "php": ">=7.1"
}, },
"require-dev": { "require-dev": {
"php-coveralls/php-coveralls": "^2.0", "phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.11", "phpstan/phpstan": "^0.11|^0.12",
"phpstan/phpstan-beberlei-assert": "^0.11.0", "phpstan/phpstan-beberlei-assert": "^0.11|^0.12",
"phpstan/phpstan-deprecation-rules": "^0.11", "phpstan/phpstan-deprecation-rules": "^0.11|^0.12",
"phpstan/phpstan-phpunit": "^0.11", "phpstan/phpstan-phpunit": "^0.11|^0.12",
"phpstan/phpstan-strict-rules": "^0.11", "phpstan/phpstan-strict-rules": "^0.11|^0.12"
"phpunit/phpunit": "^7.0|^8.0|^9.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
...@@ -2671,7 +2745,17 @@ ...@@ -2671,7 +2745,17 @@
"safe", "safe",
"url" "url"
], ],
"time": "2020-08-30T13:35:33+00:00" "funding": [
{
"url": "https://github.com/Spomky",
"type": "github"
},
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2020-11-03T09:10:25+00:00"
}, },
{ {
"name": "symfony/apache-pack", "name": "symfony/apache-pack",
...@@ -2744,6 +2828,20 @@ ...@@ -2744,6 +2828,20 @@
], ],
"description": "Symfony Asset Component", "description": "Symfony Asset Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -2819,6 +2917,20 @@ ...@@ -2819,6 +2917,20 @@
"caching", "caching",
"psr6" "psr6"
], ],
"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": "2020-10-25T19:32:35+00:00" "time": "2020-10-25T19:32:35+00:00"
}, },
{ {
...@@ -2881,6 +2993,20 @@ ...@@ -2881,6 +2993,20 @@
"interoperability", "interoperability",
"standards" "standards"
], ],
"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": "2020-09-07T11:33:47+00:00" "time": "2020-09-07T11:33:47+00:00"
}, },
{ {
...@@ -2940,6 +3066,20 @@ ...@@ -2940,6 +3066,20 @@
], ],
"description": "Symfony Config Component", "description": "Symfony Config Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -3012,6 +3152,20 @@ ...@@ -3012,6 +3152,20 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -3064,6 +3218,20 @@ ...@@ -3064,6 +3218,20 @@
], ],
"description": "Symfony Debug Component", "description": "Symfony Debug Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -3132,97 +3300,21 @@ ...@@ -3132,97 +3300,21 @@
], ],
"description": "Symfony DependencyInjection Component", "description": "Symfony DependencyInjection Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2020-10-27T10:05:40+00:00" "funding": [
},
{ {
"name": "symfony/doctrine-bridge", "url": "https://symfony.com/sponsor",
"version": "v4.4.16", "type": "custom"
"source": {
"type": "git",
"url": "https://github.com/symfony/doctrine-bridge.git",
"reference": "12ce8950c685afb954026c2d0c975dfed3fc32f3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/12ce8950c685afb954026c2d0c975dfed3fc32f3",
"reference": "12ce8950c685afb954026c2d0c975dfed3fc32f3",
"shasum": ""
},
"require": {
"doctrine/event-manager": "~1.0",
"doctrine/persistence": "^1.3|^2",
"php": ">=7.1.3",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",
"symfony/service-contracts": "^1.1|^2"
}, },
"conflict": {
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"symfony/dependency-injection": "<3.4",
"symfony/form": "<4.4",
"symfony/http-kernel": "<4.3.7",
"symfony/messenger": "<4.3",
"symfony/security-core": "<4.4",
"symfony/validator": "<4.4.2|<5.0.2,>=5.0"
},
"require-dev": {
"composer/package-versions-deprecated": "^1.8",
"doctrine/annotations": "~1.7",
"doctrine/cache": "~1.6",
"doctrine/collections": "~1.0",
"doctrine/data-fixtures": "^1.1",
"doctrine/dbal": "~2.4|^3.0",
"doctrine/orm": "^2.6.3",
"doctrine/reflection": "~1.0",
"symfony/config": "^4.2|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/form": "^4.4.11|^5.0.11",
"symfony/http-kernel": "^4.3.7",
"symfony/messenger": "^4.4|^5.0",
"symfony/property-access": "^3.4|^4.0|^5.0",
"symfony/property-info": "^3.4|^4.0|^5.0",
"symfony/proxy-manager-bridge": "^3.4|^4.0|^5.0",
"symfony/security-core": "^4.4|^5.0",
"symfony/stopwatch": "^3.4|^4.0|^5.0",
"symfony/translation": "^3.4|^4.0|^5.0",
"symfony/validator": "^4.4.2|^5.0.2",
"symfony/var-dumper": "^3.4|^4.0|^5.0"
},
"suggest": {
"doctrine/data-fixtures": "",
"doctrine/dbal": "",
"doctrine/orm": "",
"symfony/form": "",
"symfony/property-info": "",
"symfony/validator": ""
},
"type": "symfony-bridge",
"autoload": {
"psr-4": {
"Symfony\\Bridge\\Doctrine\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{ {
"name": "Fabien Potencier", "url": "https://github.com/fabpot",
"email": "fabien@symfony.com" "type": "github"
}, },
{ {
"name": "Symfony Community", "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"homepage": "https://symfony.com/contributors" "type": "tidelift"
} }
], ],
"description": "Symfony Doctrine Bridge", "time": "2020-10-27T10:05:40+00:00"
"homepage": "https://symfony.com",
"time": "2020-10-24T11:50:19+00:00"
}, },
{ {
"name": "symfony/dotenv", "name": "symfony/dotenv",
...@@ -3274,6 +3366,20 @@ ...@@ -3274,6 +3366,20 @@
"env", "env",
"environment" "environment"
], ],
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -3326,6 +3432,20 @@ ...@@ -3326,6 +3432,20 @@
], ],
"description": "Symfony ErrorHandler Component", "description": "Symfony ErrorHandler Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -3392,6 +3512,20 @@ ...@@ -3392,6 +3512,20 @@
], ],
"description": "Symfony EventDispatcher Component", "description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -3454,6 +3588,20 @@ ...@@ -3454,6 +3588,20 @@
"interoperability", "interoperability",
"standards" "standards"
], ],
"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": "2020-07-06T13:19:58+00:00" "time": "2020-07-06T13:19:58+00:00"
}, },
{ {
...@@ -3500,6 +3648,20 @@ ...@@ -3500,6 +3648,20 @@
], ],
"description": "Symfony ExpressionLanguage Component", "description": "Symfony ExpressionLanguage Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -3545,6 +3707,20 @@ ...@@ -3545,6 +3707,20 @@
], ],
"description": "Symfony Filesystem Component", "description": "Symfony Filesystem Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -3589,20 +3765,34 @@ ...@@ -3589,20 +3765,34 @@
], ],
"description": "Symfony Finder Component", "description": "Symfony Finder Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
"name": "symfony/flex", "name": "symfony/flex",
"version": "v1.9.10", "version": "v1.10.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/flex.git", "url": "https://github.com/symfony/flex.git",
"reference": "7335ec033995aa34133e621627333368f260b626" "reference": "e38520236bdc911c2f219634b485bc328746e980"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/flex/zipball/7335ec033995aa34133e621627333368f260b626", "url": "https://api.github.com/repos/symfony/flex/zipball/e38520236bdc911c2f219634b485bc328746e980",
"reference": "7335ec033995aa34133e621627333368f260b626", "reference": "e38520236bdc911c2f219634b485bc328746e980",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3638,7 +3828,21 @@ ...@@ -3638,7 +3828,21 @@
} }
], ],
"description": "Composer plugin for Symfony", "description": "Composer plugin for Symfony",
"time": "2020-10-14T17:41:54+00:00" "funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-11-05T10:56:45+00:00"
}, },
{ {
"name": "symfony/framework-bundle", "name": "symfony/framework-bundle",
...@@ -3764,6 +3968,20 @@ ...@@ -3764,6 +3968,20 @@
], ],
"description": "Symfony FrameworkBundle", "description": "Symfony FrameworkBundle",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -3826,6 +4044,20 @@ ...@@ -3826,6 +4044,20 @@
"interoperability", "interoperability",
"standards" "standards"
], ],
"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": "2020-10-14T17:08:19+00:00" "time": "2020-10-14T17:08:19+00:00"
}, },
{ {
...@@ -3876,6 +4108,20 @@ ...@@ -3876,6 +4108,20 @@
], ],
"description": "Symfony HttpFoundation Component", "description": "Symfony HttpFoundation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -3963,6 +4209,20 @@ ...@@ -3963,6 +4209,20 @@
], ],
"description": "Symfony HttpKernel Component", "description": "Symfony HttpKernel Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"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": "2020-10-28T05:50:56+00:00" "time": "2020-10-28T05:50:56+00:00"
}, },
{ {
...@@ -4016,6 +4276,20 @@ ...@@ -4016,6 +4276,20 @@
"symfony", "symfony",
"words" "words"
], ],
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -4073,6 +4347,20 @@ ...@@ -4073,6 +4347,20 @@
"mime", "mime",
"mime-type" "mime-type"
], ],
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -4135,6 +4423,20 @@ ...@@ -4135,6 +4423,20 @@
], ],
"description": "Symfony Monolog Bridge", "description": "Symfony Monolog Bridge",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -4198,6 +4500,20 @@ ...@@ -4198,6 +4500,20 @@
"log", "log",
"logging" "logging"
], ],
"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": "2020-10-06T15:12:11+00:00" "time": "2020-10-06T15:12:11+00:00"
}, },
{ {
...@@ -4268,6 +4584,20 @@ ...@@ -4268,6 +4584,20 @@
"portable", "portable",
"shim" "shim"
], ],
"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": "2020-10-23T14:02:19+00:00" "time": "2020-10-23T14:02:19+00:00"
}, },
{ {
...@@ -4335,6 +4665,20 @@ ...@@ -4335,6 +4665,20 @@
"portable", "portable",
"shim" "shim"
], ],
"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": "2020-10-23T14:02:19+00:00" "time": "2020-10-23T14:02:19+00:00"
}, },
{ {
...@@ -4398,6 +4742,20 @@ ...@@ -4398,6 +4742,20 @@
"portable", "portable",
"shim" "shim"
], ],
"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": "2020-10-23T14:02:19+00:00" "time": "2020-10-23T14:02:19+00:00"
}, },
{ {
...@@ -4457,6 +4815,20 @@ ...@@ -4457,6 +4815,20 @@
"portable", "portable",
"shim" "shim"
], ],
"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": "2020-10-23T14:02:19+00:00" "time": "2020-10-23T14:02:19+00:00"
}, },
{ {
...@@ -4519,6 +4891,20 @@ ...@@ -4519,6 +4891,20 @@
"portable", "portable",
"shim" "shim"
], ],
"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": "2020-10-23T14:02:19+00:00" "time": "2020-10-23T14:02:19+00:00"
}, },
{ {
...@@ -4585,6 +4971,20 @@ ...@@ -4585,6 +4971,20 @@
"portable", "portable",
"shim" "shim"
], ],
"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": "2020-10-23T14:02:19+00:00" "time": "2020-10-23T14:02:19+00:00"
}, },
{ {
...@@ -4647,6 +5047,20 @@ ...@@ -4647,6 +5047,20 @@
"property path", "property path",
"reflection" "reflection"
], ],
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -4718,6 +5132,20 @@ ...@@ -4718,6 +5132,20 @@
"type", "type",
"validator" "validator"
], ],
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -4789,6 +5217,20 @@ ...@@ -4789,6 +5217,20 @@
"uri", "uri",
"url" "url"
], ],
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -4867,6 +5309,20 @@ ...@@ -4867,6 +5309,20 @@
], ],
"description": "Symfony SecurityBundle", "description": "Symfony SecurityBundle",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -4935,6 +5391,20 @@ ...@@ -4935,6 +5391,20 @@
], ],
"description": "Symfony Security Component - Core Library", "description": "Symfony Security Component - Core Library",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"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": "2020-10-28T05:25:24+00:00" "time": "2020-10-28T05:25:24+00:00"
}, },
{ {
...@@ -4989,6 +5459,20 @@ ...@@ -4989,6 +5459,20 @@
], ],
"description": "Symfony Security Component - CSRF Library", "description": "Symfony Security Component - CSRF Library",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -5038,6 +5522,20 @@ ...@@ -5038,6 +5522,20 @@
], ],
"description": "Symfony Security Component - Guard", "description": "Symfony Security Component - Guard",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -5099,6 +5597,20 @@ ...@@ -5099,6 +5597,20 @@
], ],
"description": "Symfony Security Component - HTTP Integration", "description": "Symfony Security Component - HTTP Integration",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -5176,6 +5688,20 @@ ...@@ -5176,6 +5688,20 @@
], ],
"description": "Symfony Serializer Component", "description": "Symfony Serializer Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -5238,6 +5764,20 @@ ...@@ -5238,6 +5764,20 @@
"interoperability", "interoperability",
"standards" "standards"
], ],
"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": "2020-09-07T11:33:47+00:00" "time": "2020-09-07T11:33:47+00:00"
}, },
{ {
...@@ -5299,6 +5839,20 @@ ...@@ -5299,6 +5839,20 @@
"interoperability", "interoperability",
"standards" "standards"
], ],
"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": "2020-09-28T13:05:58+00:00" "time": "2020-09-28T13:05:58+00:00"
}, },
{ {
...@@ -5397,6 +5951,20 @@ ...@@ -5397,6 +5951,20 @@
], ],
"description": "Symfony Twig Bridge", "description": "Symfony Twig Bridge",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -5467,6 +6035,20 @@ ...@@ -5467,6 +6035,20 @@
], ],
"description": "Symfony TwigBundle", "description": "Symfony TwigBundle",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -5555,6 +6137,20 @@ ...@@ -5555,6 +6137,20 @@
], ],
"description": "Symfony Validator Component", "description": "Symfony Validator Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"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": "2020-10-28T05:25:24+00:00" "time": "2020-10-28T05:25:24+00:00"
}, },
{ {
...@@ -5627,6 +6223,20 @@ ...@@ -5627,6 +6223,20 @@
"debug", "debug",
"dump" "dump"
], ],
"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": "2020-10-26T20:47:51+00:00" "time": "2020-10-26T20:47:51+00:00"
}, },
{ {
...@@ -5682,6 +6292,20 @@ ...@@ -5682,6 +6292,20 @@
"instantiate", "instantiate",
"serialize" "serialize"
], ],
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -5753,6 +6377,20 @@ ...@@ -5753,6 +6377,20 @@
"psr13", "psr13",
"push" "push"
], ],
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -5807,30 +6445,44 @@ ...@@ -5807,30 +6445,44 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
"name": "tightenco/collect", "name": "tightenco/collect",
"version": "v8.0.4", "version": "v8.15.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/tighten/collect.git", "url": "https://github.com/tighten/collect.git",
"reference": "0d261a13c36fe964449d0240744eb4094ac3cd12" "reference": "e63b331f3709d6c278faf14cd859cd8f44a8d4a6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/tighten/collect/zipball/0d261a13c36fe964449d0240744eb4094ac3cd12", "url": "https://api.github.com/repos/tighten/collect/zipball/e63b331f3709d6c278faf14cd859cd8f44a8d4a6",
"reference": "0d261a13c36fe964449d0240744eb4094ac3cd12", "reference": "e63b331f3709d6c278faf14cd859cd8f44a8d4a6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1.3", "php": "^7.2",
"symfony/var-dumper": "^3.4 || ^4.0 || ^5.0" "symfony/var-dumper": "^3.4 || ^4.0 || ^5.0"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "^1.0", "mockery/mockery": "^1.0",
"nesbot/carbon": "^2.23.0", "nesbot/carbon": "^2.23.0",
"phpunit/phpunit": "^7.0" "phpunit/phpunit": "^8.3"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
...@@ -5857,7 +6509,7 @@ ...@@ -5857,7 +6509,7 @@
"collection", "collection",
"laravel" "laravel"
], ],
"time": "2020-09-14T22:38:08+00:00" "time": "2020-11-20T22:56:01+00:00"
}, },
{ {
"name": "twig/twig", "name": "twig/twig",
...@@ -5919,6 +6571,16 @@ ...@@ -5919,6 +6571,16 @@
"keywords": [ "keywords": [
"templating" "templating"
], ],
"funding": [
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
"type": "tidelift"
}
],
"time": "2020-10-27T19:28:23+00:00" "time": "2020-10-27T19:28:23+00:00"
}, },
{ {
...@@ -5991,6 +6653,12 @@ ...@@ -5991,6 +6653,12 @@
"jwt", "jwt",
"symfony" "symfony"
], ],
"funding": [
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2020-09-29T22:16:17+00:00" "time": "2020-09-29T22:16:17+00:00"
}, },
{ {
...@@ -6071,6 +6739,12 @@ ...@@ -6071,6 +6739,12 @@
"jwt", "jwt",
"symfony" "symfony"
], ],
"funding": [
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2020-09-29T21:35:58+00:00" "time": "2020-09-29T21:35:58+00:00"
}, },
{ {
...@@ -6159,6 +6833,12 @@ ...@@ -6159,6 +6833,12 @@
"jwt", "jwt",
"symfony" "symfony"
], ],
"funding": [
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2020-08-22T13:17:25+00:00" "time": "2020-08-22T13:17:25+00:00"
}, },
{ {
...@@ -6242,6 +6922,12 @@ ...@@ -6242,6 +6922,12 @@
"jwt", "jwt",
"symfony" "symfony"
], ],
"funding": [
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2020-08-01T11:48:26+00:00" "time": "2020-08-01T11:48:26+00:00"
}, },
{ {
...@@ -6322,6 +7008,12 @@ ...@@ -6322,6 +7008,12 @@
"jwt", "jwt",
"symfony" "symfony"
], ],
"funding": [
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2020-08-01T11:48:26+00:00" "time": "2020-08-01T11:48:26+00:00"
}, },
{ {
...@@ -6400,6 +7092,12 @@ ...@@ -6400,6 +7092,12 @@
"jwt", "jwt",
"symfony" "symfony"
], ],
"funding": [
{
"url": "https://www.patreon.com/FlorentMorselli",
"type": "patreon"
}
],
"time": "2020-08-22T13:37:56+00:00" "time": "2020-08-22T13:37:56+00:00"
}, },
{ {
...@@ -6507,16 +7205,16 @@ ...@@ -6507,16 +7205,16 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "amphp/amp", "name": "amphp/amp",
"version": "v2.5.0", "version": "v2.5.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/amphp/amp.git", "url": "https://github.com/amphp/amp.git",
"reference": "f220a51458bf4dd0dedebb171ac3457813c72bbc" "reference": "ecdc3c476b3ccff02f8e5d5bcc04f7ccfd18751c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/amphp/amp/zipball/f220a51458bf4dd0dedebb171ac3457813c72bbc", "url": "https://api.github.com/repos/amphp/amp/zipball/ecdc3c476b3ccff02f8e5d5bcc04f7ccfd18751c",
"reference": "f220a51458bf4dd0dedebb171ac3457813c72bbc", "reference": "ecdc3c476b3ccff02f8e5d5bcc04f7ccfd18751c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -6581,7 +7279,13 @@ ...@@ -6581,7 +7279,13 @@
"non-blocking", "non-blocking",
"promise" "promise"
], ],
"time": "2020-07-14T21:47:18+00:00" "funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"time": "2020-11-03T16:23:45+00:00"
}, },
{ {
"name": "amphp/byte-stream", "name": "amphp/byte-stream",
...@@ -6651,23 +7355,23 @@ ...@@ -6651,23 +7355,23 @@
}, },
{ {
"name": "composer/semver", "name": "composer/semver",
"version": "3.2.2", "version": "3.2.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/semver.git", "url": "https://github.com/composer/semver.git",
"reference": "4089fddb67bcf6bf860d91b979e95be303835002" "reference": "a02fdf930a3c1c3ed3a49b5f63859c0c20e10464"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/semver/zipball/4089fddb67bcf6bf860d91b979e95be303835002", "url": "https://api.github.com/repos/composer/semver/zipball/a02fdf930a3c1c3ed3a49b5f63859c0c20e10464",
"reference": "4089fddb67bcf6bf860d91b979e95be303835002", "reference": "a02fdf930a3c1c3ed3a49b5f63859c0c20e10464",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^5.3.2 || ^7.0 || ^8.0" "php": "^5.3.2 || ^7.0 || ^8.0"
}, },
"require-dev": { "require-dev": {
"phpstan/phpstan": "^0.12.19", "phpstan/phpstan": "^0.12.54",
"symfony/phpunit-bridge": "^4.2 || ^5" "symfony/phpunit-bridge": "^4.2 || ^5"
}, },
"type": "library", "type": "library",
...@@ -6709,20 +7413,34 @@ ...@@ -6709,20 +7413,34 @@
"validation", "validation",
"versioning" "versioning"
], ],
"time": "2020-10-14T08:51:15+00:00" "funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2020-11-13T08:59:24+00:00"
}, },
{ {
"name": "composer/xdebug-handler", "name": "composer/xdebug-handler",
"version": "1.4.4", "version": "1.4.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/xdebug-handler.git", "url": "https://github.com/composer/xdebug-handler.git",
"reference": "6e076a124f7ee146f2487554a94b6a19a74887ba" "reference": "f28d44c286812c714741478d968104c5e604a1d4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6e076a124f7ee146f2487554a94b6a19a74887ba", "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f28d44c286812c714741478d968104c5e604a1d4",
"reference": "6e076a124f7ee146f2487554a94b6a19a74887ba", "reference": "f28d44c286812c714741478d968104c5e604a1d4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -6753,7 +7471,21 @@ ...@@ -6753,7 +7471,21 @@
"Xdebug", "Xdebug",
"performance" "performance"
], ],
"time": "2020-10-24T12:39:10+00:00" "funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2020-11-13T08:04:11+00:00"
}, },
{ {
"name": "dnoegel/php-xdg-base-dir", "name": "dnoegel/php-xdg-base-dir",
...@@ -6970,6 +7702,12 @@ ...@@ -6970,6 +7702,12 @@
} }
], ],
"description": "A tool to automatically fix PHP code style", "description": "A tool to automatically fix PHP code style",
"funding": [
{
"url": "https://github.com/keradus",
"type": "github"
}
],
"time": "2020-10-27T22:44:27+00:00" "time": "2020-10-27T22:44:27+00:00"
}, },
{ {
...@@ -7172,16 +7910,16 @@ ...@@ -7172,16 +7910,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "0.12.52", "version": "0.12.57",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "e96dd5e7ae9aefed663bc7e285ad96792b67eadc" "reference": "f9909d1d0c44b4cbaf72babcf80e8f14d6fdd55b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/e96dd5e7ae9aefed663bc7e285ad96792b67eadc", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f9909d1d0c44b4cbaf72babcf80e8f14d6fdd55b",
"reference": "e96dd5e7ae9aefed663bc7e285ad96792b67eadc", "reference": "f9909d1d0c44b4cbaf72babcf80e8f14d6fdd55b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -7210,7 +7948,21 @@ ...@@ -7210,7 +7948,21 @@
"MIT" "MIT"
], ],
"description": "PHPStan - PHP Static Analysis Tool", "description": "PHPStan - PHP Static Analysis Tool",
"time": "2020-10-25T07:23:44+00:00" "funding": [
{
"url": "https://github.com/ondrejmirtes",
"type": "github"
},
{
"url": "https://www.patreon.com/phpstan",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
"type": "tidelift"
}
],
"time": "2020-11-21T12:53:28+00:00"
}, },
{ {
"name": "phpstan/phpstan-phpunit", "name": "phpstan/phpstan-phpunit",
...@@ -7322,6 +8074,12 @@ ...@@ -7322,6 +8074,12 @@
"unidiff", "unidiff",
"unified diff" "unified diff"
], ],
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:10:38+00:00" "time": "2020-10-26T13:10:38+00:00"
}, },
{ {
...@@ -7383,6 +8141,20 @@ ...@@ -7383,6 +8141,20 @@
], ],
"description": "Symfony DebugBundle", "description": "Symfony DebugBundle",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -7432,6 +8204,20 @@ ...@@ -7432,6 +8204,20 @@
"configuration", "configuration",
"options" "options"
], ],
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -7494,6 +8280,20 @@ ...@@ -7494,6 +8280,20 @@
], ],
"description": "Symfony PHPUnit Bridge", "description": "Symfony PHPUnit Bridge",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"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": "2020-10-24T12:35:18+00:00" "time": "2020-10-24T12:35:18+00:00"
}, },
{ {
...@@ -7538,6 +8338,20 @@ ...@@ -7538,6 +8338,20 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -7565,6 +8379,20 @@ ...@@ -7565,6 +8379,20 @@
"MIT" "MIT"
], ],
"description": "A pack for the Symfony web profiler", "description": "A pack for the Symfony web profiler",
"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": "2020-08-12T06:50:46+00:00" "time": "2020-08-12T06:50:46+00:00"
}, },
{ {
...@@ -7610,6 +8438,20 @@ ...@@ -7610,6 +8438,20 @@
], ],
"description": "Symfony Stopwatch Component", "description": "Symfony Stopwatch Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -7671,6 +8513,20 @@ ...@@ -7671,6 +8513,20 @@
], ],
"description": "Symfony WebProfilerBundle", "description": "Symfony WebProfilerBundle",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
...@@ -7725,6 +8581,20 @@ ...@@ -7725,6 +8581,20 @@
], ],
"description": "Symfony WebServerBundle", "description": "Symfony WebServerBundle",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"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": "2020-10-24T11:50:19+00:00" "time": "2020-10-24T11:50:19+00:00"
}, },
{ {
......
...@@ -21,7 +21,7 @@ class MyCustomPersonProvider implements PersonProviderInterface ...@@ -21,7 +21,7 @@ class MyCustomPersonProvider implements PersonProviderInterface
return []; return [];
} }
public function getPerson(string $id, bool $full): Person public function getPerson(string $id): Person
{ {
// TODO: Implement getPerson() method. // TODO: Implement getPerson() method.
return new Person(); return new Person();
......
...@@ -196,6 +196,9 @@ ...@@ -196,6 +196,9 @@
"psr/container": { "psr/container": {
"version": "1.0.0" "version": "1.0.0"
}, },
"psr/http-client": {
"version": "1.0.1"
},
"psr/http-message": { "psr/http-message": {
"version": "1.0.1" "version": "1.0.1"
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment