feat(upgrade): upgrade php dep

This commit is contained in:
Simon Vieille 2023-01-25 21:28:38 +01:00
parent 8ff8ec9dac
commit 76a8cf1751
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -17,15 +17,14 @@
"doctrine/doctrine-migrations-bundle": "^3.2",
"doctrine/orm": "^2.11",
"fusonic/opengraph": "^2.2",
"friendsofsymfony/jsrouting-bundle": "^2.8",
"friendsofsymfony/jsrouting-bundle": "^3.2",
"jaybizzle/crawler-detect": "^1.2",
"knplabs/doctrine-behaviors": "^2.6",
"knplabs/knp-paginator-bundle": "^5.8",
"liip/imagine-bundle": "^2.7",
"matomo/device-detector": "^5.0",
"phpdocumentor/reflection-docblock": "^5.3",
"scheb/2fa-google-authenticator": "^5.13",
"scheb/2fa-qr-code": "^5.13",
"scheb/2fa-bundle": "^6.5",
"sensio/framework-extra-bundle": "^6.2",
"sensiolabs/ansi-to-html": "^1.2",
"spe/filesize-extension-bundle": "~2.0.0",
@ -67,5 +66,11 @@
"psr-4": {
"App\\Core\\": "src/core/"
}
},
"config": {
"allow-plugins": {
"symfony/flex": false,
"symfony/runtime": false
}
}
}