diff --git a/appinfo/info.xml b/appinfo/info.xml
index f2ede556..71624f2c 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -92,7 +92,7 @@ The app does not send any sensitive data to cloud providers or similar services.
https://raw.githubusercontent.com/nextcloud/recognize/main/screenshots/Logo.png
https://raw.githubusercontent.com/nextcloud/recognize/main/screenshots/imagenet_examples.jpg
-
+
OCA\Recognize\BackgroundJobs\MaintenanceJob
diff --git a/composer.json b/composer.json
index 0c87f648..508f746d 100644
--- a/composer.json
+++ b/composer.json
@@ -13,8 +13,8 @@
},
"require-dev": {
"nextcloud/ocp": "dev-master",
- "symfony/console": "^5.4",
- "symfony/process": "^5.2"
+ "symfony/console": "^6.4",
+ "symfony/process": "^6.4"
},
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l",