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 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 + } } }