diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 958e6dbe58befe8c34f0133df3c67aea44810b20..7a485d7c68ec7a247819264844ccfb08f781346a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,5 @@
 include:
   - component: dev.quiqqer.com/quiqqer/stabilization/ci-cd-components/quiqqer-package-bundle/quiqqer-package-bundle@2
-    inputs:
-      quiqqer-major-version: 1
 
 # Remove the entire phpunit-php8.1 block, to allow PHPUnit to run on PHP 8.1 in your pipeline
 phpunit-php8.1:
@@ -16,4 +14,4 @@ phpunit-php8.2:
 # Remove the entire phpunit-php8.3 block, to allow PHPUnit to run on PHP 8.3 in your pipeline
 phpunit-php8.3:
   rules:
-    - when: never
\ No newline at end of file
+    - when: never
diff --git a/composer.json b/composer.json
index e78e1188ad5958f6cd2b81551da92a79b19c9d98..f1ef5691a8a4ef0a0771d5c5db54f4cefab4e04d 100644
--- a/composer.json
+++ b/composer.json
@@ -20,7 +20,7 @@
         "email": "support@pcsg.de"
     },
     "require": {
-        "quiqqer/quiqqer": ">=1.6|dev-master|dev-dev"
+        "quiqqer/core": "^2"
     },
     "suggest": {
         "quiqqer/blog": "Create your own online diary. With the provided page types, managing and creating your own blog is no longer a problem.",
@@ -73,4 +73,4 @@
         "dev:init:tools": "Install all developer tools (requires PHIVE)",
         "dev:init:git-hooks": "Install all git hooks (may require tools to be installed)"
     }
-}
\ No newline at end of file
+}