Update deps (PHP & JS)

Also re-enable assets diff in GitHub Actions.
This commit is contained in:
Jeremy Benoist
2020-11-30 11:52:44 +01:00
parent 61a755e4a8
commit cab3eb4005
4 changed files with 264 additions and 171 deletions

303
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "721f56c9d5ee9017e4738ce71673813b",
"content-hash": "bab074283482b16cce81ebeeca458a8a",
"packages": [
{
"name": "babdev/pagerfanta-bundle",
@ -137,32 +137,31 @@
},
{
"name": "beberlei/assert",
"version": "v3.2.7",
"version": "v3.3.0",
"source": {
"type": "git",
"url": "https://github.com/beberlei/assert.git",
"reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf"
"reference": "5367e3895976b49704ae671f75bc5f0ba1b986ab"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/beberlei/assert/zipball/d63a6943fc4fd1a2aedb65994e3548715105abcf",
"reference": "d63a6943fc4fd1a2aedb65994e3548715105abcf",
"url": "https://api.github.com/repos/beberlei/assert/zipball/5367e3895976b49704ae671f75bc5f0ba1b986ab",
"reference": "5367e3895976b49704ae671f75bc5f0ba1b986ab",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-simplexml": "*",
"php": "^7"
"php": "^7.0 || ^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "*",
"phpstan/phpstan-shim": "*",
"phpunit/phpunit": ">=6.0.0 <8"
},
"suggest": {
"ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
"phpstan/phpstan": "*",
"phpunit/phpunit": ">=6.0.0",
"yoast/phpunit-polyfills": "^0.1.0"
},
"type": "library",
"autoload": {
@ -195,7 +194,7 @@
"assertion",
"validation"
],
"time": "2019-12-19T17:51:41+00:00"
"time": "2020-11-13T20:02:54+00:00"
},
{
"name": "behat/transliterator",
@ -306,16 +305,16 @@
},
{
"name": "composer/package-versions-deprecated",
"version": "1.11.99",
"version": "1.11.99.1",
"source": {
"type": "git",
"url": "https://github.com/composer/package-versions-deprecated.git",
"reference": "c8c9aa8a14cc3d3bec86d0a8c3fa52ea79936855"
"reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/c8c9aa8a14cc3d3bec86d0a8c3fa52ea79936855",
"reference": "c8c9aa8a14cc3d3bec86d0a8c3fa52ea79936855",
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/7413f0b55a051e89485c5cb9f765fe24bb02a7b6",
"reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6",
"shasum": ""
},
"require": {
@ -371,7 +370,7 @@
"type": "tidelift"
}
],
"time": "2020-08-25T05:50:16+00:00"
"time": "2020-11-11T10:22:58+00:00"
},
{
"name": "craue/config-bundle",
@ -576,6 +575,10 @@
"docblock",
"parser"
],
"support": {
"issues": "https://github.com/doctrine/annotations/issues",
"source": "https://github.com/doctrine/annotations/tree/1.11.1"
},
"time": "2020-10-26T10:28:16+00:00"
},
{
@ -1390,36 +1393,31 @@
},
{
"name": "doctrine/instantiator",
"version": "1.3.1",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
"reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"doctrine/coding-standard": "^8.0",
"ext-pdo": "*",
"ext-phar": "*",
"phpbench/phpbench": "^0.13",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-shim": "^0.11",
"phpunit/phpunit": "^7.0"
"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",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
@ -1433,7 +1431,7 @@
{
"name": "Marco Pivetta",
"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",
@ -1456,7 +1454,7 @@
"type": "tidelift"
}
],
"time": "2020-05-29T17:27:14+00:00"
"time": "2020-11-10T18:47:58+00:00"
},
{
"name": "doctrine/lexer",
@ -1870,21 +1868,25 @@
"reflection",
"static"
],
"support": {
"issues": "https://github.com/doctrine/reflection/issues",
"source": "https://github.com/doctrine/reflection/tree/1.2.2"
},
"abandoned": "roave/better-reflection",
"time": "2020-10-27T21:46:55+00:00"
},
{
"name": "egulias/email-validator",
"version": "2.1.22",
"version": "2.1.24",
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
"reference": "68e418ec08fbfc6f58f6fd2eea70ca8efc8cc7d5"
"reference": "ca90a3291eee1538cd48ff25163240695bd95448"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/68e418ec08fbfc6f58f6fd2eea70ca8efc8cc7d5",
"reference": "68e418ec08fbfc6f58f6fd2eea70ca8efc8cc7d5",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ca90a3291eee1538cd48ff25163240695bd95448",
"reference": "ca90a3291eee1538cd48ff25163240695bd95448",
"shasum": ""
},
"require": {
@ -1929,7 +1931,13 @@
"validation",
"validator"
],
"time": "2020-09-26T15:48:38+00:00"
"funding": [
{
"url": "https://github.com/egulias",
"type": "github"
}
],
"time": "2020-11-14T15:56:27+00:00"
},
{
"name": "fig/link-util",
@ -4025,16 +4033,16 @@
},
{
"name": "j0k3r/graby-site-config",
"version": "1.0.117",
"version": "1.0.119",
"source": {
"type": "git",
"url": "https://github.com/j0k3r/graby-site-config.git",
"reference": "7e333f35c6cc22a16768a467de7ecf3040a3037d"
"reference": "0351385ba4d0fdb99368d30b8f2fc9c2ff3500ab"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/7e333f35c6cc22a16768a467de7ecf3040a3037d",
"reference": "7e333f35c6cc22a16768a467de7ecf3040a3037d",
"url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/0351385ba4d0fdb99368d30b8f2fc9c2ff3500ab",
"reference": "0351385ba4d0fdb99368d30b8f2fc9c2ff3500ab",
"shasum": ""
},
"require": {
@ -4061,7 +4069,7 @@
}
],
"description": "Graby site config files",
"time": "2020-10-25T21:32:06+00:00"
"time": "2020-11-30T10:27:06+00:00"
},
{
"name": "j0k3r/httplug-ssrf-plugin",
@ -4420,16 +4428,16 @@
},
{
"name": "jms/serializer",
"version": "3.9.0",
"version": "3.10.0",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/serializer.git",
"reference": "4fe470c179ae8da9e243dd8fac6c0fc2302d9378"
"reference": "0ed0b6aa79cc029772286f2dc262f6933674b0ec"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/serializer/zipball/4fe470c179ae8da9e243dd8fac6c0fc2302d9378",
"reference": "4fe470c179ae8da9e243dd8fac6c0fc2302d9378",
"url": "https://api.github.com/repos/schmittjoh/serializer/zipball/0ed0b6aa79cc029772286f2dc262f6933674b0ec",
"reference": "0ed0b6aa79cc029772286f2dc262f6933674b0ec",
"shasum": ""
},
"require": {
@ -4440,7 +4448,7 @@
"php": "^7.2"
},
"require-dev": {
"doctrine/coding-standard": "^5.0",
"doctrine/coding-standard": "^8.1",
"doctrine/orm": "~2.1",
"doctrine/persistence": "^1.3.3|^2.0|^3.0",
"doctrine/phpcr-odm": "^1.3|^2.0",
@ -4466,7 +4474,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.9-dev"
"dev-master": "3.10-dev"
}
},
"autoload": {
@ -4503,7 +4511,7 @@
"type": "github"
}
],
"time": "2020-08-26T07:23:26+00:00"
"time": "2020-10-29T20:24:00+00:00"
},
{
"name": "jms/serializer-bundle",
@ -5035,16 +5043,16 @@
},
{
"name": "lcobucci/jwt",
"version": "3.3.3",
"version": "3.4.1",
"source": {
"type": "git",
"url": "https://github.com/lcobucci/jwt.git",
"reference": "c1123697f6a2ec29162b82f170dd4a491f524773"
"reference": "958a9873a63b0244a72f6e354ccc86019ee674a5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/c1123697f6a2ec29162b82f170dd4a491f524773",
"reference": "c1123697f6a2ec29162b82f170dd4a491f524773",
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/958a9873a63b0244a72f6e354ccc86019ee674a5",
"reference": "958a9873a63b0244a72f6e354ccc86019ee674a5",
"shasum": ""
},
"require": {
@ -5059,6 +5067,9 @@
"phpunit/phpunit": "^5.7 || ^7.3",
"squizlabs/php_codesniffer": "~2.3"
},
"suggest": {
"lcobucci/clock": "*"
},
"type": "library",
"extra": {
"branch-alias": {
@ -5068,7 +5079,12 @@
"autoload": {
"psr-4": {
"Lcobucci\\JWT\\": "src"
}
},
"files": [
"compat/class-aliases.php",
"compat/json-exception-polyfill.php",
"compat/lcobucci-clock-polyfill.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@ -5096,7 +5112,7 @@
"type": "patreon"
}
],
"time": "2020-08-20T13:22:28+00:00"
"time": "2020-11-27T01:17:14+00:00"
},
{
"name": "lexik/form-filter-bundle",
@ -5918,6 +5934,11 @@
"pseudorandom",
"random"
],
"support": {
"email": "info@paragonie.com",
"issues": "https://github.com/paragonie/random_compat/issues",
"source": "https://github.com/paragonie/random_compat"
},
"time": "2020-10-15T10:06:57+00:00"
},
{
@ -6141,16 +6162,16 @@
},
{
"name": "php-http/discovery",
"version": "1.12.0",
"version": "1.13.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/discovery.git",
"reference": "4366bf1bc39b663aa87459bd725501d2f1988b6c"
"reference": "788f72d64c43dc361e7fcc7464c3d947c64984a7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/discovery/zipball/4366bf1bc39b663aa87459bd725501d2f1988b6c",
"reference": "4366bf1bc39b663aa87459bd725501d2f1988b6c",
"url": "https://api.github.com/repos/php-http/discovery/zipball/788f72d64c43dc361e7fcc7464c3d947c64984a7",
"reference": "788f72d64c43dc361e7fcc7464c3d947c64984a7",
"shasum": ""
},
"require": {
@ -6202,7 +6223,7 @@
"message",
"psr7"
],
"time": "2020-09-22T13:31:04+00:00"
"time": "2020-11-27T14:49:42+00:00"
},
{
"name": "php-http/guzzle5-adapter",
@ -6429,20 +6450,20 @@
},
{
"name": "php-http/logger-plugin",
"version": "1.2.0",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/php-http/logger-plugin.git",
"reference": "fbf0c3e72e1738fdd45d4b3ad9cf03dda4cfcb26"
"reference": "f53a191c14717eedadc86e6f7fdd19be7a9583c2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/logger-plugin/zipball/fbf0c3e72e1738fdd45d4b3ad9cf03dda4cfcb26",
"reference": "fbf0c3e72e1738fdd45d4b3ad9cf03dda4cfcb26",
"url": "https://api.github.com/repos/php-http/logger-plugin/zipball/f53a191c14717eedadc86e6f7fdd19be7a9583c2",
"reference": "f53a191c14717eedadc86e6f7fdd19be7a9583c2",
"shasum": ""
},
"require": {
"php": "^7.1 || ^7.0",
"php": "^7.0 || ^8.0",
"php-http/client-common": "^1.9 || ^2.0",
"php-http/message": "^1.0",
"psr/log": "^1.0",
@ -6480,25 +6501,25 @@
"logger",
"plugin"
],
"time": "2020-07-14T08:00:44+00:00"
"time": "2020-11-27T10:38:40+00:00"
},
{
"name": "php-http/message",
"version": "1.9.1",
"version": "1.10.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/message.git",
"reference": "09f3f13af3a1a4273ecbf8e6b27248c002a3db29"
"reference": "39db36d5972e9e6d00ea852b650953f928d8f10d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/message/zipball/09f3f13af3a1a4273ecbf8e6b27248c002a3db29",
"reference": "09f3f13af3a1a4273ecbf8e6b27248c002a3db29",
"url": "https://api.github.com/repos/php-http/message/zipball/39db36d5972e9e6d00ea852b650953f928d8f10d",
"reference": "39db36d5972e9e6d00ea852b650953f928d8f10d",
"shasum": ""
},
"require": {
"clue/stream-filter": "^1.4.1",
"php": "^7.1",
"clue/stream-filter": "^1.5",
"php": "^7.1 || ^8.0",
"php-http/message-factory": "^1.0.2",
"psr/http-message": "^1.0"
},
@ -6506,13 +6527,10 @@
"php-http/message-factory-implementation": "1.0"
},
"require-dev": {
"akeneo/phpspec-skip-example-extension": "^1.0",
"coduo/phpspec-data-provider-extension": "^1.0",
"ergebnis/composer-normalize": "^2.1",
"ergebnis/composer-normalize": "^2.6",
"ext-zlib": "*",
"guzzlehttp/psr7": "^1.0",
"henrikbjorn/phpspec-code-coverage": "^1.0",
"phpspec/phpspec": "^2.4",
"phpspec/phpspec": "^5.1 || ^6.3",
"slim/slim": "^3.0",
"zendframework/zend-diactoros": "^1.0"
},
@ -6525,7 +6543,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.8-dev"
"dev-master": "1.10-dev"
}
},
"autoload": {
@ -6553,7 +6571,7 @@
"message",
"psr-7"
],
"time": "2020-10-13T06:21:08+00:00"
"time": "2020-11-11T10:19:56+00:00"
},
{
"name": "php-http/message-factory",
@ -8107,6 +8125,10 @@
"feeds",
"rss"
],
"support": {
"issues": "https://github.com/simplepie/simplepie/issues",
"source": "https://github.com/simplepie/simplepie/tree/1.5.6"
},
"time": "2020-10-14T07:17:22+00:00"
},
{
@ -8423,16 +8445,16 @@
},
{
"name": "symfony/http-client",
"version": "v5.1.8",
"version": "v5.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
"reference": "97a6a1f9f5bb3a6094833107b58a72bc9a9165cc"
"reference": "5b9fc5d85a6cec73832ff170ccd468d97dd082d9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/97a6a1f9f5bb3a6094833107b58a72bc9a9165cc",
"reference": "97a6a1f9f5bb3a6094833107b58a72bc9a9165cc",
"url": "https://api.github.com/repos/symfony/http-client/zipball/5b9fc5d85a6cec73832ff170ccd468d97dd082d9",
"reference": "5b9fc5d85a6cec73832ff170ccd468d97dd082d9",
"shasum": ""
},
"require": {
@ -8450,6 +8472,7 @@
"symfony/http-client-implementation": "1.1"
},
"require-dev": {
"amphp/amp": "^2.5",
"amphp/http-client": "^4.2.1",
"amphp/http-tunnel": "^1.0",
"amphp/socket": "^1.1",
@ -8459,7 +8482,8 @@
"psr/http-client": "^1.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/http-kernel": "^4.4.13|^5.1.5",
"symfony/process": "^4.4|^5.0"
"symfony/process": "^4.4|^5.0",
"symfony/stopwatch": "^4.4|^5.0"
},
"type": "library",
"autoload": {
@ -8500,7 +8524,7 @@
"type": "tidelift"
}
],
"time": "2020-10-24T12:01:57+00:00"
"time": "2020-11-28T13:45:20+00:00"
},
{
"name": "symfony/http-client-contracts",
@ -8580,20 +8604,21 @@
},
{
"name": "symfony/mime",
"version": "v5.1.8",
"version": "v5.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
"reference": "f5485a92c24d4bcfc2f3fc648744fb398482ff1b"
"reference": "05f667e8fa029568964fd3bec6bc17765b853cc5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/f5485a92c24d4bcfc2f3fc648744fb398482ff1b",
"reference": "f5485a92c24d4bcfc2f3fc648744fb398482ff1b",
"url": "https://api.github.com/repos/symfony/mime/zipball/05f667e8fa029568964fd3bec6bc17765b853cc5",
"reference": "05f667e8fa029568964fd3bec6bc17765b853cc5",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0",
"symfony/polyfill-php80": "^1.15"
@ -8603,7 +8628,11 @@
},
"require-dev": {
"egulias/email-validator": "^2.1.10",
"symfony/dependency-injection": "^4.4|^5.0"
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/property-access": "^4.4|^5.1",
"symfony/property-info": "^4.4|^5.1",
"symfony/serializer": "^5.2"
},
"type": "library",
"autoload": {
@ -8648,7 +8677,7 @@
"type": "tidelift"
}
],
"time": "2020-10-24T12:01:57+00:00"
"time": "2020-10-30T14:55:39+00:00"
},
{
"name": "symfony/monolog-bundle",
@ -8785,6 +8814,9 @@
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-apcu/tree/v1.20.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@ -8861,6 +8893,9 @@
"polyfill",
"portable"
],
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.20.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@ -8938,6 +8973,9 @@
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-iconv/tree/v1.20.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@ -9014,6 +9052,9 @@
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.20.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@ -9098,6 +9139,9 @@
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.20.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@ -9179,6 +9223,9 @@
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.20.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@ -9256,6 +9303,9 @@
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.20.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@ -9321,6 +9371,9 @@
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php56/tree/v1.20.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@ -9386,6 +9439,9 @@
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php70/tree/v1.20.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@ -9459,6 +9515,9 @@
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php72/tree/v1.20.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@ -9535,6 +9594,9 @@
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php73/tree/v1.20.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@ -9615,6 +9677,9 @@
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.20.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@ -9691,6 +9756,9 @@
"portable",
"uuid"
],
"support": {
"source": "https://github.com/symfony/polyfill-uuid/tree/v1.20.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
@ -10211,6 +10279,10 @@
"MIT"
],
"description": "PHP core functions that throw exceptions instead of returning FALSE on error",
"support": {
"issues": "https://github.com/thecodingmachine/safe/issues",
"source": "https://github.com/thecodingmachine/safe/tree/v1.3.3"
},
"time": "2020-10-28T17:51:34+00:00"
},
{
@ -10378,6 +10450,10 @@
"keywords": [
"templating"
],
"support": {
"issues": "https://github.com/twigphp/Twig/issues",
"source": "https://github.com/twigphp/Twig/tree/v2.14.1"
},
"funding": [
{
"url": "https://github.com/fabpot",
@ -10718,23 +10794,23 @@
"packages-dev": [
{
"name": "composer/semver",
"version": "3.2.2",
"version": "3.2.4",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
"reference": "4089fddb67bcf6bf860d91b979e95be303835002"
"reference": "a02fdf930a3c1c3ed3a49b5f63859c0c20e10464"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/semver/zipball/4089fddb67bcf6bf860d91b979e95be303835002",
"reference": "4089fddb67bcf6bf860d91b979e95be303835002",
"url": "https://api.github.com/repos/composer/semver/zipball/a02fdf930a3c1c3ed3a49b5f63859c0c20e10464",
"reference": "a02fdf930a3c1c3ed3a49b5f63859c0c20e10464",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^0.12.19",
"phpstan/phpstan": "^0.12.54",
"symfony/phpunit-bridge": "^4.2 || ^5"
},
"type": "library",
@ -10790,20 +10866,20 @@
"type": "tidelift"
}
],
"time": "2020-10-14T08:51:15+00:00"
"time": "2020-11-13T08:59:24+00:00"
},
{
"name": "composer/xdebug-handler",
"version": "1.4.4",
"version": "1.4.5",
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
"reference": "6e076a124f7ee146f2487554a94b6a19a74887ba"
"reference": "f28d44c286812c714741478d968104c5e604a1d4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6e076a124f7ee146f2487554a94b6a19a74887ba",
"reference": "6e076a124f7ee146f2487554a94b6a19a74887ba",
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f28d44c286812c714741478d968104c5e604a1d4",
"reference": "f28d44c286812c714741478d968104c5e604a1d4",
"shasum": ""
},
"require": {
@ -10848,7 +10924,7 @@
"type": "tidelift"
}
],
"time": "2020-10-24T12:39:10+00:00"
"time": "2020-11-13T08:04:11+00:00"
},
{
"name": "dama/doctrine-test-bundle",
@ -11152,6 +11228,10 @@
}
],
"description": "A tool to automatically fix PHP code style",
"support": {
"issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues",
"source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.16.7"
},
"funding": [
{
"url": "https://github.com/keradus",
@ -11306,6 +11386,10 @@
"keywords": [
"diff"
],
"support": {
"issues": "https://github.com/PHP-CS-Fixer/diff/issues",
"source": "https://github.com/PHP-CS-Fixer/diff/tree/v1.3.1"
},
"time": "2020-10-14T08:39:05+00:00"
},
{
@ -11749,16 +11833,16 @@
},
{
"name": "symfony/phpunit-bridge",
"version": "v5.1.8",
"version": "v5.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git",
"reference": "61744927348cd391ac12f7c6b70544991275845c"
"reference": "92a76ca5e64effd41ce111b8f476144dfa29f1f0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/61744927348cd391ac12f7c6b70544991275845c",
"reference": "61744927348cd391ac12f7c6b70544991275845c",
"url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/92a76ca5e64effd41ce111b8f476144dfa29f1f0",
"reference": "92a76ca5e64effd41ce111b8f476144dfa29f1f0",
"shasum": ""
},
"require": {
@ -11768,7 +11852,8 @@
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0|<6.4,>=6.0|9.1.2"
},
"require-dev": {
"symfony/deprecation-contracts": "^2.1"
"symfony/deprecation-contracts": "^2.1",
"symfony/error-handler": "^4.4|^5.0"
},
"suggest": {
"symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
@ -11824,7 +11909,7 @@
"type": "tidelift"
}
],
"time": "2020-10-24T15:53:55+00:00"
"time": "2020-11-27T00:39:34+00:00"
}
],
"aliases": [],