diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9477420dea1c587d8fa31cdaedd904ae94b92a96..22c6430394e7d5f6eb7ed4b87e2373bf0a75af31 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: registry.gitlab.tugraz.at/dbp/middleware/dbp-api/api-core-bundle/main:v1
+image: registry.gitlab.tugraz.at/dbp/dbp-api/api-core-bundle/main:v1
 
 before_script:
   - 'git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.tugraz.at/".insteadOf "git@gitlab.tugraz.at:"'
diff --git a/README.md b/README.md
index c0d115318aa8ec59c0016af674f729670105355a..c2fa9770d60c23b5e42f34dae8c812bda6dd59c2 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ features:
     "repositories": [
         {
             "type": "vcs",
-            "url": "git@gitlab.tugraz.at:dbp/middleware/dbp-api/api-starter-bundle.git"
+            "url": "git@gitlab.tugraz.at:dbp/dbp-api/api-starter-bundle.git"
         }
     ],
 ```
diff --git a/composer.json b/composer.json
index 5ba267057b07791534c02ba0f822e3695ce988a0..8946de10477a65639f22fd98e029c3ad86fcafdb 100644
--- a/composer.json
+++ b/composer.json
@@ -21,7 +21,7 @@
     "repositories": [
         {
             "type": "vcs",
-            "url": "https://gitlab.tugraz.at/dbp/middleware/dbp-api/api-core-bundle.git"
+            "url": "https://gitlab.tugraz.at/dbp/dbp-api/api-core-bundle.git"
         }
     ],
     "autoload": {
diff --git a/composer.lock b/composer.lock
index d6d1930e6d3b5c69d8ff34aab00c63c02ace21ad..bea784e6efc8dabcdf3c21c5178e753d2228107c 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "29b59805b8252014983032895931c80b",
+    "content-hash": "308c094bf8156f36eb310622a9e946c5",
     "packages": [
         {
             "name": "api-platform/core",
@@ -225,7 +225,7 @@
             "version": "dev-main",
             "source": {
                 "type": "git",
-                "url": "https://gitlab.tugraz.at/dbp/middleware/dbp-api/api-core-bundle.git",
+                "url": "https://gitlab.tugraz.at/dbp/dbp-api/api-core-bundle.git",
                 "reference": "7ee0cb4d5e73b2926070d6c8d7e4213367b86e8c"
             },
             "require": {
@@ -252,7 +252,7 @@
                 "web-token/jwt-signature-algorithm-rsa": "^2.1"
             },
             "require-dev": {
-                "friendsofphp/php-cs-fixer": "^2.17",
+                "friendsofphp/php-cs-fixer": "^3.0",
                 "phpstan/phpstan": "^0.12.33",
                 "phpstan/phpstan-phpunit": "^0.12.13",
                 "symfony/browser-kit": "^5.2",
@@ -293,7 +293,7 @@
                     "@php vendor/bin/php-cs-fixer --ansi fix"
                 ],
                 "cs": [
-                    "@php vendor/bin/php-cs-fixer --ansi fix --dry-run --diff --diff-format=udiff"
+                    "@php vendor/bin/php-cs-fixer --ansi fix --dry-run --diff"
                 ],
                 "coverage": [
                     "@php vendor/bin/simple-phpunit --coverage-html _coverage"