Internal: Update internal libs in composer.json to match other Symfony 6 dependencies (Symfony 6 compatibility progress)

pull/5146/head
Yannick Warnier 2 years ago
parent ad1e943485
commit 37e0a26444
  1. 12
      composer.json

@ -10,6 +10,12 @@
"docs": "https://github.com/chamilo/docs",
"issues": "https://github.com/chamilo/chamilo-lms/issues"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/chamilo/OhGoogleMapFormTypeBundle"
}
],
"autoload": {
"psr-4": {
"Chamilo\\": "src/"
@ -59,7 +65,8 @@
"a2lix/translation-form-bundle": "^3.0",
"api-platform/core": "^2.7",
"beberlei/doctrineextensions": "^1.3",
"chamilo/settings-bundle": "dev-master",
"chamilo/google-map-form-type-bundle": "^1.5",
"chamilo/settings-bundle": "1.1.1",
"clue/graph": "^0.9.2",
"cocur/slugify": "^4.0",
"doctrine/doctrine-bundle": "^2.10",
@ -80,7 +87,6 @@
"knplabs/doctrine-behaviors": "~2.0",
"knplabs/knp-components": "~3.0",
"knpuniversity/oauth2-client-bundle": "~2.0",
"krixer/google-map-form-type-bundle": "^1.3",
"laminas/laminas-config": "~3.5",
"laminas/laminas-feed": "~2.14",
"laminas/laminas-filter": "~2.9",
@ -99,7 +105,7 @@
"oneup/flysystem-bundle": "~4.0",
"pagerfanta/pagerfanta": "~3.1",
"paragonie/random-lib": "~2.0",
"php-ffmpeg/php-ffmpeg": "~0.14",
"php-ffmpeg/php-ffmpeg": "~1.2.0",
"phpdocumentor/reflection-docblock": "^5.3",
"phpoffice/phpspreadsheet": "~1.16",
"phpoffice/phpword": "~0.18",

Loading…
Cancel
Save