diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 37c0576c7e77210e3169ce0f4f90b86ea7be6556..76526593074c47b460c8500af95b3c1cef745b1f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -71,7 +71,6 @@ deploy_ftp:
         - cd ${PWD}
         - rm -R .git/
         - rm .bowerrc
-        - rm auth.json
         - rm bower.json
         - rm .gitignore
         - rm .gitlab-ci.yml
diff --git a/README-docker.md b/README-docker.md
index 15d31572f49d83f1017588ad79a4774b4f2de17f..d93296f84390580e398523bcb205d13fe2511d99 100644
--- a/README-docker.md
+++ b/README-docker.md
@@ -42,6 +42,10 @@ fichiers SQL, à modifier la fonction `init_data_db` du fichier `docker/app/usr/
 ./docker-compose.sh web-dpo
 ```
 
+```
+docker run --rm -it $(docker build -q --file docker/app/Dockerfile .) /bin/bash
+```
+
 ### Nettoyage des images docker etc...
 
 Lorsqu'on change de page ou que l'on a fait des modifications importantes, pour supprimer les images docker etc et
diff --git a/auth.json b/auth.json
deleted file mode 100644
index 96f8c1d78d313f91ab895c46be7c40e3d1ffca58..0000000000000000000000000000000000000000
--- a/auth.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
-    "gitlab-oauth": {
-        "gitlab.libriciel.fr": "a9c9f553b98691f57c7301ac0693decc642f9871ab968ff0d0addb3174d10f8d"
-    }
-}
\ No newline at end of file
diff --git a/composer.json b/composer.json
index 587df94f6441fd3448a123d9a00abafc22ae0bd7..1fe978df97900ae6ceb0eacd2c525dcd30cbcd4a 100755
--- a/composer.json
+++ b/composer.json
@@ -24,7 +24,7 @@
         "bin-dir": "vendors/bin",
         "vendor-dir" : "vendors/",
         "gitlab-domains": [
-            "gitlab.libriciel.fr"
+            "gitlab.adullact.net"
         ],
         "allow-plugins": {
             "composer/installers": true
@@ -33,39 +33,39 @@
     "repositories": [
 	{
         "type": "gitlab",
-        "url": "git@gitlab.libriciel.fr:CakePHP/Database.git"
+        "url": "git@gitlab.adullact.net:Libriciel/CakePHP/database.git"
     },
 	{
         "type": "gitlab",
-        "url": "git@gitlab.libriciel.fr:CakePHP/Postgres.git"
+        "url": "git@gitlab.adullact.net:Libriciel/CakePHP/postgres.git"
 	},
 	{
 	    "type": "gitlab",
-	    "url": "git@gitlab.libriciel.fr:CakePHP/AuthManager.git"
+	    "url": "git@gitlab.adullact.net:Libriciel/CakePHP/authmanager.git"
 	},
 	{
 	    "type": "gitlab",
-	    "url": "git@gitlab.libriciel.fr:CakePHP/LdapManager.git"
+	    "url": "git@gitlab.adullact.net:Libriciel/CakePHP/ldapmanager.git"
 	},
 	{
         "type": "gitlab",
-        "url": "git@gitlab.libriciel.fr:CakePHP/FusionConv.git"
+        "url": "git@gitlab.adullact.net:Libriciel/CakePHP/fusionconv.git"
     },
     {
         "type": "gitlab",
-        "url": "git@gitlab.libriciel.fr:gedooo/phpgedooo_client.git"
+        "url": "git@gitlab.adullact.net:Libriciel/phpgedooo_client.git"
     },
 	{
         "type": "gitlab",
-        "url": "git@gitlab.libriciel.fr:CakePHP/Translator.git"
+        "url": "git@gitlab.adullact.net:Libriciel/CakePHP/translator.git"
     },
     {
         "type": "gitlab",
-        "url": "git@gitlab.libriciel.fr:cbuffin/php-password.git"
+        "url": "git@gitlab.adullact.net:Libriciel/php-password.git"
     },
     {
       "type": "gitlab",
-      "url": "git@gitlab.libriciel.fr:CakePHP/LibricielChecks.git"
+      "url": "git@gitlab.adullact.net:Libriciel/CakePHP/libricielchecks.git"
     }
     ],
     "require": {
@@ -80,7 +80,7 @@
         "cakephp/fusionconv": "2.0.3",
         "libriciel/phpgedooo_client": "2.0.0",
         "cakephp/translator": "1.1.0",
-        "cbuffin/php-password": "1.0.0",
+        "libriciel/php-password": "1.0.0",
         "cakephp/libricielchecks": "1.3.1",
         "ext-http": "*",
         "ext-simplexml": "*",
diff --git a/composer.lock b/composer.lock
index 17314de791719f59b6a445132517f243ac8a57e8..3027062106197b47f29c29bce2d7d402b24ef594 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,19 +4,19 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "e2160747689598a624cbe6b7cb1838e6",
+    "content-hash": "e4f6a71832bae005d69856802a7bc313",
     "packages": [
         {
             "name": "cakephp/AuthManager",
             "version": "2.1.0",
             "source": {
                 "type": "git",
-                "url": "git@gitlab.libriciel.fr:CakePHP/AuthManager.git",
+                "url": "https://gitlab.adullact.net/Libriciel/CakePHP/authmanager.git",
                 "reference": "7846d554a6f61ad3d1e2aaa5be99e901bf223891"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://gitlab.libriciel.fr/api/v4/projects/CakePHP%2FAuthManager/repository/archive.zip?sha=7846d554a6f61ad3d1e2aaa5be99e901bf223891",
+                "url": "https://gitlab.adullact.net/api/v4/projects/Libriciel%2FCakePHP%2Fauthmanager/repository/archive.zip?sha=7846d554a6f61ad3d1e2aaa5be99e901bf223891",
                 "reference": "7846d554a6f61ad3d1e2aaa5be99e901bf223891",
                 "shasum": ""
             },
@@ -38,9 +38,6 @@
             ],
             "description": "Manager for Authentification for CakePhp",
             "homepage": "http://adullact.net/projects/plugins-cakephp/",
-            "support": {
-                "issues": "https://gitlab.libriciel.fr/api/v4/projects/155/issues"
-            },
             "time": "2018-06-13T07:03:20+00:00"
         },
         {
@@ -48,12 +45,12 @@
             "version": "1.1.1",
             "source": {
                 "type": "git",
-                "url": "git@gitlab.libriciel.fr:CakePHP/Database.git",
+                "url": "https://gitlab.adullact.net/Libriciel/CakePHP/database.git",
                 "reference": "c39e9f8445caee29523efc9416f3a2d7bd431811"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://gitlab.libriciel.fr/api/v4/projects/CakePHP%2FDatabase/repository/archive.zip?sha=c39e9f8445caee29523efc9416f3a2d7bd431811",
+                "url": "https://gitlab.adullact.net/api/v4/projects/Libriciel%2FCakePHP%2Fdatabase/repository/archive.zip?sha=c39e9f8445caee29523efc9416f3a2d7bd431811",
                 "reference": "c39e9f8445caee29523efc9416f3a2d7bd431811",
                 "shasum": ""
             },
@@ -80,22 +77,19 @@
             ],
             "description": "Plugin CakePHP 2.x pour faciliter le formatage et la validation de données",
             "homepage": "https://gitlab.libriciel.fr/CakePHP/Database",
-            "support": {
-                "issues": "https://gitlab.libriciel.fr/api/v4/projects/152/issues"
-            },
-            "time": "2018-03-23T14:53:40+00:00"
+            "time": "2018-03-23T15:53:40+01:00"
         },
         {
             "name": "cakephp/LdapManager",
             "version": "1.1.0",
             "source": {
                 "type": "git",
-                "url": "git@gitlab.libriciel.fr:CakePHP/LdapManager.git",
+                "url": "https://gitlab.adullact.net/Libriciel/CakePHP/ldapmanager.git",
                 "reference": "a37ce59a1bccf98867e8a15912d870da2c2cbbe6"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://gitlab.libriciel.fr/api/v4/projects/CakePHP%2FLdapManager/repository/archive.zip?sha=a37ce59a1bccf98867e8a15912d870da2c2cbbe6",
+                "url": "https://gitlab.adullact.net/api/v4/projects/Libriciel%2FCakePHP%2Fldapmanager/repository/archive.zip?sha=a37ce59a1bccf98867e8a15912d870da2c2cbbe6",
                 "reference": "a37ce59a1bccf98867e8a15912d870da2c2cbbe6",
                 "shasum": ""
             },
@@ -129,9 +123,6 @@
             ],
             "description": "Manager for LDAP for CakePhp",
             "homepage": "http://adullact.net/projects/plugins-cakephp/",
-            "support": {
-                "issues": "https://gitlab.libriciel.fr/api/v4/projects/153/issues"
-            },
             "time": "2020-09-17T09:51:30+02:00"
         },
         {
@@ -139,12 +130,12 @@
             "version": "1.3.1",
             "source": {
                 "type": "git",
-                "url": "git@gitlab.libriciel.fr:CakePHP/LibricielChecks.git",
+                "url": "https://gitlab.adullact.net/Libriciel/CakePHP/libricielchecks.git",
                 "reference": "e8e9fa6ce055302f6813a188c19a6f582f307f99"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://gitlab.libriciel.fr/api/v4/projects/CakePHP%2FLibricielChecks/repository/archive.zip?sha=e8e9fa6ce055302f6813a188c19a6f582f307f99",
+                "url": "https://gitlab.adullact.net/api/v4/projects/Libriciel%2FCakePHP%2Flibricielchecks/repository/archive.zip?sha=e8e9fa6ce055302f6813a188c19a6f582f307f99",
                 "reference": "e8e9fa6ce055302f6813a188c19a6f582f307f99",
                 "shasum": ""
             },
@@ -164,9 +155,6 @@
                 }
             ],
             "description": "Plugin CakePHP 2.x permettant de faciliter la vérification d'un application.",
-            "support": {
-                "issues": "https://gitlab.libriciel.fr/api/v4/projects/859/issues"
-            },
             "time": "2021-06-16T14:00:54+00:00"
         },
         {
@@ -174,12 +162,12 @@
             "version": "1.0.7",
             "source": {
                 "type": "git",
-                "url": "git@gitlab.libriciel.fr:CakePHP/Postgres.git",
+                "url": "https://gitlab.adullact.net/Libriciel/CakePHP/postgres.git",
                 "reference": "f865c3e2426ffb479a8d55d2b14f3e8c42976ca1"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://gitlab.libriciel.fr/api/v4/projects/CakePHP%2FPostgres/repository/archive.zip?sha=f865c3e2426ffb479a8d55d2b14f3e8c42976ca1",
+                "url": "https://gitlab.adullact.net/api/v4/projects/Libriciel%2FCakePHP%2Fpostgres/repository/archive.zip?sha=f865c3e2426ffb479a8d55d2b14f3e8c42976ca1",
                 "reference": "f865c3e2426ffb479a8d55d2b14f3e8c42976ca1",
                 "shasum": ""
             },
@@ -199,9 +187,6 @@
                 }
             ],
             "description": "Plugin CakePHP 2.x pour le SGBD PostgreSQL",
-            "support": {
-                "issues": "https://gitlab.libriciel.fr/api/v4/projects/156/issues"
-            },
             "time": "2020-06-16T16:15:35+02:00"
         },
         {
@@ -209,12 +194,12 @@
             "version": "1.1.0",
             "source": {
                 "type": "git",
-                "url": "git@gitlab.libriciel.fr:CakePHP/Translator.git",
+                "url": "https://gitlab.adullact.net/Libriciel/CakePHP/translator.git",
                 "reference": "3fffae263c8d1d9929d617d2bb5655dc10d80077"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://gitlab.libriciel.fr/api/v4/projects/CakePHP%2FTranslator/repository/archive.zip?sha=3fffae263c8d1d9929d617d2bb5655dc10d80077",
+                "url": "https://gitlab.adullact.net/api/v4/projects/Libriciel%2FCakePHP%2Ftranslator/repository/archive.zip?sha=3fffae263c8d1d9929d617d2bb5655dc10d80077",
                 "reference": "3fffae263c8d1d9929d617d2bb5655dc10d80077",
                 "shasum": ""
             },
@@ -240,10 +225,7 @@
                 }
             ],
             "description": "Plugin CakePHP 2.x pour faciliter les traductions se trouvant sur plusieurs domaines",
-            "support": {
-                "issues": "https://gitlab.libriciel.fr/api/v4/projects/157/issues"
-            },
-            "time": "2018-03-19T08:49:42+00:00"
+            "time": "2018-03-19T09:49:42+01:00"
         },
         {
             "name": "cakephp/cakephp",
@@ -289,12 +271,6 @@
             "keywords": [
                 "framework"
             ],
-            "support": {
-                "forum": "https://stackoverflow.com/tags/cakephp",
-                "irc": "irc://irc.freenode.org/cakephp",
-                "issues": "https://github.com/cakephp/cakephp/issues",
-                "source": "https://github.com/cakephp/cakephp"
-            },
             "time": "2020-12-16T02:47:53+00:00"
         },
         {
@@ -302,12 +278,12 @@
             "version": "2.0.3",
             "source": {
                 "type": "git",
-                "url": "git@gitlab.libriciel.fr:CakePHP/FusionConv.git",
+                "url": "https://gitlab.adullact.net/Libriciel/CakePHP/fusionconv.git",
                 "reference": "e02b0c04c884535f564557e64229420bdf171449"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://gitlab.libriciel.fr/api/v4/projects/CakePHP%2FFusionConv/repository/archive.zip?sha=e02b0c04c884535f564557e64229420bdf171449",
+                "url": "https://gitlab.adullact.net/api/v4/projects/Libriciel%2FCakePHP%2Ffusionconv/repository/archive.zip?sha=e02b0c04c884535f564557e64229420bdf171449",
                 "reference": "e02b0c04c884535f564557e64229420bdf171449",
                 "shasum": ""
             },
@@ -339,66 +315,8 @@
             ],
             "description": "FusionConv for CakePhp",
             "homepage": "http://adullact.net/projects/plugins-cakephp/",
-            "support": {
-                "issues": "https://gitlab.libriciel.fr/api/v4/projects/151/issues"
-            },
             "time": "2021-01-22T16:32:26+01:00"
         },
-        {
-            "name": "cbuffin/php-password",
-            "version": "1.0.0",
-            "source": {
-                "type": "git",
-                "url": "git@gitlab.libriciel.fr:cbuffin/php-password.git",
-                "reference": "707921d8fc21e79d948a7325a9f000b8c73f3515"
-            },
-            "dist": {
-                "type": "zip",
-                "url": "https://gitlab.libriciel.fr/api/v4/projects/cbuffin%2Fphp-password/repository/archive.zip?sha=707921d8fc21e79d948a7325a9f000b8c73f3515",
-                "reference": "707921d8fc21e79d948a7325a9f000b8c73f3515",
-                "shasum": ""
-            },
-            "require": {
-                "paragonie/random_compat": "^2.0"
-            },
-            "require-dev": {
-                "mayflower/php-codebrowser": "^1.1",
-                "pdepend/pdepend": "^2.5",
-                "phpdocumentor/phpdocumentor": "2.*",
-                "phploc/phploc": "^4.0",
-                "phpmd/phpmd": "^2.6",
-                "phpunit/php-code-coverage": "^5.3",
-                "phpunit/phpunit": "^6.5",
-                "sebastian/phpcpd": "^3.0",
-                "squizlabs/php_codesniffer": "^3.2",
-                "wimg/php-compatibility": "^8.1"
-            },
-            "type": "library",
-            "autoload": {
-                "files": [
-                    "src/basics.php"
-                ],
-                "psr-4": {
-                    "Libriciel\\Utility\\Password\\": "src/",
-                    "LibricielTest\\Utility\\Password\\": "tests/"
-                }
-            },
-            "license": [
-                "CeCiLL V2"
-            ],
-            "authors": [
-                {
-                    "name": "Christian BUFFIN",
-                    "homepage": "https://www.libriciel.fr",
-                    "email": "christian.buffin@libriciel.fr"
-                }
-            ],
-            "description": "Librairie PHP permettant de calculer la force et l'entropie d'un mot de passe et de générer des mots de passes aléatoires.",
-            "support": {
-                "issues": "https://gitlab.libriciel.fr/api/v4/projects/593/issues"
-            },
-            "time": "2018-03-19T10:27:38+00:00"
-        },
         {
             "name": "composer/installers",
             "version": "v1.12.0",
@@ -530,24 +448,6 @@
                 "zend",
                 "zikula"
             ],
-            "support": {
-                "issues": "https://github.com/composer/installers/issues",
-                "source": "https://github.com/composer/installers/tree/v1.12.0"
-            },
-            "funding": [
-                {
-                    "url": "https://packagist.com",
-                    "type": "custom"
-                },
-                {
-                    "url": "https://github.com/composer",
-                    "type": "github"
-                },
-                {
-                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
-                    "type": "tidelift"
-                }
-            ],
             "time": "2021-09-13T08:19:44+00:00"
         },
         {
@@ -605,23 +505,71 @@
                 "cas",
                 "jasig"
             ],
-            "support": {
-                "issues": "https://github.com/apereo/phpCAS/issues",
-                "source": "https://github.com/apereo/phpCAS/tree/1.3.9"
-            },
             "time": "2021-01-31T21:13:59+00:00"
         },
+        {
+            "name": "libriciel/php-password",
+            "version": "1.0.0",
+            "source": {
+                "type": "git",
+                "url": "https://gitlab.adullact.net/Libriciel/php-password.git",
+                "reference": "707921d8fc21e79d948a7325a9f000b8c73f3515"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://gitlab.adullact.net/api/v4/projects/Libriciel%2Fphp-password/repository/archive.zip?sha=707921d8fc21e79d948a7325a9f000b8c73f3515",
+                "reference": "707921d8fc21e79d948a7325a9f000b8c73f3515",
+                "shasum": ""
+            },
+            "require": {
+                "paragonie/random_compat": "^2.0"
+            },
+            "require-dev": {
+                "mayflower/php-codebrowser": "^1.1",
+                "pdepend/pdepend": "^2.5",
+                "phpdocumentor/phpdocumentor": "2.*",
+                "phploc/phploc": "^4.0",
+                "phpmd/phpmd": "^2.6",
+                "phpunit/php-code-coverage": "^5.3",
+                "phpunit/phpunit": "^6.5",
+                "sebastian/phpcpd": "^3.0",
+                "squizlabs/php_codesniffer": "^3.2",
+                "wimg/php-compatibility": "^8.1"
+            },
+            "type": "library",
+            "autoload": {
+                "files": [
+                    "src/basics.php"
+                ],
+                "psr-4": {
+                    "Libriciel\\Utility\\Password\\": "src/",
+                    "LibricielTest\\Utility\\Password\\": "tests/"
+                }
+            },
+            "license": [
+                "CeCiLL V2"
+            ],
+            "authors": [
+                {
+                    "name": "Christian BUFFIN",
+                    "homepage": "https://www.libriciel.fr",
+                    "email": "christian.buffin@libriciel.fr"
+                }
+            ],
+            "description": "Librairie PHP permettant de calculer la force et l'entropie d'un mot de passe et de générer des mots de passes aléatoires.",
+            "time": "2018-03-19T11:27:38+01:00"
+        },
         {
             "name": "libriciel/phpgedooo_client",
             "version": "2.0.0",
             "source": {
                 "type": "git",
-                "url": "git@gitlab.libriciel.fr:gedooo/phpgedooo_client.git",
+                "url": "https://gitlab.adullact.net/Libriciel/phpgedooo_client.git",
                 "reference": "c527162564101d700d7bd475b7e18d7ca6a91ec5"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://gitlab.libriciel.fr/api/v4/projects/gedooo%2Fphpgedooo_client/repository/archive.zip?sha=c527162564101d700d7bd475b7e18d7ca6a91ec5",
+                "url": "https://gitlab.adullact.net/api/v4/projects/Libriciel%2Fphpgedooo_client/repository/archive.zip?sha=c527162564101d700d7bd475b7e18d7ca6a91ec5",
                 "reference": "c527162564101d700d7bd475b7e18d7ca6a91ec5",
                 "shasum": ""
             },
@@ -647,30 +595,27 @@
                 }
             ],
             "description": "Client php pour l'utilisation du serveur gedooo",
-            "support": {
-                "issues": "https://gitlab.libriciel.fr/api/v4/projects/171/issues"
-            },
-            "time": "2017-03-07T09:37:07+00:00"
+            "time": "2017-03-07T10:37:07+01:00"
         },
         {
             "name": "paragonie/random_compat",
-            "version": "v2.0.20",
+            "version": "v2.0.21",
             "source": {
                 "type": "git",
                 "url": "https://github.com/paragonie/random_compat.git",
-                "reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a"
+                "reference": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/0f1f60250fccffeaf5dda91eea1c018aed1adc2a",
-                "reference": "0f1f60250fccffeaf5dda91eea1c018aed1adc2a",
+                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/96c132c7f2f7bc3230723b66e89f8f150b29d5ae",
+                "reference": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae",
                 "shasum": ""
             },
             "require": {
                 "php": ">=5.2.0"
             },
             "require-dev": {
-                "phpunit/phpunit": "4.*|5.*"
+                "phpunit/phpunit": "*"
             },
             "suggest": {
                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
@@ -699,29 +644,24 @@
                 "pseudorandom",
                 "random"
             ],
-            "support": {
-                "email": "info@paragonie.com",
-                "issues": "https://github.com/paragonie/random_compat/issues",
-                "source": "https://github.com/paragonie/random_compat"
-            },
-            "time": "2021-04-17T09:33:01+00:00"
+            "time": "2022-02-16T17:07:03+00:00"
         },
         {
             "name": "psr/container",
-            "version": "1.1.1",
+            "version": "1.1.2",
             "source": {
                 "type": "git",
                 "url": "https://github.com/php-fig/container.git",
-                "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
+                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
-                "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
+                "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
+                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
                 "shasum": ""
             },
             "require": {
-                "php": ">=7.2.0"
+                "php": ">=7.4.0"
             },
             "type": "library",
             "autoload": {
@@ -748,11 +688,7 @@
                 "container-interop",
                 "psr"
             ],
-            "support": {
-                "issues": "https://github.com/php-fig/container/issues",
-                "source": "https://github.com/php-fig/container/tree/1.1.1"
-            },
-            "time": "2021-03-05T17:36:06+00:00"
+            "time": "2021-11-05T16:50:12+00:00"
         },
         {
             "name": "psr/log",
@@ -799,23 +735,20 @@
                 "psr",
                 "psr-3"
             ],
-            "support": {
-                "source": "https://github.com/php-fig/log/tree/1.1.4"
-            },
             "time": "2021-05-03T11:20:27+00:00"
         },
         {
             "name": "symfony/deprecation-contracts",
-            "version": "v2.4.0",
+            "version": "v2.5.2",
             "source": {
                 "type": "git",
                 "url": "https://github.com/symfony/deprecation-contracts.git",
-                "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
+                "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
-                "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
+                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
+                "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
                 "shasum": ""
             },
             "require": {
@@ -824,7 +757,7 @@
             "type": "library",
             "extra": {
                 "branch-alias": {
-                    "dev-main": "2.4-dev"
+                    "dev-main": "2.5-dev"
                 },
                 "thanks": {
                     "name": "symfony/contracts",
@@ -852,47 +785,30 @@
             ],
             "description": "A generic function and convention to trigger deprecation notices",
             "homepage": "https://symfony.com",
-            "support": {
-                "source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0"
-            },
-            "funding": [
-                {
-                    "url": "https://symfony.com/sponsor",
-                    "type": "custom"
-                },
-                {
-                    "url": "https://github.com/fabpot",
-                    "type": "github"
-                },
-                {
-                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
-                    "type": "tidelift"
-                }
-            ],
-            "time": "2021-03-23T23:28:01+00:00"
+            "time": "2022-01-02T09:53:40+00:00"
         },
         {
             "name": "symfony/http-client",
-            "version": "v5.3.10",
+            "version": "v5.4.21",
             "source": {
                 "type": "git",
                 "url": "https://github.com/symfony/http-client.git",
-                "reference": "710b69ed4bc9469900ec5ae5c3807b0509bee0dc"
+                "reference": "6b88914a7f1bf144df15904f60a19be78a67a3b2"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/symfony/http-client/zipball/710b69ed4bc9469900ec5ae5c3807b0509bee0dc",
-                "reference": "710b69ed4bc9469900ec5ae5c3807b0509bee0dc",
+                "url": "https://api.github.com/repos/symfony/http-client/zipball/6b88914a7f1bf144df15904f60a19be78a67a3b2",
+                "reference": "6b88914a7f1bf144df15904f60a19be78a67a3b2",
                 "shasum": ""
             },
             "require": {
                 "php": ">=7.2.5",
                 "psr/log": "^1|^2|^3",
-                "symfony/deprecation-contracts": "^2.1",
+                "symfony/deprecation-contracts": "^2.1|^3",
                 "symfony/http-client-contracts": "^2.4",
                 "symfony/polyfill-php73": "^1.11",
                 "symfony/polyfill-php80": "^1.16",
-                "symfony/service-contracts": "^1.0|^2"
+                "symfony/service-contracts": "^1.0|^2|^3"
             },
             "provide": {
                 "php-http/async-client-implementation": "*",
@@ -909,10 +825,10 @@
                 "nyholm/psr7": "^1.0",
                 "php-http/httplug": "^1.0|^2.0",
                 "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/stopwatch": "^4.4|^5.0"
+                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
+                "symfony/http-kernel": "^4.4.13|^5.1.5|^6.0",
+                "symfony/process": "^4.4|^5.0|^6.0",
+                "symfony/stopwatch": "^4.4|^5.0|^6.0"
             },
             "type": "library",
             "autoload": {
@@ -939,37 +855,20 @@
             ],
             "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
             "homepage": "https://symfony.com",
-            "support": {
-                "source": "https://github.com/symfony/http-client/tree/v5.3.10"
-            },
-            "funding": [
-                {
-                    "url": "https://symfony.com/sponsor",
-                    "type": "custom"
-                },
-                {
-                    "url": "https://github.com/fabpot",
-                    "type": "github"
-                },
-                {
-                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
-                    "type": "tidelift"
-                }
-            ],
-            "time": "2021-10-19T08:32:53+00:00"
+            "time": "2023-02-17T21:35:35+00:00"
         },
         {
             "name": "symfony/http-client-contracts",
-            "version": "v2.4.0",
+            "version": "v2.5.2",
             "source": {
                 "type": "git",
                 "url": "https://github.com/symfony/http-client-contracts.git",
-                "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4"
+                "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
-                "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
+                "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70",
+                "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70",
                 "shasum": ""
             },
             "require": {
@@ -981,7 +880,7 @@
             "type": "library",
             "extra": {
                 "branch-alias": {
-                    "dev-main": "2.4-dev"
+                    "dev-main": "2.5-dev"
                 },
                 "thanks": {
                     "name": "symfony/contracts",
@@ -1017,42 +916,25 @@
                 "interoperability",
                 "standards"
             ],
-            "support": {
-                "source": "https://github.com/symfony/http-client-contracts/tree/v2.4.0"
-            },
-            "funding": [
-                {
-                    "url": "https://symfony.com/sponsor",
-                    "type": "custom"
-                },
-                {
-                    "url": "https://github.com/fabpot",
-                    "type": "github"
-                },
-                {
-                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
-                    "type": "tidelift"
-                }
-            ],
-            "time": "2021-04-11T23:07:08+00:00"
+            "time": "2022-04-12T15:48:08+00:00"
         },
         {
             "name": "symfony/mime",
-            "version": "v5.3.8",
+            "version": "v5.4.21",
             "source": {
                 "type": "git",
                 "url": "https://github.com/symfony/mime.git",
-                "reference": "a756033d0a7e53db389618653ae991eba5a19a11"
+                "reference": "ef57d9fb9cdd5e6b2ffc567d109865d10b6920cd"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/symfony/mime/zipball/a756033d0a7e53db389618653ae991eba5a19a11",
-                "reference": "a756033d0a7e53db389618653ae991eba5a19a11",
+                "url": "https://api.github.com/repos/symfony/mime/zipball/ef57d9fb9cdd5e6b2ffc567d109865d10b6920cd",
+                "reference": "ef57d9fb9cdd5e6b2ffc567d109865d10b6920cd",
                 "shasum": ""
             },
             "require": {
                 "php": ">=7.2.5",
-                "symfony/deprecation-contracts": "^2.1",
+                "symfony/deprecation-contracts": "^2.1|^3",
                 "symfony/polyfill-intl-idn": "^1.10",
                 "symfony/polyfill-mbstring": "^1.0",
                 "symfony/polyfill-php80": "^1.16"
@@ -1061,15 +943,16 @@
                 "egulias/email-validator": "~3.0.0",
                 "phpdocumentor/reflection-docblock": "<3.2.2",
                 "phpdocumentor/type-resolver": "<1.4.0",
-                "symfony/mailer": "<4.4"
+                "symfony/mailer": "<4.4",
+                "symfony/serializer": "<5.4.14|>=6.0,<6.0.14|>=6.1,<6.1.6"
             },
             "require-dev": {
-                "egulias/email-validator": "^2.1.10|^3.1",
+                "egulias/email-validator": "^2.1.10|^3.1|^4",
                 "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"
+                "symfony/dependency-injection": "^4.4|^5.0|^6.0",
+                "symfony/property-access": "^4.4|^5.1|^6.0",
+                "symfony/property-info": "^4.4|^5.1|^6.0",
+                "symfony/serializer": "^5.4.14|~6.0.14|^6.1.6"
             },
             "type": "library",
             "autoload": {
@@ -1100,37 +983,20 @@
                 "mime",
                 "mime-type"
             ],
-            "support": {
-                "source": "https://github.com/symfony/mime/tree/v5.3.8"
-            },
-            "funding": [
-                {
-                    "url": "https://symfony.com/sponsor",
-                    "type": "custom"
-                },
-                {
-                    "url": "https://github.com/fabpot",
-                    "type": "github"
-                },
-                {
-                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
-                    "type": "tidelift"
-                }
-            ],
-            "time": "2021-09-10T12:30:38+00:00"
+            "time": "2023-02-21T19:46:44+00:00"
         },
         {
             "name": "symfony/polyfill-intl-idn",
-            "version": "v1.23.0",
+            "version": "v1.27.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/symfony/polyfill-intl-idn.git",
-                "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65"
+                "reference": "639084e360537a19f9ee352433b84ce831f3d2da"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65",
-                "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65",
+                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da",
+                "reference": "639084e360537a19f9ee352433b84ce831f3d2da",
                 "shasum": ""
             },
             "require": {
@@ -1144,7 +1010,7 @@
             "type": "library",
             "extra": {
                 "branch-alias": {
-                    "dev-main": "1.23-dev"
+                    "dev-main": "1.27-dev"
                 },
                 "thanks": {
                     "name": "symfony/polyfill",
@@ -1152,12 +1018,12 @@
                 }
             },
             "autoload": {
-                "psr-4": {
-                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
-                },
                 "files": [
                     "bootstrap.php"
-                ]
+                ],
+                "psr-4": {
+                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
+                }
             },
             "notification-url": "https://packagist.org/downloads/",
             "license": [
@@ -1187,37 +1053,20 @@
                 "portable",
                 "shim"
             ],
-            "support": {
-                "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0"
-            },
-            "funding": [
-                {
-                    "url": "https://symfony.com/sponsor",
-                    "type": "custom"
-                },
-                {
-                    "url": "https://github.com/fabpot",
-                    "type": "github"
-                },
-                {
-                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
-                    "type": "tidelift"
-                }
-            ],
-            "time": "2021-05-27T09:27:20+00:00"
+            "time": "2022-11-03T14:55:06+00:00"
         },
         {
             "name": "symfony/polyfill-intl-normalizer",
-            "version": "v1.23.0",
+            "version": "v1.27.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
-                "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
+                "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
-                "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
+                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
+                "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
                 "shasum": ""
             },
             "require": {
@@ -1229,7 +1078,7 @@
             "type": "library",
             "extra": {
                 "branch-alias": {
-                    "dev-main": "1.23-dev"
+                    "dev-main": "1.27-dev"
                 },
                 "thanks": {
                     "name": "symfony/polyfill",
@@ -1237,12 +1086,12 @@
                 }
             },
             "autoload": {
-                "psr-4": {
-                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
-                },
                 "files": [
                     "bootstrap.php"
                 ],
+                "psr-4": {
+                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
+                },
                 "classmap": [
                     "Resources/stubs"
                 ]
@@ -1271,49 +1120,35 @@
                 "portable",
                 "shim"
             ],
-            "support": {
-                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0"
-            },
-            "funding": [
-                {
-                    "url": "https://symfony.com/sponsor",
-                    "type": "custom"
-                },
-                {
-                    "url": "https://github.com/fabpot",
-                    "type": "github"
-                },
-                {
-                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
-                    "type": "tidelift"
-                }
-            ],
-            "time": "2021-02-19T12:13:01+00:00"
+            "time": "2022-11-03T14:55:06+00:00"
         },
         {
             "name": "symfony/polyfill-mbstring",
-            "version": "v1.23.1",
+            "version": "v1.27.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/symfony/polyfill-mbstring.git",
-                "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6"
+                "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6",
-                "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6",
+                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
+                "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
                 "shasum": ""
             },
             "require": {
                 "php": ">=7.1"
             },
+            "provide": {
+                "ext-mbstring": "*"
+            },
             "suggest": {
                 "ext-mbstring": "For best performance"
             },
             "type": "library",
             "extra": {
                 "branch-alias": {
-                    "dev-main": "1.23-dev"
+                    "dev-main": "1.27-dev"
                 },
                 "thanks": {
                     "name": "symfony/polyfill",
@@ -1321,12 +1156,12 @@
                 }
             },
             "autoload": {
-                "psr-4": {
-                    "Symfony\\Polyfill\\Mbstring\\": ""
-                },
                 "files": [
                     "bootstrap.php"
-                ]
+                ],
+                "psr-4": {
+                    "Symfony\\Polyfill\\Mbstring\\": ""
+                }
             },
             "notification-url": "https://packagist.org/downloads/",
             "license": [
@@ -1351,37 +1186,20 @@
                 "portable",
                 "shim"
             ],
-            "support": {
-                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1"
-            },
-            "funding": [
-                {
-                    "url": "https://symfony.com/sponsor",
-                    "type": "custom"
-                },
-                {
-                    "url": "https://github.com/fabpot",
-                    "type": "github"
-                },
-                {
-                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
-                    "type": "tidelift"
-                }
-            ],
-            "time": "2021-05-27T12:26:48+00:00"
+            "time": "2022-11-03T14:55:06+00:00"
         },
         {
             "name": "symfony/polyfill-php72",
-            "version": "v1.23.0",
+            "version": "v1.27.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/symfony/polyfill-php72.git",
-                "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
+                "reference": "869329b1e9894268a8a61dabb69153029b7a8c97"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
-                "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
+                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97",
+                "reference": "869329b1e9894268a8a61dabb69153029b7a8c97",
                 "shasum": ""
             },
             "require": {
@@ -1390,7 +1208,7 @@
             "type": "library",
             "extra": {
                 "branch-alias": {
-                    "dev-main": "1.23-dev"
+                    "dev-main": "1.27-dev"
                 },
                 "thanks": {
                     "name": "symfony/polyfill",
@@ -1398,12 +1216,12 @@
                 }
             },
             "autoload": {
-                "psr-4": {
-                    "Symfony\\Polyfill\\Php72\\": ""
-                },
                 "files": [
                     "bootstrap.php"
-                ]
+                ],
+                "psr-4": {
+                    "Symfony\\Polyfill\\Php72\\": ""
+                }
             },
             "notification-url": "https://packagist.org/downloads/",
             "license": [
@@ -1427,37 +1245,20 @@
                 "portable",
                 "shim"
             ],
-            "support": {
-                "source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0"
-            },
-            "funding": [
-                {
-                    "url": "https://symfony.com/sponsor",
-                    "type": "custom"
-                },
-                {
-                    "url": "https://github.com/fabpot",
-                    "type": "github"
-                },
-                {
-                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
-                    "type": "tidelift"
-                }
-            ],
-            "time": "2021-05-27T09:17:38+00:00"
+            "time": "2022-11-03T14:55:06+00:00"
         },
         {
             "name": "symfony/polyfill-php73",
-            "version": "v1.23.0",
+            "version": "v1.27.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/symfony/polyfill-php73.git",
-                "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
+                "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
-                "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
+                "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
+                "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
                 "shasum": ""
             },
             "require": {
@@ -1466,7 +1267,7 @@
             "type": "library",
             "extra": {
                 "branch-alias": {
-                    "dev-main": "1.23-dev"
+                    "dev-main": "1.27-dev"
                 },
                 "thanks": {
                     "name": "symfony/polyfill",
@@ -1474,12 +1275,12 @@
                 }
             },
             "autoload": {
-                "psr-4": {
-                    "Symfony\\Polyfill\\Php73\\": ""
-                },
                 "files": [
                     "bootstrap.php"
                 ],
+                "psr-4": {
+                    "Symfony\\Polyfill\\Php73\\": ""
+                },
                 "classmap": [
                     "Resources/stubs"
                 ]
@@ -1506,37 +1307,20 @@
                 "portable",
                 "shim"
             ],
-            "support": {
-                "source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0"
-            },
-            "funding": [
-                {
-                    "url": "https://symfony.com/sponsor",
-                    "type": "custom"
-                },
-                {
-                    "url": "https://github.com/fabpot",
-                    "type": "github"
-                },
-                {
-                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
-                    "type": "tidelift"
-                }
-            ],
-            "time": "2021-02-19T12:13:01+00:00"
+            "time": "2022-11-03T14:55:06+00:00"
         },
         {
             "name": "symfony/polyfill-php80",
-            "version": "v1.23.1",
+            "version": "v1.27.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/symfony/polyfill-php80.git",
-                "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be"
+                "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be",
-                "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be",
+                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
+                "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
                 "shasum": ""
             },
             "require": {
@@ -1545,7 +1329,7 @@
             "type": "library",
             "extra": {
                 "branch-alias": {
-                    "dev-main": "1.23-dev"
+                    "dev-main": "1.27-dev"
                 },
                 "thanks": {
                     "name": "symfony/polyfill",
@@ -1553,12 +1337,12 @@
                 }
             },
             "autoload": {
-                "psr-4": {
-                    "Symfony\\Polyfill\\Php80\\": ""
-                },
                 "files": [
                     "bootstrap.php"
                 ],
+                "psr-4": {
+                    "Symfony\\Polyfill\\Php80\\": ""
+                },
                 "classmap": [
                     "Resources/stubs"
                 ]
@@ -1589,42 +1373,29 @@
                 "portable",
                 "shim"
             ],
-            "support": {
-                "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1"
-            },
-            "funding": [
-                {
-                    "url": "https://symfony.com/sponsor",
-                    "type": "custom"
-                },
-                {
-                    "url": "https://github.com/fabpot",
-                    "type": "github"
-                },
-                {
-                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
-                    "type": "tidelift"
-                }
-            ],
-            "time": "2021-07-28T13:41:28+00:00"
+            "time": "2022-11-03T14:55:06+00:00"
         },
         {
             "name": "symfony/service-contracts",
-            "version": "v2.4.0",
+            "version": "v2.5.2",
             "source": {
                 "type": "git",
                 "url": "https://github.com/symfony/service-contracts.git",
-                "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb"
+                "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
-                "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
+                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
+                "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
                 "shasum": ""
             },
             "require": {
                 "php": ">=7.2.5",
-                "psr/container": "^1.1"
+                "psr/container": "^1.1",
+                "symfony/deprecation-contracts": "^2.1|^3"
+            },
+            "conflict": {
+                "ext-psr": "<1.1|>=2"
             },
             "suggest": {
                 "symfony/service-implementation": ""
@@ -1632,7 +1403,7 @@
             "type": "library",
             "extra": {
                 "branch-alias": {
-                    "dev-main": "2.4-dev"
+                    "dev-main": "2.5-dev"
                 },
                 "thanks": {
                     "name": "symfony/contracts",
@@ -1668,24 +1439,7 @@
                 "interoperability",
                 "standards"
             ],
-            "support": {
-                "source": "https://github.com/symfony/service-contracts/tree/v2.4.0"
-            },
-            "funding": [
-                {
-                    "url": "https://symfony.com/sponsor",
-                    "type": "custom"
-                },
-                {
-                    "url": "https://github.com/fabpot",
-                    "type": "github"
-                },
-                {
-                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
-                    "type": "tidelift"
-                }
-            ],
-            "time": "2021-04-01T10:43:52+00:00"
+            "time": "2022-05-30T19:17:29+00:00"
         }
     ],
     "packages-dev": [
@@ -1749,11 +1503,6 @@
                 "testing",
                 "xunit"
             ],
-            "support": {
-                "irc": "irc://irc.freenode.net/phpunit",
-                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
-                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/2.0"
-            },
             "time": "2015-05-25T05:11:59+00:00"
         },
         {
@@ -1799,11 +1548,6 @@
                 "filesystem",
                 "iterator"
             ],
-            "support": {
-                "irc": "irc://irc.freenode.net/phpunit",
-                "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
-                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/1.3.4"
-            },
             "time": "2013-10-10T15:34:57+00:00"
         },
         {
@@ -1845,10 +1589,6 @@
             "keywords": [
                 "template"
             ],
-            "support": {
-                "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
-                "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
-            },
             "time": "2015-06-21T13:50:34+00:00"
         },
         {
@@ -1898,10 +1638,6 @@
             "keywords": [
                 "timer"
             ],
-            "support": {
-                "issues": "https://github.com/sebastianbergmann/php-timer/issues",
-                "source": "https://github.com/sebastianbergmann/php-timer/tree/master"
-            },
             "time": "2017-02-26T11:10:40+00:00"
         },
         {
@@ -1951,10 +1687,6 @@
             "keywords": [
                 "tokenizer"
             ],
-            "support": {
-                "issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
-                "source": "https://github.com/sebastianbergmann/php-token-stream/tree/1.4"
-            },
             "abandoned": true,
             "time": "2017-12-04T08:55:13+00:00"
         },
@@ -2029,11 +1761,6 @@
                 "testing",
                 "xunit"
             ],
-            "support": {
-                "irc": "irc://irc.freenode.net/phpunit",
-                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
-                "source": "https://github.com/sebastianbergmann/phpunit/tree/4.0.20"
-            },
             "time": "2014-05-02T07:19:37+00:00"
         },
         {
@@ -2091,11 +1818,6 @@
                 "mock",
                 "xunit"
             ],
-            "support": {
-                "irc": "irc://irc.freenode.net/phpunit",
-                "issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues",
-                "source": "https://github.com/sebastianbergmann/phpunit-mock-objects/tree/2.0"
-            },
             "abandoned": true,
             "time": "2014-06-12T07:19:48+00:00"
         },
@@ -2149,10 +1871,6 @@
             "keywords": [
                 "diff"
             ],
-            "support": {
-                "issues": "https://github.com/sebastianbergmann/diff/issues",
-                "source": "https://github.com/sebastianbergmann/diff/tree/1.4"
-            },
             "time": "2017-05-22T07:24:03+00:00"
         },
         {
@@ -2203,10 +1921,6 @@
                 "environment",
                 "hhvm"
             ],
-            "support": {
-                "issues": "https://github.com/sebastianbergmann/environment/issues",
-                "source": "https://github.com/sebastianbergmann/environment/tree/1.3"
-            },
             "time": "2016-08-18T05:49:44+00:00"
         },
         {
@@ -2272,10 +1986,6 @@
                 "export",
                 "exporter"
             ],
-            "support": {
-                "issues": "https://github.com/sebastianbergmann/exporter/issues",
-                "source": "https://github.com/sebastianbergmann/exporter/tree/master"
-            },
             "time": "2014-09-10T00:51:36+00:00"
         },
         {
@@ -2311,36 +2021,35 @@
             ],
             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
             "homepage": "https://github.com/sebastianbergmann/version",
-            "support": {
-                "issues": "https://github.com/sebastianbergmann/version/issues",
-                "source": "https://github.com/sebastianbergmann/version/tree/1.0.6"
-            },
             "time": "2015-06-21T13:59:46+00:00"
         },
         {
             "name": "symfony/polyfill-ctype",
-            "version": "v1.23.0",
+            "version": "v1.27.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/symfony/polyfill-ctype.git",
-                "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
+                "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
-                "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
+                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
+                "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
                 "shasum": ""
             },
             "require": {
                 "php": ">=7.1"
             },
+            "provide": {
+                "ext-ctype": "*"
+            },
             "suggest": {
                 "ext-ctype": "For best performance"
             },
             "type": "library",
             "extra": {
                 "branch-alias": {
-                    "dev-main": "1.23-dev"
+                    "dev-main": "1.27-dev"
                 },
                 "thanks": {
                     "name": "symfony/polyfill",
@@ -2348,12 +2057,12 @@
                 }
             },
             "autoload": {
-                "psr-4": {
-                    "Symfony\\Polyfill\\Ctype\\": ""
-                },
                 "files": [
                     "bootstrap.php"
-                ]
+                ],
+                "psr-4": {
+                    "Symfony\\Polyfill\\Ctype\\": ""
+                }
             },
             "notification-url": "https://packagist.org/downloads/",
             "license": [
@@ -2377,24 +2086,7 @@
                 "polyfill",
                 "portable"
             ],
-            "support": {
-                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0"
-            },
-            "funding": [
-                {
-                    "url": "https://symfony.com/sponsor",
-                    "type": "custom"
-                },
-                {
-                    "url": "https://github.com/fabpot",
-                    "type": "github"
-                },
-                {
-                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
-                    "type": "tidelift"
-                }
-            ],
-            "time": "2021-02-19T12:13:01+00:00"
+            "time": "2022-11-03T14:55:06+00:00"
         },
         {
             "name": "symfony/yaml",
@@ -2444,9 +2136,6 @@
             ],
             "description": "Symfony Yaml Component",
             "homepage": "https://symfony.com",
-            "support": {
-                "source": "https://github.com/symfony/yaml/tree/v2.8.52"
-            },
             "time": "2018-11-11T11:18:13+00:00"
         }
     ],
@@ -2465,6 +2154,5 @@
         "ext-pdo": "*",
         "ext-json": "*"
     },
-    "platform-dev": [],
-    "plugin-api-version": "2.0.0"
+    "platform-dev": []
 }
diff --git a/docker-compose.yml b/docker-compose.yml
index 98fe7f43b3d0068d80f878a1dd32949bbfd152f8..b71ac774de6417fc2e732f37920495d9250e8a52 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -37,7 +37,6 @@ services:
             - ./docker/app/usr/bin/docker-entrypoint.sh:/usr/bin/docker-entrypoint.sh
             - ./docker/app/var/www/html/web-dpo/app/Config/database.php:/var/www/html/web-dpo/app/Config/database.php
             - ./docker/app/var/www/html/web-dpo/app/Config/email.php:/var/www/html/web-dpo/app/Config/email.php
-            - ./auth.json:/var/www/html/web-dpo/auth.json
             - ./bower.json:/var/www/html/web-dpo/bower.json
             - ./.bowerrc:/var/www/html/web-dpo/.bowerrc
             - ./cake_utils.sh:/var/www/html/web-dpo/cake_utils.sh
diff --git a/docker/app/Dockerfile b/docker/app/Dockerfile
index 0e48332f91a1cd6e41e1a8ca6e05633d08a39fac..4c51c7eba43708acd8c3861c589d42b7c5a230ff 100644
--- a/docker/app/Dockerfile
+++ b/docker/app/Dockerfile
@@ -123,8 +123,6 @@ RUN ( \
 # Installation de composer
 #-------------------------------------------------------------------------------
 
-COPY auth.json /root/.composer/auth.json
-
 WORKDIR /tmp
 
 RUN ( \