BUGFIX: some packages were not updated for php-8.0

This commit is contained in:
Jeroen De Meerleer 2021-05-26 14:09:31 +02:00
parent e56a3c108e
commit 7a1ed50247
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 19 additions and 15 deletions

34
composer.lock generated
View File

@ -81,16 +81,16 @@
}, },
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
"version": "1.11.2", "version": "1.11.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/cache.git", "url": "https://github.com/doctrine/cache.git",
"reference": "9c53086695937c50c47936ed86d96150ffbcf60d" "reference": "3bb5588cec00a0268829cc4a518490df6741af9d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/9c53086695937c50c47936ed86d96150ffbcf60d", "url": "https://api.github.com/repos/doctrine/cache/zipball/3bb5588cec00a0268829cc4a518490df6741af9d",
"reference": "9c53086695937c50c47936ed86d96150ffbcf60d", "reference": "3bb5588cec00a0268829cc4a518490df6741af9d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -160,7 +160,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/cache/issues", "issues": "https://github.com/doctrine/cache/issues",
"source": "https://github.com/doctrine/cache/tree/1.11.2" "source": "https://github.com/doctrine/cache/tree/1.11.3"
}, },
"funding": [ "funding": [
{ {
@ -176,7 +176,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-20T14:57:29+00:00" "time": "2021-05-25T09:01:55+00:00"
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
@ -658,26 +658,26 @@
}, },
{ {
"name": "mehrkanal/twig-encore-extension", "name": "mehrkanal/twig-encore-extension",
"version": "v1.2", "version": "v1.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mehrkanal/twig-encore-extension.git", "url": "https://github.com/mehrkanal/twig-encore-extension.git",
"reference": "0311a300d84ff36758a80929a5feab53dab59795" "reference": "cdae6ec86da346326452c261cfeaf04efe8efaa0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/mehrkanal/twig-encore-extension/zipball/0311a300d84ff36758a80929a5feab53dab59795", "url": "https://api.github.com/repos/mehrkanal/twig-encore-extension/zipball/cdae6ec86da346326452c261cfeaf04efe8efaa0",
"reference": "0311a300d84ff36758a80929a5feab53dab59795", "reference": "cdae6ec86da346326452c261cfeaf04efe8efaa0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1", "php": "^8.0",
"symfony/webpack-encore-bundle": "^1.7", "symfony/webpack-encore-bundle": "^1.7",
"twig/twig": "^1.42.5 || ^2.12.5 || ^3.0.3" "twig/twig": "^1.42.5 || ^2.12.5 || ^3.0.3"
}, },
"require-dev": { "require-dev": {
"mehrkanal/editorconfig": "dev-master", "phpstan/phpstan": "^0.12.0",
"squizlabs/php_codesniffer": "^3.2" "squizlabs/php_codesniffer": "^3.6"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -693,14 +693,18 @@
{ {
"name": "Julian Frauenholz", "name": "Julian Frauenholz",
"email": "frauenholz@mehrkanal.com" "email": "frauenholz@mehrkanal.com"
},
{
"name": "Thomas Eimers",
"email": "eimers@mehrkanal.com"
} }
], ],
"description": "Twig Extension to use entrypoints.json in Twig Templates", "description": "Twig Extension to use entrypoints.json in Twig Templates",
"support": { "support": {
"issues": "https://github.com/mehrkanal/twig-encore-extension/issues", "issues": "https://github.com/mehrkanal/twig-encore-extension/issues",
"source": "https://github.com/mehrkanal/twig-encore-extension/tree/v1.2" "source": "https://github.com/mehrkanal/twig-encore-extension/tree/v1.3"
}, },
"time": "2021-04-28T08:26:42+00:00" "time": "2021-05-18T15:43:37+00:00"
}, },
{ {
"name": "paragonie/constant_time_encoding", "name": "paragonie/constant_time_encoding",