From cad7bcf70ff99b7fe5701a5984721f9872112f1a Mon Sep 17 00:00:00 2001 From: Tatevik Date: Mon, 3 Nov 2025 10:33:52 +0400 Subject: [PATCH 1/2] dev --- composer.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 55a4de6..85abbca 100755 --- a/composer.json +++ b/composer.json @@ -15,6 +15,10 @@ { "type": "vcs", "url": "https://github.com/tatevikgr/phplist-api-client" + }, + { + "type": "vcs", + "url": "https://github.com/tatevikgr/rss-bundle.git" } ], "minimum-stability": "dev", @@ -43,7 +47,7 @@ }, "require": { "php": "^8.1", - "phplist/core": "dev-main", + "phplist/core": "dev-dev", "symfony/twig-bundle": "^6.4", "symfony/webpack-encore-bundle": "^2.2", "tatevikgr/rest-api-client": "dev-ISSUE-357" @@ -113,5 +117,10 @@ } } } + }, + "config": { + "allow-plugins": { + "php-http/discovery": true + } } } From c8ae45eeb9fc12b0c054def3328cbe7df2e590a9 Mon Sep 17 00:00:00 2001 From: Tatevik Date: Mon, 3 Nov 2025 11:59:48 +0400 Subject: [PATCH 2/2] CodeRabbit config --- .coderabbit.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 0000000..3cc5119 --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,9 @@ +language: "en-US" +reviews: + profile: "chill" + high_level_summary: true + auto_review: + enabled: true + base_branches: + - ".*" + drafts: false