[DEPENDENCIES] Update dependencies

This commit is contained in:
Hugo Sales 2020-11-09 23:04:56 +00:00 committed by Hugo Sales
parent 1b946586e1
commit 411884bfc5
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 42 additions and 25 deletions

67
composer.lock generated
View File

@ -718,16 +718,16 @@
},
{
"name": "doctrine/doctrine-bundle",
"version": "2.1.2",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineBundle.git",
"reference": "f5153089993e1230f5d8acbd8e126014d5a63e17"
"reference": "c1b1fe95a6cce5e53a1454c46ae3500e53fadae1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/f5153089993e1230f5d8acbd8e126014d5a63e17",
"reference": "f5153089993e1230f5d8acbd8e126014d5a63e17",
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/c1b1fe95a6cce5e53a1454c46ae3500e53fadae1",
"reference": "c1b1fe95a6cce5e53a1454c46ae3500e53fadae1",
"shasum": ""
},
"require": {
@ -748,10 +748,10 @@
"twig/twig": "<1.34|>=2.0,<2.4"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"doctrine/coding-standard": "^8.0",
"doctrine/orm": "^2.6",
"ocramius/proxy-manager": "^2.1",
"phpunit/phpunit": "^7.5",
"phpunit/phpunit": "^7.5 || ^9.3",
"symfony/phpunit-bridge": "^4.2",
"symfony/property-info": "^4.3.3|^5.0",
"symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0",
@ -759,7 +759,7 @@
"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"
"twig/twig": "^1.34|^2.12|^3.0"
},
"suggest": {
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
@ -768,7 +768,7 @@
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
"dev-master": "2.2.x-dev"
}
},
"autoload": {
@ -808,7 +808,7 @@
],
"support": {
"issues": "https://github.com/doctrine/DoctrineBundle/issues",
"source": "https://github.com/doctrine/DoctrineBundle/tree/2.1.2"
"source": "https://github.com/doctrine/DoctrineBundle/tree/2.2.0"
},
"funding": [
{
@ -824,7 +824,7 @@
"type": "tidelift"
}
],
"time": "2020-08-25T10:57:15+00:00"
"time": "2020-11-07T16:32:32+00:00"
},
{
"name": "doctrine/doctrine-migrations-bundle",
@ -2416,21 +2416,21 @@
},
{
"name": "ocramius/proxy-manager",
"version": "2.8.0",
"version": "2.9.1",
"source": {
"type": "git",
"url": "https://github.com/Ocramius/ProxyManager.git",
"reference": "ac1dd414fd114cfc0da9930e0ab46063c2f5e62a"
"reference": "7452942d38ae36223b0f8408619181f69799eb5c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/ac1dd414fd114cfc0da9930e0ab46063c2f5e62a",
"reference": "ac1dd414fd114cfc0da9930e0ab46063c2f5e62a",
"url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/7452942d38ae36223b0f8408619181f69799eb5c",
"reference": "7452942d38ae36223b0f8408619181f69799eb5c",
"shasum": ""
},
"require": {
"composer-runtime-api": "^2.0.0",
"laminas/laminas-code": "^3.4.1",
"ocramius/package-versions": "^1.8.0",
"php": "~7.4.1",
"webimpress/safe-writer": "^2.0.1"
},
@ -2440,15 +2440,16 @@
"zendframework/zend-stdlib": "<3.2.1"
},
"require-dev": {
"doctrine/coding-standard": "^6.0.0",
"codelicia/xulieta": "^0.1.2",
"doctrine/coding-standard": "^8.1.0",
"ext-phar": "*",
"infection/infection": "^0.16.2",
"nikic/php-parser": "^4.4.0",
"phpbench/phpbench": "^0.17.0",
"phpunit/phpunit": "^9.1.1",
"slevomat/coding-standard": "^5.0.4",
"squizlabs/php_codesniffer": "^3.5.4",
"vimeo/psalm": "^3.11.1"
"infection/infection": "^0.16.4",
"nikic/php-parser": "^4.6.0",
"phpbench/phpbench": "^0.17.1",
"phpunit/phpunit": "^9.2.5",
"slevomat/coding-standard": "^6.3.10",
"squizlabs/php_codesniffer": "^3.5.5",
"vimeo/psalm": "^3.12.2"
},
"suggest": {
"laminas/laminas-json": "To have the JsonRpc adapter (Remote Object feature)",
@ -2487,6 +2488,10 @@
"proxy pattern",
"service proxies"
],
"support": {
"issues": "https://github.com/Ocramius/ProxyManager/issues",
"source": "https://github.com/Ocramius/ProxyManager/tree/2.9.1"
},
"funding": [
{
"url": "https://github.com/Ocramius",
@ -2497,7 +2502,7 @@
"type": "tidelift"
}
],
"time": "2020-04-13T14:42:16+00:00"
"time": "2020-08-26T16:19:12+00:00"
},
{
"name": "odolbeau/phone-number-bundle",
@ -9180,6 +9185,10 @@
}
],
"description": "Command line tool that identifies code that needs documentation.",
"support": {
"issues": "https://github.com/NielsdeBlaauw/php-doc-check/issues",
"source": "https://github.com/NielsdeBlaauw/php-doc-check/tree/master"
},
"time": "2019-02-10T20:38:29+00:00"
},
{
@ -10007,6 +10016,10 @@
],
"description": "Command line arguments parser for PHP 5.4 - 7.3",
"homepage": "http://getopt-php.github.io/getopt-php",
"support": {
"issues": "https://github.com/getopt-php/getopt-php/issues",
"source": "https://github.com/getopt-php/getopt-php/tree/v3.4.0"
},
"time": "2020-07-14T06:09:04+00:00"
},
{
@ -10057,6 +10070,10 @@
"cli",
"console"
],
"support": {
"issues": "https://github.com/wp-cli/php-cli-tools/issues",
"source": "https://github.com/wp-cli/php-cli-tools/tree/master"
},
"time": "2018-09-04T13:28:00+00:00"
}
],
@ -10073,5 +10090,5 @@
"ext-iconv": "*"
},
"platform-dev": [],
"plugin-api-version": "1.1.0"
"plugin-api-version": "2.0.0"
}