From 565515454049f54b3eea7f11bdd8e8c6951c78f6 Mon Sep 17 00:00:00 2001
From: Michael Danielczok <michael@pcsg.de>
Date: Wed, 26 Feb 2025 12:44:22 +0100
Subject: [PATCH 1/2] feat!: quiqqer core v2

---
 composer.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index e78e118..f1ef569 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
+}
-- 
GitLab


From 50ee29061e99f65a3e0d42287a248197f6812050 Mon Sep 17 00:00:00 2001
From: Michael Danielczok <michael@pcsg.de>
Date: Wed, 26 Feb 2025 12:45:04 +0100
Subject: [PATCH 2/2] chore: update gitlab-ci component reference

Related: quiqqer/interview#4
---
 .gitlab-ci.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 958e6db..7a485d7 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
-- 
GitLab