From e3738c2b12c5cc3270424d3daab627d0362d7b6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Mon, 25 Apr 2022 12:30:18 +0200 Subject: [PATCH] update dependencies (#186) --- .github/dependabot.yml | 2 +- .github/workflows/continuous-integration.yml | 10 +++++----- composer.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3fc48b4..d547298 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,7 +17,7 @@ updates: - "mimmi20" labels: - "dependencies" - versioning-strategy: increase + versioning-strategy: "increase-if-necessary" commit-message: include: "scope" prefix: "composer" diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 5614574..862a4ac 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -437,7 +437,7 @@ jobs: extensions: "${{ env.PHP_EXTENSIONS }}" ini-values: "${{ env.PHP_INI_VALUES }}, xdebug.mode=coverage" coverage: "${{ matrix.coverage-drivers }}" - tools: "${{ env.TOOLS }}, infection" + tools: "${{ env.TOOLS }}, infection:0.26.6" - name: "Update dependencies with composer" uses: "ramsey/composer-install@v1" @@ -504,7 +504,7 @@ jobs: extensions: "none, phar, json, opcache, mbstring, dom, simplexml, xml, tokenizer, xmlwriter, openssl, mongodb, amqp, :sockets, curl, ctype, intl" ini-values: "${{ env.PHP_INI_VALUES }}, xdebug.mode=coverage" coverage: "${{ matrix.coverage-drivers }}" - tools: "${{ env.TOOLS }}, infection" + tools: "${{ env.TOOLS }}, infection:0.26.6" - name: "Update dependencies with composer" run: "composer remove --no-update --dev php-amqplib/php-amqplib" @@ -574,7 +574,7 @@ jobs: extensions: "none, phar, json, opcache, mbstring, dom, simplexml, xml, tokenizer, xmlwriter, openssl, mongodb, amqp, sockets, :curl, ctype, intl" ini-values: "${{ env.PHP_INI_VALUES }}, xdebug.mode=coverage" coverage: "${{ matrix.coverage-drivers }}" - tools: "${{ env.TOOLS }}, infection" + tools: "${{ env.TOOLS }}, infection:0.26.6" - name: "Update dependencies with composer" run: "composer remove --no-update --dev cmdisp/monolog-microsoft-teams rollbar/rollbar actived/microsoft-teams-notifier" @@ -644,7 +644,7 @@ jobs: extensions: "none, phar, json, opcache, mbstring, dom, simplexml, xml, tokenizer, xmlwriter, openssl, :mongodb, amqp, sockets, curl, ctype, intl" ini-values: "${{ env.PHP_INI_VALUES }}, xdebug.mode=coverage" coverage: "${{ matrix.coverage-drivers }}" - tools: "${{ env.TOOLS }}, infection" + tools: "${{ env.TOOLS }}, infection:0.26.6" - name: "Update dependencies with composer" uses: "ramsey/composer-install@v1" @@ -711,7 +711,7 @@ jobs: extensions: "none, phar, json, opcache, mbstring, dom, simplexml, xml, tokenizer, xmlwriter, openssl, mongodb, :amqp, sockets, curl, ctype, intl" ini-values: "${{ env.PHP_INI_VALUES }}, xdebug.mode=coverage" coverage: "${{ matrix.coverage-drivers }}" - tools: "${{ env.TOOLS }}, infection" + tools: "${{ env.TOOLS }}, infection:0.26.6" - name: "Update dependencies with composer" uses: "ramsey/composer-install@v1" diff --git a/composer.json b/composer.json index 5b298a8..9fb81d3 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "bartlett/monolog-callbackfilterhandler": "^2.0.0", "cmdisp/monolog-microsoft-teams": "^1.2.0", "doctrine/couchdb": "1.0.0-beta4", - "elasticsearch/elasticsearch": "^7.17.0", + "elasticsearch/elasticsearch": "^7.17.0 || ^v8.1.0", "graylog2/gelf-php": "^1.7.1", "jk/monolog-request-header-processor": "^1.0.0", "laminas/laminas-config": "^3.7.0",